diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2003-06-07 11:31:25 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2003-06-07 11:31:25 +0000 |
commit | 9b391a008958cbe545f58ad4a1743eef8d05e9e0 (patch) | |
tree | d1127e225000e5d417a65992cc158f43745f79c0 /sys/dev | |
parent | 3176ef8ae7f4498bffb9e6bce8d19175af8c7b62 (diff) |
Remove clause 3.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/ises.c | 4 | ||||
-rw-r--r-- | sys/dev/pci/isesreg.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/isesvar.h | 4 |
3 files changed, 3 insertions, 9 deletions
diff --git a/sys/dev/pci/ises.c b/sys/dev/pci/ises.c index 25bff0051c6..caf85c3ccc3 100644 --- a/sys/dev/pci/ises.c +++ b/sys/dev/pci/ises.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ises.c,v 1.23 2003/02/18 18:16:21 jason Exp $ */ +/* $OpenBSD: ises.c,v 1.24 2003/06/07 11:31:24 ho Exp $ */ /* * Copyright (c) 2000, 2001 Håkan Olsson (ho@crt.se) @@ -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 diff --git a/sys/dev/pci/isesreg.h b/sys/dev/pci/isesreg.h index 4ba543aecbf..44a8a088ba3 100644 --- a/sys/dev/pci/isesreg.h +++ b/sys/dev/pci/isesreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isesreg.h,v 1.8 2001/09/21 19:41:13 ho Exp $ $ */ +/* $OpenBSD: isesreg.h,v 1.9 2003/06/07 11:31:24 ho Exp $ $ */ /* * Copyright (c) 2000 Håkan Olsson (ho@crt.se) @@ -13,8 +13,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 diff --git a/sys/dev/pci/isesvar.h b/sys/dev/pci/isesvar.h index 6712d0adc11..92ad4b94833 100644 --- a/sys/dev/pci/isesvar.h +++ b/sys/dev/pci/isesvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: isesvar.h,v 1.5 2001/09/21 19:41:13 ho Exp $ */ +/* $OpenBSD: isesvar.h,v 1.6 2003/06/07 11:31:24 ho Exp $ */ /* * Copyright (c) 2000 Håkan Olsson (ho@crt.se) @@ -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 |