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/sboot/XSRT0.S | |
parent | 5aeeb0412251b6ce23a0f47e175de84251c90f5d (diff) |
more term 3 & 4 from various developers, with permission of course
Diffstat (limited to 'sys/arch/mvme68k/stand/sboot/XSRT0.S')
-rw-r--r-- | sys/arch/mvme68k/stand/sboot/XSRT0.S | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/mvme68k/stand/sboot/XSRT0.S b/sys/arch/mvme68k/stand/sboot/XSRT0.S index 5fa059eb046..198594004dc 100644 --- a/sys/arch/mvme68k/stand/sboot/XSRT0.S +++ b/sys/arch/mvme68k/stand/sboot/XSRT0.S @@ -1,4 +1,4 @@ -/* $OpenBSD: XSRT0.S,v 1.4 1996/05/29 15:22:59 chuck Exp $ */ +/* $OpenBSD: XSRT0.S,v 1.5 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 |