diff options
Diffstat (limited to 'apps/plugins/lua/README')
| -rw-r--r-- | apps/plugins/lua/README | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/plugins/lua/README b/apps/plugins/lua/README index db6933f..5b53eb3 100644 --- a/apps/plugins/lua/README +++ b/apps/plugins/lua/README @@ -9,13 +9,3 @@ version 0.31 which is licensed under the GPL version 2: strtol.c strtoul.c strstr.c - -The malloc routine is Doug Lea's malloc with the following license: - - Version 2.8.3 Thu Sep 22 11:16:15 2005 Doug Lea (dl at gee) - - This is a version (aka dlmalloc) of malloc/free/realloc written by - Doug Lea and released to the public domain, as explained at - http://creativecommons.org/licenses/publicdomain. Send questions, - comments, complaints, performance data, etc to dl@cs.oswego.edu - |