lua-hooks/ext/luajit/src/host/genminilua.lua in immunio-1.1.2 vs lua-hooks/ext/luajit/src/host/genminilua.lua in immunio-1.1.5
- old
+ new
@@ -1,9 +1,9 @@
----------------------------------------------------------------------------
-- Lua script to generate a customized, minified version of Lua.
-- The resulting 'minilua' is used for the build process of LuaJIT.
----------------------------------------------------------------------------
--- Copyright (C) 2005-2015 Mike Pall. All rights reserved.
+-- Copyright (C) 2005-2016 Mike Pall. All rights reserved.
-- Released under the MIT license. See Copyright Notice in luajit.h
----------------------------------------------------------------------------
local sub, match, gsub = string.sub, string.match, string.gsub