4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / usr.bin / uucp / uusend / uusend.c
index 0966066..8dd7360 100644 (file)
@@ -1,6 +1,19 @@
+/*-
+ * Copyright (c) 1980, 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
+ *
+ * %sccs.include.redist.c%
+ */
+
+#ifndef lint
+static char copyright[] =
+"@(#) Copyright (c) 1980, 1991, 1993\n\
+       The Regents of the University of California.  All rights reserved.\n";
+#endif /* not lint */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)uusend.c   5.3 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)uusend.c   8.1 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * uusend: primitive operation to allow uucp like copy of binary files
 
 /*
  * uusend: primitive operation to allow uucp like copy of binary files