summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2003-06-03 21:08:59 +0000
committerderaadt <deraadt@openbsd.org>2003-06-03 21:08:59 +0000
commitcc5bdcae28f1284249434915b685d7dc27f7230f (patch)
tree1d73ed6e55d2d70cff2a3a95086fddd4af765da9 /lib
parentthree four kills (diff)
downloadwireguard-openbsd-cc5bdcae28f1284249434915b685d7dc27f7230f.tar.xz
wireguard-openbsd-cc5bdcae28f1284249434915b685d7dc27f7230f.zip
terms 3 & 4 cleanup based on "terms" file
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/arch/powerpc/gen/setjmp.S7
-rw-r--r--lib/libc/net/getnetnamadr.c11
-rw-r--r--lib/libcompat/4.1/ftime.c11
-rw-r--r--lib/libwrap/hosts_access.39
-rw-r--r--lib/libwrap/hosts_access.59
-rw-r--r--lib/libwrap/hosts_options.59
-rw-r--r--lib/libwrap/tcpd.h9
7 files changed, 9 insertions, 56 deletions
diff --git a/lib/libc/arch/powerpc/gen/setjmp.S b/lib/libc/arch/powerpc/gen/setjmp.S
index 43b1afe0f00..9ca99b1a85a 100644
--- a/lib/libc/arch/powerpc/gen/setjmp.S
+++ b/lib/libc/arch/powerpc/gen/setjmp.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: setjmp.S,v 1.3 2002/05/08 20:33:42 drahn Exp $ */
+/* $OpenBSD: setjmp.S,v 1.4 2003/06/03 21:11:50 deraadt Exp $ */
/*
* Copyright (c) 1996 Dale Rahn. All rights reserved.
*
@@ -11,11 +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 Dale Rahn.
- * 4. The name of the author may not be used to endorse or promote products
- * derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
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 */
diff --git a/lib/libcompat/4.1/ftime.c b/lib/libcompat/4.1/ftime.c
index 97386c96b98..3bd1e01ed5f 100644
--- a/lib/libcompat/4.1/ftime.c
+++ b/lib/libcompat/4.1/ftime.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ftime.c,v 1.4 1997/09/15 11:31:31 downsj Exp $ */
+/* $OpenBSD: ftime.c,v 1.5 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
@@ -63,7 +56,7 @@
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: ftime.c,v 1.4 1997/09/15 11:31:31 downsj Exp $";
+static char rcsid[] = "$OpenBSD: ftime.c,v 1.5 2003/06/03 21:09:00 deraadt Exp $";
#endif /* not lint */
#include <sys/types.h>
diff --git a/lib/libwrap/hosts_access.3 b/lib/libwrap/hosts_access.3
index 88c49d42ff6..dd6a28bba84 100644
--- a/lib/libwrap/hosts_access.3
+++ b/lib/libwrap/hosts_access.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hosts_access.3,v 1.11 2003/06/02 11:47:10 jmc Exp $
+.\" $OpenBSD: hosts_access.3,v 1.12 2003/06/03 21:09:00 deraadt Exp $
.\"
.\" Copyright (c) 1997, Jason Downs. All rights reserved.
.\"
@@ -10,13 +10,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
diff --git a/lib/libwrap/hosts_access.5 b/lib/libwrap/hosts_access.5
index 35c4f1aadad..012ce502c93 100644
--- a/lib/libwrap/hosts_access.5
+++ b/lib/libwrap/hosts_access.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hosts_access.5,v 1.17 2003/06/02 11:47:11 jmc Exp $
+.\" $OpenBSD: hosts_access.5,v 1.18 2003/06/03 21:09:00 deraadt Exp $
.\"
.\" Copyright (c) 1997, Jason Downs. All rights reserved.
.\"
@@ -10,13 +10,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
diff --git a/lib/libwrap/hosts_options.5 b/lib/libwrap/hosts_options.5
index ec265beca62..ae9cb481de2 100644
--- a/lib/libwrap/hosts_options.5
+++ b/lib/libwrap/hosts_options.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hosts_options.5,v 1.7 2002/05/01 08:03:30 mpech Exp $
+.\" $OpenBSD: hosts_options.5,v 1.8 2003/06/03 21:09:00 deraadt Exp $
.\"
.\" Copyright (c) 1997, Jason Downs. All rights reserved.
.\"
@@ -10,13 +10,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
diff --git a/lib/libwrap/tcpd.h b/lib/libwrap/tcpd.h
index eec408acde5..ab8105e97a0 100644
--- a/lib/libwrap/tcpd.h
+++ b/lib/libwrap/tcpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcpd.h,v 1.14 2002/06/07 00:04:21 itojun Exp $ */
+/* $OpenBSD: tcpd.h,v 1.15 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