add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Wed, 29 May 1985 05:24:47 +0000 (21:24 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Wed, 29 May 1985 05:24:47 +0000 (21:24 -0800)
SCCS-vsn: old/htable/parse.y 5.1
SCCS-vsn: old/htable/scan.l 5.1
SCCS-vsn: sbin/icheck/icheck.c 5.1
SCCS-vsn: usr.sbin/inetd/inetd.c 5.1
SCCS-vsn: old/init/init.c 5.1
SCCS-vsn: sbin/init/init.c 5.1
SCCS-vsn: usr.sbin/kgmon/kgmon.c 5.1

usr/src/old/htable/parse.y
usr/src/old/htable/scan.l
usr/src/old/init/init.c
usr/src/sbin/icheck/icheck.c
usr/src/sbin/init/init.c
usr/src/usr.sbin/inetd/inetd.c
usr/src/usr.sbin/kgmon/kgmon.c

index b36ae76..e92deef 100644 (file)
@@ -1,7 +1,20 @@
 %{
 %{
+/*
+ * 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
+char copyright[] =
+"@(#) Copyright (c) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)parse.y    4.2 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)parse.y    5.1 (Berkeley) %G%";
+#endif not lint
+
 
 #include "htable.h"
 %}
 
 #include "htable.h"
 %}
index c2a323d..289bee1 100644 (file)
@@ -1,7 +1,19 @@
 %{
 %{
+/*
+ * 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
+char copyright[] =
+"@(#) Copyright (c) 1983 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)scan.l     4.2 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)scan.l     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include "y.tab.h"
 #include "htable.h"
 
 #include "y.tab.h"
 #include "htable.h"
index b29bef3..1fa21a0 100644 (file)
@@ -1,6 +1,13 @@
+
+/*
+ * 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 = "@(#)init.c      4.15 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)init.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <signal.h>
 #include <sys/types.h>
 
 #include <signal.h>
 #include <sys/types.h>
index 8d8574a..46e1d49 100644 (file)
@@ -1,4 +1,13 @@
-static char *sccsid = "@(#)icheck.c    2.4 (Berkeley) %G%";
+/*
+ * 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
+static char sccsid[] = "@(#)icheck.c   5.1 (Berkeley) %G%";
+#endif not lint
+
 
 /*
  * icheck
 
 /*
  * icheck
index b29bef3..1fa21a0 100644 (file)
@@ -1,6 +1,13 @@
+
+/*
+ * 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 = "@(#)init.c      4.15 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)init.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <signal.h>
 #include <sys/types.h>
 
 #include <signal.h>
 #include <sys/types.h>
index 8b47aa7..bb350fa 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[] = "@(#)inetd.c    4.4 (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[] = "@(#)inetd.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Inetd - Internet super-server
 
 /*
  * Inetd - Internet super-server
index 5283e7a..b8d9d94 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[] = "@(#)kgmon.c    4.9 (Berkeley) 83/08/11";
-#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[] = "@(#)kgmon.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <sys/param.h>
 #include <machine/pte.h>
 
 #include <sys/param.h>
 #include <machine/pte.h>