4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 06:58:17 +0000 (22:58 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 06:58:17 +0000 (22:58 -0800)
SCCS-vsn: usr.bin/pascal/px/utilities.c 8.1
SCCS-vsn: usr.bin/pascal/px/version.c 8.1
SCCS-vsn: usr.bin/pascal/px/machdep.h 8.1
SCCS-vsn: usr.bin/pascal/px/vars.h 8.1
SCCS-vsn: usr.bin/printf/printf.1 8.1
SCCS-vsn: usr.bin/printf/printf.c 8.1

usr/src/usr.bin/pascal/px/machdep.h
usr/src/usr.bin/pascal/px/utilities.c
usr/src/usr.bin/pascal/px/vars.h
usr/src/usr.bin/pascal/px/version.c
usr/src/usr.bin/printf/printf.1
usr/src/usr.bin/printf/printf.c

index a811f56..c080eb1 100644 (file)
@@ -1,10 +1,10 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)machdep.h   5.4 (Berkeley) %G%
+ *     @(#)machdep.h   8.1 (Berkeley) %G%
  */
 
 #ifdef ADDR32
  */
 
 #ifdef ADDR32
index b1d9b00..e5874ff 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)utilities.c        5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)utilities.c        8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include       <signal.h>
 #endif /* not lint */
 
 #include       <signal.h>
index c887a33..3eb1879 100644 (file)
@@ -1,10 +1,10 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)vars.h      5.4 (Berkeley) %G%
+ *     @(#)vars.h      8.1 (Berkeley) %G%
  */
 
 #include <stdio.h>
  */
 
 #include <stdio.h>
index a876701..1db9987 100644 (file)
@@ -1,18 +1,18 @@
 /*-
 /*-
- * Copyright (c) 1980 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1980 The Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1980, 1993\n\
      The Regents of the University of California.  All rights reserved.\n";
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)version.c  5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)version.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
     /*
 #endif /* not lint */
 
     /*
index b4bdbf4..336a66a 100644 (file)
@@ -1,12 +1,12 @@
-.\" Copyright (c) 1989, 1990 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1989, 1990, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" the Institute of Electrical and Electronics Engineers, Inc.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" the Institute of Electrical and Electronics Engineers, Inc.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"    @(#)printf.1    5.11 (Berkeley) %G%
+.\"    @(#)printf.1    8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt PRINTF 1
 .\"
 .Dd 
 .Dt PRINTF 1
index 724fe25..a43e927 100644 (file)
@@ -14,7 +14,7 @@ char copyright[] =
 #endif
 
 #ifndef lint
 #endif
 
 #ifndef lint
-static char sccsid[] = "@(#)printf.c   5.15 (Berkeley) %G%";
+static char sccsid[] = "@(#)printf.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>