summaryrefslogtreecommitdiff
path: root/modules/uniconv
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2011-03-30 01:42:23 +0200
committerBruno Haible <bruno@clisp.org>2011-03-30 01:42:23 +0200
commit0e91303ba89db46958de61bcc0e9680188b00377 (patch)
tree6abfc0a857044e73ff6a0cabb8df975cb09fed07 /modules/uniconv
parentc208524a25cea27d7da89282da6f54696c4d7212 (diff)
downloadgnulib-0e91303ba89db46958de61bcc0e9680188b00377.tar.gz
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.
Diffstat (limited to 'modules/uniconv')
-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
4 files changed, 4 insertions, 4 deletions
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