4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 06:40:54 +0000 (22:40 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 06:40:54 +0000 (22:40 -0800)
SCCS-vsn: usr.bin/pascal/pdx/main/main.c 8.1
SCCS-vsn: usr.bin/pascal/pdx/mappings/filetab.h 8.1
SCCS-vsn: usr.bin/pascal/pdx/mappings/functab.c 8.1
SCCS-vsn: usr.bin/pascal/pdx/mappings/linetab.h 8.1
SCCS-vsn: usr.bin/pascal/pdx/mappings/objaddr.c 8.1
SCCS-vsn: usr.bin/pascal/pdx/mappings/srcfile.c 8.1
SCCS-vsn: usr.bin/pascal/pdx/mappings/srcline.c 8.1
SCCS-vsn: usr.bin/pascal/pdx/mc68000/cerror.s 5.3

usr/src/usr.bin/pascal/pdx/main/main.c
usr/src/usr.bin/pascal/pdx/mappings/filetab.h
usr/src/usr.bin/pascal/pdx/mappings/functab.c
usr/src/usr.bin/pascal/pdx/mappings/linetab.h
usr/src/usr.bin/pascal/pdx/mappings/objaddr.c
usr/src/usr.bin/pascal/pdx/mappings/srcfile.c
usr/src/usr.bin/pascal/pdx/mappings/srcline.c
usr/src/usr.bin/pascal/pdx/mc68000/cerror.s

index 18222fb..e06e9fe 100644 (file)
@@ -1,18 +1,18 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1980 The Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1980, 1993\n\
      The Regents of the University of California.  All rights reserved.\n";
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)main.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 1b501cd..e2ed65b 100644 (file)
@@ -1,10 +1,10 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)filetab.h   5.2 (Berkeley) %G%
+ *     @(#)filetab.h   8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 7298286..3ff97f3 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)functab.c  5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)functab.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 2a92149..1ed883f 100644 (file)
@@ -1,10 +1,10 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)linetab.h   5.2 (Berkeley) %G%
+ *     @(#)linetab.h   8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index f7bb62d..618bf4e 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)objaddr.c  5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)objaddr.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 6aead8d..1e1b9e8 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)srcfile.c  5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)srcfile.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index abfc797..ecbe23a 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)srcline.c  5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)srcline.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 36eb23f..b7cbbd8 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (c) 1982 The Regents of the University of California.
-# All rights reserved.
+# Copyright (c) 1982, 1993
+#      The Regents of the University of California.  All rights reserved.
 #
 # %sccs.include.redist.sh%
 #
 #
 # %sccs.include.redist.sh%
 #
-#      @(#)cerror.s    5.2 (Berkeley) %G%
+#      @(#)cerror.s    5.3 (Berkeley) %G%
 #
 
 # modified version of cerror
 #
 
 # modified version of cerror