diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-04 04:43:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-04 04:43:57 +0000 |
commit | 0a2ef473ecf64688381946ed150ac8750bb6e502 (patch) | |
tree | 02752e1d574a3a9dd980f3f1d51669a8d381289a /sys/dev/isa | |
parent | c45a89f2ea9a38e27c5a0887b210f122f3d73322 (diff) |
more 3/4 cleanups for lazy developers
Diffstat (limited to 'sys/dev/isa')
-rw-r--r-- | sys/dev/isa/if_an_isapnp.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/isa/if_an_isapnp.c b/sys/dev/isa/if_an_isapnp.c index 4a19b561092..11a37bd81cc 100644 --- a/sys/dev/isa/if_an_isapnp.c +++ b/sys/dev/isa/if_an_isapnp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_an_isapnp.c,v 1.2 2003/05/20 04:42:59 mickey Exp $ */ +/* $OpenBSD: if_an_isapnp.c,v 1.3 2003/06/04 04:43:56 deraadt Exp $ */ /* * Copyright (c) 2003 Michael Shalayeff @@ -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 Michael Shalayeff. - * 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 |