summaryrefslogtreecommitdiff
path: root/src/lib/libc/net
diff options
context:
space:
mode:
authormillert <>1998-06-21 22:13:49 +0000
committermillert <>1998-06-21 22:13:49 +0000
commitb5be81a087c7137511f0597f96c13236e4a2c3f9 (patch)
tree8ddf3583cbf0ece4be5ec7ca477f590c25e55546 /src/lib/libc/net
parentcf684cad35e2bdb4809a04a1922e0f638f3a45dd (diff)
downloadopenbsd-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/lib/libc/net')
-rw-r--r--src/lib/libc/net/ethers.c9
1 files changed, 3 insertions, 6 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)
40static char rcsid[] = "$OpenBSD: ethers.c,v 1.8 1998/03/18 00:15:25 deraadt Exp $"; 37static 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>