svn commit: r351431 - in stable/12/contrib/telnet: arpa libtelnet telnet telnetd

Ed Maste emaste at FreeBSD.org
Fri Aug 23 17:40:10 UTC 2019


Author: emaste
Date: Fri Aug 23 17:39:59 2019
New Revision: 351431
URL: https://svnweb.freebsd.org/changeset/base/351431

Log:
  MFC r351070: telnet: remove 3rd clause from Berkeley copyrights
  
  Per the July 22, 1999 letter (in /COPYRIGHT) from
  William Hoskins
  Director, Office of Technology Licensing
  University of California, Berkeley

Modified:
  stable/12/contrib/telnet/arpa/telnet.h
  stable/12/contrib/telnet/libtelnet/auth-proto.h
  stable/12/contrib/telnet/libtelnet/auth.c
  stable/12/contrib/telnet/libtelnet/auth.h
  stable/12/contrib/telnet/libtelnet/enc-proto.h
  stable/12/contrib/telnet/libtelnet/enc_des.c
  stable/12/contrib/telnet/libtelnet/encrypt.c
  stable/12/contrib/telnet/libtelnet/encrypt.h
  stable/12/contrib/telnet/libtelnet/genget.c
  stable/12/contrib/telnet/libtelnet/getent.c
  stable/12/contrib/telnet/libtelnet/kerberos.c
  stable/12/contrib/telnet/libtelnet/kerberos5.c
  stable/12/contrib/telnet/libtelnet/key-proto.h
  stable/12/contrib/telnet/libtelnet/krb4encpwd.c
  stable/12/contrib/telnet/libtelnet/misc-proto.h
  stable/12/contrib/telnet/libtelnet/misc.c
  stable/12/contrib/telnet/libtelnet/misc.h
  stable/12/contrib/telnet/libtelnet/read_password.c
  stable/12/contrib/telnet/libtelnet/rsaencpwd.c
  stable/12/contrib/telnet/telnet/authenc.c
  stable/12/contrib/telnet/telnet/commands.c
  stable/12/contrib/telnet/telnet/defines.h
  stable/12/contrib/telnet/telnet/externs.h
  stable/12/contrib/telnet/telnet/fdset.h
  stable/12/contrib/telnet/telnet/general.h
  stable/12/contrib/telnet/telnet/main.c
  stable/12/contrib/telnet/telnet/network.c
  stable/12/contrib/telnet/telnet/ring.c
  stable/12/contrib/telnet/telnet/ring.h
  stable/12/contrib/telnet/telnet/sys_bsd.c
  stable/12/contrib/telnet/telnet/telnet.1
  stable/12/contrib/telnet/telnet/telnet.c
  stable/12/contrib/telnet/telnet/terminal.c
  stable/12/contrib/telnet/telnet/types.h
  stable/12/contrib/telnet/telnet/utilities.c
  stable/12/contrib/telnet/telnetd/authenc.c
  stable/12/contrib/telnet/telnetd/defs.h
  stable/12/contrib/telnet/telnetd/ext.h
  stable/12/contrib/telnet/telnetd/global.c
  stable/12/contrib/telnet/telnetd/pathnames.h
  stable/12/contrib/telnet/telnetd/slc.c
  stable/12/contrib/telnet/telnetd/state.c
  stable/12/contrib/telnet/telnetd/sys_term.c
  stable/12/contrib/telnet/telnetd/telnetd.8
  stable/12/contrib/telnet/telnetd/telnetd.c
  stable/12/contrib/telnet/telnetd/telnetd.h
  stable/12/contrib/telnet/telnetd/termstat.c
  stable/12/contrib/telnet/telnetd/utility.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/contrib/telnet/arpa/telnet.h
