diff options
author | millert <> | 2003-06-02 20:18:38 +0000 |
---|---|---|
committer | millert <> | 2003-06-02 20:18:38 +0000 |
commit | 021d32a253720a2fcdb07690f59c7e08d1d661e6 (patch) | |
tree | 940b137a6568216cbcf531897e0d28b45e80e89f /src/lib/libc/net/getnetnamadr.c | |
parent | 927c13bb6b3e182d86b54f5b8ab72bd80bf3d735 (diff) | |
download | openbsd-021d32a253720a2fcdb07690f59c7e08d1d661e6.tar.gz openbsd-021d32a253720a2fcdb07690f59c7e08d1d661e6.tar.bz2 openbsd-021d32a253720a2fcdb07690f59c7e08d1d661e6.zip |
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.
Diffstat (limited to 'src/lib/libc/net/getnetnamadr.c')
-rw-r--r-- | src/lib/libc/net/getnetnamadr.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/lib/libc/net/getnetnamadr.c b/src/lib/libc/net/getnetnamadr.c index 1be874209f..fbd51f776f 100644 --- a/src/lib/libc/net/getnetnamadr.c +++ b/src/lib/libc/net/getnetnamadr.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: getnetnamadr.c,v 1.21 2003/04/05 00:43:19 tdeval Exp $ */ | 1 | /* $OpenBSD: getnetnamadr.c,v 1.22 2003/06/02 20:18:35 millert Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1997, Jason Downs. All rights reserved. | 4 | * Copyright (c) 1997, Jason Downs. All rights reserved. |
@@ -50,11 +50,7 @@ | |||
50 | * 2. Redistributions in binary form must reproduce the above copyright | 50 | * 2. Redistributions in binary form must reproduce the above copyright |
51 | * notice, this list of conditions and the following disclaimer in the | 51 | * notice, this list of conditions and the following disclaimer in the |
52 | * documentation and/or other materials provided with the distribution. | 52 | * documentation and/or other materials provided with the distribution. |
53 | * 3. All advertising materials mentioning features or use of this software | 53 | * 3. Neither the name of the University nor the names of its contributors |
54 | * must display the following acknowledgement: | ||
55 | * This product includes software developed by the University of | ||
56 | * California, Berkeley and its contributors. | ||
57 | * 4. Neither the name of the University nor the names of its contributors | ||
58 | * may be used to endorse or promote products derived from this software | 54 | * may be used to endorse or promote products derived from this software |
59 | * without specific prior written permission. | 55 | * without specific prior written permission. |
60 | * | 56 | * |
@@ -77,7 +73,7 @@ static char sccsid[] = "@(#)getnetbyaddr.c 8.1 (Berkeley) 6/4/93"; | |||
77 | static char sccsid_[] = "from getnetnamadr.c 1.4 (Coimbra) 93/06/03"; | 73 | static char sccsid_[] = "from getnetnamadr.c 1.4 (Coimbra) 93/06/03"; |
78 | static char rcsid[] = "$From: getnetnamadr.c,v 8.7 1996/08/05 08:31:35 vixie Exp $"; | 74 | static char rcsid[] = "$From: getnetnamadr.c,v 8.7 1996/08/05 08:31:35 vixie Exp $"; |
79 | #else | 75 | #else |
80 | static char rcsid[] = "$OpenBSD: getnetnamadr.c,v 1.21 2003/04/05 00:43:19 tdeval Exp $"; | 76 | static char rcsid[] = "$OpenBSD: getnetnamadr.c,v 1.22 2003/06/02 20:18:35 millert Exp $"; |
81 | #endif | 77 | #endif |
82 | #endif /* LIBC_SCCS and not lint */ | 78 | #endif /* LIBC_SCCS and not lint */ |
83 | 79 | ||