summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/README
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lua/README')
-rw-r--r--apps/plugins/lua/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/plugins/lua/README b/apps/plugins/lua/README
index db6933f517..5b53eb354e 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:
9 strtol.c 9 strtol.c
10 strtoul.c 10 strtoul.c
11 strstr.c 11 strstr.c
12
13The malloc routine is Doug Lea's malloc with the following license:
14
15 Version 2.8.3 Thu Sep 22 11:16:15 2005 Doug Lea (dl at gee)
16
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
21