Hash :
349e4dea
Author :
Date :
2016-12-02T02:02:09
Relicense some modules under LGPLv2+. Kevin Cernekee's approval is in http://lists.gnu.org/archive/html/bug-gnulib/2016-11/msg00090.html. * modules/fseterr (License): Change to LGPLv2+. * modules/mbchar (License): Likewise. * modules/mbiter (License): Likewise. * modules/mbsnlen (License): Likewise. * modules/wcwidth (License): Likewise.
Description:
mbsnlen() function: Determine the number of multibyte characters in a string.
Files:
lib/mbsnlen.c
Depends-on:
mbiter
string
configure.ac:
gl_STRING_MODULE_INDICATOR([mbsnlen])
Makefile.am:
lib_SOURCES += mbsnlen.c
Include:
<string.h>
License:
LGPLv2+
Maintainer:
all