diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-06-02 20:20:36 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-06-02 20:20:36 +0000 |
commit | 78862447b67dd7c50a344312acd2a075f363c485 (patch) | |
tree | ea98be856acc37ae34240cc8221df620903a0fd3 /libexec/ld.so/sparc64/ldasm.S | |
parent | 6769d7338f7d49ff4b5fe0585cb0fd69a5cdf40e (diff) |
nuke clause 3 & 4
Diffstat (limited to 'libexec/ld.so/sparc64/ldasm.S')
-rw-r--r-- | libexec/ld.so/sparc64/ldasm.S | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/libexec/ld.so/sparc64/ldasm.S b/libexec/ld.so/sparc64/ldasm.S index 4157eadcb99..c0b1f7e730d 100644 --- a/libexec/ld.so/sparc64/ldasm.S +++ b/libexec/ld.so/sparc64/ldasm.S @@ -1,4 +1,4 @@ -/* $OpenBSD: ldasm.S,v 1.18 2003/05/30 01:13:53 drahn Exp $ */ +/* $OpenBSD: ldasm.S,v 1.19 2003/06/02 20:20:35 jason Exp $ */ /* $NetBSD: rtld_start.S,v 1.5 2001/08/14 22:17:48 eeh 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 |