Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Thu, 6 Jun 1985 05:37:14 +0000 (21:37 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Thu, 6 Jun 1985 05:37:14 +0000 (21:37 -0800)
SCCS-vsn: usr.bin/pascal/src/main.c 5.1
SCCS-vsn: usr.bin/pascal/src/nl.c 5.1
SCCS-vsn: usr.bin/pascal/src/opc.c 5.1
SCCS-vsn: usr.bin/pascal/src/p2put.c 5.1

usr/src/usr.bin/pascal/src/main.c
usr/src/usr.bin/pascal/src/nl.c
usr/src/usr.bin/pascal/src/opc.c
usr/src/usr.bin/pascal/src/p2put.c

index e14d71a..61eada7 100644 (file)
@@ -1,11 +1,18 @@
-/* Copyright (c) 1979 Regents of the University of California */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
 
 #ifndef lint
 
 #ifndef lint
-static char copyright[] =
-           "@(#)Copyright (c) 1979 Regents of the University of California";
+char copyright[] =
+"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
 
 
-static char sccsid[] = "@(#)main.c 2.3 %G%";
-#endif
+#ifndef lint
+static char sccsid[] = "@(#)main.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "whoami.h"
 #include "0.h"
 
 #include "whoami.h"
 #include "0.h"
index 1b20043..e98d9ca 100644 (file)
@@ -1,8 +1,13 @@
-/* Copyright (c) 1979 Regents of the University of California */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
 
 #ifndef lint
 
 #ifndef lint
-static char sccsid[] = "@(#)nl.c 2.2 %G%";
-#endif
+static char sccsid[] = "@(#)nl.c       5.1 (Berkeley) %G%";
+#endif not lint
+
 
 #include "whoami.h"
 #include "0.h"
 
 #include "whoami.h"
 #include "0.h"
index e893a30..c07ae73 100644 (file)
@@ -1,8 +1,14 @@
-/* Copyright (c) 1979 Regents of the University of California */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
 
 #ifndef lint
 
 #ifndef lint
-static char sccsid[] = "@(#)opc.c 2.1 %G%";
-#endif
+char copyright[] =
+"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
 
 #include "OPnames.h"
 
 
 #include "OPnames.h"
 
index 99b2f55..fed94fd 100644 (file)
@@ -1,9 +1,14 @@
-/* Copyright (c) 1979 Regents of the University of California */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
 
 #ifndef lint
 
 #ifndef lint
-static char sccsid[] = "@(#)p2put.c 2.2 %G%";
-#endif
-
+char copyright[] =
+"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
     /*
      * functions to help pi put out
      * polish postfix binary portable c compiler intermediate code
     /*
      * functions to help pi put out
      * polish postfix binary portable c compiler intermediate code