diff options
author | 2003-12-12 06:57:12 +0000 | |
---|---|---|
committer | 2003-12-12 06:57:12 +0000 | |
commit | f5ad2d7d3217470f127f65cfad23f3ea8234302f (patch) | |
tree | 7a431012fbe88f06b88fb7088839085f1a6eeb35 /lib/libc/net/res_random.c | |
parent | term 3 cleanup, ok from brezak (diff) | |
download | wireguard-openbsd-f5ad2d7d3217470f127f65cfad23f3ea8234302f.tar.xz wireguard-openbsd-f5ad2d7d3217470f127f65cfad23f3ea8234302f.zip |
niels kindly dropped clause 3/4 from the license. tnx!
Diffstat (limited to 'lib/libc/net/res_random.c')
-rw-r--r-- | lib/libc/net/res_random.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/net/res_random.c b/lib/libc/net/res_random.c index 9aa6d0a8d57..b52330b3ee0 100644 --- a/lib/libc/net/res_random.c +++ b/lib/libc/net/res_random.c @@ -1,4 +1,4 @@ -/* $OpenBSD: res_random.c,v 1.14 2003/12/12 03:00:38 itojun Exp $ */ +/* $OpenBSD: res_random.c,v 1.15 2003/12/12 06:57:12 itojun Exp $ */ /* * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> @@ -17,11 +17,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 Niels Provos. - * 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 |