changeset 34195:ac846bc8c088

Relicense some modules under LGPLv2+, for libidn2. * modules/array-mergesort (License): Change to LGPLv2+. * modules/c-strcaseeq (License): Likewise. * modules/striconveh (License): Likewise. * modules/striconveha (License): Likewise. * modules/uniconv/base (License): Likewise. * modules/uniconv/u8-conv-from-enc (License): Likewise. * modules/uniconv/u8-strconv-from-enc (License): Likewise. * modules/uniconv/u8-strconv-from-locale (License): Likewise. * modules/unictype/base (License): Likewise. * modules/unictype/bidiclass-of (License): Likewise. * modules/unictype/category-M (License): Likewise. * modules/unictype/category-none (License): Likewise. * modules/unictype/category-of (License): Likewise. * modules/unictype/category-test (License): Likewise. * modules/unictype/category-test-withtable (License): Likewise. * modules/unictype/combining-class (License): Likewise. * modules/unictype/joiningtype-of (License): Likewise. * modules/unictype/scripts (License): Likewise. * modules/uninorm/base (License): Likewise. * modules/uninorm/canonical-decomposition (License): Likewise. * modules/uninorm/composition (License): Likewise. * modules/uninorm/decompose-internal (License): Likewise. * modules/uninorm/decomposition-table (License): Likewise. * modules/uninorm/nfc (License): Likewise. * modules/uninorm/nfd (License): Likewise. * modules/uninorm/u32-normalize (License): Likewise. * modules/unistr/base (License): Likewise. * modules/unistr/u32-cpy (License): Likewise. * modules/unistr/u32-mbtouc-unsafe (License): Likewise. * modules/unistr/u32-to-u8 (License): Likewise. * modules/unistr/u32-uctomb (License): Likewise. * modules/unistr/u8-check (License): Likewise. * modules/unistr/u8-mblen (License): Likewise. * modules/unistr/u8-mbtouc (License): Likewise. * modules/unistr/u8-mbtouc-unsafe (License): Likewise. * modules/unistr/u8-mbtoucr (License): Likewise. * modules/unistr/u8-prev (License): Likewise. * modules/unistr/u8-strlen (License): Likewise. * modules/unistr/u8-to-u32 (License): Likewise. * modules/unistr/u8-uctomb (License): Likewise. * modules/unitypes (License): Likewise. Requested by Simon Josefsson.
author Bruno Haible <bruno@clisp.org>
date Wed, 30 Mar 2011 01:42:23 +0200
parents 62e50b5cf068
children e2dd08ed9151
files ChangeLog modules/array-mergesort modules/c-strcaseeq modules/striconveh modules/striconveha modules/uniconv/base modules/uniconv/u8-conv-from-enc modules/uniconv/u8-strconv-from-enc modules/uniconv/u8-strconv-from-locale modules/unictype/base modules/unictype/bidiclass-of modules/unictype/category-M modules/unictype/category-none modules/unictype/category-of modules/unictype/category-test modules/unictype/category-test-withtable modules/unictype/combining-class modules/unictype/joiningtype-of modules/unictype/scripts modules/uninorm/base modules/uninorm/canonical-decomposition modules/uninorm/composition modules/uninorm/decompose-internal modules/uninorm/decomposition-table modules/uninorm/nfc modules/uninorm/nfd modules/uninorm/u32-normalize modules/unistr/base modules/unistr/u32-cpy modules/unistr/u32-mbtouc-unsafe modules/unistr/u32-to-u8 modules/unistr/u32-uctomb modules/unistr/u8-check modules/unistr/u8-mblen modules/unistr/u8-mbtouc modules/unistr/u8-mbtouc-unsafe modules/unistr/u8-mbtoucr modules/unistr/u8-prev modules/unistr/u8-strlen modules/unistr/u8-to-u32 modules/unistr/u8-uctomb modules/unitypes
diffstat 42 files changed, 87 insertions(+), 41 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Mar 29 20:58:49 2011 +0200
+++ b/ChangeLog	Wed Mar 30 01:42:23 2011 +0200
@@ -1,3 +1,49 @@
+2011-03-29  Bruno Haible  <bruno@clisp.org>
+
+	Relicense some modules under LGPLv2+, for libidn2.
+	* modules/array-mergesort (License): Change to LGPLv2+.
+	* modules/c-strcaseeq (License): Likewise.
+	* modules/striconveh (License): Likewise.
+	* modules/striconveha (License): Likewise.
+	* modules/uniconv/base (License): Likewise.
+	* modules/uniconv/u8-conv-from-enc (License): Likewise.
+	* modules/uniconv/u8-strconv-from-enc (License): Likewise.
+	* modules/uniconv/u8-strconv-from-locale (License): Likewise.
+	* modules/unictype/base (License): Likewise.
+	* modules/unictype/bidiclass-of (License): Likewise.
+	* modules/unictype/category-M (License): Likewise.
+	* modules/unictype/category-none (License): Likewise.
+	* modules/unictype/category-of (License): Likewise.
+	* modules/unictype/category-test (License): Likewise.
+	* modules/unictype/category-test-withtable (License): Likewise.
+	* modules/unictype/combining-class (License): Likewise.
+	* modules/unictype/joiningtype-of (License): Likewise.
+	* modules/unictype/scripts (License): Likewise.
+	* modules/uninorm/base (License): Likewise.
+	* modules/uninorm/canonical-decomposition (License): Likewise.
+	* modules/uninorm/composition (License): Likewise.
+	* modules/uninorm/decompose-internal (License): Likewise.
+	* modules/uninorm/decomposition-table (License): Likewise.
+	* modules/uninorm/nfc (License): Likewise.
+	* modules/uninorm/nfd (License): Likewise.
+	* modules/uninorm/u32-normalize (License): Likewise.
+	* modules/unistr/base (License): Likewise.
+	* modules/unistr/u32-cpy (License): Likewise.
+	* modules/unistr/u32-mbtouc-unsafe (License): Likewise.
+	* modules/unistr/u32-to-u8 (License): Likewise.
+	* modules/unistr/u32-uctomb (License): Likewise.
+	* modules/unistr/u8-check (License): Likewise.
+	* modules/unistr/u8-mblen (License): Likewise.
+	* modules/unistr/u8-mbtouc (License): Likewise.
+	* modules/unistr/u8-mbtouc-unsafe (License): Likewise.
+	* modules/unistr/u8-mbtoucr (License): Likewise.
+	* modules/unistr/u8-prev (License): Likewise.
+	* modules/unistr/u8-strlen (License): Likewise.
+	* modules/unistr/u8-to-u32 (License): Likewise.
+	* modules/unistr/u8-uctomb (License): Likewise.
+	* modules/unitypes (License): Likewise.
+	Requested by Simon Josefsson.
+
 2011-03-29  Simon Josefsson  <simon@josefsson.org>
 
 	lib-symbol-visibility: Add a notice.
