Mercurial > hg > octave-nkf > gnulib-hg
annotate modules/strnlen1 @ 11532:ced50f413405
Relicense mbsrtowcs and strnlen1 under LGPLv2+.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 02 May 2009 12:33:44 +0200 |
parents | 085fe0908938 |
children | 1f14c6dd175d |
rev | line source |
---|---|
6047 | 1 Description: |
2 Quick string length estimation. | |
3 | |
4 Files: | |
5 lib/strnlen1.h | |
6 lib/strnlen1.c | |
7 | |
8 Depends-on: | |
9 memchr | |
10 | |
11 configure.ac: | |
12 | |
13 Makefile.am: | |
14 lib_SOURCES += strnlen1.h strnlen1.c | |
15 | |
16 Include: | |
17 "strnlen1.h" | |
18 | |
19 License: | |
11532
ced50f413405
Relicense mbsrtowcs and strnlen1 under LGPLv2+.
Bruno Haible <bruno@clisp.org>
parents:
6047
diff
changeset
|
20 LGPLv2+ |
6047 | 21 |
22 Maintainer: | |
23 Bruno Haible | |
24 |