written by Mark Horton; add Berkeley specific copyrights
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 7 Jul 1988 02:06:51 +0000 (18:06 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Thu, 7 Jul 1988 02:06:51 +0000 (18:06 -0800)
SCCS-vsn: usr.bin/uudecode/uudecode.c 5.4
SCCS-vsn: usr.bin/uuencode/uuencode.c 5.6

usr/src/usr.bin/uudecode/uudecode.c
usr/src/usr.bin/uuencode/uuencode.c

index cd56b25..ac782f7 100644 (file)
@@ -1,6 +1,23 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.
+ *
+ * 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.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)uudecode.c 5.3 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)uudecode.c 5.4 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * uudecode [input]
 
 /*
  * uudecode [input]
index 1dbf4c6..e1d1b69 100644 (file)
@@ -1,6 +1,23 @@
+/*
+ * Copyright (c) 1983 Regents of the University of California.
+ * All rights reserved.
+ *
+ * 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.
+ */
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)uuencode.c 5.5 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)uuencode.c 5.6 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * uuencode [input] output
 
 /*
  * uuencode [input] output