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

usr/src/usr.bin/comm/comm.1
usr/src/usr.bin/comm/comm.c

index 48fea35..186b3fd 100644 (file)
@@ -1,12 +1,12 @@
-.\" Copyright (c) 1989, 1990 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1989, 1990, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" the Institute of Electrical and Electronics Engineers, Inc.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" the Institute of Electrical and Electronics Engineers, Inc.
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)comm.1     6.7 (Berkeley) %G%
+.\"     @(#)comm.1     8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Os
 .\"
 .Dd 
 .Os
index 77942fc..6a08fb8 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
  * Case Larsen.
  *
  * This code is derived from software contributed to Berkeley by
  * Case Larsen.
@@ -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[] = "@(#)comm.c     5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)comm.c     8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <fcntl.h>
 #endif /* not lint */
 
 #include <fcntl.h>