4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 04:50:31 +0000 (20:50 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 Jun 1993 04:50:31 +0000 (20:50 -0800)
SCCS-vsn: usr.sbin/arp/arp.8 8.1
SCCS-vsn: usr.sbin/arp/arp.c 8.1

usr/src/usr.sbin/arp/arp.8
usr/src/usr.sbin/arp/arp.c

index 318679c..30078b4 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%
 .\"
-.\"     @(#)arp.8      6.6 (Berkeley) %G%
+.\"     @(#)arp.8      8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt ARP 8
 .\"
 .Dd 
 .Dt ARP 8
index 9461958..b400c1d 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1984 Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1984, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Sun Microsystems, Inc.
  *
  * This code is derived from software contributed to Berkeley by
  * Sun Microsystems, Inc.
@@ -9,13 +9,13 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1984 Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1984, 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[] = "@(#)arp.c      5.17 (Berkeley) %G%";
+static char sccsid[] = "@(#)arp.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*