summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorderaadt <>2003-06-03 21:09:00 +0000
committerderaadt <>2003-06-03 21:09:00 +0000
commit58bb0cba027bb466c32af726c19a24ebab4ddf2d (patch)
treeae6b56ca425a4348b2f9dcab8586d03525e6c62a /src/lib
parentc34f150fff502aa773952b81ab963b674faa6e58 (diff)
downloadopenbsd-58bb0cba027bb466c32af726c19a24ebab4ddf2d.tar.gz
openbsd-58bb0cba027bb466c32af726c19a24ebab4ddf2d.tar.bz2
openbsd-58bb0cba027bb466c32af726c19a24ebab4ddf2d.zip
terms 3 & 4 cleanup based on "terms" file
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libc/net/getnetnamadr.c11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/lib/libc/net/getnetnamadr.c b/src/lib/libc/net/getnetnamadr.c
index fbd51f776f..149216ffd8 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.22 2003/06/02 20:18:35 millert Exp $ */ 1/* $OpenBSD: getnetnamadr.c,v 1.23 2003/06/03 21:09:00 deraadt Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 1997, Jason Downs. All rights reserved. 4 * Copyright (c) 1997, Jason Downs. All rights reserved.
@@ -11,13 +11,6 @@
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
15 * must display the following acknowledgement:
16 * This product includes software developed by Jason Downs for the
17 * OpenBSD system.
18 * 4. Neither the name(s) of the author(s) nor the name OpenBSD
19 * may be used to endorse or promote products derived from this software
20 * without specific prior written permission.
21 * 14 *
22 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS 15 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS
23 * OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 16 * 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";
73static char sccsid_[] = "from getnetnamadr.c 1.4 (Coimbra) 93/06/03"; 66static char sccsid_[] = "from getnetnamadr.c 1.4 (Coimbra) 93/06/03";
74static char rcsid[] = "$From: getnetnamadr.c,v 8.7 1996/08/05 08:31:35 vixie Exp $"; 67static char rcsid[] = "$From: getnetnamadr.c,v 8.7 1996/08/05 08:31:35 vixie Exp $";
75#else 68#else
76static char rcsid[] = "$OpenBSD: getnetnamadr.c,v 1.22 2003/06/02 20:18:35 millert Exp $"; 69static char rcsid[] = "$OpenBSD: getnetnamadr.c,v 1.23 2003/06/03 21:09:00 deraadt Exp $";
77#endif 70#endif
78#endif /* LIBC_SCCS and not lint */ 71#endif /* LIBC_SCCS and not lint */
79 72