summaryrefslogtreecommitdiff
path: root/lib/libc/yp/yp_master.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-02 03:48:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2003-06-02 03:48:43 +0000
commit4f9e7ba6ffa6df1d3b6db39c8ad90c68835a0bad (patch)
treed82b132a89ae4c96073d4b01afe4b440d2d134f7 /lib/libc/yp/yp_master.c
parent33d3691a0676ff01d75aad240e1f58d4527a5cea (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.c7
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>