botched copyright
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 22 Jun 1985 10:38:46 +0000 (02:38 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Sat, 22 Jun 1985 10:38:46 +0000 (02:38 -0800)
SCCS-vsn: usr.bin/rdist/gram.y 5.2
SCCS-vsn: old/htable/parse.y 5.2
SCCS-vsn: old/htable/scan.l 5.2
SCCS-vsn: old/htable/htable.c 5.3
SCCS-vsn: usr.bin/pascal/pxref/pxref.p 5.4

usr/src/old/htable/htable.c
usr/src/old/htable/parse.y
usr/src/old/htable/scan.l
usr/src/usr.bin/pascal/pxref/pxref.p
usr/src/usr.bin/rdist/gram.y

index 2172720..40e60ed 100644 (file)
@@ -5,7 +5,13 @@
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)htable.c   5.2 (Berkeley) %G%";
+char copyright[] =
+"@(#) Copyright (c) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
+#ifndef lint
+static char sccsid[] = "@(#)htable.c   5.3 (Berkeley) %G%";
 #endif not lint
 
 /*
index e92deef..eb0069d 100644 (file)
@@ -6,13 +6,7 @@
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1983 Regents of the University of California.\n\
- All rights reserved.\n";
-#endif not lint
-
-#ifndef lint
-static char sccsid[] = "@(#)parse.y    5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)parse.y    5.2 (Berkeley) %G%";
 #endif not lint
 
 
index 289bee1..2fae967 100644 (file)
@@ -6,13 +6,7 @@
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1983 Regents of the University of California.\n\
- All rights reserved.\n";
-#endif not lint
-
-#ifndef lint
-static char sccsid[] = "@(#)scan.l     5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)scan.l     5.2 (Berkeley) %G%";
 #endif not lint
 
 #include "y.tab.h"
index 9d25287..dd41da9 100644 (file)
@@ -2,18 +2,10 @@
  * Copyright (c) 1980 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)pxref.p     5.4 (Berkeley) %G%
  *)
 
-#ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1980 Regents of the University of California.\n\
- All rights reserved.\n";
-#endif not lint
-
-#ifndef lint
-static char sccsid[] = "@(#)pxref.p    5.3 (Berkeley) %G%";
-#endif not lint
-
 {$t-,p-,b2,w+}
 program xref(input, output);
 label
index 5f40223..032fa82 100644 (file)
@@ -1,12 +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 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 = "@(#)gram.y      5.1 (Berkeley) 85/06/06";
+static char *sccsid = "@(#)gram.y      5.2 (Berkeley) 85/06/21";
 #endif
 
 #include "defs.h"