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.
30 lines
452 B
Plaintext
30 lines
452 B
Plaintext
Description:
|
|
Line breaking of strings.
|
|
|
|
Files:
|
|
lib/unilbrk/ulc-width-linebreaks.c
|
|
|
|
Depends-on:
|
|
unilbrk/base
|
|
unilbrk/u8-width-linebreaks
|
|
unilbrk/ulc-common
|
|
uniconv/u8-conv-from-enc
|
|
c-ctype
|
|
|
|
configure.ac:
|
|
gl_LIBUNISTRING_MODULE([0.9.6], [unilbrk/ulc-width-linebreaks])
|
|
|
|
Makefile.am:
|
|
if LIBUNISTRING_COMPILE_UNILBRK_ULC_WIDTH_LINEBREAKS
|
|
lib_SOURCES += unilbrk/ulc-width-linebreaks.c
|
|
endif
|
|
|
|
Include:
|
|
"unilbrk.h"
|
|
|
|
License:
|
|
LGPLv3+ or GPLv2
|
|
|
|
Maintainer:
|
|
all
|