new copyright; att/bsd/shared
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 21 Apr 1991 07:23:04 +0000 (23:23 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 21 Apr 1991 07:23:04 +0000 (23:23 -0800)
SCCS-vsn: usr.bin/uucp/uux/uux.1 6.6
SCCS-vsn: usr.bin/uucp/uux/uux.c 5.15
SCCS-vsn: usr.bin/uucp/uuname/uuname.1 6.3
SCCS-vsn: usr.bin/uucp/uusend/uusend.1 6.4

usr/src/usr.bin/uucp/uuname/uuname.1
usr/src/usr.bin/uucp/uusend/uusend.1
usr/src/usr.bin/uucp/uux/uux.1
usr/src/usr.bin/uucp/uux/uux.c

index 9b3f18e..141709f 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)uuname.1    6.2 (Berkeley) %G%
+.\"    @(#)uuname.1    6.3 (Berkeley) %G%
 .\"
 .TH UUNAME 1 ""
 .UC 6
 .\"
 .TH UUNAME 1 ""
 .UC 6
index a602f37..e980fda 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) 1986 The Regents of the University of California.
+.\" All rights reserved.
 .\"
 .\"
-.\"    @(#)uusend.1    6.3 (Berkeley) %G%
+.\" %sccs.include.redist.roff%
+.\"
+.\"    @(#)uusend.1    6.4 (Berkeley) %G%
 .\"
 .TH UUSEND 1 ""
 .UC 4
 .\"
 .TH UUSEND 1 ""
 .UC 4
index 395bea0..801c2d9 100644 (file)
@@ -1,8 +1,9 @@
-.\" Copyright (c) 1988, 1990 Regents of the University of California.
-.\" All rights reserved.  The Berkeley software License Agreement
-.\" specifies the terms and conditions for redistribution.
+.\" Copyright (c) 1988, 1990 The Regents of the University of California.
+.\" All rights reserved.
 .\"
 .\"
-.\"            @(#)uux.1       6.5 (Berkeley) %G%
+.\" %sccs.include.proprietary.roff%
+.\"
+.\"    @(#)uux.1       6.6 (Berkeley) %G%
 .\"
 .TH UUX 1 "October 24, 1988"
 .AT 3
 .\"
 .TH UUX 1 "October 24, 1988"
 .AT 3
index cdfd3e1..f3b976d 100644 (file)
@@ -1,6 +1,19 @@
+/*-
+ * Copyright (c) 1988 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)uux.c      5.14    (Berkeley) %G%";
-#endif
+char copyright[] =
+"@(#) Copyright (c) 1988 The Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
+#ifndef lint
+static char sccsid[] = "@(#)uux.c      5.15 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "uucp.h"
 #include <sys/stat.h>
 
 #include "uucp.h"
 #include <sys/stat.h>