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/macppc/pci | |
parent | c171a851cfd5b0b7b7970e41d23dffb1965caf17 (diff) |
more 3/4 cleanup for pefo
Diffstat (limited to 'sys/arch/macppc/pci')
-rw-r--r-- | sys/arch/macppc/pci/mpc106reg.h | 8 | ||||
-rw-r--r-- | sys/arch/macppc/pci/mpcpcibus.c | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/sys/arch/macppc/pci/mpc106reg.h b/sys/arch/macppc/pci/mpc106reg.h index 8524c1ef4d8..76aeacd1ef8 100644 --- a/sys/arch/macppc/pci/mpc106reg.h +++ b/sys/arch/macppc/pci/mpc106reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mpc106reg.h,v 1.1 2001/09/01 15:55:17 drahn Exp $ */ +/* $OpenBSD: mpc106reg.h,v 1.2 2003/06/09 16:34:21 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 for RTMX Inc - * by Per Fogelstrom, Opsycon AB. - * 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/arch/macppc/pci/mpcpcibus.c b/sys/arch/macppc/pci/mpcpcibus.c index 3a62df909ef..8a6bedd0602 100644 --- a/sys/arch/macppc/pci/mpcpcibus.c +++ b/sys/arch/macppc/pci/mpcpcibus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpcpcibus.c,v 1.19 2003/05/07 22:33:30 deraadt Exp $ */ +/* $OpenBSD: mpcpcibus.c,v 1.20 2003/06/09 16:34:21 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 for RTMX Inc - * by Per Fogelstrom, Opsycon AB. - * 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 |