summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog46
-rw-r--r--modules/array-mergesort2
-rw-r--r--modules/c-strcaseeq2
-rw-r--r--modules/striconveh2
-rw-r--r--modules/striconveha2
-rw-r--r--modules/uniconv/base2
-rw-r--r--modules/uniconv/u8-conv-from-enc2
-rw-r--r--modules/uniconv/u8-strconv-from-enc2
-rw-r--r--modules/uniconv/u8-strconv-from-locale2
-rw-r--r--modules/unictype/base2
-rw-r--r--modules/unictype/bidiclass-of2
-rw-r--r--modules/unictype/category-M2
-rw-r--r--modules/unictype/category-none2
-rw-r--r--modules/unictype/category-of2
-rw-r--r--modules/unictype/category-test2
-rw-r--r--modules/unictype/category-test-withtable2
-rw-r--r--modules/unictype/combining-class2
-rw-r--r--modules/unictype/joiningtype-of2
-rw-r--r--modules/unictype/scripts2
-rw-r--r--modules/uninorm/base2
-rw-r--r--modules/uninorm/canonical-decomposition2
-rw-r--r--modules/uninorm/composition2
-rw-r--r--modules/uninorm/decompose-internal2
-rw-r--r--modules/uninorm/decomposition-table2
-rw-r--r--modules/uninorm/nfc2
-rw-r--r--modules/uninorm/nfd2
-rw-r--r--modules/uninorm/u32-normalize2
-rw-r--r--modules/unistr/base2
-rw-r--r--modules/unistr/u32-cpy2
-rw-r--r--modules/unistr/u32-mbtouc-unsafe2
-rw-r--r--modules/unistr/u32-to-u82
-rw-r--r--modules/unistr/u32-uctomb2
-rw-r--r--modules/unistr/u8-check2
-rw-r--r--modules/unistr/u8-mblen2
-rw-r--r--modules/unistr/u8-mbtouc2
-rw-r--r--modules/unistr/u8-mbtouc-unsafe2
-rw-r--r--modules/unistr/u8-mbtoucr2
-rw-r--r--modules/unistr/u8-prev2
-rw-r--r--modules/unistr/u8-strlen2
-rw-r--r--modules/unistr/u8-to-u322
-rw-r--r--modules/unistr/u8-uctomb2
-rw-r--r--modules/unitypes2
42 files changed, 87 insertions, 41 deletions
diff --git a/ChangeLog b/ChangeLog
index 3bc63aa9ed..9018d904ac 100644
--- 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.
diff --git a/modules/array-mergesort b/modules/array-mergesort
index 32e6eb877b..facc6054a2 100644
--- a/modules/array-mergesort
+++ b/modules/array-mergesort
@@ -14,7 +14,7 @@ Include:
"array-mergesort.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/c-strcaseeq b/modules/c-strcaseeq
index 90db9863b1..d7f2c02a75 100644
--- a/modules/c-strcaseeq
+++ b/modules/c-strcaseeq
@@ -16,7 +16,7 @@ Include:
"c-strcaseeq.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/striconveh b/modules/striconveh
index 8bdfb34033..acfd9639c6 100644
--- a/modules/striconveh
+++ b/modules/striconveh
@@ -39,7 +39,7 @@ Link:
$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/striconveha b/modules/striconveha
index 4867b8c0c9..856514e879 100644
--- a/modules/striconveha
+++ b/modules/striconveha
@@ -22,7 +22,7 @@ Include:
"striconveha.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/uniconv/base b/modules/uniconv/base
index 0c48c5ad8f..c4046ebf06 100644
--- a/modules/uniconv/base
+++ b/modules/uniconv/base
@@ -29,7 +29,7 @@ Include:
"uniconv.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/uniconv/u8-conv-from-enc b/modules/uniconv/u8-conv-from-enc
index 55321503c0..659665eff3 100644
--- a/modules/uniconv/u8-conv-from-enc
+++ b/modules/uniconv/u8-conv-from-enc
@@ -23,7 +23,7 @@ Include:
"uniconv.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/uniconv/u8-strconv-from-enc b/modules/uniconv/u8-strconv-from-enc
index c27b9890be..95227b56b4 100644
--- a/modules/uniconv/u8-strconv-from-enc
+++ b/modules/uniconv/u8-strconv-from-enc
@@ -22,7 +22,7 @@ Include:
"uniconv.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/uniconv/u8-strconv-from-locale b/modules/uniconv/u8-strconv-from-locale
index e2a1f9d902..e1dbb74a84 100644
--- a/modules/uniconv/u8-strconv-from-locale
+++ b/modules/uniconv/u8-strconv-from-locale
@@ -21,7 +21,7 @@ Include:
"uniconv.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unictype/base b/modules/unictype/base
index a49128977c..96390a60d6 100644
--- a/modules/unictype/base
+++ b/modules/unictype/base
@@ -27,7 +27,7 @@ Include:
"unictype.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unictype/bidiclass-of b/modules/unictype/bidiclass-of
index 964681360d..33ca78cc3d 100644
--- a/modules/unictype/bidiclass-of
+++ b/modules/unictype/bidiclass-of
@@ -20,7 +20,7 @@ Include:
"unictype.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unictype/category-M b/modules/unictype/category-M
index d778472c31..ab28030f4d 100644
--- a/modules/unictype/category-M
+++ b/modules/unictype/category-M
@@ -20,7 +20,7 @@ Include:
"unictype.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unictype/category-none b/modules/unictype/category-none
index 9e1626fdfd..fc23d926f4 100644
--- a/modules/unictype/category-none
+++ b/modules/unictype/category-none
@@ -19,7 +19,7 @@ Include:
"unictype.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unictype/category-of b/modules/unictype/category-of
index 9d4d373054..62389b6ab8 100644
--- a/modules/unictype/category-of
+++ b/modules/unictype/category-of
@@ -22,7 +22,7 @@ Include:
"unictype.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unictype/category-test b/modules/unictype/category-test
index 9991fc3fa1..f826871286 100644
--- a/modules/unictype/category-test
+++ b/modules/unictype/category-test
@@ -21,7 +21,7 @@ Include:
"unictype.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unictype/category-test-withtable b/modules/unictype/category-test-withtable
index 73b7a33f33..cfe9f168b1 100644
--- a/modules/unictype/category-test-withtable
+++ b/modules/unictype/category-test-withtable
@@ -15,7 +15,7 @@ Include:
"unictype.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unictype/combining-class b/modules/unictype/combining-class
index 89a11d6fe1..e88c4ae162 100644
--- a/modules/unictype/combining-class
+++ b/modules/unictype/combining-class
@@ -20,7 +20,7 @@ Include:
"unictype.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unictype/joiningtype-of b/modules/unictype/joiningtype-of
index cddaec9fe7..44a802f8d2 100644
--- a/modules/unictype/joiningtype-of
+++ b/modules/unictype/joiningtype-of
@@ -21,7 +21,7 @@ Include:
"unictype.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unictype/scripts b/modules/unictype/scripts
index 328024216d..7c4b03bf57 100644
--- a/modules/unictype/scripts
+++ b/modules/unictype/scripts
@@ -30,7 +30,7 @@ Include:
"unictype.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/uninorm/base b/modules/uninorm/base
index aef10f5bff..a9a106b4cb 100644
--- a/modules/uninorm/base
+++ b/modules/uninorm/base
@@ -26,7 +26,7 @@ Include:
"uninorm.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/uninorm/canonical-decomposition b/modules/uninorm/canonical-decomposition
index 9acd2bccac..0c493d50ee 100644
--- a/modules/uninorm/canonical-decomposition
+++ b/modules/uninorm/canonical-decomposition
@@ -20,7 +20,7 @@ Include:
"uninorm.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/uninorm/composition b/modules/uninorm/composition
index 34b7cc7bc9..285ef9d960 100644
--- a/modules/uninorm/composition
+++ b/modules/uninorm/composition
@@ -29,7 +29,7 @@ Include:
"uninorm.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/uninorm/decompose-internal b/modules/uninorm/decompose-internal
index 575de103f2..640ac2f2f2 100644
--- a/modules/uninorm/decompose-internal
+++ b/modules/uninorm/decompose-internal
@@ -18,7 +18,7 @@ Include:
"uninorm/decompose-internal.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/uninorm/decomposition-table b/modules/uninorm/decomposition-table
index 7aa21b7d2b..3a2fda93ce 100644
--- a/modules/uninorm/decomposition-table
+++ b/modules/uninorm/decomposition-table
@@ -20,7 +20,7 @@ Include:
"uninorm/decomposition-table.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/uninorm/nfc b/modules/uninorm/nfc
index 32033b7b6b..6c4d25e318 100644
--- a/modules/uninorm/nfc
+++ b/modules/uninorm/nfc
@@ -23,7 +23,7 @@ Include:
"uninorm.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/uninorm/nfd b/modules/uninorm/nfd
index a2904ab273..cb3d946352 100644
--- a/modules/uninorm/nfd
+++ b/modules/uninorm/nfd
@@ -21,7 +21,7 @@ Include:
"uninorm.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/uninorm/u32-normalize b/modules/uninorm/u32-normalize
index e8f0e54b52..90dee6bb8a 100644
--- a/modules/uninorm/u32-normalize
+++ b/modules/uninorm/u32-normalize
@@ -27,7 +27,7 @@ Include:
"uninorm.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unistr/base b/modules/unistr/base
index 41739ffef0..b76031effd 100644
--- a/modules/unistr/base
+++ b/modules/unistr/base
@@ -29,7 +29,7 @@ Include:
"unistr.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unistr/u32-cpy b/modules/unistr/u32-cpy
index 1b2c1bcbc3..02e086ebf9 100644
--- a/modules/unistr/u32-cpy
+++ b/modules/unistr/u32-cpy
@@ -20,7 +20,7 @@ Include:
"unistr.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unistr/u32-mbtouc-unsafe b/modules/unistr/u32-mbtouc-unsafe
index 062f575445..e684603392 100644
--- a/modules/unistr/u32-mbtouc-unsafe
+++ b/modules/unistr/u32-mbtouc-unsafe
@@ -20,7 +20,7 @@ Include:
"unistr.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unistr/u32-to-u8 b/modules/unistr/u32-to-u8
index 4c8deb4b6a..7db1d33dfe 100644
--- a/modules/unistr/u32-to-u8
+++ b/modules/unistr/u32-to-u8
@@ -20,7 +20,7 @@ Include:
"unistr.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unistr/u32-uctomb b/modules/unistr/u32-uctomb
index 86e7c3592a..eafff11dd2 100644
--- a/modules/unistr/u32-uctomb
+++ b/modules/unistr/u32-uctomb
@@ -20,7 +20,7 @@ Include:
"unistr.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unistr/u8-check b/modules/unistr/u8-check
index dd6ce6115b..a0b45985c7 100644
--- a/modules/unistr/u8-check
+++ b/modules/unistr/u8-check
@@ -19,7 +19,7 @@ Include:
"unistr.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unistr/u8-mblen b/modules/unistr/u8-mblen
index e770c80c85..f1f279f844 100644
--- a/modules/unistr/u8-mblen
+++ b/modules/unistr/u8-mblen
@@ -19,7 +19,7 @@ Include:
"unistr.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unistr/u8-mbtouc b/modules/unistr/u8-mbtouc
index 7b5d6e56aa..27e5020095 100644
--- a/modules/unistr/u8-mbtouc
+++ b/modules/unistr/u8-mbtouc
@@ -21,7 +21,7 @@ Include:
"unistr.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unistr/u8-mbtouc-unsafe b/modules/unistr/u8-mbtouc-unsafe
index 268ab2f1f7..fcf3949204 100644
--- a/modules/unistr/u8-mbtouc-unsafe
+++ b/modules/unistr/u8-mbtouc-unsafe
@@ -21,7 +21,7 @@ Include:
"unistr.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unistr/u8-mbtoucr b/modules/unistr/u8-mbtoucr
index ebfb7ab5df..4718fa5ca5 100644
--- a/modules/unistr/u8-mbtoucr
+++ b/modules/unistr/u8-mbtoucr
@@ -20,7 +20,7 @@ Include:
"unistr.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unistr/u8-prev b/modules/unistr/u8-prev
index 6b8839af0e..eca53c13a9 100644
--- a/modules/unistr/u8-prev
+++ b/modules/unistr/u8-prev
@@ -19,7 +19,7 @@ Include:
"unistr.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unistr/u8-strlen b/modules/unistr/u8-strlen
index c48b26cdfe..e206ba1b35 100644
--- a/modules/unistr/u8-strlen
+++ b/modules/unistr/u8-strlen
@@ -19,7 +19,7 @@ Include:
"unistr.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unistr/u8-to-u32 b/modules/unistr/u8-to-u32
index d4d7911989..cbbd9a2f3c 100644
--- a/modules/unistr/u8-to-u32
+++ b/modules/unistr/u8-to-u32
@@ -20,7 +20,7 @@ Include:
"unistr.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unistr/u8-uctomb b/modules/unistr/u8-uctomb
index 018be5b62e..03cb98f936 100644
--- a/modules/unistr/u8-uctomb
+++ b/modules/unistr/u8-uctomb
@@ -21,7 +21,7 @@ Include:
"unistr.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible
diff --git a/modules/unitypes b/modules/unitypes
index 7cd1a1906f..96cbf7c18b 100644
--- a/modules/unitypes
+++ b/modules/unitypes
@@ -26,7 +26,7 @@ Include:
"unitypes.h"
License:
-LGPL
+LGPLv2+
Maintainer:
Bruno Haible