diff options
author | 2003-06-03 21:08:59 +0000 | |
---|---|---|
committer | 2003-06-03 21:08:59 +0000 | |
commit | cc5bdcae28f1284249434915b685d7dc27f7230f (patch) | |
tree | 1d73ed6e55d2d70cff2a3a95086fddd4af765da9 /lib/libc/net | |
parent | three four kills (diff) | |
download | wireguard-openbsd-cc5bdcae28f1284249434915b685d7dc27f7230f.tar.xz wireguard-openbsd-cc5bdcae28f1284249434915b685d7dc27f7230f.zip |
terms 3 & 4 cleanup based on "terms" file
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/getnetnamadr.c | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/lib/libc/net/getnetnamadr.c b/lib/libc/net/getnetnamadr.c index fbd51f776fb..149216ffd8b 100644 --- a/lib/libc/net/getnetnamadr.c +++ b/lib/libc/net/getnetnamadr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getnetnamadr.c,v 1.22 2003/06/02 20:18:35 millert Exp $ */ +/* $OpenBSD: getnetnamadr.c,v 1.23 2003/06/03 21:09:00 deraadt Exp $ */ /* * Copyright (c) 1997, Jason Downs. All rights reserved. @@ -11,13 +11,6 @@ * 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 Jason Downs for the - * OpenBSD system. - * 4. Neither the name(s) of the author(s) nor the name OpenBSD - * may be used to endorse or promote products derived from this software - * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED @@ -73,7 +66,7 @@ static char sccsid[] = "@(#)getnetbyaddr.c 8.1 (Berkeley) 6/4/93"; static char sccsid_[] = "from getnetnamadr.c 1.4 (Coimbra) 93/06/03"; static char rcsid[] = "$From: getnetnamadr.c,v 8.7 1996/08/05 08:31:35 vixie Exp $"; #else -static char rcsid[] = "$OpenBSD: getnetnamadr.c,v 1.22 2003/06/02 20:18:35 millert Exp $"; +static char rcsid[] = "$OpenBSD: getnetnamadr.c,v 1.23 2003/06/03 21:09:00 deraadt Exp $"; #endif #endif /* LIBC_SCCS and not lint */ |