summaryrefslogtreecommitdiff
path: root/lib/libc/gen/vis.c
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2006-08-28 20:42:12 +0000
committerchristos <christos@NetBSD.org>2006-08-28 20:42:12 +0000
commit72c3baadfecca4e8a18bb8f4c5d96630416e0aa2 (patch)
tree2761aee3bc7f52dbe338baa6110e2cb8bb61ee52 /lib/libc/gen/vis.c
parent3c0e03d037430e65f68d2ebf45074a8b2e8005cd (diff)
Remove ad clause. Approved by board@
Diffstat (limited to 'lib/libc/gen/vis.c')
-rw-r--r--lib/libc/gen/vis.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/lib/libc/gen/vis.c b/lib/libc/gen/vis.c
index 6d3d235a8db..3a80613a054 100644
--- a/lib/libc/gen/vis.c
+++ b/lib/libc/gen/vis.c
@@ -1,4 +1,4 @@
-/* $NetBSD: vis.c,v 1.34 2005/11/18 08:32:46 martin Exp $ */
+/* $NetBSD: vis.c,v 1.35 2006/08/28 20:42:12 christos Exp $ */
/*-
* Copyright (c) 1989, 1993
@@ -41,11 +41,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 the NetBSD
- * Foundation, Inc. and its contributors.
- * 4. Neither the name of The NetBSD Foundation nor the names of its
+ * 3. Neither the name of The NetBSD Foundation nor the names of its
* contributors may be used to endorse or promote products derived
* from this software without specific prior written permission.
*
@@ -64,7 +60,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: vis.c,v 1.34 2005/11/18 08:32:46 martin Exp $");
+__RCSID("$NetBSD: vis.c,v 1.35 2006/08/28 20:42:12 christos Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"