4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 6 Jun 1993 02:07:42 +0000 (18:07 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sun, 6 Jun 1993 02:07:42 +0000 (18:07 -0800)
SCCS-vsn: sbin/nfsd/nfsd.8 8.1
SCCS-vsn: sbin/nfsd/nfsd.c 8.1

usr/src/sbin/nfsd/nfsd.8
usr/src/sbin/nfsd/nfsd.c

index 3fe97c6..10cdeec 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"    @(#)nfsd.8      5.10 (Berkeley) %G%
+.\"    @(#)nfsd.8      8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt NFSD 8
 .\"
 .Dd 
 .Dt NFSD 8
index a6abde2..2314eae 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
  * Rick Macklem at The University of Guelph.
  *
  * This code is derived from software contributed to Berkeley by
  * 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[] = "@(#)nfsd.c     5.13 (Berkeley) %G%";
+static char sccsid[] = "@(#)nfsd.c     8.1 (Berkeley) %G%";
 #endif not lint
 
 #include <stdio.h>
 #endif not lint
 
 #include <stdio.h>