4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 6 Jun 1993 02:05:32 +0000 (18:05 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 6 Jun 1993 02:05:32 +0000 (18:05 -0800)
SCCS-vsn: sbin/mountd/exports.5 8.1
SCCS-vsn: sbin/mountd/mountd.8 8.1
SCCS-vsn: sbin/mountd/mountd.c 8.1
SCCS-vsn: sbin/mountd/netgroup.5 8.1
SCCS-vsn: sbin/mountd/pathnames.h 8.1

usr/src/sbin/mountd/exports.5
usr/src/sbin/mountd/mountd.8
usr/src/sbin/mountd/mountd.c
usr/src/sbin/mountd/netgroup.5
usr/src/sbin/mountd/pathnames.h

index 501fa42..75f5b00 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)exports.5  5.5 (Berkeley) %G%
+.\"     @(#)exports.5  8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt EXPORTS 5
 .\"
 .Dd 
 .Dt EXPORTS 5
index bff43d1..ea2fb68 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)mountd.8   5.7 (Berkeley) %G%
+.\"     @(#)mountd.8   8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt MOUNTD 8
 .\"
 .Dd 
 .Dt MOUNTD 8
index c255ec2..5bf25f7 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * 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.
  *
  * This code is derived from software contributed to Berkeley by
  * Herb Hasler and Rick Macklem at The University of Guelph.
  *
  * This code is derived from software contributed to Berkeley by
  * Herb Hasler and Rick Macklem at The University of Guelph.
@@ -9,13 +9,13 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1989 Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1989, 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[] = "@(#)mountd.c   5.25 (Berkeley) %G%";
+static char sccsid[] = "@(#)mountd.c   8.1 (Berkeley) %G%";
 #endif not lint
 
 #include <pwd.h>
 #endif not lint
 
 #include <pwd.h>
index b311bf5..651317a 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1992 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1992, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)netgroup.5 5.1 (Berkeley) %G%
+.\"     @(#)netgroup.5 8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt NETGROUP 5
 .\"
 .Dd 
 .Dt NETGROUP 5
index 3fd2396..bc2fd6c 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 6.5 (Berkeley) %G%
+ *     @(#)pathnames.h 8.1 (Berkeley) %G%
  */
 #include <paths.h>
 
  */
 #include <paths.h>