Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 01:14:25 +0000 (17:14 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Sat, 8 Jun 1985 01:14:25 +0000 (17:14 -0800)
SCCS-vsn: usr.bin/pascal/pdx/machine/optab.h 5.1
SCCS-vsn: usr.bin/pascal/pdx/machine/pxerrors.h 5.1
SCCS-vsn: usr.bin/pascal/pdx/machine/pxops.h 5.1
SCCS-vsn: usr.bin/pascal/pdx/main/main.c 5.1

usr/src/usr.bin/pascal/pdx/machine/optab.h
usr/src/usr.bin/pascal/pdx/machine/pxerrors.h
usr/src/usr.bin/pascal/pdx/machine/pxops.h
usr/src/usr.bin/pascal/pdx/main/main.c

index de692dd..bad9b30 100644 (file)
@@ -1,6 +1,10 @@
-/* Copyright (c) 1982 Regents of the University of California */
-
-/* static char sccsid[] = "@(#)optab.h 1.2 %G%"; */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)optab.h     5.1 (Berkeley) %G%
+ */
 
 /*
  * px opcode information structure
 
 /*
  * px opcode information structure
index ce3d2f4..628cb95 100644 (file)
@@ -1,6 +1,10 @@
-/* Copyright (c) 1982 Regents of the University of California */
-
-/* static char sccsid[] = "@(#)pxerrors.h 1.2 %G%"; */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)pxerrors.h  5.1 (Berkeley) %G%
+ */
 
 #define NERRORS 39
 
 
 #define NERRORS 39
 
index 54f1973..0452176 100644 (file)
@@ -1,6 +1,10 @@
-/* Copyright (c) 1982 Regents of the University of California */
-
-/* static char sccsid[] = "@(#)pxops.h 1.2 %G%"; */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)pxops.h     5.1 (Berkeley) %G%
+ */
 
 /*
  * px opcodes
 
 /*
  * px opcodes
index 27e0a71..73ad836 100644 (file)
@@ -1,6 +1,18 @@
-/* Copyright (c) 1982 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
+char copyright[] =
+"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
 
 
-static char sccsid[] = "@(#)main.c 1.6 %G%";
+#ifndef lint
+static char sccsid[] = "@(#)main.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Debugger main routine.
 
 /*
  * Debugger main routine.