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

usr/src/sbin/mount_nfs/mount_nfs.8
usr/src/sbin/mount_nfs/mount_nfs.c

index 00cd3ad..ff960cf 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%
 .\"
-.\"    @(#)mount_nfs.8 5.2 (Berkeley) %G%
+.\"    @(#)mount_nfs.8 8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt MOUNT_NFS 8
 .\"
 .Dd 
 .Dt MOUNT_NFS 8
index ebdd82e..228b78c 100644 (file)
@@ -1,6 +1,6 @@
 /*
 /*
- * 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.
  *
  * 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) 1992 The Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1992, 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[] = "@(#)mount_nfs.c        5.10 (Berkeley) %G%";
+static char sccsid[] = "@(#)mount_nfs.c        8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>