diff options
author | 2007-01-08 18:54:12 +0000 | |
---|---|---|
committer | 2007-01-08 18:54:12 +0000 | |
commit | ee74afa0092fcabce5908a194c7b3f0f6eb9e4bc (patch) | |
tree | 1206e034840f765fd7483de461d0ef4ea37b8cc1 /lib/libkvm/kvm_mips64.c | |
parent | attach to Gigabyte GN-WI05GS Mini-PCI Express adapters. (diff) | |
download | wireguard-openbsd-ee74afa0092fcabce5908a194c7b3f0f6eb9e4bc.tar.xz wireguard-openbsd-ee74afa0092fcabce5908a194c7b3f0f6eb9e4bc.zip |
the advertising clause on these can safely be removed
Diffstat (limited to 'lib/libkvm/kvm_mips64.c')
-rw-r--r-- | lib/libkvm/kvm_mips64.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lib/libkvm/kvm_mips64.c b/lib/libkvm/kvm_mips64.c index 85043f7c25b..257214db9f2 100644 --- a/lib/libkvm/kvm_mips64.c +++ b/lib/libkvm/kvm_mips64.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm_mips64.c,v 1.4 2006/11/29 13:27:21 miod Exp $ */ +/* $OpenBSD: kvm_mips64.c,v 1.5 2007/01/08 18:54:12 deraadt Exp $ */ /* $NetBSD: kvm_mips.c,v 1.3 1996/03/18 22:33:44 thorpej Exp $ */ /*- @@ -17,11 +17,7 @@ * 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 the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -42,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)kvm_mips.c 8.1 (Berkeley) 6/4/93"; #else -static char *rcsid = "$OpenBSD: kvm_mips64.c,v 1.4 2006/11/29 13:27:21 miod Exp $"; +static char *rcsid = "$OpenBSD: kvm_mips64.c,v 1.5 2007/01/08 18:54:12 deraadt Exp $"; #endif #endif /* LIBC_SCCS and not lint */ |