Pascal is Berkeley code, add Berkeley specific copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 17 Apr 1991 05:39:39 +0000 (21:39 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 17 Apr 1991 05:39:39 +0000 (21:39 -0800)
SCCS-vsn: usr.bin/pascal/pc2/langpats.c 5.6
SCCS-vsn: usr.bin/pascal/pc3/pc3.c 5.2
SCCS-vsn: usr.bin/pascal/pc3/pc3.h 5.2
SCCS-vsn: usr.bin/pascal/pcexterns/pcexterns.awk 5.2

usr/src/usr.bin/pascal/pc2/langpats.c
usr/src/usr.bin/pascal/pc3/pc3.c
usr/src/usr.bin/pascal/pc3/pc3.h
usr/src/usr.bin/pascal/pcexterns/pcexterns.awk

index 34dc89f..4931610 100644 (file)
@@ -1,12 +1,13 @@
-/*
- * Copyright (c) 1979, 1984 Regents of the University of California 
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1979, 1984 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)langpats.c 5.5 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)langpats.c 5.6 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "inline.h"
 
 
 #include "inline.h"
 
index 602b01e..e1fc9f3 100644 (file)
@@ -1,18 +1,19 @@
-/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1980, 1982, 1983 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
 char copyright[] =
  */
 
 #ifndef lint
 char copyright[] =
-"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+"@(#) Copyright (c) 1980, 1982, 1983 The Regents of the University of California.\n\
  All rights reserved.\n";
  All rights reserved.\n";
-#endif not lint
+#endif /* not lint */
 
 #ifndef lint
 
 #ifndef lint
-static char sccsid[] = "@(#)pc3.c      5.1 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)pc3.c      5.2 (Berkeley) %G%";
+#endif /* not lint */
 
     /*
      *      Pc3 is a pass in the Berkeley Pascal compilation
 
     /*
      *      Pc3 is a pass in the Berkeley Pascal compilation
index 2ad5be4..0122d00 100644 (file)
@@ -1,13 +1,12 @@
-/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1980, 1982, 1983 The Regents of the University of California.
+ * All rights reserved.
  *
  *
- *     @(#)pc3.h       5.1 (Berkeley) %G%
+ * %sccs.include.redist.c%
+ *
+ *     @(#)pc3.h       5.2 (Berkeley) %G%
  */
 
  */
 
-    /* static  char sccsid[] = "@(#)pc3.h 5.1 %G%"; */
-
     /*
      * a symbol table entry.
      */
     /*
      * a symbol table entry.
      */
index 2dd664f..b84dabc 100644 (file)
@@ -1,10 +1,13 @@
+#!/bin/sh -
 #
 #
-# Copyright (c) 1982 Regents of the University of California.
-# All rights reserved.  The Berkeley software License Agreement
-# specifies the terms and conditions for redistribution.
+# Copyright (c) 1982 The Regents of the University of California.
+# All rights reserved.
 #
 #
-#      @(#)pcexterns.awk       5.1 (Berkeley) %G%
+# %sccs.include.redist.sh%
 #
 #
+#      @(#)pcexterns.awk       5.2 (Berkeley) %G%
+#
+
 # This generates .stabs for all the global routines and variables
 # in a library. The format of a stab can be found in man5/stab.5.
 #
 # This generates .stabs for all the global routines and variables
 # in a library. The format of a stab can be found in man5/stab.5.
 #