diff options
author | millert <> | 1998-06-21 22:13:49 +0000 |
---|---|---|
committer | millert <> | 1998-06-21 22:13:49 +0000 |
commit | b5be81a087c7137511f0597f96c13236e4a2c3f9 (patch) | |
tree | 8ddf3583cbf0ece4be5ec7ca477f590c25e55546 /src | |
parent | cf684cad35e2bdb4809a04a1922e0f638f3a45dd (diff) | |
download | openbsd-b5be81a087c7137511f0597f96c13236e4a2c3f9.tar.gz openbsd-b5be81a087c7137511f0597f96c13236e4a2c3f9.tar.bz2 openbsd-b5be81a087c7137511f0597f96c13236e4a2c3f9.zip |
Remove the advertising clause in my old license, it impedes free use
of the code as a large number of similar clauses makes it impossible
to write an ad for a product using the code...
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/net/ethers.c | 9 | ||||
-rw-r--r-- | src/lib/libc/stdlib/a64l.3 | 7 | ||||
-rw-r--r-- | src/lib/libc/stdlib/tsearch.3 | 7 |
3 files changed, 7 insertions, 16 deletions
diff --git a/src/lib/libc/net/ethers.c b/src/lib/libc/net/ethers.c index 262110aacb..9df876b6f4 100644 --- a/src/lib/libc/net/ethers.c +++ b/src/lib/libc/net/ethers.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ethers.c,v 1.8 1998/03/18 00:15:25 deraadt Exp $ */ | 1 | /* $OpenBSD: ethers.c,v 1.9 1998/06/21 22:13:44 millert Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> | 4 | * Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> |
@@ -12,10 +12,7 @@ | |||
12 | * 2. Redistributions in binary form must reproduce the above copyright | 12 | * 2. Redistributions in binary form must reproduce the above copyright |
13 | * notice, this list of conditions and the following disclaimer in the | 13 | * notice, this list of conditions and the following disclaimer in the |
14 | * documentation and/or other materials provided with the distribution. | 14 | * documentation and/or other materials provided with the distribution. |
15 | * 3. All advertising materials mentioning features or use of this software | 15 | * 3. The name of the author may not be used to endorse or promote products |
16 | * must display the following acknowledgement: | ||
17 | * This product includes software developed by Todd C. Miller. | ||
18 | * 4. The name of the author may not be used to endorse or promote products | ||
19 | * derived from this software without specific prior written permission. | 16 | * derived from this software without specific prior written permission. |
20 | * | 17 | * |
21 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | 18 | * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
@@ -37,7 +34,7 @@ | |||
37 | */ | 34 | */ |
38 | 35 | ||
39 | #if defined(LIBC_SCCS) && !defined(lint) | 36 | #if defined(LIBC_SCCS) && !defined(lint) |
40 | static char rcsid[] = "$OpenBSD: ethers.c,v 1.8 1998/03/18 00:15:25 deraadt Exp $"; | 37 | static char rcsid[] = "$OpenBSD: ethers.c,v 1.9 1998/06/21 22:13:44 millert Exp $"; |
41 | #endif /* LIBC_SCCS and not lint */ | 38 | #endif /* LIBC_SCCS and not lint */ |
42 | 39 | ||
43 | #include <sys/types.h> | 40 | #include <sys/types.h> |
diff --git a/src/lib/libc/stdlib/a64l.3 b/src/lib/libc/stdlib/a64l.3 index 5093edb51f..4ec707adf1 100644 --- a/src/lib/libc/stdlib/a64l.3 +++ b/src/lib/libc/stdlib/a64l.3 | |||
@@ -10,10 +10,7 @@ | |||
10 | .\" 2. Redistributions in binary form must reproduce the above copyright | 10 | .\" 2. Redistributions in binary form must reproduce the above copyright |
11 | .\" notice, this list of conditions and the following disclaimer in the | 11 | .\" notice, this list of conditions and the following disclaimer in the |
12 | .\" documentation and/or other materials provided with the distribution. | 12 | .\" documentation and/or other materials provided with the distribution. |
13 | .\" 3. All advertising materials mentioning features or use of this software | 13 | .\" 3. The name of the author may not be used to endorse or promote products |
14 | .\" must display the following acknowledgement: | ||
15 | .\" This product includes software developed by Todd C. Miller. | ||
16 | .\" 4. The name of the author may not be used to endorse or promote products | ||
17 | .\" derived from this software without specific prior written permission. | 14 | .\" derived from this software without specific prior written permission. |
18 | .\" | 15 | .\" |
19 | .\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | 16 | .\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
@@ -27,7 +24,7 @@ | |||
27 | .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF | 24 | .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
28 | .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 25 | .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
29 | .\" | 26 | .\" |
30 | .\" $OpenBSD: a64l.3,v 1.1 1997/08/17 22:58:33 millert Exp $ | 27 | .\" $OpenBSD: a64l.3,v 1.2 1998/06/21 22:13:48 millert Exp $ |
31 | .\" | 28 | .\" |
32 | .Dd August 17, 1997 | 29 | .Dd August 17, 1997 |
33 | .Dt A64L 3 | 30 | .Dt A64L 3 |
diff --git a/src/lib/libc/stdlib/tsearch.3 b/src/lib/libc/stdlib/tsearch.3 index 09ee1c396d..dbdae7943c 100644 --- a/src/lib/libc/stdlib/tsearch.3 +++ b/src/lib/libc/stdlib/tsearch.3 | |||
@@ -9,10 +9,7 @@ | |||
9 | .\" 2. Redistributions in binary form must reproduce the above copyright | 9 | .\" 2. Redistributions in binary form must reproduce the above copyright |
10 | .\" notice, this list of conditions and the following disclaimer in the | 10 | .\" notice, this list of conditions and the following disclaimer in the |
11 | .\" documentation and/or other materials provided with the distribution. | 11 | .\" documentation and/or other materials provided with the distribution. |
12 | .\" 3. All advertising materials mentioning features or use of this software | 12 | .\" 3. The name of the author may not be used to endorse or promote products |
13 | .\" must display the following acknowledgement: | ||
14 | .\" This product includes software developed by Todd C. Miller. | ||
15 | .\" 4. The name of the author may not be used to endorse or promote products | ||
16 | .\" derived from this software without specific prior written permission. | 13 | .\" derived from this software without specific prior written permission. |
17 | .\" | 14 | .\" |
18 | .\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | 15 | .\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, |
@@ -26,7 +23,7 @@ | |||
26 | .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF | 23 | .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
27 | .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 24 | .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
28 | .\" | 25 | .\" |
29 | .\" $OpenBSD: tsearch.3,v 1.1 1997/06/15 23:59:33 millert Exp $ | 26 | .\" $OpenBSD: tsearch.3,v 1.2 1998/06/21 22:13:49 millert Exp $ |
30 | .\" | 27 | .\" |
31 | .Dd June 15, 1997 | 28 | .Dd June 15, 1997 |
32 | .Dt TSEARCH 3 | 29 | .Dt TSEARCH 3 |