Relicense some modules under LGPLv2+, for libidn2.
[gnulib.git] / modules / uninorm / u32-normalize
1 Description:
2 Normalization of UTF-32 strings.
3
4 Files:
5 lib/uninorm/u32-normalize.c
6 lib/uninorm/normalize-internal.h
7 lib/uninorm/u-normalize-internal.h
8
9 Depends-on:
10 uninorm/base
11 unistr/u32-mbtouc-unsafe
12 unistr/u32-uctomb
13 unistr/u32-cpy
14 unictype/combining-class
15 uninorm/decompose-internal
16
17 configure.ac:
18 gl_MODULE_INDICATOR_FOR_TESTS([uninorm/u32-normalize])
19 gl_LIBUNISTRING_MODULE([0.9.4], [uninorm/u32-normalize])
20
21 Makefile.am:
22 if LIBUNISTRING_COMPILE_UNINORM_U32_NORMALIZE
23 lib_SOURCES += uninorm/u32-normalize.c
24 endif
25
26 Include:
27 "uninorm.h"
28
29 License:
30 LGPLv2+
31
32 Maintainer:
33 Bruno Haible
34