Add copyright
[unix-history] / usr / src / old / tar / tar.c
index 19c5d4f..a31a16b 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ */
+
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)tar.c       4.23 (Berkeley) %G%";
-#endif
+char copyright[] =
+"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
+#ifndef lint
+static char sccsid[] = "@(#)tar.c      5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Tape Archival Program
 
 /*
  * Tape Archival Program