diff options
author | 1998-06-21 22:13:35 +0000 | |
---|---|---|
committer | 1998-06-21 22:13:35 +0000 | |
commit | 9141dda38a6c10b775e9a86f38d867d96fcc5ccc (patch) | |
tree | 1414af663c7d676d936f7602048f586a78bc116c /lib/libc/stdlib | |
parent | see also keycap(5) (diff) | |
download | wireguard-openbsd-9141dda38a6c10b775e9a86f38d867d96fcc5ccc.tar.xz wireguard-openbsd-9141dda38a6c10b775e9a86f38d867d96fcc5ccc.zip |
Remove the advertising clause in my old license, it impedes free use
of the code as a large number of similar clauses makes it impossible
to write an ad for a product using the code...
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/a64l.3 | 7 | ||||
-rw-r--r-- | lib/libc/stdlib/tsearch.3 | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/lib/libc/stdlib/a64l.3 b/lib/libc/stdlib/a64l.3 index 5093edb51f4..4ec707adf1c 100644 --- a/lib/libc/stdlib/a64l.3 +++ b/lib/libc/stdlib/a64l.3 @@ -10,10 +10,7 @@ .\" 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 Todd C. Miller. -.\" 4. The name of the author may not be used to endorse or promote products +.\" 3. 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 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, @@ -27,7 +24,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: a64l.3,v 1.1 1997/08/17 22:58:33 millert Exp $ +.\" $OpenBSD: a64l.3,v 1.2 1998/06/21 22:13:48 millert Exp $ .\" .Dd August 17, 1997 .Dt A64L 3 diff --git a/lib/libc/stdlib/tsearch.3 b/lib/libc/stdlib/tsearch.3 index 09ee1c396dd..dbdae7943ca 100644 --- a/lib/libc/stdlib/tsearch.3 +++ b/lib/libc/stdlib/tsearch.3 @@ -9,10 +9,7 @@ .\" 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 Todd C. Miller. -.\" 4. The name of the author may not be used to endorse or promote products +.\" 3. 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 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, @@ -26,7 +23,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: tsearch.3,v 1.1 1997/06/15 23:59:33 millert Exp $ +.\" $OpenBSD: tsearch.3,v 1.2 1998/06/21 22:13:49 millert Exp $ .\" .Dd June 15, 1997 .Dt TSEARCH 3 |