==============================================================================
--- stable/12/contrib/telnet/arpa/telnet.h	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/arpa/telnet.h	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/libtelnet/auth-proto.h
==============================================================================
--- stable/12/contrib/telnet/libtelnet/auth-proto.h	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/libtelnet/auth-proto.h	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/libtelnet/auth.c
==============================================================================
--- stable/12/contrib/telnet/libtelnet/auth.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/libtelnet/auth.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/libtelnet/auth.h
==============================================================================
--- stable/12/contrib/telnet/libtelnet/auth.h	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/libtelnet/auth.h	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/libtelnet/enc-proto.h
==============================================================================
--- stable/12/contrib/telnet/libtelnet/enc-proto.h	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/libtelnet/enc-proto.h	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/libtelnet/enc_des.c
==============================================================================
--- stable/12/contrib/telnet/libtelnet/enc_des.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/libtelnet/enc_des.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/libtelnet/encrypt.c
==============================================================================
--- stable/12/contrib/telnet/libtelnet/encrypt.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/libtelnet/encrypt.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/libtelnet/encrypt.h
==============================================================================
--- stable/12/contrib/telnet/libtelnet/encrypt.h	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/libtelnet/encrypt.h	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/libtelnet/genget.c
==============================================================================
--- stable/12/contrib/telnet/libtelnet/genget.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/libtelnet/genget.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/libtelnet/getent.c
==============================================================================
--- stable/12/contrib/telnet/libtelnet/getent.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/libtelnet/getent.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/libtelnet/kerberos.c
==============================================================================
--- stable/12/contrib/telnet/libtelnet/kerberos.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/libtelnet/kerberos.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/libtelnet/kerberos5.c
==============================================================================
--- stable/12/contrib/telnet/libtelnet/kerberos5.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/libtelnet/kerberos5.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/libtelnet/key-proto.h
==============================================================================
--- stable/12/contrib/telnet/libtelnet/key-proto.h	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/libtelnet/key-proto.h	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/libtelnet/krb4encpwd.c
==============================================================================
--- stable/12/contrib/telnet/libtelnet/krb4encpwd.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/libtelnet/krb4encpwd.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/libtelnet/misc-proto.h
==============================================================================
--- stable/12/contrib/telnet/libtelnet/misc-proto.h	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/libtelnet/misc-proto.h	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/libtelnet/misc.c
==============================================================================
--- stable/12/contrib/telnet/libtelnet/misc.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/libtelnet/misc.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/libtelnet/misc.h
==============================================================================
--- stable/12/contrib/telnet/libtelnet/misc.h	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/libtelnet/misc.h	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/libtelnet/read_password.c
==============================================================================
--- stable/12/contrib/telnet/libtelnet/read_password.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/libtelnet/read_password.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/libtelnet/rsaencpwd.c
==============================================================================
--- stable/12/contrib/telnet/libtelnet/rsaencpwd.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/libtelnet/rsaencpwd.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnet/authenc.c
==============================================================================
--- stable/12/contrib/telnet/telnet/authenc.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnet/authenc.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnet/commands.c
==============================================================================
--- stable/12/contrib/telnet/telnet/commands.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnet/commands.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnet/defines.h
==============================================================================
--- stable/12/contrib/telnet/telnet/defines.h	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnet/defines.h	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnet/externs.h
==============================================================================
--- stable/12/contrib/telnet/telnet/externs.h	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnet/externs.h	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnet/fdset.h
==============================================================================
--- stable/12/contrib/telnet/telnet/fdset.h	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnet/fdset.h	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnet/general.h
==============================================================================
--- stable/12/contrib/telnet/telnet/general.h	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnet/general.h	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnet/main.c
==============================================================================
--- stable/12/contrib/telnet/telnet/main.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnet/main.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnet/network.c
==============================================================================
--- stable/12/contrib/telnet/telnet/network.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnet/network.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnet/ring.c
==============================================================================
--- stable/12/contrib/telnet/telnet/ring.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnet/ring.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnet/ring.h
==============================================================================
--- stable/12/contrib/telnet/telnet/ring.h	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnet/ring.h	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnet/sys_bsd.c
==============================================================================
--- stable/12/contrib/telnet/telnet/sys_bsd.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnet/sys_bsd.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnet/telnet.1
==============================================================================
--- stable/12/contrib/telnet/telnet/telnet.1	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnet/telnet.1	Fri Aug 23 17:39:59 2019	(r351431)
@@ -9,11 +9,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 3. All advertising materials mentioning features or use of this software
-.\"    must display the following acknowledgement:
-.\"	This product includes software developed by the University of
-.\"	California, Berkeley and its contributors.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"

