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

usr/src/usr.bin/mesg/mesg.1
usr/src/usr.bin/mesg/mesg.c

index a699df5..fe7f395 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1987, 1990 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1987, 1990, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"    @(#)mesg.1      6.8 (Berkeley) %G%
+.\"    @(#)mesg.1      8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt MESG 1
 .\"
 .Dd 
 .Dt MESG 1
index a432b5e..350e563 100644 (file)
@@ -1,18 +1,18 @@
 /*
 /*
- * Copyright (c) 1987, 1993 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, 1993 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[] = "@(#)mesg.c     5.4 (Berkeley) %G%";
+static char sccsid[] = "@(#)mesg.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>