diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-02 23:28:25 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-06-02 23:28:25 +0000 |
commit | d34258b3dcc24f840b6539aa838cf9d31234ef7c (patch) | |
tree | 573d66af0b7db03790cf02f7965803d3248657d3 /sys/arch/hp300/stand/mkboot/mkboot.c | |
parent | 08c639a666a74a7b5dbda90e8a6fa07f1da24c62 (diff) |
Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.
Diffstat (limited to 'sys/arch/hp300/stand/mkboot/mkboot.c')
-rw-r--r-- | sys/arch/hp300/stand/mkboot/mkboot.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/arch/hp300/stand/mkboot/mkboot.c b/sys/arch/hp300/stand/mkboot/mkboot.c index 7d841da1619..52c051f6e2d 100644 --- a/sys/arch/hp300/stand/mkboot/mkboot.c +++ b/sys/arch/hp300/stand/mkboot/mkboot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mkboot.c,v 1.2 1999/08/16 09:43:10 downsj Exp $ */ +/* $OpenBSD: mkboot.c,v 1.3 2003/06/02 23:27:46 millert Exp $ */ /* * Copyright (c) 1990, 1993 @@ -12,11 +12,7 @@ * 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 the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -46,7 +42,7 @@ static char copyright[] = static char sccsid[] = "@(#)mkboot.c 7.2 (Berkeley) 12/16/90"; static char rcsid[] = "$NetBSD: mkboot.c,v 1.5 1994/10/26 07:27:45 cgd Exp $"; #endif -static char rcsid[] = "$OpenBSD: mkboot.c,v 1.2 1999/08/16 09:43:10 downsj Exp $"; +static char rcsid[] = "$OpenBSD: mkboot.c,v 1.3 2003/06/02 23:27:46 millert Exp $"; #endif /* not lint */ #include <sys/param.h> |