diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-06-02 20:03:38 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-06-02 20:03:38 +0000 |
commit | 2beccc600bad9cb00ec1b85b589dea26304cc1d5 (patch) | |
tree | d656d9ce753ecc8cb2a3f24ce02ada01d7346738 /sys | |
parent | f743557a934c7ef4378f117cab9765d3dd78df3c (diff) |
one more... nuke clause 3 & 4
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/fpu/fpu.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/sparc64/fpu/fpu.c b/sys/arch/sparc64/fpu/fpu.c index 9bc5cc2ddc8..adc48586b3f 100644 --- a/sys/arch/sparc64/fpu/fpu.c +++ b/sys/arch/sparc64/fpu/fpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fpu.c,v 1.8 2002/08/12 16:40:51 jason Exp $ */ +/* $OpenBSD: fpu.c,v 1.9 2003/06/02 20:03:37 jason Exp $ */ /* $NetBSD: fpu.c,v 1.11 2000/12/06 01:47:50 mrg Exp $ */ /* @@ -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 |