diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc/dev/obio.c | 5 | ||||
-rw-r--r-- | sys/arch/sparc/dev/qec.c | 4 | ||||
-rw-r--r-- | sys/arch/sparc/dev/qecreg.h | 4 | ||||
-rw-r--r-- | sys/arch/sparc/dev/qecvar.h | 4 | ||||
-rw-r--r-- | sys/compat/sunos/sunos_exec.c | 4 | ||||
-rw-r--r-- | sys/compat/sunos/sunos_exec.h | 4 |
6 files changed, 6 insertions, 19 deletions
diff --git a/sys/arch/sparc/dev/obio.c b/sys/arch/sparc/dev/obio.c index 86cc923ab4c..2f8c8d1eed9 100644 --- a/sys/arch/sparc/dev/obio.c +++ b/sys/arch/sparc/dev/obio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: obio.c,v 1.13 2002/04/30 01:12:29 art Exp $ */ +/* $OpenBSD: obio.c,v 1.14 2003/06/02 15:54:22 deraadt Exp $ */ /* $NetBSD: obio.c,v 1.37 1997/07/29 09:58:11 fair Exp $ */ /* @@ -14,9 +14,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 Theo de Raadt. * 4. The name of the author may not be used to endorse or promote products * derived from this software without specific prior written permission. * diff --git a/sys/arch/sparc/dev/qec.c b/sys/arch/sparc/dev/qec.c index b7ba3aff655..c97b2f08498 100644 --- a/sys/arch/sparc/dev/qec.c +++ b/sys/arch/sparc/dev/qec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: qec.c,v 1.15 2002/03/14 01:26:43 millert Exp $ */ +/* $OpenBSD: qec.c,v 1.16 2003/06/02 15:54:22 deraadt Exp $ */ /* * Copyright (c) 1998 Theo de Raadt and Jason L. Wright. @@ -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 authors may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/arch/sparc/dev/qecreg.h b/sys/arch/sparc/dev/qecreg.h index ec2753c5a10..6bab5b8bfa3 100644 --- a/sys/arch/sparc/dev/qecreg.h +++ b/sys/arch/sparc/dev/qecreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: qecreg.h,v 1.3 1998/11/02 05:50:59 jason Exp $ */ +/* $OpenBSD: qecreg.h,v 1.4 2003/06/02 15:54:22 deraadt Exp $ */ /* * Copyright (c) 1998 Theo de Raadt and Jason L. Wright. @@ -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 authors may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/arch/sparc/dev/qecvar.h b/sys/arch/sparc/dev/qecvar.h index 3f7ebfb1426..6030dce83e5 100644 --- a/sys/arch/sparc/dev/qecvar.h +++ b/sys/arch/sparc/dev/qecvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: qecvar.h,v 1.9 2002/03/14 01:26:43 millert Exp $ */ +/* $OpenBSD: qecvar.h,v 1.10 2003/06/02 15:54:22 deraadt Exp $ */ /* * Copyright (c) 1998 Theo de Raadt and Jason L. Wright. @@ -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 authors may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES diff --git a/sys/compat/sunos/sunos_exec.c b/sys/compat/sunos/sunos_exec.c index 44aa9925ec5..e6875583eb2 100644 --- a/sys/compat/sunos/sunos_exec.c +++ b/sys/compat/sunos/sunos_exec.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sunos_exec.c,v 1.16 2002/03/14 01:26:50 millert Exp $ */ +/* $OpenBSD: sunos_exec.c,v 1.17 2003/06/02 15:54:31 deraadt Exp $ */ /* $NetBSD: sunos_exec.c,v 1.11 1996/05/05 12:01:47 briggs Exp $ */ /* @@ -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/compat/sunos/sunos_exec.h b/sys/compat/sunos/sunos_exec.h index 8853de1d324..db446e6b42e 100644 --- a/sys/compat/sunos/sunos_exec.h +++ b/sys/compat/sunos/sunos_exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sunos_exec.h,v 1.1 2000/08/15 17:26:05 brad Exp $ */ +/* $OpenBSD: sunos_exec.h,v 1.2 2003/06/02 15:54:31 deraadt Exp $ */ /* $NetBSD: exec.h,v 1.4 1994/10/25 23:03:22 deraadt Exp $ */ /* @@ -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 |