Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Thu, 9 May 1985 02:59:17 +0000 (18:59 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Thu, 9 May 1985 02:59:17 +0000 (18:59 -0800)
SCCS-vsn: usr.sbin/config/main.c 5.1
SCCS-vsn: usr.sbin/config/mkheaders.c 5.1
SCCS-vsn: usr.sbin/config/mkioconf.c 5.1
SCCS-vsn: usr.sbin/config/mkmakefile.c 5.1
SCCS-vsn: usr.sbin/config/mkswapconf.c 5.1
SCCS-vsn: usr.sbin/config/mkubglue.c 5.1
SCCS-vsn: usr.sbin/config/config.h 5.1
SCCS-vsn: usr.sbin/config/lang.l 5.1
SCCS-vsn: usr.sbin/config/config.y 5.1
SCCS-vsn: usr.sbin/config/Makefile 5.1

usr/src/usr.sbin/config/Makefile
usr/src/usr.sbin/config/config.h
usr/src/usr.sbin/config/config.y
usr/src/usr.sbin/config/lang.l
usr/src/usr.sbin/config/main.c
usr/src/usr.sbin/config/mkheaders.c
usr/src/usr.sbin/config/mkioconf.c
usr/src/usr.sbin/config/mkmakefile.c
usr/src/usr.sbin/config/mkswapconf.c
usr/src/usr.sbin/config/mkubglue.c

index 96a11db..c31af1a 100644 (file)
@@ -1,4 +1,10 @@
-#      Makefile        1.10    83/05/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.
+#
+#      @(#)Makefile    5.1 (Berkeley) %G%
+#
 #
 CFILES=        y.tab.c main.c lex.yy.c mkioconf.c mkmakefile.c \
        mkubglue.c mkheaders.c mkswapconf.c
 #
 CFILES=        y.tab.c main.c lex.yy.c mkioconf.c mkmakefile.c \
        mkubglue.c mkheaders.c mkswapconf.c
index 7882af2..4dc7487 100644 (file)
@@ -1,4 +1,10 @@
-/*     config.h        1.14    84/08/20        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)config.h    5.1 (Berkeley) %G%
+ */
 
 /*
  * Config.
 
 /*
  * Config.
index 18b1746..5911d4f 100644 (file)
 
 %{
 
 
 %{
 
-/*     config.y        1.19    84/12/04        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)config.y    5.1 (Berkeley) %G%
+ */
 
 #include "config.h"
 #include <ctype.h>
 
 #include "config.h"
 #include <ctype.h>
index 54d2d86..ee5ab5f 100644 (file)
@@ -1,5 +1,12 @@
 %{
 %{
-/*     lang.l  1.14    83/05/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.
+ *
+ *     @(#)lang.l      5.1 (Berkeley) %G%
+ */
 
 #include <ctype.h>
 #include "y.tab.h"
 
 #include <ctype.h>
 #include "y.tab.h"
index 41cccf7..c2c01f8 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
+char copyright[] =
+"@(#) Copyright (c) 1980 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)main.c     1.10 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)main.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <stdio.h>
 #include <ctype.h>
 
 #include <stdio.h>
 #include <ctype.h>
index 2c78576..213c274 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * 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[] = "@(#)mkheaders.c        1.14 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)mkheaders.c        5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Make all the .h files for the optional entries
 
 /*
  * Make all the .h files for the optional entries
index a0d268e..5144ae9 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * 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[] = "@(#)mkioconf.c 2.9 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)mkioconf.c 5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <stdio.h>
 #include "y.tab.h"
 
 #include <stdio.h>
 #include "y.tab.h"
index c0a8f59..d5f07bd 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * 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[] = "@(#)mkmakefile.c       1.34 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)mkmakefile.c       5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Build the makefile for the system, from
 
 /*
  * Build the makefile for the system, from
index da7752f..0b29489 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * 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[] = "@(#)mkswapconf.c       4.2 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)mkswapconf.c       5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Build a swap configuration file.
 
 /*
  * Build a swap configuration file.
index 883f3ca..7ea0623 100644 (file)
@@ -1,6 +1,12 @@
+/*
+ * 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[] = "@(#)mkubglue.c 1.13 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)mkubglue.c 5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Make the uba interrupt file ubglue.s
 
 /*
  * Make the uba interrupt file ubglue.s