new copyright; att/bsd/shared
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 25 Apr 1991 08:49:52 +0000 (00:49 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 25 Apr 1991 08:49:52 +0000 (00:49 -0800)
SCCS-vsn: usr.bin/uucp/uucico/chksum.c 4.3
SCCS-vsn: usr.bin/uucp/uucico/cico.c 5.21
SCCS-vsn: usr.bin/uucp/uucico/cntrl.c 5.13
SCCS-vsn: usr.bin/uucp/uucico/condevs.c 5.22
SCCS-vsn: usr.bin/uucp/uucico/conn.c 5.17
SCCS-vsn: usr.bin/uucp/uucico/gio.c 5.10
SCCS-vsn: usr.bin/uucp/uucico/gnsys.c 5.7
SCCS-vsn: usr.bin/uucp/uucico/imsg.c 5.5
SCCS-vsn: usr.bin/uucp/uucico/pk.h 5.7
SCCS-vsn: usr.bin/uucp/uucico/pk0.c 5.10
SCCS-vsn: usr.bin/uucp/uucico/pk1.c 5.13
SCCS-vsn: usr.bin/uucp/uucico/uusub.h 4.2
SCCS-vsn: usr.bin/uucp/uuclean/uuclean.c 5.9
SCCS-vsn: usr.bin/uucp/uucp/uucp.1 6.6
SCCS-vsn: usr.bin/uucp/uucp/uucp.c 5.10
SCCS-vsn: usr.bin/uucp/uulog/uulog.c 5.7
SCCS-vsn: usr.bin/uucp/uuname/uuname.c 5.5
SCCS-vsn: usr.bin/uucp/uuq/uuq.c 4.12
SCCS-vsn: usr.bin/uucp/uusnap/uusnap.c 5.12
SCCS-vsn: usr.bin/uucp/uuxqt/uuxqt.c 5.14

20 files changed:
usr/src/usr.bin/uucp/uucico/chksum.c
usr/src/usr.bin/uucp/uucico/cico.c
usr/src/usr.bin/uucp/uucico/cntrl.c
usr/src/usr.bin/uucp/uucico/condevs.c
usr/src/usr.bin/uucp/uucico/conn.c
usr/src/usr.bin/uucp/uucico/gio.c
usr/src/usr.bin/uucp/uucico/gnsys.c
usr/src/usr.bin/uucp/uucico/imsg.c
usr/src/usr.bin/uucp/uucico/pk.h
usr/src/usr.bin/uucp/uucico/pk0.c
usr/src/usr.bin/uucp/uucico/pk1.c
usr/src/usr.bin/uucp/uucico/uusub.h
usr/src/usr.bin/uucp/uuclean/uuclean.c
usr/src/usr.bin/uucp/uucp/uucp.1
usr/src/usr.bin/uucp/uucp/uucp.c
usr/src/usr.bin/uucp/uulog/uulog.c
usr/src/usr.bin/uucp/uuname/uuname.c
usr/src/usr.bin/uucp/uuq/uuq.c
usr/src/usr.bin/uucp/uusnap/uusnap.c
usr/src/usr.bin/uucp/uuxqt/uuxqt.c

index 861cdb0..3aba827 100644 (file)
@@ -1,6 +1,13 @@
+/*-
+ * Copyright (c) 1985 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)chksum.c   4.2 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)chksum.c   4.3 (Berkeley) %G%";
+#endif /* not lint */
 
 #ifndef pdp11
 chksum (s, n)
 
 #ifndef pdp11
 chksum (s, n)
index 872b053..48a9dd1 100644 (file)
@@ -1,6 +1,13 @@
+/*-
+ * Copyright (c) 1985 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)cico.c     5.20    (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)cico.c     5.21 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <signal.h>
 #include "uucp.h"
 
 #include <signal.h>
 #include "uucp.h"
index ec865c0..e3bf70c 100644 (file)
@@ -1,6 +1,13 @@
+/*-
+ * Copyright (c) 1985 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)cntrl.c    5.12    (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)cntrl.c    5.13 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "uucp.h"
 #include <sys/stat.h>
 
 #include "uucp.h"
 #include <sys/stat.h>
index 9308af3..55d006c 100644 (file)
@@ -1,6 +1,13 @@
+/*-
+ * Copyright (c) 1985 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)condevs.c  5.21    (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)condevs.c  5.22 (Berkeley) %G%";
+#endif /* not lint */
 
 extern int errno;
 extern char *sys_errlist[];
 
 extern int errno;
 extern char *sys_errlist[];
index 04845c0..a8884bb 100644 (file)
@@ -1,6 +1,13 @@
+/*-
+ * Copyright (c) 1985 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)conn.c     5.16    (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)conn.c     5.17 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <signal.h>
 #include "uucp.h"
 
 #include <signal.h>
 #include "uucp.h"
index d668120..72b03ba 100644 (file)
@@ -1,6 +1,13 @@
+/*-
+ * Copyright (c) 1985 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)gio.c      5.9     (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)gio.c      5.10 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "uucp.h"
 #include "pk.h"
 
 #include "uucp.h"
 #include "pk.h"
index 1b76e24..fe8605a 100644 (file)
@@ -1,6 +1,13 @@
+/*-
+ * Copyright (c) 1985 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)gnsys.c    5.6     (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)gnsys.c    5.7 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "uucp.h"
 #ifdef NDIR
 
 #include "uucp.h"
 #ifdef NDIR
index f9d8e5a..6c04ef8 100644 (file)
@@ -1,6 +1,13 @@
+/*-
+ * Copyright (c) 1985 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)imsg.c     5.4 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)imsg.c     5.5 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "uucp.h"
 #include <ctype.h>
 
 #include "uucp.h"
 #include <ctype.h>
index 2e43317..902b002 100644 (file)
@@ -1,4 +1,11 @@
-/*     @(#)pk.h        5.6     (Berkeley)      %G%     */
+/*-
+ * Copyright (c) 1985 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
+ *
+ *     @(#)pk.h        5.7 (Berkeley) %G%
+ */
 
 struct header {
        char    sync;
 
 struct header {
        char    sync;
index 5465cfc..de98633 100644 (file)
@@ -1,6 +1,13 @@
+/*-
+ * Copyright (c) 1985 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)pk0.c      5.9     (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)pk0.c      5.10 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "uucp.h"
 #include "pk.h"
 
 #include "uucp.h"
 #include "pk.h"
index 7ad7f5c..0fe686b 100644 (file)
@@ -1,6 +1,13 @@
+/*-
+ * Copyright (c) 1985 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)pk1.c      5.12    (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)pk1.c      5.13 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <signal.h>
 #include "uucp.h"
 
 #include <signal.h>
 #include "uucp.h"
index 0a60b8c..bddc210 100644 (file)
@@ -1,4 +1,10 @@
-/*     uusub.h 4.1     85/01/22        */
-/*     uusub is not privided with 4.2bsd  */
+/*-
+ * Copyright (c) 1985 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
+ *
+ *     @(#)uusub.h     4.2 (Berkeley) %G%
+ */
+
 #define UB_SST(a)       
 #define UB_SST(a)       
index d67a7fb..4456215 100644 (file)
@@ -1,6 +1,19 @@
+/*-
+ * Copyright (c) 1985 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)uuclean.c  5.8     %G%";
-#endif
+char copyright[] =
+"@(#) Copyright (c) 1985 The Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
+#ifndef lint
+static char sccsid[] = "@(#)uuclean.c  5.9 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <signal.h>
 #include "uucp.h"
 
 #include <signal.h>
 #include "uucp.h"
index 994f77a..c203b20 100644 (file)
@@ -1,8 +1,9 @@
-.\" Copyright (c) 1988 Regents of the University of California.
-.\" All rights reserved.  The Berkeley software License Agreement
-.\" specifies the terms and conditions for redistribution.
+.\" Copyright (c) 1988 The Regents of the University of California.
+.\" All rights reserved.
 .\"
 .\"
-.\"    @(#)uucp.1      6.5 (Berkeley) %G%
+.\" %sccs.include.proprietary.roff%
+.\"
+.\"    @(#)uucp.1      6.6 (Berkeley) %G%
 .\"
 .TH UUCP 1 ""
 .AT 3
 .\"
 .TH UUCP 1 ""
 .AT 3
index b259d9b..3ad0c90 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
+char copyright[] =
+"@(#) Copyright (c) 1988 The Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)uucp.c     5.8     (Berkeley) 4/24/88";
-#endif
+static char sccsid[] = "@(#)uucp.c     5.10 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "uucp.h"
 #include <sys/stat.h>
 
 #include "uucp.h"
 #include <sys/stat.h>
index 0423095..ecce764 100644 (file)
@@ -1,6 +1,19 @@
+/*-
+ * Copyright (c) 1985, 1988 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
+ */
+
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1985, 1988 The Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)uulog.c    5.6     (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)uulog.c    5.7 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "uucp.h"
 
 
 #include "uucp.h"
 
index cb4e1c5..f4050c3 100644 (file)
@@ -1,6 +1,19 @@
+/*-
+ * Copyright (c) 1983, 1988 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
+ */
+
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1983, 1988 The Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)uuname.c   5.4     (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)uuname.c   5.5 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "uucp.h"
 
 
 #include "uucp.h"
 
index d245d01..9f4fa64 100644 (file)
@@ -1,21 +1,8 @@
-/*
+/*-
  * Copyright (c) 1988 The Regents of the University of California.
  * All rights reserved.
  *
  * Copyright (c) 1988 The Regents of the University of California.
  * All rights reserved.
  *
- * This code is derived from software contributed to Berkeley by
- * Rick Adams.
- * 
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, Berkeley.  The name of the
- * University may not be used to endorse or promote products derived
- * from this software without specific prior written permission.
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
@@ -25,7 +12,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)uuq.c      4.11 (Berkeley) %G%";
+static char sccsid[] = "@(#)uuq.c      4.12 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index eff58f6..8bfa5a2 100644 (file)
@@ -1,23 +1,11 @@
-/*
+/*-
  * Copyright (c) 1988 The Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Copyright (c) 1988 The Regents of the University of California.
  * All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
- * Rick Adams.
- *
- * originally by RJKing WECo-MG6565 May 83
+ * Rick Adams.  Originally by RJKing WECo-MG6565 May 83.
  * 
  * 
- * Redistribution and use in source and binary forms are permitted
- * provided that the above copyright notice and this paragraph are
- * duplicated in all such forms and that any documentation,
- * advertising materials, and other materials related to such
- * distribution and use acknowledge that the software was developed
- * by the University of California, Berkeley.  The name of the
- * University may not be used to endorse or promote products derived
- * from this software without specific prior written permission.
- * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
- * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+ * %sccs.include.redist.c%
  */
 
 #ifndef lint
  */
 
 #ifndef lint
@@ -27,7 +15,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)uusnap.c   5.11 (Berkeley) %G%";
+static char sccsid[] = "@(#)uusnap.c   5.12 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "uucp.h"
 #endif /* not lint */
 
 #include "uucp.h"
index c227e46..e3b4bce 100644 (file)
@@ -1,6 +1,19 @@
+/*-
+ * Copyright (c) 1985, 1988 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.proprietary.c%
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)uuxqt.c    5.13    (Berkeley) %G%";
-#endif
+char copyright[] =
+"@(#) Copyright (c) 1985, 1988 The Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
+#ifndef lint
+static char sccsid[] = "@(#)uuxqt.c    5.14 (Berkeley) %G%";
+#endif /* not lint */
 
 #include "uucp.h"
 #include <sys/stat.h>
 
 #include "uucp.h"
 #include <sys/stat.h>