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

usr/src/usr.bin/apropos/apropos.1
usr/src/usr.bin/apropos/apropos.c

index d687462..bc473cc 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"    @(#)apropos.1   6.11 (Berkeley) %G%
+.\"    @(#)apropos.1   8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt APROPOS 1
 .\"
 .Dd 
 .Dt APROPOS 1
index b1cb716..051f405 100644 (file)
@@ -1,18 +1,18 @@
 /*
 /*
- * Copyright (c) 1987 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 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) 1987 Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 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[] = "@(#)apropos.c  5.13 (Berkeley) %G%";
+static char sccsid[] = "@(#)apropos.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>