4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 6 Jun 1993 01:50:57 +0000 (17:50 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 6 Jun 1993 01:50:57 +0000 (17:50 -0800)
SCCS-vsn: sbin/disklabel/disklabel.5.5 8.1
SCCS-vsn: sbin/disklabel/disklabel.8 8.1
SCCS-vsn: sbin/disklabel/disklabel.c 8.1
SCCS-vsn: sbin/disklabel/dkcksum.c 8.1
SCCS-vsn: sbin/disklabel/pathnames.h 8.1

usr/src/sbin/disklabel/disklabel.5.5
usr/src/sbin/disklabel/disklabel.8
usr/src/sbin/disklabel/disklabel.c
usr/src/sbin/disklabel/dkcksum.c
usr/src/sbin/disklabel/pathnames.h

index 84e41a9..e5a7f18 100644 (file)
@@ -1,12 +1,12 @@
-.\" Copyright (c) 1987, 1991 Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1987, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" Symmetric Computer Systems.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" Symmetric Computer Systems.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)disklabel.5.5      6.7 (Berkeley) %G%
+.\"     @(#)disklabel.5.5      8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt DISKLABEL 5
 .\"
 .Dd 
 .Dt DISKLABEL 5
index b3d3eaf..638f913 100644 (file)
@@ -1,12 +1,12 @@
-.\" Copyright (c) 1987, 1988, 1991 Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1987, 1988, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" Symmetric Computer Systems.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" This code is derived from software contributed to Berkeley by
 .\" Symmetric Computer Systems.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"    @(#)disklabel.8 6.10 (Berkeley) %G%
+.\"    @(#)disklabel.8 8.1 (Berkeley) %G%
 .\"
 .Dd ""
 .Dt DISKLABEL 8
 .\"
 .Dd ""
 .Dt DISKLABEL 8
index c2b5d13..14aafec 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * Copyright (c) 1987 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1987, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * This code is derived from software contributed to Berkeley by
  * Symmetric Computer Systems.
  *
  * This code is derived from software contributed to Berkeley by
  * Symmetric Computer Systems.
@@ -9,13 +9,13 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1987 The Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1987, 1993\n\
      The Regents of the University of California.  All rights reserved.\n";
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)disklabel.c        5.25 (Berkeley) %G%";
+static char sccsid[] = "@(#)disklabel.c        8.1 (Berkeley) %G%";
 /* from static char sccsid[] = "@(#)disklabel.c        1.2 (Symmetric) 11/28/85"; */
 #endif /* not lint */
 
 /* from static char sccsid[] = "@(#)disklabel.c        1.2 (Symmetric) 11/28/85"; */
 #endif /* not lint */
 
index a6a2f24..c6094dc 100644 (file)
@@ -1,12 +1,12 @@
 /*-
 /*-
- * Copyright (c) 1991 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1991, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)dkcksum.c  5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)dkcksum.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
index cd92549..61d417c 100644 (file)
@@ -1,10 +1,10 @@
 /*
 /*
- * Copyright (c) 1989 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1989, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)pathnames.h 5.3 (Berkeley) %G%
+ *     @(#)pathnames.h 8.1 (Berkeley) %G%
  */
 
 #include <paths.h>
  */
 
 #include <paths.h>