Add copyright
authorDistribution Folks <dist@ucbvax.Berkeley.EDU>
Wed, 29 May 1985 06:00:00 +0000 (22:00 -0800)
committerDistribution Folks <dist@ucbvax.Berkeley.EDU>
Wed, 29 May 1985 06:00:00 +0000 (22:00 -0800)
SCCS-vsn: usr.sbin/mkproto/mkproto.c 5.1
SCCS-vsn: sbin/mount/mount.c 5.1

usr/src/sbin/mount/mount.c
usr/src/usr.sbin/mkproto/mkproto.c

index a88a8ea..c566b47 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 = "@(#)mount.c     4.11 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)mount.c    5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * mount
 
 /*
  * mount
index e2edbc5..378a4be 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) 1980 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif not lint
+
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)mkproto.c  4.4 (Berkeley) %G%";
-#endif
+static char sccsid[] = "@(#)mkproto.c  5.1 (Berkeley) %G%";
+#endif not lint
 
 /*
  * Make a file system prototype.
 
 /*
  * Make a file system prototype.