diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-06-03 20:10:33 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-06-03 20:10:33 +0000 |
commit | bdc61665d655d7620be0a2c18aaefd466cb5ee00 (patch) | |
tree | 59b73ac7f9dd43a3530b31a39af6beeffe27a358 /sys/arch/i386/pci/pcibios.c | |
parent | e651b873db865bd05cf92dc2d59dbc2d7206568c (diff) |
three four kill
Diffstat (limited to 'sys/arch/i386/pci/pcibios.c')
-rw-r--r-- | sys/arch/i386/pci/pcibios.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/i386/pci/pcibios.c b/sys/arch/i386/pci/pcibios.c index 322b5d46d3e..8aada4e5dcd 100644 --- a/sys/arch/i386/pci/pcibios.c +++ b/sys/arch/i386/pci/pcibios.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcibios.c,v 1.28 2003/04/17 03:42:14 drahn Exp $ */ +/* $OpenBSD: pcibios.c,v 1.29 2003/06/03 20:10:32 mickey Exp $ */ /* $NetBSD: pcibios.c,v 1.5 2000/08/01 05:23:59 uch Exp $ */ /* @@ -13,11 +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. 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 |