Modified: stable/12/contrib/telnet/telnet/telnet.c
==============================================================================
--- stable/12/contrib/telnet/telnet/telnet.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnet/telnet.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnet/terminal.c
==============================================================================
--- stable/12/contrib/telnet/telnet/terminal.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnet/terminal.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnet/types.h
==============================================================================
--- stable/12/contrib/telnet/telnet/types.h	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnet/types.h	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnet/utilities.c
==============================================================================
--- stable/12/contrib/telnet/telnet/utilities.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnet/utilities.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnetd/authenc.c
==============================================================================
--- stable/12/contrib/telnet/telnetd/authenc.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnetd/authenc.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnetd/defs.h
==============================================================================
--- stable/12/contrib/telnet/telnetd/defs.h	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnetd/defs.h	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnetd/ext.h
==============================================================================
--- stable/12/contrib/telnet/telnetd/ext.h	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnetd/ext.h	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnetd/global.c
==============================================================================
--- stable/12/contrib/telnet/telnetd/global.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnetd/global.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnetd/pathnames.h
==============================================================================
--- stable/12/contrib/telnet/telnetd/pathnames.h	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnetd/pathnames.h	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnetd/slc.c
==============================================================================
--- stable/12/contrib/telnet/telnetd/slc.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnetd/slc.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnetd/state.c
==============================================================================
--- stable/12/contrib/telnet/telnetd/state.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnetd/state.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnetd/sys_term.c
==============================================================================
--- stable/12/contrib/telnet/telnetd/sys_term.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnetd/sys_term.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnetd/telnetd.8
==============================================================================
--- stable/12/contrib/telnet/telnetd/telnetd.8	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnetd/telnetd.8	Fri Aug 23 17:39:59 2019	(r351431)
@@ -9,11 +9,7 @@
 .\" 2. Redistributions in binary form must reproduce the above copyright
 .\"    notice, this list of conditions and the following disclaimer in the
 .\"    documentation and/or other materials provided with the distribution.
-.\" 3. All advertising materials mentioning features or use of this software
-.\"    must display the following acknowledgement:
-.\"	This product includes software developed by the University of
-.\"	California, Berkeley and its contributors.
-.\" 4. Neither the name of the University nor the names of its contributors
+.\" 3. Neither the name of the University nor the names of its contributors
 .\"    may be used to endorse or promote products derived from this software
 .\"    without specific prior written permission.
 .\"

Modified: stable/12/contrib/telnet/telnetd/telnetd.c
==============================================================================
--- stable/12/contrib/telnet/telnetd/telnetd.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnetd/telnetd.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnetd/telnetd.h
==============================================================================
--- stable/12/contrib/telnet/telnetd/telnetd.h	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnetd/telnetd.h	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnetd/termstat.c
==============================================================================
--- stable/12/contrib/telnet/telnetd/termstat.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnetd/termstat.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *

Modified: stable/12/contrib/telnet/telnetd/utility.c
==============================================================================
--- stable/12/contrib/telnet/telnetd/utility.c	Fri Aug 23 16:42:39 2019	(r351430)
+++ stable/12/contrib/telnet/telnetd/utility.c	Fri Aug 23 17:39:59 2019	(r351431)
@@ -10,11 +10,7 @@
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *	This product includes software developed by the University of
- *	California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *


More information about the svn-src-all mailing list