diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-03 20:31:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-03 20:31:08 +0000 |
commit | 94e470693e1b86a3249fabd557399f447c18a7fc (patch) | |
tree | 12dbaa0c971c8f65293209b5f0a8bf79cc0ae8e5 /sys | |
parent | 912fd9eb67916a65c772ba192b028fedcfec3fbf (diff) |
remove some term 3 & 4 for niklas
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/i386/dkcsum.c | 7 | ||||
-rw-r--r-- | sys/arch/i386/include/endian.h | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/sys/arch/i386/i386/dkcsum.c b/sys/arch/i386/i386/dkcsum.c index 24f4af430b1..3122a8b2612 100644 --- a/sys/arch/i386/i386/dkcsum.c +++ b/sys/arch/i386/i386/dkcsum.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dkcsum.c,v 1.10 2002/03/14 01:26:32 millert Exp $ */ +/* $OpenBSD: dkcsum.c,v 1.11 2003/06/03 20:31:07 deraadt Exp $ */ /*- * Copyright (c) 1997 Niklas Hallqvist. All rights reserved. @@ -11,11 +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 by Niklas Hallqvist. - * 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 diff --git a/sys/arch/i386/include/endian.h b/sys/arch/i386/include/endian.h index c3fab251dbe..b1993b41e5a 100644 --- a/sys/arch/i386/include/endian.h +++ b/sys/arch/i386/include/endian.h @@ -1,4 +1,4 @@ -/* $OpenBSD: endian.h,v 1.12 2001/06/27 04:12:45 mickey Exp $ */ +/* $OpenBSD: endian.h,v 1.13 2003/06/03 20:31:07 deraadt Exp $ */ /*- * Copyright (c) 1997 Niklas Hallqvist. All rights reserved. @@ -11,11 +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 by Niklas Hallqvist. - * 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 |