diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-12-09 14:39:27 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-12-09 14:39:27 +0000 |
commit | 815ce6942813bdc52088c9d8a0d55c8b3b20fca3 (patch) | |
tree | 85b248efadd9221721b0b14a757afd250e587200 /sys/arch | |
parent | b5d372ad99b7046197b11da0f423f3ae6e85d553 (diff) |
Drop clause 3/4 as per i386 version.
ok aaron@ (Copyright holder).
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/amd64/wscons_machdep.c | 7 | ||||
-rw-r--r-- | sys/arch/sgi/dev/wscons_machdep.c | 7 |
2 files changed, 2 insertions, 12 deletions
diff --git a/sys/arch/amd64/amd64/wscons_machdep.c b/sys/arch/amd64/amd64/wscons_machdep.c index b12d697824f..d835bcb0435 100644 --- a/sys/arch/amd64/amd64/wscons_machdep.c +++ b/sys/arch/amd64/amd64/wscons_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wscons_machdep.c,v 1.3 2004/11/02 21:20:58 miod Exp $ */ +/* $OpenBSD: wscons_machdep.c,v 1.4 2005/12/09 14:39:26 jsg Exp $ */ /* * Copyright (c) 2001 Aaron Campbell @@ -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 Aaron Campbell. - * 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/sgi/dev/wscons_machdep.c b/sys/arch/sgi/dev/wscons_machdep.c index 102b2c50fbd..efc0047a108 100644 --- a/sys/arch/sgi/dev/wscons_machdep.c +++ b/sys/arch/sgi/dev/wscons_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wscons_machdep.c,v 1.2 2004/10/05 14:33:17 miod Exp $ */ +/* $OpenBSD: wscons_machdep.c,v 1.3 2005/12/09 14:39:26 jsg Exp $ */ /* * Copyright (c) 2001 Aaron Campbell @@ -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 Aaron Campbell. - * 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 |