4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 09:47:59 +0000 (01:47 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 09:47:59 +0000 (01:47 -0800)
SCCS-vsn: libexec/fingerd/fingerd.8 8.1
SCCS-vsn: libexec/fingerd/fingerd.c 8.1
SCCS-vsn: libexec/fingerd/pathnames.h 8.1

usr/src/libexec/fingerd/fingerd.8
usr/src/libexec/fingerd/fingerd.c
usr/src/libexec/fingerd/pathnames.h

index f184f14..90646fc 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (c) 1980, 1991 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1980, 1991, 1993
+.\"    The Regents of the University of California.  All rights reserved.
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)fingerd.8  6.5 (Berkeley) %G%
+.\"     @(#)fingerd.8  8.1 (Berkeley) %G%
 .\"
 .Dd 
 .Dt FINGERD 8
 .\"
 .Dd 
 .Dt FINGERD 8
index a3c634f..8c2d2f1 100644 (file)
@@ -1,18 +1,18 @@
 /*
 /*
- * Copyright (c) 1983 The Regents of the University of California.
- * All rights reserved.
+ * Copyright (c) 1983, 1993
+ *     The Regents of the University of California.  All rights reserved.
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-char copyright[] =
-"@(#) Copyright (c) 1983 The Regents of the University of California.\n\
- All rights reserved.\n";
+static char copyright[] =
+"@(#) Copyright (c) 1983, 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[] = "@(#)fingerd.c  5.10 (Berkeley) %G%";
+static char sccsid[] = "@(#)fingerd.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
index 08078f1..6d08f67 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%
  */
 
 #define        _PATH_FINGER    "/usr/bin/finger"
  */
 
 #define        _PATH_FINGER    "/usr/bin/finger"