diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-06-03 01:41:43 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-06-03 01:41:43 +0000 |
commit | b667bfae9540cf9a849a1293ab1ed6d8e784dadc (patch) | |
tree | d91d7ce6da47ae7d95ed030e34b3e4570d1bc7d8 /sys/arch/sparc64 | |
parent | 2ceb8f4ac3fcaab09e50a39eae5352bd1605ab59 (diff) |
nuke clause 3 & 4 (with henric's permission)
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/dev/schizo.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/sparc64/dev/schizo.c b/sys/arch/sparc64/dev/schizo.c index 16379b4414c..b338caa75e1 100644 --- a/sys/arch/sparc64/dev/schizo.c +++ b/sys/arch/sparc64/dev/schizo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: schizo.c,v 1.13 2003/05/11 19:20:36 jason Exp $ */ +/* $OpenBSD: schizo.c,v 1.14 2003/06/03 01:41:42 jason Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -13,11 +13,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 Jason L. Wright - * 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 |