Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Wed, 29 May 1985 05:52:47 +0000 (21:52 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Wed, 29 May 1985 05:52:47 +0000 (21:52 -0800)
SCCS-vsn: sbin/newfs/mkfs.c 5.1
SCCS-vsn: old/implog/implog.c 5.1
SCCS-vsn: old/implogd/implogd.c 5.1
SCCS-vsn: old/implog/implog.c 5.2
SCCS-vsn: old/implog/Makefile 5.1
SCCS-vsn: old/implog/Makefile 5.2

usr/src/old/implog/Makefile
usr/src/old/implog/implog.c
usr/src/old/implogd/implogd.c
usr/src/sbin/newfs/mkfs.c

index f04b963..ae685d0 100644 (file)
@@ -1,4 +1,9 @@
-# @(#)Makefile 4.5 %G%
+# Copyright (c) 1983 Regents of the University of California.
+# All rights reserved.  The Berkeley software License Agreement
+# specifies the terms and conditions for redistribution.
+#
+#      @(#)Makefile    5.2 (Berkeley) %G%
+#
 ALL=   implog implogd
 DESTDIR=
 CFLAGS=-O
 ALL=   implog implogd
 DESTDIR=
 CFLAGS=-O
index bb94768..610f20b 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
+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[] = "@(#)implog.c   4.4 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)implog.c   5.2 (Berkeley) %G%";
+#endif not lint
 
 #include <stdio.h>
 #include <signal.h>
 
 #include <stdio.h>
 #include <signal.h>
index 87caaaf..dc07a5f 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[] = "@(#)implogd.c  4.8 (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[] = "@(#)implogd.c  5.1 (Berkeley) %G%";
+#endif not lint
 
 #include <sgtty.h>
 
 
 #include <sgtty.h>
 
index 4ce4294..e74a24e 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 = "@(#)mkfs.c      2.19 (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[] = "@(#)mkfs.c     5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * make file system for cylinder-group style file systems
 
 /*
  * make file system for cylinder-group style file systems