diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-06-21 22:14:06 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-06-21 22:14:06 +0000 |
commit | 19b5c8dab873f419d7a934eb516b461e070d6b7c (patch) | |
tree | 21c181dd9bef3306ab5cfc815d14e6c46eed9961 /lib/libc/gen | |
parent | f9e579814e934be0e730bfa7d0c6fb504f053327 (diff) |
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/gen')
-rw-r--r-- | lib/libc/gen/basename.3 | 7 | ||||
-rw-r--r-- | lib/libc/gen/basename.c | 9 | ||||
-rw-r--r-- | lib/libc/gen/dirname.c | 9 |
3 files changed, 8 insertions, 17 deletions
diff --git a/lib/libc/gen/basename.3 b/lib/libc/gen/basename.3 index a7f47afe473..a6e063ac876 100644 --- a/lib/libc/gen/basename.3 +++ b/lib/libc/gen/basename.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: basename.3,v 1.2 1998/03/07 22:18:13 millert Exp $ +.\" $OpenBSD: basename.3,v 1.3 1998/06/21 22:13:38 millert Exp $ .\" .Dd August 17, 1997 .Dt BASENAME 3 diff --git a/lib/libc/gen/basename.c b/lib/libc/gen/basename.c index 2412e3db43d..41f74d2fa64 100644 --- a/lib/libc/gen/basename.c +++ b/lib/libc/gen/basename.c @@ -1,4 +1,4 @@ -/* $OpenBSD: basename.c,v 1.1 1997/08/17 21:31:21 millert Exp $ */ +/* $OpenBSD: basename.c,v 1.2 1998/06/21 22:13:39 millert Exp $ */ /* * Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> @@ -12,10 +12,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, @@ -31,7 +28,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: basename.c,v 1.1 1997/08/17 21:31:21 millert Exp $"; +static char rcsid[] = "$OpenBSD: basename.c,v 1.2 1998/06/21 22:13:39 millert Exp $"; #endif /* not lint */ #include <errno.h> diff --git a/lib/libc/gen/dirname.c b/lib/libc/gen/dirname.c index e8128c78bf2..10692c9eec6 100644 --- a/lib/libc/gen/dirname.c +++ b/lib/libc/gen/dirname.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dirname.c,v 1.1 1997/08/17 21:31:21 millert Exp $ */ +/* $OpenBSD: dirname.c,v 1.2 1998/06/21 22:13:40 millert Exp $ */ /* * Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> @@ -12,10 +12,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, @@ -31,7 +28,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: dirname.c,v 1.1 1997/08/17 21:31:21 millert Exp $"; +static char rcsid[] = "$OpenBSD: dirname.c,v 1.2 1998/06/21 22:13:40 millert Exp $"; #endif /* not lint */ #include <errno.h> |