Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Remove clause 3 from the UCB license.



details:   https://anonhg.NetBSD.org/src/rev/40bd9e4c552a
branches:  trunk
changeset: 580930:40bd9e4c552a
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon May 16 13:13:12 2005 +0000

description:
Remove clause 3 from the UCB license.

XXX: the separate TNF copyright block should be converted to a standard TNF one

diffstat:

 lib/libc/gen/vis.c |  10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diffs (31 lines):

diff -r 9f06f232f430 -r 40bd9e4c552a lib/libc/gen/vis.c
--- a/lib/libc/gen/vis.c        Mon May 16 12:05:50 2005 +0000
+++ b/lib/libc/gen/vis.c        Mon May 16 13:13:12 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vis.c,v 1.28 2005/04/17 17:27:11 christos Exp $        */
+/*     $NetBSD: vis.c,v 1.29 2005/05/16 13:13:12 lukem Exp $   */
 
 /*-
  * Copyright (c) 1989, 1993
@@ -12,11 +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 the University of
- *     California, Berkeley and its contributors.
- * 4. Neither the name of the University nor the names of its contributors
+ * 3. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  *
@@ -67,7 +63,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: vis.c,v 1.28 2005/04/17 17:27:11 christos Exp $");
+__RCSID("$NetBSD: vis.c,v 1.29 2005/05/16 13:13:12 lukem Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "namespace.h"



Home | Main Index | Thread Index | Old Index