Relicense some modules under LGPLv2+, for libidn2.
authorBruno Haible <bruno@clisp.org>
Tue, 29 Mar 2011 23:42:23 +0000 (01:42 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 29 Mar 2011 23:42:23 +0000 (01:42 +0200)
* 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.

42 files changed:
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

index 3bc63aa9ed71c5308a39d2d122bca75596523bfc..9018d904ac11bf42494a459afa1a77eeef68cda9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 32e6eb877b33adef47c4a7ea2e9e68b0e265f61c..facc6054a2628ff2afaa312c827a9f7c7d6da0b0 100644 (file)
@@ -14,7 +14,7 @@ Include:
 "array-mergesort.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 90db9863b1cf3dab006e372147dd77f1bc98e92b..d7f2c02a75027169abb705a5365f4111be624e8e 100644 (file)
@@ -16,7 +16,7 @@ Include:
 "c-strcaseeq.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 8bdfb34033061f0299639fc4637f9466c8452615..acfd9639c6d8ec609337da2b7c8a0f1a2fb5def1 100644 (file)
@@ -39,7 +39,7 @@ Link:
 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 4867b8c0c9d776665f2a0be4a7fd3c2c697adc8b..856514e8790e6ca77a89ada0ef13cf6d87257cb6 100644 (file)
@@ -22,7 +22,7 @@ Include:
 "striconveha.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 0c48c5ad8fd78f94e56716196a70bb1250344db3..c4046ebf060b80fd47ffed3428c2a3cc5ef69641 100644 (file)
@@ -29,7 +29,7 @@ Include:
 "uniconv.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 55321503c032f2dc611338e8e1805f747439bf6a..659665eff3c9b1752e1d074dd7f8249f94c63fc5 100644 (file)
@@ -23,7 +23,7 @@ Include:
 "uniconv.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index c27b9890be145706a682d24c709bc78999c2777f..95227b56b4c101262ae3a3f35da098cc9135dcd0 100644 (file)
@@ -22,7 +22,7 @@ Include:
 "uniconv.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index e2a1f9d902e117f93b3e0e8b1b7d18027158bc86..e1dbb74a840cbf1544bd7f4d65c47b89c2e4d9a0 100644 (file)
@@ -21,7 +21,7 @@ Include:
 "uniconv.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index a49128977c6f6ddbc663b0b5edeac2e763995980..96390a60d6077c8a77b63cf436f9a31f01a844d0 100644 (file)
@@ -27,7 +27,7 @@ Include:
 "unictype.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 964681360d5588b7d00f319e854f0db417e19050..33ca78cc3d315f9f570967e84b038cd07bb02623 100644 (file)
@@ -20,7 +20,7 @@ Include:
 "unictype.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index d778472c31a189ee921e623b31544a63f2da0e70..ab28030f4d3ff28b695e7049ce1de4ea2d8b25be 100644 (file)
@@ -20,7 +20,7 @@ Include:
 "unictype.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 9e1626fdfd9acf634f92797b09daa21c77579675..fc23d926f472058c37f5e3ecf97483f3bbab16ab 100644 (file)
@@ -19,7 +19,7 @@ Include:
 "unictype.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 9d4d37305483178b3c23a0507cf7eb4387bd7ac9..62389b6ab85bfd0d1f3254280b3c328f86783572 100644 (file)
@@ -22,7 +22,7 @@ Include:
 "unictype.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 9991fc3fa1f102a1f203a9a7d4582d4fa9b39945..f82687128692bf8ade94ef19d1a06487399c4cdf 100644 (file)
@@ -21,7 +21,7 @@ Include:
 "unictype.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 73b7a33f33ee03454d2c508354e8f947f38defef..cfe9f168b18e79f3d38045ff52ee4cc5b16bcdec 100644 (file)
@@ -15,7 +15,7 @@ Include:
 "unictype.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 89a11d6fe18ebe41919eac7551d00809b7ef5966..e88c4ae162c376aa765affd52e294673bc3f9b2c 100644 (file)
@@ -20,7 +20,7 @@ Include:
 "unictype.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index cddaec9fe745840a20a9d3d6c29137f9b88ac370..44a802f8d2fc1e21d963227b73c7bdf8f7733786 100644 (file)
@@ -21,7 +21,7 @@ Include:
 "unictype.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 328024216d32c7d15747b95d4e59b5383fb38b69..7c4b03bf57f303f0910203202aa4f7d0e97cb67e 100644 (file)
@@ -30,7 +30,7 @@ Include:
 "unictype.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index aef10f5bffdc50771c5295469ed8501cb53f2c62..a9a106b4cb73b427109d5e9eae34a28c41e96058 100644 (file)
@@ -26,7 +26,7 @@ Include:
 "uninorm.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 9acd2bccac68c363326726a3688a8b7af248506b..0c493d50eec0502267f614756fdd5125d9db335a 100644 (file)
@@ -20,7 +20,7 @@ Include:
 "uninorm.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 34b7cc7bc98524906df72257ede0e755172d7dea..285ef9d9605c93e77391e2ab591ee02e9cf8fe44 100644 (file)
@@ -29,7 +29,7 @@ Include:
 "uninorm.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 575de103f2d4f2d8fc17d39331682d49375111bf..640ac2f2f2f328142e2f045dfb4354df21cc5b3a 100644 (file)
@@ -18,7 +18,7 @@ Include:
 "uninorm/decompose-internal.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 7aa21b7d2b83cebce06b8d15366d614c3306254b..3a2fda93ce0c621ce31104b648e60b329e5c0f27 100644 (file)
@@ -20,7 +20,7 @@ Include:
 "uninorm/decomposition-table.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 32033b7b6b4775c5b478859fb9c5ba09420afbe0..6c4d25e3186a90b375e41166be9953bce1e04023 100644 (file)
@@ -23,7 +23,7 @@ Include:
 "uninorm.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index a2904ab273be030fd3c6a54d0e8815ad5549b4e1..cb3d946352e33886cc5a36da71ffc1ffce1f428e 100644 (file)
@@ -21,7 +21,7 @@ Include:
 "uninorm.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index e8f0e54b52c84586d18ed0a25353a41c35426632..90dee6bb8abf2f1de61748b0d2ad7f42a173bec3 100644 (file)
@@ -27,7 +27,7 @@ Include:
 "uninorm.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 41739ffef0d03469f494219cc33d2aceac8f9128..b76031effd61882b6bb5cb8d611f895f412acc8d 100644 (file)
@@ -29,7 +29,7 @@ Include:
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 1b2c1bcbc3a0071f6643e250a3369e8c4b00ccb7..02e086ebf9e15f3f4b1fba89495bafd29c090188 100644 (file)
@@ -20,7 +20,7 @@ Include:
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 062f57544587fbe09ea64b06363edaa58c12e3cf..e684603392af872d706e1cd1497f8727c86d9956 100644 (file)
@@ -20,7 +20,7 @@ Include:
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 4c8deb4b6a402bb65bcc1494d3436179ec547e0a..7db1d33dfed5624b1459ecfe92efb1c50aa5b655 100644 (file)
@@ -20,7 +20,7 @@ Include:
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 86e7c3592a09d3a7e7bdb7699f3f4d442329b00e..eafff11dd26dc0bc2aefec08d31f215fab12e5ce 100644 (file)
@@ -20,7 +20,7 @@ Include:
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index dd6ce6115b36472347902b8ca183fda63c3c2537..a0b45985c7c3ce7cd497d0309b4f75fcf44dab95 100644 (file)
@@ -19,7 +19,7 @@ Include:
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index e770c80c857a0e40f355d0b761cbceb968b44219..f1f279f844dd735f1c8129e608475f5b1ca7e020 100644 (file)
@@ -19,7 +19,7 @@ Include:
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 7b5d6e56aa9d0a9f411af7b40863a49ba662e955..27e50200952a2548de84af0605a10d892fc1b24e 100644 (file)
@@ -21,7 +21,7 @@ Include:
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 268ab2f1f74b8f90c86369d4be3fa02663633908..fcf3949204ad32c438d816856eed3a54ba94ec82 100644 (file)
@@ -21,7 +21,7 @@ Include:
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index ebfb7ab5dfa29fea7c2ec71a5b01022597fed490..4718fa5ca514f671d7199ebda7712175a8771560 100644 (file)
@@ -20,7 +20,7 @@ Include:
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 6b8839af0e3600ce502b7f3053b165a1867ec0a2..eca53c13a9828913089726507124f9d449b55e62 100644 (file)
@@ -19,7 +19,7 @@ Include:
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index c48b26cdfe08ff929954ca27f0ac1ce7c2309f10..e206ba1b3523b024d6d0c4f16fc6c665e4c42b1b 100644 (file)
@@ -19,7 +19,7 @@ Include:
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index d4d791198932af69597f3eb245a3292fa54f5f5f..cbbd9a2f3caa401b43a80162e3861d314bfd917f 100644 (file)
@@ -20,7 +20,7 @@ Include:
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 018be5b62e2ef83c8e9b765d3fb36d889da63fa3..03cb98f9365b2f752bed548fd475aa2b01899724 100644 (file)
@@ -21,7 +21,7 @@ Include:
 "unistr.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible
index 7cd1a1906fae84d0b6a205c7b6f5164d5693e04e..96cbf7c18b72304e24c304c73e991ccd3d599d7f 100644 (file)
@@ -26,7 +26,7 @@ Include:
 "unitypes.h"
 
 License:
-LGPL
+LGPLv2+
 
 Maintainer:
 Bruno Haible