lua2html.lua

changeset 1
b3889bfb6052
parent 0
140ff9cafe2f
child 2
520a1e0d187e
--- a/lua2html.lua	Fri Nov 13 16:24:48 2009 +0000
+++ b/lua2html.lua	Fri Nov 13 16:32:33 2009 +0000
@@ -1,3 +1,7 @@
+-- Copyright (C) 2008-2009 Matthew Wild
+--
+-- This project is MIT/X11 licensed. Please see the
+-- COPYING file in the source package for more information.
 
 local keywords = { "function", "for", "if", "elseif", "then", "else", "do", "repeat", "until", "end", "return", "true", "false", "and", "not", "or", "local", "nil", "break" }
 for _, keyword in ipairs(keywords) do keywords[keyword] = true; end

mercurial