Relicense some modules under LGPLv2+, for libidn2.
[gnulib.git] / modules / unictype / joiningtype-of
1 Description:
2 Determine Arabic joining type of a Unicode character.
3
4 Files:
5 lib/unictype/joiningtype_of.c
6 lib/unictype/joiningtype_of.h
7
8 Depends-on:
9 unictype/base
10 unictype/category-test-withtable
11
12 configure.ac:
13 gl_LIBUNISTRING_MODULE([0.9.4], [unictype/joiningtype-of])
14
15 Makefile.am:
16 if LIBUNISTRING_COMPILE_UNICTYPE_JOININGTYPE_OF
17 lib_SOURCES += unictype/joiningtype_of.c
18 endif
19
20 Include:
21 "unictype.h"
22
23 License:
24 LGPLv2+
25
26 Maintainer:
27 Bruno Haible