Add copyright
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 10:52:09 +0000 (02:52 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 10:52:09 +0000 (02:52 -0800)
SCCS-vsn: usr.bin/pascal/pdx/breakpoint/bp.rep 5.1
SCCS-vsn: usr.bin/pascal/pdx/vax/cerror.s 5.1
SCCS-vsn: usr.bin/pascal/pdx/library.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/command/grammar.y 5.1
SCCS-vsn: usr.bin/pascal/pdx/command/remake.c 5.1
SCCS-vsn: usr.bin/pascal/pdx/command/token.l 5.1
SCCS-vsn: usr.bin/pascal/pdx/command/y.tab.h 5.1

usr/src/usr.bin/pascal/pdx/breakpoint/bp.rep
usr/src/usr.bin/pascal/pdx/command/grammar.y
usr/src/usr.bin/pascal/pdx/command/remake.c
usr/src/usr.bin/pascal/pdx/command/token.l
usr/src/usr.bin/pascal/pdx/command/y.tab.h
usr/src/usr.bin/pascal/pdx/library.c
usr/src/usr.bin/pascal/pdx/vax/cerror.s

index 7b36e38..8bc3b76 100644 (file)
@@ -1,6 +1,10 @@
-/* Copyright (c) 1982 Regents of the University of California */
-
-/* static char sccsid[] = "@(#)bp.rep 1.2 %G%"; */
+/*
+ * Copyright (c) 1982 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)bp.rep      5.1 (Berkeley) %G%
+ */
 
 /*
  * breakpoint representation
 
 /*
  * breakpoint representation
index d42cd33..721124b 100644 (file)
@@ -1,7 +1,13 @@
 %{
 %{
-/* 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[] = "@(#)grammar.y 1.2 %G%";
+#ifndef lint
+static char sccsid[] = "@(#)grammar.y  5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * yacc grammar for debugger commands
 
 /*
  * yacc grammar for debugger commands
index a1fd9d8..71880ef 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[] = "@(#)remake.c 1.2 %G%";
+#ifndef lint
+static char sccsid[] = "@(#)remake.c   5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Remake the object file from the source.
 
 /*
  * Remake the object file from the source.
index 566dec5..93a6acc 100644 (file)
@@ -1,7 +1,13 @@
 %{
 %{
-/* 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[] = "@(#)token.l 1.3 %G%";
+#ifndef lint
+static char sccsid[] = "@(#)token.l    5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Token definitions for pdx scanner.
 
 /*
  * Token definitions for pdx scanner.
index 5b63dd1..e3dd491 100644 (file)
@@ -1,7 +1,12 @@
-/* Copyright (c) 1982 Regents of the University of California */
-
-static char sccsid[] = "@(#)y.tab.h 1.1 %G%";
+/*
+ * Copyright (c) 1982 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
 
 
+#ifndef lint
+static char sccsid[] = "@(#)y.tab.h    5.1 (Berkeley) %G%";
+#endif not lint
 
 typedef union  {
        SYM *y_sym;
 
 typedef union  {
        SYM *y_sym;
index 9bb1ffb..f989cbb 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[] = "@(#)library.c 1.1 %G%"; */
+#ifndef lint
+static char sccsid[] = "@(#)library.c  5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * General purpose routines.
 
 /*
  * General purpose routines.
index c78d0b5..a8fa77d 100644 (file)
@@ -1,6 +1,9 @@
-# Copyright (c) 1982 Regents of the University of California
 #
 #
-# static char sccsid[] = "@(#)cerror.s 1.3 %G%";
+# Copyright (c) 1982 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)cerror.s    5.1 (Berkeley) %G%
 #
 # modified version of cerror
 #
 #
 # modified version of cerror
 #