Add copyright
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 11:30:11 +0000 (03:30 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 11:30:11 +0000 (03:30 -0800)
SCCS-vsn: usr.bin/pascal/pdx/sym/sym.rep 5.1
SCCS-vsn: usr.bin/pascal/pdx/tree/tree.rep 5.1
SCCS-vsn: libexec/talkd/process.c 5.1

usr/src/libexec/talkd/process.c
usr/src/usr.bin/pascal/pdx/sym/sym.rep
usr/src/usr.bin/pascal/pdx/tree/tree.rep

index 6119a93..2c35c1e 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * Copyright (c) 1983 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[] = "@(#)process.c  1.3 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)process.c  5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * process.c handles the requests, which can be of three types:
 
 /*
  * process.c handles the requests, which can be of three types:
index 60c7693..32b774e 100644 (file)
@@ -1,6 +1,12 @@
-/* Copyright (c) 1982 Regents of the University of California */
+/*
+ * Copyright (c) 1982 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
 
 
-/* static char sccsid[] = "@(#)sym.rep 1.2 %G%"; */
+#ifndef lint
+static char sccsid[] = "@(#)sym.rep    5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * This file contains the definition of the representation of the SYM type.
 
 /*
  * This file contains the definition of the representation of the SYM type.
index 2fef035..679f453 100644 (file)
@@ -1,6 +1,12 @@
-/* Copyright (c) 1982 Regents of the University of California */
+/*
+ * Copyright (c) 1982 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
 
 
-/* static char sccsid[] = "@(#)tree.rep 1.2 %G%"; */
+#ifndef lint
+static char sccsid[] = "@(#)tree.rep   5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * representation of a parse tree
 
 /*
  * representation of a parse tree