4.4BSD snapshot (revision 8.1); add 1993 to copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 10:07:34 +0000 (02:07 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 5 Jun 1993 10:07:34 +0000 (02:07 -0800)
SCCS-vsn: libexec/telnetd/authenc.c 8.1
SCCS-vsn: libexec/telnetd/defs.h 8.1
SCCS-vsn: libexec/telnetd/ext.h 8.1
SCCS-vsn: libexec/telnetd/global.c 8.1
SCCS-vsn: libexec/telnetd/pathnames.h 8.1
SCCS-vsn: libexec/telnetd/slc.c 8.1
SCCS-vsn: libexec/telnetd/state.c 8.1
SCCS-vsn: libexec/telnetd/sys_term.c 8.1
SCCS-vsn: libexec/telnetd/telnetd.8 8.1
SCCS-vsn: libexec/telnetd/telnetd.c 8.1
SCCS-vsn: libexec/telnetd/telnetd.h 8.1
SCCS-vsn: libexec/telnetd/termstat.c 8.1
SCCS-vsn: libexec/telnetd/utility.c 8.1

13 files changed:
usr/src/libexec/telnetd/authenc.c
usr/src/libexec/telnetd/defs.h
usr/src/libexec/telnetd/ext.h
usr/src/libexec/telnetd/global.c
usr/src/libexec/telnetd/pathnames.h
usr/src/libexec/telnetd/slc.c
usr/src/libexec/telnetd/state.c
usr/src/libexec/telnetd/sys_term.c
usr/src/libexec/telnetd/telnetd.8
usr/src/libexec/telnetd/telnetd.c
usr/src/libexec/telnetd/telnetd.h
usr/src/libexec/telnetd/termstat.c
usr/src/libexec/telnetd/utility.c

index 186e247..bda7009 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[] = "@(#)authenc.c  5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)authenc.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #if    defined(AUTHENTICATION) || defined(ENCRYPTION)
 #endif /* not lint */
 
 #if    defined(AUTHENTICATION) || defined(ENCRYPTION)
index 00d3794..518f4ca 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%
  *
- *     @(#)defs.h      5.12 (Berkeley) %G%
+ *     @(#)defs.h      8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index d7dc54f..130587e 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%
  *
- *     @(#)ext.h       5.10 (Berkeley) %G%
+ *     @(#)ext.h       8.1 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
index 05c979e..35aa093 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1989 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%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)global.c   5.2 (Berkeley) %G%";
+static char sccsid[] = "@(#)global.c   8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
index 2a0467a..def2ee9 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.6 (Berkeley) %G%
+ *     @(#)pathnames.h 8.1 (Berkeley) %G%
  */
 
 #if BSD > 43
  */
 
 #if BSD > 43
index fa3a8b6..db06091 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1989 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%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)slc.c      5.8 (Berkeley) %G%";
+static char sccsid[] = "@(#)slc.c      8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "telnetd.h"
 #endif /* not lint */
 
 #include "telnetd.h"
index a4f8b23..dead4b0 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1989 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%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)state.c    5.14 (Berkeley) %G%";
+static char sccsid[] = "@(#)state.c    8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "telnetd.h"
 #endif /* not lint */
 
 #include "telnetd.h"
index 7a485d1..301e648 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1989 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%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)sys_term.c 5.22 (Berkeley) %G%";
+static char sccsid[] = "@(#)sys_term.c 8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "telnetd.h"
 #endif /* not lint */
 
 #include "telnetd.h"
index ac916cb..1937849 100644 (file)
@@ -1,9 +1,9 @@
-.\" 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.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"    @(#)telnetd.8   6.9 (Berkeley) %G%
+.\"    @(#)telnetd.8   8.1 (Berkeley) %G%
 .\"
 .TH TELNETD 8 ""
 .UC 5
 .\"
 .TH TELNETD 8 ""
 .UC 5
index d4032c9..943c917 100644 (file)
@@ -1,18 +1,18 @@
 /*
 /*
- * Copyright (c) 1989 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%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #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[] = "@(#)telnetd.c  5.52 (Berkeley) %G%";
+static char sccsid[] = "@(#)telnetd.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "telnetd.h"
 #endif /* not lint */
 
 #include "telnetd.h"
index 0f3f996..5c57898 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%
  *
- *     @(#)telnetd.h   5.3 (Berkeley) %G%
+ *     @(#)telnetd.h   8.1 (Berkeley) %G%
  */
 
 
  */
 
 
index c84ae50..55abb17 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1989 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%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)termstat.c 5.14 (Berkeley) %G%";
+static char sccsid[] = "@(#)termstat.c 8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #include "telnetd.h"
 #endif /* not lint */
 
 #include "telnetd.h"
index c680160..4967f3c 100644 (file)
@@ -1,12 +1,12 @@
 /*
 /*
- * Copyright (c) 1989 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%
  */
 
 #ifndef lint
  *
  * %sccs.include.redist.c%
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)utility.c  5.12 (Berkeley) %G%";
+static char sccsid[] = "@(#)utility.c  8.1 (Berkeley) %G%";
 #endif /* not lint */
 
 #define PRINTOPTIONS
 #endif /* not lint */
 
 #define PRINTOPTIONS