diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-02 03:48:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-06-02 03:48:43 +0000 |
commit | 4f9e7ba6ffa6df1d3b6db39c8ad90c68835a0bad (patch) | |
tree | d82b132a89ae4c96073d4b01afe4b440d2d134f7 /lib/libc/yp/yp_master.c | |
parent | 33d3691a0676ff01d75aad240e1f58d4527a5cea (diff) |
remove terms 3 & 4 on my own software
Diffstat (limited to 'lib/libc/yp/yp_master.c')
-rw-r--r-- | lib/libc/yp/yp_master.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/yp/yp_master.c b/lib/libc/yp/yp_master.c index 4c8d9c7029d..1f83fc6c890 100644 --- a/lib/libc/yp/yp_master.c +++ b/lib/libc/yp/yp_master.c @@ -10,11 +10,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 Theo de Raadt. - * 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 @@ -30,7 +25,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$OpenBSD: yp_master.c,v 1.6 2002/07/20 01:35:34 deraadt Exp $"; +static char *rcsid = "$OpenBSD: yp_master.c,v 1.7 2003/06/02 03:48:42 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ #include <sys/param.h> |