add Berkeley specific copyright
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 9 Mar 1988 02:33:34 +0000 (18:33 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 9 Mar 1988 02:33:34 +0000 (18:33 -0800)
SCCS-vsn: usr.bin/telnet/Makefile 1.7
SCCS-vsn: usr.bin/telnet/commands.c 1.4
SCCS-vsn: usr.bin/telnet/defines.h 1.5
SCCS-vsn: usr.bin/telnet/externs.h 1.7
SCCS-vsn: usr.bin/telnet/fdset.h 1.3
SCCS-vsn: usr.bin/telnet/general.h 1.2
SCCS-vsn: usr.bin/telnet/main.c 1.5
SCCS-vsn: usr.bin/telnet/network.c 1.11
SCCS-vsn: usr.bin/telnet/ring.c 1.8
SCCS-vsn: usr.bin/telnet/ring.h 1.6
SCCS-vsn: usr.bin/telnet/sys_bsd.c 1.10
SCCS-vsn: usr.bin/telnet/telnet.c 5.29
SCCS-vsn: usr.bin/telnet/terminal.c 1.11
SCCS-vsn: usr.bin/telnet/tn3270.c 1.6
SCCS-vsn: usr.bin/telnet/types.h 1.2
SCCS-vsn: usr.bin/telnet/utilities.c 1.4
SCCS-vsn: libexec/telnetd/telnetd.c 5.26

17 files changed:
usr/src/libexec/telnetd/telnetd.c
usr/src/usr.bin/telnet/Makefile
usr/src/usr.bin/telnet/commands.c
usr/src/usr.bin/telnet/defines.h
usr/src/usr.bin/telnet/externs.h
usr/src/usr.bin/telnet/fdset.h
usr/src/usr.bin/telnet/general.h
usr/src/usr.bin/telnet/main.c
usr/src/usr.bin/telnet/network.c
usr/src/usr.bin/telnet/ring.c
usr/src/usr.bin/telnet/ring.h
usr/src/usr.bin/telnet/sys_bsd.c
usr/src/usr.bin/telnet/telnet.c
usr/src/usr.bin/telnet/terminal.c
usr/src/usr.bin/telnet/tn3270.c
usr/src/usr.bin/telnet/types.h
usr/src/usr.bin/telnet/utilities.c

index 045624f..bf80eb2 100644 (file)
@@ -1,18 +1,24 @@
 /*
 /*
- * Copyright (c) 1983,1986 Regents of the University of California.
- * All rights reserved.  The Berkeley software License Agreement
- * specifies the terms and conditions for redistribution.
+ * Copyright (c) 1983, 1986 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
  */
 
 #ifndef lint
 char copyright[] =
  */
 
 #ifndef lint
 char copyright[] =
-"@(#) Copyright (c) 1983 Regents of the University of California.\n\
+"@(#) Copyright (c) 1983, 1986 Regents of the University of California.\n\
  All rights reserved.\n";
  All rights reserved.\n";
-#endif not lint
+#endif /* not lint */
 
 #ifndef lint
 
 #ifndef lint
-static char sccsid[] = "@(#)telnetd.c  5.25 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)telnetd.c  5.26 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * Telnet server.
 
 /*
  * Telnet server.
index 53b7133..69c945a 100644 (file)
@@ -1,9 +1,15 @@
 #
 # Copyright (c) 1987 Regents of the University of California.
 #
 # Copyright (c) 1987 Regents of the University of California.
-# All rights reserved.  The Berkeley software License Agreement
-# specifies the terms and conditions for redistribution.
+# All rights reserved.
 #
 #
-#      @(#)Makefile    1.6     (Berkeley)      %G%
+# Redistribution and use in source and binary forms are permitted
+# provided that this notice is preserved and that due credit is given
+# to the University of California at Berkeley. The name of the University
+# may not be used to endorse or promote products derived from this
+# software without specific prior written permission. This software
+# is provided ``as is'' without express or implied warranty.
+#
+#      @(#)Makefile    1.7 (Berkeley) %G%
 #
 CFLAGS=        -O
 LIBC=  /lib/libc.a
 #
 CFLAGS=        -O
 LIBC=  /lib/libc.a
index 8106aac..3073158 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)commands.c 1.4 (Berkeley) %G%";
+#endif /* not lint */
+
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
index a49dc2d..3d9a47c 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)defines.h   1.5 (Berkeley) %G%
+ */
+
 #define        settimer(x)     clocks.x = clocks.system++
 
 #if    !defined(TN3270)
 #define        settimer(x)     clocks.x = clocks.system++
 
 #if    !defined(TN3270)
index 9995542..1130f88 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)externs.h   1.7 (Berkeley) %G%
+ */
+
 #include <stdio.h>
 #include <setjmp.h>
 
 #include <stdio.h>
 #include <setjmp.h>
 
