4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 07:25:33 +0000 (23:25 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 07:25:33 +0000 (23:25 -0800)
SCCS-vsn: usr.bin/strings/strings.1 8.1
SCCS-vsn: usr.bin/strings/strings.c 8.1

usr/src/usr.bin/strings/strings.1
usr/src/usr.bin/strings/strings.c

index 90d0a66..a0e82f7 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1980, 1990 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1980, 1990, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)strings.1  6.11 (Berkeley) %G%
+.\"     @(#)strings.1  8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt STRINGS 1
 .\"
 .Dd 
 .Dt STRINGS 1
index d001825..ef9167a 100644 (file)
@@ -1,18 +1,18 @@
 /*
 /*
- * Copyright (c) 1980, 1987 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1980, 1987, 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, 1987 The Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1980, 1987, 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[] = "@(#)strings.c  5.11 (Berkeley) %G%";
+static char sccsid[] = "@(#)strings.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>