--- a/modules/array-mergesort	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/array-mergesort	Wed Mar 30 01:42:23 2011 +0200
@@ -14,7 +14,7 @@
 "array-mergesort.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/c-strcaseeq	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/c-strcaseeq	Wed Mar 30 01:42:23 2011 +0200
@@ -16,7 +16,7 @@
 "c-strcaseeq.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/striconveh	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/striconveh	Wed Mar 30 01:42:23 2011 +0200
@@ -39,7 +39,7 @@
 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/striconveha	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/striconveha	Wed Mar 30 01:42:23 2011 +0200
@@ -22,7 +22,7 @@
 "striconveha.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/uniconv/base	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/uniconv/base	Wed Mar 30 01:42:23 2011 +0200
@@ -29,7 +29,7 @@
 "uniconv.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/uniconv/u8-conv-from-enc	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/uniconv/u8-conv-from-enc	Wed Mar 30 01:42:23 2011 +0200
@@ -23,7 +23,7 @@
 "uniconv.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/uniconv/u8-strconv-from-enc	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/uniconv/u8-strconv-from-enc	Wed Mar 30 01:42:23 2011 +0200
@@ -22,7 +22,7 @@
 "uniconv.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/uniconv/u8-strconv-from-locale	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/uniconv/u8-strconv-from-locale	Wed Mar 30 01:42:23 2011 +0200
@@ -21,7 +21,7 @@
 "uniconv.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/unictype/base	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/unictype/base	Wed Mar 30 01:42:23 2011 +0200
@@ -27,7 +27,7 @@
 "unictype.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/unictype/bidiclass-of	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/unictype/bidiclass-of	Wed Mar 30 01:42:23 2011 +0200
@@ -20,7 +20,7 @@
 "unictype.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/unictype/category-M	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/unictype/category-M	Wed Mar 30 01:42:23 2011 +0200
@@ -20,7 +20,7 @@
 "unictype.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/unictype/category-none	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/unictype/category-none	Wed Mar 30 01:42:23 2011 +0200
@@ -19,7 +19,7 @@
 "unictype.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/unictype/category-of	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/unictype/category-of	Wed Mar 30 01:42:23 2011 +0200
@@ -22,7 +22,7 @@
 "unictype.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/unictype/category-test	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/unictype/category-test	Wed Mar 30 01:42:23 2011 +0200
