diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-06-02 18:53:19 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-06-02 18:53:19 +0000 |
commit | 29f3c31bfe137d80af094a66e25bd9e10fd99528 (patch) | |
tree | 1e162b851062f076f887b270c074fafed50c3bb6 | |
parent | 1a6180ea580bcbe11930c53f203e8056a4c7fcb2 (diff) |
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 |