]> git.sesse.net Git - vlc/commit
Compat: relicense some functions to LGPL
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 4 Oct 2011 19:46:03 +0000 (21:46 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 4 Oct 2011 21:08:40 +0000 (23:08 +0200)
commit4aec3e9660a89c1f0f4504e68df338e15739d9f7
tree2ff521bbb641c48e37a1a156eb2ed2d7ec9e2ef6
parent48a1b3871f8ce68df761bd784e7f8972b130be72
Compat: relicense some functions to LGPL

asprintf, atof, atoll, gmtime_r, lldiv, rewind, strdup, strndup,
strnlen, strtof, strcasecmp

Mostly thanks to RĂ©mi Denis-Courmont.
Some code was inspired from older VLC core code and sometimes trivial.
The old code was done by:
 - Laurent Aimar
 - Samuel Hocevar
 - Derk-Jan Hartman
 - Gildas Bazin
compat/asprintf.c
compat/atof.c
compat/atoll.c
compat/gmtime_r.c
compat/lldiv.c
compat/rewind.c
compat/strcasecmp.c
compat/strdup.c
compat/strndup.c
compat/strnlen.c
compat/strtof.c