diff options
author | 2003-06-02 16:16:23 +0000 | |
---|---|---|
committer | 2003-06-02 16:16:23 +0000 | |
commit | d4c05afccd9b3b77ef40ca8990a19518d398e19f (patch) | |
tree | caaafe896d3c2878cb104cb662ca71dec56ad22b /lib/libkvm/kvm_hppa.c | |
parent | licence cleanup (diff) | |
download | wireguard-openbsd-d4c05afccd9b3b77ef40ca8990a19518d398e19f.tar.xz wireguard-openbsd-d4c05afccd9b3b77ef40ca8990a19518d398e19f.zip |
Relax licence by removing the 3rd clause on all files whereI was still
using a 3 clause licence.
Diffstat (limited to 'lib/libkvm/kvm_hppa.c')
-rw-r--r-- | lib/libkvm/kvm_hppa.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libkvm/kvm_hppa.c b/lib/libkvm/kvm_hppa.c index 661c7bface8..f1a3497ff07 100644 --- a/lib/libkvm/kvm_hppa.c +++ b/lib/libkvm/kvm_hppa.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kvm_hppa.c,v 1.1 2002/08/03 17:25:38 mickey Exp $ */ +/* $OpenBSD: kvm_hppa.c,v 1.2 2003/06/02 16:16:23 miod Exp $ */ /* * Copyright (c) 2002, Miodrag Vallat. @@ -12,8 +12,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. 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 |