mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/libunistring: (License): Change from LGPL to "LGPLv3+ or GPLv2". * modules/libunistring-optional: Likewise. * modules/unicase/*: Likewise. * modules/uniconv/*: Likewise. * modules/unictype/*: Likewise. * modules/unigbrk/*: Likewise. * modules/unilbrk/*: Likewise. * modules/uniname/*: Likewise. * modules/uninorm/*: Likewise. * modules/unistdio/*: Likewise. * modules/unistr/*: Likewise. * modules/uniwbrk/*: Likewise. * modules/uniwidth/*: Likewise.
28 lines
420 B
Plaintext
28 lines
420 B
Plaintext
Description:
|
|
Uppercase mapping for Unicode characters (locale and context independent).
|
|
|
|
Files:
|
|
lib/unicase/toupper.c
|
|
lib/unicase/toupper.h
|
|
lib/unicase/simple-mapping.h
|
|
|
|
Depends-on:
|
|
unicase/base
|
|
|
|
configure.ac:
|
|
gl_LIBUNISTRING_MODULE([0.9.6], [unicase/toupper])
|
|
|
|
Makefile.am:
|
|
if LIBUNISTRING_COMPILE_UNICASE_TOUPPER
|
|
lib_SOURCES += unicase/toupper.c
|
|
endif
|
|
|
|
Include:
|
|
"unicase.h"
|
|
|
|
License:
|
|
LGPLv3+ or GPLv2
|
|
|
|
Maintainer:
|
|
all
|