1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

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.
This commit is contained in:
Bruno Haible
2011-03-30 01:42:23 +02:00
parent c208524a25
commit 0e91303ba8
42 changed files with 87 additions and 41 deletions

View File

@@ -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> 2011-03-29 Simon Josefsson <simon@josefsson.org>
lib-symbol-visibility: Add a notice. lib-symbol-visibility: Add a notice.

View File

@@ -14,7 +14,7 @@ Include:
"array-mergesort.h" "array-mergesort.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -16,7 +16,7 @@ Include:
"c-strcaseeq.h" "c-strcaseeq.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -39,7 +39,7 @@ Link:
$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -22,7 +22,7 @@ Include:
"striconveha.h" "striconveha.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -29,7 +29,7 @@ Include:
"uniconv.h" "uniconv.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -23,7 +23,7 @@ Include:
"uniconv.h" "uniconv.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -22,7 +22,7 @@ Include:
"uniconv.h" "uniconv.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -21,7 +21,7 @@ Include:
"uniconv.h" "uniconv.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -27,7 +27,7 @@ Include:
"unictype.h" "unictype.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -20,7 +20,7 @@ Include:
"unictype.h" "unictype.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -20,7 +20,7 @@ Include:
"unictype.h" "unictype.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -19,7 +19,7 @@ Include:
"unictype.h" "unictype.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -22,7 +22,7 @@ Include:
"unictype.h" "unictype.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -21,7 +21,7 @@ Include:
"unictype.h" "unictype.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -15,7 +15,7 @@ Include:
"unictype.h" "unictype.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -20,7 +20,7 @@ Include:
"unictype.h" "unictype.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -21,7 +21,7 @@ Include:
"unictype.h" "unictype.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -30,7 +30,7 @@ Include:
"unictype.h" "unictype.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -26,7 +26,7 @@ Include:
"uninorm.h" "uninorm.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -20,7 +20,7 @@ Include:
"uninorm.h" "uninorm.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -29,7 +29,7 @@ Include:
"uninorm.h" "uninorm.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -18,7 +18,7 @@ Include:
"uninorm/decompose-internal.h" "uninorm/decompose-internal.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -20,7 +20,7 @@ Include:
"uninorm/decomposition-table.h" "uninorm/decomposition-table.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -23,7 +23,7 @@ Include:
"uninorm.h" "uninorm.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -21,7 +21,7 @@ Include:
"uninorm.h" "uninorm.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -27,7 +27,7 @@ Include:
"uninorm.h" "uninorm.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -29,7 +29,7 @@ Include:
"unistr.h" "unistr.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -20,7 +20,7 @@ Include:
"unistr.h" "unistr.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -20,7 +20,7 @@ Include:
"unistr.h" "unistr.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -20,7 +20,7 @@ Include:
"unistr.h" "unistr.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -20,7 +20,7 @@ Include:
"unistr.h" "unistr.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -19,7 +19,7 @@ Include:
"unistr.h" "unistr.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -19,7 +19,7 @@ Include:
"unistr.h" "unistr.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -21,7 +21,7 @@ Include:
"unistr.h" "unistr.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -21,7 +21,7 @@ Include:
"unistr.h" "unistr.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -20,7 +20,7 @@ Include:
"unistr.h" "unistr.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -19,7 +19,7 @@ Include:
"unistr.h" "unistr.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -19,7 +19,7 @@ Include:
"unistr.h" "unistr.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -20,7 +20,7 @@ Include:
"unistr.h" "unistr.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -21,7 +21,7 @@ Include:
"unistr.h" "unistr.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible

View File

@@ -26,7 +26,7 @@ Include:
"unitypes.h" "unitypes.h"
License: License:
LGPL LGPLv2+
Maintainer: Maintainer:
Bruno Haible Bruno Haible