diff options
author | 2003-06-02 18:53:18 +0000 | |
---|---|---|
committer | 2003-06-02 18:53:18 +0000 | |
commit | 9cf0b362605d8b8094b068d007166d141682403f (patch) | |
tree | 96977c7c2be26229a7169608fba257fc5e09f813 | |
parent | more term 3 and 4 removals for my own software (diff) | |
download | wireguard-openbsd-9cf0b362605d8b8094b068d007166d141682403f.tar.xz wireguard-openbsd-9cf0b362605d8b8094b068d007166d141682403f.zip |
nuke clause 3 & 4
-rw-r--r-- | sys/dev/ic/apcdmareg.h | 7 | ||||
-rw-r--r-- | sys/dev/ic/bt458reg.h | 4 |
2 files changed, 2 insertions, 9 deletions
diff --git a/sys/dev/ic/apcdmareg.h b/sys/dev/ic/apcdmareg.h index 425115c2930..3e68c7cda89 100644 --- a/sys/dev/ic/apcdmareg.h +++ b/sys/dev/ic/apcdmareg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: apcdmareg.h,v 1.1 2001/10/01 03:31:03 jason Exp $ */ +/* $OpenBSD: apcdmareg.h,v 1.2 2003/06/02 18:53:18 jason Exp $ */ /* * Copyright (c) 2001 Jason L. Wright (jason@thought.net) @@ -12,11 +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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Jason L. Wright - * 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 diff --git a/sys/dev/ic/bt458reg.h b/sys/dev/ic/bt458reg.h index 645adb22ce2..57fc6da6ed1 100644 --- a/sys/dev/ic/bt458reg.h +++ b/sys/dev/ic/bt458reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bt458reg.h,v 1.1 2003/05/31 21:01:59 jason Exp $ */ +/* $OpenBSD: bt458reg.h,v 1.2 2003/06/02 18:53:18 jason Exp $ */ /* * Copyright (c) 2003 Jason L. Wright (jason@thought.net) @@ -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 |