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

usr/src/usr.bin/who/who.1
usr/src/usr.bin/who/who.c

index c3ba166..5c5d3f5 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1986, 1991 Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1986, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)who.1      6.5 (Berkeley) %G%
+.\"     @(#)who.1      8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt WHO 1
 .\"
 .Dd 
 .Dt WHO 1
index 41a375d..f934054 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
  * Michael Fischbein.
  *
  * This code is derived from software contributed to Berkeley by
  * Michael Fischbein.
@@ -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[] = "@(#)who.c      5.11 (Berkeley) %G%";
+static char sccsid[] = "@(#)who.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>