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/mvme68k/stand/netboot | |
parent | 5aeeb0412251b6ce23a0f47e175de84251c90f5d (diff) |
more term 3 & 4 from various developers, with permission of course
Diffstat (limited to 'sys/arch/mvme68k/stand/netboot')
-rw-r--r-- | sys/arch/mvme68k/stand/netboot/if_ie.c | 8 | ||||
-rw-r--r-- | sys/arch/mvme68k/stand/netboot/if_le.c | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/sys/arch/mvme68k/stand/netboot/if_ie.c b/sys/arch/mvme68k/stand/netboot/if_ie.c index db50fb81382..7ef6e22c0c1 100644 --- a/sys/arch/mvme68k/stand/netboot/if_ie.c +++ b/sys/arch/mvme68k/stand/netboot/if_ie.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ie.c,v 1.10 2003/01/28 01:37:52 jason Exp $ */ +/* $OpenBSD: if_ie.c,v 1.11 2003/06/04 16:36:14 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/mvme68k/stand/netboot/if_le.c b/sys/arch/mvme68k/stand/netboot/if_le.c index 8de7ac26810..2d740751bf3 100644 --- a/sys/arch/mvme68k/stand/netboot/if_le.c +++ b/sys/arch/mvme68k/stand/netboot/if_le.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_le.c,v 1.8 2002/03/14 01:26:38 millert Exp $ */ +/* $OpenBSD: if_le.c,v 1.9 2003/06/04 16:36:14 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 |