diff options
author | imp <imp@FreeBSD.org> | 2010-02-16 19:46:46 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2010-02-16 19:46:46 +0000 |
commit | 05a1bb0a4a9fe7fe540da70e734e8421b3f7ac07 (patch) | |
tree | 8fa4520e2ef9b52015daa50c2baafd39b189cf66 /include | |
parent | 7d79e30fb25e3bdb34df41c8c7b09487154b66ac (diff) | |
download | FreeBSD-src-05a1bb0a4a9fe7fe540da70e734e8421b3f7ac07.zip FreeBSD-src-05a1bb0a4a9fe7fe540da70e734e8421b3f7ac07.tar.gz |
Remove clause 3 from Berkeley copyrights. Add a few $FreeBSD$'s.
Diffstat (limited to 'include')
-rw-r--r-- | include/arpa/ftp.h | 8 | ||||
-rw-r--r-- | include/arpa/inet.h | 6 | ||||
-rw-r--r-- | include/arpa/nameser.h | 6 | ||||
-rw-r--r-- | include/arpa/nameser_compat.h | 6 | ||||
-rw-r--r-- | include/arpa/telnet.h | 6 | ||||
-rw-r--r-- | include/arpa/tftp.h | 6 | ||||
-rw-r--r-- | include/protocols/dumprestore.h | 6 | ||||
-rw-r--r-- | include/protocols/routed.h | 6 | ||||
-rw-r--r-- | include/protocols/rwhod.h | 8 | ||||
-rw-r--r-- | include/protocols/talkd.h | 8 | ||||
-rw-r--r-- | include/protocols/timed.h | 6 |
11 files changed, 17 insertions, 55 deletions
diff --git a/include/arpa/ftp.h b/include/arpa/ftp.h index 9a36488..081c037 100644 --- a/include/arpa/ftp.h +++ b/include/arpa/ftp.h @@ -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. * @@ -31,6 +27,8 @@ * SUCH DAMAGE. * * @(#)ftp.h 8.1 (Berkeley) 6/2/93 + * + * $FreeBSD$ */ #ifndef _ARPA_FTP_H_ diff --git a/include/arpa/inet.h b/include/arpa/inet.h index 0848106..c0695eb 100644 --- a/include/arpa/inet.h +++ b/include/arpa/inet.h @@ -12,11 +12,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. * diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h index ce2f2e0..1f5ce45 100644 --- a/include/arpa/nameser.h +++ b/include/arpa/nameser.h @@ -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. * diff --git a/include/arpa/nameser_compat.h b/include/arpa/nameser_compat.h index 64d05f8..161fed3 100644 --- a/include/arpa/nameser_compat.h +++ b/include/arpa/nameser_compat.h @@ -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. * diff --git a/include/arpa/telnet.h b/include/arpa/telnet.h index 26f75fb..758e9b8 100644 --- a/include/arpa/telnet.h +++ b/include/arpa/telnet.h @@ -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. * diff --git a/include/arpa/tftp.h b/include/arpa/tftp.h index eef9d4d..5c2a4c7 100644 --- a/include/arpa/tftp.h +++ b/include/arpa/tftp.h @@ -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. * diff --git a/include/protocols/dumprestore.h b/include/protocols/dumprestore.h index b4e6ec9..d6740a6 100644 --- a/include/protocols/dumprestore.h +++ b/include/protocols/dumprestore.h @@ -15,11 +15,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. * diff --git a/include/protocols/routed.h b/include/protocols/routed.h index b55b622..bf16045 100644 --- a/include/protocols/routed.h +++ b/include/protocols/routed.h @@ -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 acknowledgment: - * 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. * diff --git a/include/protocols/rwhod.h b/include/protocols/rwhod.h index fbfe2ed..f63bf76 100644 --- a/include/protocols/rwhod.h +++ b/include/protocols/rwhod.h @@ -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. * @@ -31,6 +27,8 @@ * SUCH DAMAGE. * * @(#)rwhod.h 8.1 (Berkeley) 6/2/93 + * + * $FreeBSD$ */ #ifndef _PROTOCOLS_RWHOD_H_ diff --git a/include/protocols/talkd.h b/include/protocols/talkd.h index 962e47b..3b2f0de 100644 --- a/include/protocols/talkd.h +++ b/include/protocols/talkd.h @@ -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. * @@ -31,6 +27,8 @@ * SUCH DAMAGE. * * @(#)talkd.h 8.1 (Berkeley) 6/2/93 + * + * $FreeBSD$ */ #ifndef _PROTOCOLS_TALKD_H_ diff --git a/include/protocols/timed.h b/include/protocols/timed.h index faa44e4..18747be 100644 --- a/include/protocols/timed.h +++ b/include/protocols/timed.h @@ -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. * |