index c3eae0e..fb7bd68 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)fdset.h     1.3 (Berkeley) %G%
+ */
+
 /*
  * The following is defined just in case someone should want to run
  * this telnet on a 4.2 system.
 /*
  * The following is defined just in case someone should want to run
  * this telnet on a 4.2 system.
index 3b60a83..f2ff480 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)general.h   1.2 (Berkeley) %G%
+ */
+
 /*
  * Some general definitions.
  *
 /*
  * Some general definitions.
  *
index 1dbef9f..144dfa7 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ */
+
+#ifndef lint
+char copyright[] =
+"@(#) Copyright (c) 1988 Regents of the University of California.\n\
+ All rights reserved.\n";
+#endif /* not lint */
+
+#ifndef lint
+static char sccsid[] = "@(#)main.c     1.5 (Berkeley) %G%";
+#endif /* not lint */
+
 #include <sys/types.h>
 
 #include "ring.h"
 #include <sys/types.h>
 
 #include "ring.h"
index a8bcb75..d2fbb5d 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)network.c  1.11 (Berkeley) %G%";
+#endif /* not lint */
+
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/time.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/time.h>
index b743913..680f5c8 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)ring.c     1.8 (Berkeley) %G%";
+#endif /* not lint */
+
 /*
  * This defines a structure for a ring buffer.
  *
 /*
  * This defines a structure for a ring buffer.
  *
index a3154cc..fa1d966 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)ring.h      1.6 (Berkeley) %G%
+ */
+
 /*
  * This defines a structure for a ring buffer.
  *
 /*
  * This defines a structure for a ring buffer.
  *
index 6adb259..53c80b5 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)sys_bsd.c  1.10 (Berkeley) %G%";
+#endif /* not lint */
+
 /*
  * The following routines try to encapsulate what is system dependent
  * (at least between 4.x and dos) which is used in telnet.c.
 /*
  * The following routines try to encapsulate what is system dependent
  * (at least between 4.x and dos) which is used in telnet.c.
index e9ff360..d2aed9c 100644 (file)
@@ -1,12 +1,18 @@
-#ifndef lint
-static char copyright[] =
-"@(#) Copyright (c) 1984-1987 Regents of the University of California.\n\
- All rights reserved.\n";
-#endif /* not lint */
+/*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ */
 
 #ifndef lint
 
 #ifndef lint
-static char sccsid[] = "@(#)telnet.c   1.2 (Berkeley) 9/25/87";
-#endif /* not lint */
+static char sccsid[] = "@(#)telnet.c   5.29 (Berkeley) %G%";
+#endif /* not lint */
 
 #include <sys/types.h>
 
 
 #include <sys/types.h>
 
index a2df6d5..844f0b8 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)terminal.c 1.11 (Berkeley) %G%";
+#endif /* not lint */
+
 #include <arpa/telnet.h>
 #include <sys/types.h>
 
 #include <arpa/telnet.h>
 #include <sys/types.h>
 
index 2dc7381..b03f6ef 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)tn3270.c   1.6 (Berkeley) %G%";
+#endif /* not lint */
+
 #include "fdset.h"
 
 void
 #include "fdset.h"
 
 void
index 9f0ce8f..77d6a31 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ *
+ *     @(#)types.h     1.2 (Berkeley) %G%
+ */
+
 typedef struct {
     char *modedescriptions;
     char modetype;
 typedef struct {
     char *modedescriptions;
     char modetype;
index 09548c8..5e8f45b 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 1988 Regents of the University of California.
+ * All rights reserved.
+ *
+ * Redistribution and use in source and binary forms are permitted
+ * provided that this notice is preserved and that due credit is given
+ * to the University of California at Berkeley. The name of the University
+ * may not be used to endorse or promote products derived from this
+ * software without specific prior written permission. This software
+ * is provided ``as is'' without express or implied warranty.
+ */
+
+#ifndef lint
+static char sccsid[] = "@(#)utilities.c        1.4 (Berkeley) %G%";
+#endif /* not lint */
+
 #define        TELOPTS
 #include <arpa/telnet.h>
 #include <sys/types.h>
 #define        TELOPTS
 #include <arpa/telnet.h>
 #include <sys/types.h>