diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-09 16:34:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-09 16:34:23 +0000 |
commit | 1096c1c6e765e2f4103ca695ba6a3d0462860a38 (patch) | |
tree | 03132a334d2852cc349ea3887cb67f64cea1c111 /sys/arch/mvmeppc/pci | |
parent | c171a851cfd5b0b7b7970e41d23dffb1965caf17 (diff) |
more 3/4 cleanup for pefo
Diffstat (limited to 'sys/arch/mvmeppc/pci')
-rw-r--r-- | sys/arch/mvmeppc/pci/pcibrvar.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/mvmeppc/pci/pcibrvar.h b/sys/arch/mvmeppc/pci/pcibrvar.h index e3222f70272..97df34eaac1 100644 --- a/sys/arch/mvmeppc/pci/pcibrvar.h +++ b/sys/arch/mvmeppc/pci/pcibrvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcibrvar.h,v 1.1 2001/06/26 21:57:57 smurph Exp $ */ +/* $OpenBSD: pcibrvar.h,v 1.2 2003/06/09 16:34:22 deraadt Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -11,12 +11,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 under OpenBSD by - * Per Fogelstrom. - * 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 |