diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-06-03 20:22:13 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-06-03 20:22:13 +0000 |
commit | 15bf6bf1432a4c271f3c69e627f1e5612aa761d2 (patch) | |
tree | 570d374bdbd8d40f2766387f5cde0cdeb2d4f7cd /sys/arch/i386/stand/libsa/machdep.c | |
parent | bdc61665d655d7620be0a2c18aaefd466cb5ee00 (diff) |
three four kills
Diffstat (limited to 'sys/arch/i386/stand/libsa/machdep.c')
-rw-r--r-- | sys/arch/i386/stand/libsa/machdep.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/i386/stand/libsa/machdep.c b/sys/arch/i386/stand/libsa/machdep.c index fd2b2f7a5ee..5b409ee96b6 100644 --- a/sys/arch/i386/stand/libsa/machdep.c +++ b/sys/arch/i386/stand/libsa/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.32 2003/04/17 03:43:19 drahn Exp $ */ +/* $OpenBSD: machdep.c,v 1.33 2003/06/03 20:22:12 mickey Exp $ */ /* * Copyright (c) 1997-1999 Michael Shalayeff @@ -12,11 +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. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Michael Shalayeff. - * 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 WARRANTIES |