Add copyright
[unix-history] / usr / src / libexec / bugfiler / bugfiler.c
index e2426d0..d597213 100644 (file)
@@ -1,6 +1,18 @@
+/*
+ * Copyright (c) 1983 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[] = "@(#)bugfiler.c 4.15 (Berkeley) %G%";
-#endif
+char copyright[] =
+"@(#) Copyright (c) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
+#ifndef lint
+static char sccsid[] = "@(#)bugfiler.c 5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Bug report processing program.
 
 /*
  * Bug report processing program.