From 637177eb1397ef1800027bccd50dbdc1af29a15b Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 13 Jan 2014 21:08:31 +1000 Subject: Remove LuaJIT source, we can use packaged LuaJIT 2.0 release now. Also some cleanups related to the other library removals. --- libraries/luajit-2.0/README | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 libraries/luajit-2.0/README (limited to 'libraries/luajit-2.0/README') diff --git a/libraries/luajit-2.0/README b/libraries/luajit-2.0/README deleted file mode 100644 index 7a5189b..0000000 --- a/libraries/luajit-2.0/README +++ /dev/null @@ -1,17 +0,0 @@ -README for LuaJIT 2.0.0-beta9 -Patched with http://luajit.org/download/beta9_hotfix1.patch ------------------------------ - -LuaJIT is a Just-In-Time (JIT) compiler for the Lua programming language. - -Project Homepage: http://luajit.org/ - -LuaJIT is Copyright (C) 2005-2011 Mike Pall. -LuaJIT is free software, released under the MIT license. -See full Copyright Notice in the COPYRIGHT file or in luajit.h. - -Documentation for LuaJIT is available in HTML format. -Please point your favorite browser to: - - doc/luajit.html - -- cgit v1.1