written by Bill Joy and David Wasley; add Berkeley copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 May 1990 08:07:15 +0000 (00:07 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 7 May 1990 08:07:15 +0000 (00:07 -0800)
SCCS-vsn: usr.bin/msgs/msgs.1 6.4
SCCS-vsn: usr.bin/msgs/msgs.c 5.5

usr/src/usr.bin/msgs/msgs.1
usr/src/usr.bin/msgs/msgs.c

index 45eba11..9b4f62a 100644 (file)
@@ -1,8 +1,9 @@
-.\" Copyright (c) 1980 Regents of the University of California.
-.\" All rights reserved.  The Berkeley software License Agreement
-.\" specifies the terms and conditions for redistribution.
+.\" Copyright (c) 1980 The Regents of the University of California.
+.\" All rights reserved.
 .\"
 .\"
-.\"    @(#)msgs.1      6.3 (Berkeley) %G%
+.\" %sccs.include.redist.man%
+.\"
+.\"    @(#)msgs.1      6.4 (Berkeley) %G%
 .\"
 .TH MSGS 1 ""
 .UC 4
 .\"
 .TH MSGS 1 ""
 .UC 4
index 572824c..8a6ac91 100644 (file)
@@ -1,18 +1,19 @@
-/*
- * Copyright (c) 1980 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+/*-
+ * Copyright (c) 1980 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
 char copyright[] =
  */
 
 #ifndef lint
 char copyright[] =
-"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+"@(#) Copyright (c) 1980 The Regents of the University of California.\n\
  All rights reserved.\n";
  All rights reserved.\n";
-#endif not lint
+#endif /* not lint */
 
 #ifndef lint
 
 #ifndef lint
-static char sccsid[] = "@(#)msgs.c     5.4 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)msgs.c     5.5 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * msgs - a user bulletin board program
 
 /*
  * msgs - a user bulletin board program