[vlc-commits] Compat: relicense some functions to LGPL

Jean-Baptiste Kempf git at videolan.org
Tue Oct 4 23:08:53 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Oct  4 21:46:03 2011 +0200| [4aec3e9660a89c1f0f4504e68df338e15739d9f7] | committer: Jean-Baptiste Kempf

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4aec3e9660a89c1f0f4504e68df338e15739d9f7
---

 compat/asprintf.c   |   16 ++++++++--------
 compat/atof.c       |   16 ++++++++--------
 compat/atoll.c      |   16 ++++++++--------
 compat/gmtime_r.c   |   16 ++++++++--------
 compat/lldiv.c      |   16 ++++++++--------
 compat/rewind.c     |   16 ++++++++--------
 compat/strcasecmp.c |   16 ++++++++--------
 compat/strdup.c     |   16 ++++++++--------
 compat/strndup.c    |   16 ++++++++--------
 compat/strnlen.c    |   16 ++++++++--------
 compat/strtof.c     |   16 ++++++++--------
 11 files changed, 88 insertions(+), 88 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=4aec3e9660a89c1f0f4504e68df338e15739d9f7


More information about the vlc-commits mailing list