Source-Changes-HG archive

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

[src/trunk]: src/lib/libedit remove 4 clause licenses.



details:   https://anonhg.NetBSD.org/src/rev/21fea24be7dc
branches:  trunk
changeset: 813998:21fea24be7dc
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 28 23:02:24 2016 +0000

description:
remove 4 clause licenses.

diffstat:

 lib/libedit/chartype.c |  11 ++---------
 lib/libedit/eln.c      |  11 ++---------
 2 files changed, 4 insertions(+), 18 deletions(-)

diffs (64 lines):

diff -r 15acf928312f -r 21fea24be7dc lib/libedit/chartype.c
--- a/lib/libedit/chartype.c    Sun Feb 28 22:55:21 2016 +0000
+++ b/lib/libedit/chartype.c    Sun Feb 28 23:02:24 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: chartype.c,v 1.22 2016/02/24 17:20:01 christos Exp $   */
+/*     $NetBSD: chartype.c,v 1.23 2016/02/28 23:02:24 christos Exp $   */
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -12,13 +12,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 the NetBSD
- *        Foundation, Inc. and its contributors.
- * 4. 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.
  *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
@@ -38,7 +31,7 @@
  */
 #include "config.h"
 #if !defined(lint) && !defined(SCCSID)
-__RCSID("$NetBSD: chartype.c,v 1.22 2016/02/24 17:20:01 christos Exp $");
+__RCSID("$NetBSD: chartype.c,v 1.23 2016/02/28 23:02:24 christos Exp $");
 #endif /* not lint && not SCCSID */
 
 #include <ctype.h>
diff -r 15acf928312f -r 21fea24be7dc lib/libedit/eln.c
--- a/lib/libedit/eln.c Sun Feb 28 22:55:21 2016 +0000
+++ b/lib/libedit/eln.c Sun Feb 28 23:02:24 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: eln.c,v 1.27 2016/02/24 17:13:22 christos Exp $        */
+/*     $NetBSD: eln.c,v 1.28 2016/02/28 23:02:24 christos Exp $        */
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -12,13 +12,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 the NetBSD
- *        Foundation, Inc. and its contributors.
- * 4. 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.
  *
  * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
  * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
@@ -34,7 +27,7 @@
  */
 #include "config.h"
 #if !defined(lint) && !defined(SCCSID)
-__RCSID("$NetBSD: eln.c,v 1.27 2016/02/24 17:13:22 christos Exp $");
+__RCSID("$NetBSD: eln.c,v 1.28 2016/02/28 23:02:24 christos Exp $");
 #endif /* not lint && not SCCSID */
 
 #include <errno.h>



Home | Main Index | Thread Index | Old Index