@@ -21,7 +21,7 @@
 "unictype.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/unictype/category-test-withtable	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/unictype/category-test-withtable	Wed Mar 30 01:42:23 2011 +0200
@@ -15,7 +15,7 @@
 "unictype.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/unictype/combining-class	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/unictype/combining-class	Wed Mar 30 01:42:23 2011 +0200
@@ -20,7 +20,7 @@
 "unictype.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/unictype/joiningtype-of	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/unictype/joiningtype-of	Wed Mar 30 01:42:23 2011 +0200
@@ -21,7 +21,7 @@
 "unictype.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/unictype/scripts	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/unictype/scripts	Wed Mar 30 01:42:23 2011 +0200
@@ -30,7 +30,7 @@
 "unictype.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/uninorm/base	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/uninorm/base	Wed Mar 30 01:42:23 2011 +0200
@@ -26,7 +26,7 @@
 "uninorm.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/uninorm/canonical-decomposition	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/uninorm/canonical-decomposition	Wed Mar 30 01:42:23 2011 +0200
@@ -20,7 +20,7 @@
 "uninorm.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/uninorm/composition	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/uninorm/composition	Wed Mar 30 01:42:23 2011 +0200
@@ -29,7 +29,7 @@
 "uninorm.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/uninorm/decompose-internal	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/uninorm/decompose-internal	Wed Mar 30 01:42:23 2011 +0200
@@ -18,7 +18,7 @@
 "uninorm/decompose-internal.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/uninorm/decomposition-table	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/uninorm/decomposition-table	Wed Mar 30 01:42:23 2011 +0200
@@ -20,7 +20,7 @@
 "uninorm/decomposition-table.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/uninorm/nfc	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/uninorm/nfc	Wed Mar 30 01:42:23 2011 +0200
@@ -23,7 +23,7 @@
 "uninorm.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/uninorm/nfd	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/uninorm/nfd	Wed Mar 30 01:42:23 2011 +0200
@@ -21,7 +21,7 @@
 "uninorm.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/uninorm/u32-normalize	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/uninorm/u32-normalize	Wed Mar 30 01:42:23 2011 +0200
@@ -27,7 +27,7 @@
 "uninorm.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/unistr/base	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/unistr/base	Wed Mar 30 01:42:23 2011 +0200
@@ -29,7 +29,7 @@
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/unistr/u32-cpy	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/unistr/u32-cpy	Wed Mar 30 01:42:23 2011 +0200
@@ -20,7 +20,7 @@
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/unistr/u32-mbtouc-unsafe	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/unistr/u32-mbtouc-unsafe	Wed Mar 30 01:42:23 2011 +0200
@@ -20,7 +20,7 @@
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/unistr/u32-to-u8	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/unistr/u32-to-u8	Wed Mar 30 01:42:23 2011 +0200
@@ -20,7 +20,7 @@
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/unistr/u32-uctomb	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/unistr/u32-uctomb	Wed Mar 30 01:42:23 2011 +0200
@@ -20,7 +20,7 @@
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/unistr/u8-check	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/unistr/u8-check	Wed Mar 30 01:42:23 2011 +0200
@@ -19,7 +19,7 @@
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/unistr/u8-mblen	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/unistr/u8-mblen	Wed Mar 30 01:42:23 2011 +0200
@@ -19,7 +19,7 @@
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/unistr/u8-mbtouc	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/unistr/u8-mbtouc	Wed Mar 30 01:42:23 2011 +0200
@@ -21,7 +21,7 @@
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/unistr/u8-mbtouc-unsafe	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/unistr/u8-mbtouc-unsafe	Wed Mar 30 01:42:23 2011 +0200
@@ -21,7 +21,7 @@
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/unistr/u8-mbtoucr	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/unistr/u8-mbtoucr	Wed Mar 30 01:42:23 2011 +0200
@@ -20,7 +20,7 @@
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/unistr/u8-prev	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/unistr/u8-prev	Wed Mar 30 01:42:23 2011 +0200
@@ -19,7 +19,7 @@
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/unistr/u8-strlen	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/unistr/u8-strlen	Wed Mar 30 01:42:23 2011 +0200
@@ -19,7 +19,7 @@
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/unistr/u8-to-u32	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/unistr/u8-to-u32	Wed Mar 30 01:42:23 2011 +0200
@@ -20,7 +20,7 @@
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/unistr/u8-uctomb	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/unistr/u8-uctomb	Wed Mar 30 01:42:23 2011 +0200
@@ -21,7 +21,7 @@
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
--- a/modules/unitypes	Tue Mar 29 20:58:49 2011 +0200
+++ b/modules/unitypes	Wed Mar 30 01:42:23 2011 +0200
@@ -26,7 +26,7 @@
 "unitypes.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible