diff options
| author | deraadt <> | 2003-06-03 02:11:35 +0000 |
|---|---|---|
| committer | deraadt <> | 2003-06-03 02:11:35 +0000 |
| commit | 5f26da1d98be87114a72731b1dc76c063bf8a1f2 (patch) | |
| tree | 0d9131af8f3ffff25a6317c3cfcc3e7d3692b70f /src/lib/libc | |
| parent | 69d7edf2eca5a74bd88f4a6f7df9eb0e51ddf54f (diff) | |
| download | openbsd-5f26da1d98be87114a72731b1dc76c063bf8a1f2.tar.gz openbsd-5f26da1d98be87114a72731b1dc76c063bf8a1f2.tar.bz2 openbsd-5f26da1d98be87114a72731b1dc76c063bf8a1f2.zip | |
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999 (got skipped because it also had me in there)
Diffstat (limited to 'src/lib/libc')
| -rw-r--r-- | src/lib/libc/net/rresvport.c | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/lib/libc/net/rresvport.c b/src/lib/libc/net/rresvport.c index c807adfb83..6e4698e3be 100644 --- a/src/lib/libc/net/rresvport.c +++ b/src/lib/libc/net/rresvport.c | |||
| @@ -11,12 +11,7 @@ | |||
| 11 | * 2. Redistributions in binary form must reproduce the above copyright | 11 | * 2. Redistributions in binary form must reproduce the above copyright |
| 12 | * notice, this list of conditions and the following disclaimer in the | 12 | * notice, this list of conditions and the following disclaimer in the |
| 13 | * documentation and/or other materials provided with the distribution. | 13 | * documentation and/or other materials provided with the distribution. |
| 14 | * 3. All advertising materials mentioning features or use of this software | 14 | * 3. Neither the name of the University nor the names of its contributors |
| 15 | * must display the following acknowledgement: | ||
| 16 | * This product includes software developed by the University of | ||
| 17 | * California, Berkeley and its contributors. | ||
| 18 | * This product includes software developed by Theo de Raadt. | ||
| 19 | * 4. Neither the name of the University nor the names of its contributors | ||
| 20 | * may be used to endorse or promote products derived from this software | 15 | * may be used to endorse or promote products derived from this software |
| 21 | * without specific prior written permission. | 16 | * without specific prior written permission. |
| 22 | * | 17 | * |
| @@ -34,7 +29,7 @@ | |||
| 34 | */ | 29 | */ |
| 35 | 30 | ||
| 36 | #if defined(LIBC_SCCS) && !defined(lint) | 31 | #if defined(LIBC_SCCS) && !defined(lint) |
| 37 | static char *rcsid = "$OpenBSD: rresvport.c,v 1.5 2000/01/26 03:43:20 deraadt Exp $"; | 32 | static char *rcsid = "$OpenBSD: rresvport.c,v 1.6 2003/06/03 02:11:35 deraadt Exp $"; |
| 38 | #endif /* LIBC_SCCS and not lint */ | 33 | #endif /* LIBC_SCCS and not lint */ |
| 39 | 34 | ||
| 40 | #include <sys/param.h> | 35 | #include <sys/param.h> |
