4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 6 Jun 1993 02:09:27 +0000 (18:09 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 6 Jun 1993 02:09:27 +0000 (18:09 -0800)
SCCS-vsn: sbin/nologin/nologin.sh 8.1
SCCS-vsn: sbin/ping/ping.8 8.1
SCCS-vsn: sbin/ping/ping.c 8.1

usr/src/sbin/nologin/nologin.sh
usr/src/sbin/ping/ping.8
usr/src/sbin/ping/ping.c

index ca1e824..b2b974e 100644 (file)
@@ -1,11 +1,11 @@
 #!/bin/sh -
 #
 #!/bin/sh -
 #
-# Copyright (c) 1992 The Regents of the University of California.
-# All rights reserved.
+# Copyright (c) 1992, 1993
+#      The Regents of the University of California.  All rights reserved.
 #
 # %sccs.include.redist.sh%
 #
 #
 # %sccs.include.redist.sh%
 #
-#      @(#)nologin.sh  5.1 (Berkeley) %G%
+#      @(#)nologin.sh  8.1 (Berkeley) %G%
 #
 
 echo 'This account is currently not available.'
 #
 
 echo 'This account is currently not available.'
index 68d4f36..50e20ba 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1985, 1991 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1985, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)ping.8     6.7 (Berkeley) %G%
+.\"     @(#)ping.8     8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt PING 8
 .\"
 .Dd 
 .Dt PING 8
index b23fedb..a910f2f 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1989 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Mike Muuss.
  *
  * This code is derived from software contributed to Berkeley by
  * Mike Muuss.
@@ -9,13 +9,13 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1989 The Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1989, 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[] = "@(#)ping.c     5.11 (Berkeley) %G%";
+static char sccsid[] = "@(#)ping.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*