4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 06:57:09 +0000 (22:57 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 06:57:09 +0000 (22:57 -0800)
SCCS-vsn: usr.bin/pr/egetopt.c 8.1
SCCS-vsn: usr.bin/pr/extern.h 8.1
SCCS-vsn: usr.bin/pr/pr.1 8.1
SCCS-vsn: usr.bin/pr/pr.c 8.1
SCCS-vsn: usr.bin/pr/pr.h 8.1

usr/src/usr.bin/pr/egetopt.c
usr/src/usr.bin/pr/extern.h
usr/src/usr.bin/pr/pr.1
usr/src/usr.bin/pr/pr.c
usr/src/usr.bin/pr/pr.h

index 31df87a..5b91b42 100644 (file)
@@ -1,7 +1,7 @@
 /*-
  * Copyright (c) 1991 Keith Muller.
 /*-
  * Copyright (c) 1991 Keith Muller.
- * Copyright (c) 1993 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Keith Muller of the University of California, San Diego.
  *
  * This code is derived from software contributed to Berkeley by
  * Keith Muller of the University of California, San Diego.
@@ -10,7 +10,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)egetopt.c  5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)egetopt.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <ctype.h>
 #endif /* not lint */
 
 #include <ctype.h>
index 7c371e7..f77e008 100644 (file)
@@ -1,14 +1,14 @@
 /*-
  * Copyright (c) 1991 Keith Muller.
 /*-
  * Copyright (c) 1991 Keith Muller.
- * Copyright (c) 1993 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Keith Muller of the University of California, San Diego.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Keith Muller of the University of California, San Diego.
  *
  * %sccs.include.redist.c%
  *
- *      @(#)extern.h   5.2 (Berkeley) %G%
+ *      @(#)extern.h   8.1 (Berkeley) %G%
  */
 
 extern int eoptind;
  */
 
 extern int eoptind;
index 8fc493b..9e5a351 100644 (file)
@@ -1,13 +1,13 @@
 .\" Copyright (c) 1991 Keith Muller.
 .\" Copyright (c) 1991 Keith Muller.
-.\" Copyright (c) 1993 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" Keith Muller of the University of California, San Diego.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" Keith Muller of the University of California, San Diego.
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)pr.1       5.2 (Berkeley) %G%
+.\"     @(#)pr.1       8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt PR 1
 .\"
 .Dd 
 .Dt PR 1
index 4a5e195..c5f3a93 100644 (file)
@@ -1,7 +1,7 @@
 /*-
  * Copyright (c) 1991 Keith Muller.
 /*-
  * Copyright (c) 1991 Keith Muller.
- * Copyright (c) 1993 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Keith Muller of the University of California, San Diego.
  *
  * This code is derived from software contributed to Berkeley by
  * Keith Muller of the University of California, San Diego.
 
 #ifndef lint
 static char copyright[] =
 
 #ifndef lint
 static char copyright[] =
-"@(#) Copyright (c) 1993 The Regents of the University of California.\n\
- All rights reserved.\n";
+"@(#) Copyright (c) 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[] = "@(#)pr.c       5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)pr.c       8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
index 796f166..c94dce2 100644 (file)
@@ -1,14 +1,14 @@
 /*-
  * Copyright (c) 1991 Keith Muller.
 /*-
  * Copyright (c) 1991 Keith Muller.
- * Copyright (c) 1993 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Keith Muller of the University of California, San Diego.
  *
  * %sccs.include.redist.c%
  *
  *
  * This code is derived from software contributed to Berkeley by
  * Keith Muller of the University of California, San Diego.
  *
  * %sccs.include.redist.c%
  *
- *      @(#)pr.h       5.2 (Berkeley) %G%
+ *      @(#)pr.h       8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*