diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-04 16:36:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-04 16:36:16 +0000 |
commit | 52832dbc36b076775e089517d32b0f5e1149d2e4 (patch) | |
tree | 5c4a0c1020990a0f95996ea33dd80cc63082246f /sys/arch/mvme88k/stand/sboot | |
parent | 5aeeb0412251b6ce23a0f47e175de84251c90f5d (diff) |
more term 3 & 4 from various developers, with permission of course
Diffstat (limited to 'sys/arch/mvme88k/stand/sboot')
-rw-r--r-- | sys/arch/mvme88k/stand/sboot/XBUG.S | 8 | ||||
-rw-r--r-- | sys/arch/mvme88k/stand/sboot/XSRT0.S | 8 | ||||
-rw-r--r-- | sys/arch/mvme88k/stand/sboot/if_le.c | 8 | ||||
-rw-r--r-- | sys/arch/mvme88k/stand/sboot/sboot.c | 8 |
4 files changed, 4 insertions, 28 deletions
diff --git a/sys/arch/mvme88k/stand/sboot/XBUG.S b/sys/arch/mvme88k/stand/sboot/XBUG.S index 850de49909f..0c31bf25904 100644 --- a/sys/arch/mvme88k/stand/sboot/XBUG.S +++ b/sys/arch/mvme88k/stand/sboot/XBUG.S @@ -1,4 +1,4 @@ -/* $OpenBSD: XBUG.S,v 1.3 2002/07/10 20:30:14 jsyn Exp $ */ +/* $OpenBSD: XBUG.S,v 1.4 2003/06/04 16:36:15 deraadt Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -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 - * Theo de Raadt for Willowglen Singapore. - * 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/mvme88k/stand/sboot/XSRT0.S b/sys/arch/mvme88k/stand/sboot/XSRT0.S index c5211b4c579..b5272eca8ba 100644 --- a/sys/arch/mvme88k/stand/sboot/XSRT0.S +++ b/sys/arch/mvme88k/stand/sboot/XSRT0.S @@ -1,4 +1,4 @@ -/* $OpenBSD: XSRT0.S,v 1.2 2001/07/04 08:09:30 niklas Exp $ */ +/* $OpenBSD: XSRT0.S,v 1.3 2003/06/04 16:36:15 deraadt Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -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 - * Theo de Raadt for Willowglen Singapore. - * 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/mvme88k/stand/sboot/if_le.c b/sys/arch/mvme88k/stand/sboot/if_le.c index 14e6248426b..819c02a45da 100644 --- a/sys/arch/mvme88k/stand/sboot/if_le.c +++ b/sys/arch/mvme88k/stand/sboot/if_le.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le.c,v 1.2 2000/03/03 00:54:54 todd Exp $ */ +/* $OpenBSD: if_le.c,v 1.3 2003/06/04 16:36:15 deraadt Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -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 - * Theo de Raadt for Willowglen Singapore. - * 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/mvme88k/stand/sboot/sboot.c b/sys/arch/mvme88k/stand/sboot/sboot.c index 112819249f2..cfe2ef605b3 100644 --- a/sys/arch/mvme88k/stand/sboot/sboot.c +++ b/sys/arch/mvme88k/stand/sboot/sboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sboot.c,v 1.2 2001/07/04 08:09:31 niklas Exp $ */ +/* $OpenBSD: sboot.c,v 1.3 2003/06/04 16:36:15 deraadt Exp $ */ /* * Copyright (c) 1995 Theo de Raadt @@ -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 - * Theo de Raadt for Willowglen Singapore. - * 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 |