svn commit: r296172 - in vendor/NetBSD/libedit/dist: . TEST readline

Pedro F. Giffuni pfg at FreeBSD.org
Sun Feb 28 23:52:50 UTC 2016


Author: pfg
Date: Sun Feb 28 23:52:48 2016
New Revision: 296172
URL: https://svnweb.freebsd.org/changeset/base/296172

Log:
  Catch up with some licensing cleanup in NetBSD.
  
  While here disable the keyword expansion as this
  may cause trouble in future merges.

Modified:
  vendor/NetBSD/libedit/dist/chartype.c   (contents, props changed)
  vendor/NetBSD/libedit/dist/eln.c   (contents, props changed)
Directory Properties:
  vendor/NetBSD/libedit/dist/Makefile   (props changed)
  vendor/NetBSD/libedit/dist/TEST/Makefile   (props changed)
  vendor/NetBSD/libedit/dist/TEST/tc1.c   (props changed)
  vendor/NetBSD/libedit/dist/TEST/wtc1.c   (props changed)
  vendor/NetBSD/libedit/dist/chared.c   (props changed)
  vendor/NetBSD/libedit/dist/chared.h   (props changed)
  vendor/NetBSD/libedit/dist/chartype.h   (props changed)
  vendor/NetBSD/libedit/dist/common.c   (props changed)
  vendor/NetBSD/libedit/dist/config.h   (props changed)
  vendor/NetBSD/libedit/dist/editline.3   (props changed)
  vendor/NetBSD/libedit/dist/editrc.5   (props changed)
  vendor/NetBSD/libedit/dist/el.c   (props changed)
  vendor/NetBSD/libedit/dist/el.h   (props changed)
  vendor/NetBSD/libedit/dist/emacs.c   (props changed)
  vendor/NetBSD/libedit/dist/filecomplete.c   (props changed)
  vendor/NetBSD/libedit/dist/filecomplete.h   (props changed)
  vendor/NetBSD/libedit/dist/hist.c   (props changed)
  vendor/NetBSD/libedit/dist/hist.h   (props changed)
  vendor/NetBSD/libedit/dist/histedit.h   (props changed)
  vendor/NetBSD/libedit/dist/history.c   (props changed)
  vendor/NetBSD/libedit/dist/map.c   (props changed)
  vendor/NetBSD/libedit/dist/map.h   (props changed)
  vendor/NetBSD/libedit/dist/parse.c   (props changed)
  vendor/NetBSD/libedit/dist/parse.h   (props changed)
  vendor/NetBSD/libedit/dist/prompt.c   (props changed)
  vendor/NetBSD/libedit/dist/prompt.h   (props changed)
  vendor/NetBSD/libedit/dist/read.c   (props changed)
  vendor/NetBSD/libedit/dist/read.h   (props changed)
  vendor/NetBSD/libedit/dist/readline.c   (props changed)
  vendor/NetBSD/libedit/dist/readline/Makefile   (props changed)
  vendor/NetBSD/libedit/dist/readline/readline.h   (props changed)
  vendor/NetBSD/libedit/dist/refresh.c   (props changed)
  vendor/NetBSD/libedit/dist/refresh.h   (props changed)
  vendor/NetBSD/libedit/dist/search.c   (props changed)
  vendor/NetBSD/libedit/dist/search.h   (props changed)
  vendor/NetBSD/libedit/dist/sig.c   (props changed)
  vendor/NetBSD/libedit/dist/sig.h   (props changed)
  vendor/NetBSD/libedit/dist/sys.h   (props changed)
  vendor/NetBSD/libedit/dist/tokenizer.c   (props changed)
  vendor/NetBSD/libedit/dist/tty.c   (props changed)
  vendor/NetBSD/libedit/dist/tty.h   (props changed)
  vendor/NetBSD/libedit/dist/vi.c   (props changed)

Modified: vendor/NetBSD/libedit/dist/chartype.c
==============================================================================
--- vendor/NetBSD/libedit/dist/chartype.c	Sun Feb 28 23:52:33 2016	(r296171)
+++ vendor/NetBSD/libedit/dist/chartype.c	Sun Feb 28 23:52:48 2016	(r296172)
@@ -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>

Modified: vendor/NetBSD/libedit/dist/eln.c
==============================================================================
--- vendor/NetBSD/libedit/dist/eln.c	Sun Feb 28 23:52:33 2016	(r296171)
+++ vendor/NetBSD/libedit/dist/eln.c	Sun Feb 28 23:52:48 2016	(r296172)
@@ -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>


More information about the svn-src-all mailing list