Prepare new maemo release
[maemo-rb.git] / apps / plugins / lua / README
blobdb6933f517c00999282704acaf0ba558e0506734
1 The following files are (with slight modifications for Rockbox) from dietlibc
2 version 0.31 which is licensed under the GPL version 2:
4     gmtime.c
5     strcspn.c
6     strftime.c
7     strncat.c
8     strpbrk.c
9     strtol.c
10     strtoul.c
11     strstr.c
13 The malloc routine is Doug Lea's malloc with the following license:
15   Version 2.8.3 Thu Sep 22 11:16:15 2005  Doug Lea  (dl at gee)
17   This is a version (aka dlmalloc) of malloc/free/realloc written by
18   Doug Lea and released to the public domain, as explained at
19   http://creativecommons.org/licenses/publicdomain.  Send questions,
20   comments, complaints, performance data, etc to dl@cs.oswego.edu