aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/LuaJIT-1.1.7/COPYRIGHT
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/LuaJIT-1.1.7/COPYRIGHT')
-rw-r--r--libraries/LuaJIT-1.1.7/COPYRIGHT40
1 files changed, 0 insertions, 40 deletions
diff --git a/libraries/LuaJIT-1.1.7/COPYRIGHT b/libraries/LuaJIT-1.1.7/COPYRIGHT
deleted file mode 100644
index 0ab5523..0000000
--- a/libraries/LuaJIT-1.1.7/COPYRIGHT
+++ /dev/null
@@ -1,40 +0,0 @@
1Lua License
2-----------
3
4Lua is licensed under the terms of the MIT license reproduced below.
5This means that Lua is free software and can be used for both academic
6and commercial purposes at absolutely no cost.
7
8For details and rationale, see http://www.lua.org/license.html .
9
10***
11LuaJIT is a derivative work, heavily based on Lua. The JIT extensions
12are licensed under the same conditions (except by a different author).
13The LuaJIT license can be found in: src/luajit.h
14***
15
16===============================================================================
17
18Copyright (C) 1994-2008 Lua.org, PUC-Rio.
19
20Permission is hereby granted, free of charge, to any person obtaining a copy
21of this software and associated documentation files (the "Software"), to deal
22in the Software without restriction, including without limitation the rights
23to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
24copies of the Software, and to permit persons to whom the Software is
25furnished to do so, subject to the following conditions:
26
27The above copyright notice and this permission notice shall be included in
28all copies or substantial portions of the Software.
29
30THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
35OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
36THE SOFTWARE.
37
38===============================================================================
39
40(end of COPYRIGHT)