]> git.lizzy.rs Git - metalua.git/blob - LICENSE
Merge remote branch 'origin/master'
[metalua.git] / LICENSE
1 Metalua
2
3 Copyright (c) 2006-2997 Fabien Fleutot <metalua@gmail.com>
4
5 Metalua is available under the MIT licence.
6
7 To compile and use Metalua, you need to have installed the following
8 project, released under the MIT public licence:
9
10 - Lua 5.1 <http://www.lua.org>
11
12 Significant parts of the compiler borrow code from the following project,
13 released under the MIT license:
14
15 - Kein-Hong Man's     Yueliang  <http://luaforge.net/projects/yueliang>
16
17 Previous versions of Metalua used to embed the following projects,
18 all under MIT licence (hese dependencies have been removed to turn
19 Metalua into a pure Lua project, simplifying the port to non-Unix OSes):
20
21 - Tomas Guisasola's   Lua Rings <http://www.keplerproject.org/rings>
22 - Ben Sunshine-Hill's Pluto     <http://freshmeat.net/projects/pluto>
23 - Thomas Reuben's     Bitlib    <http://luaforge.net/projects/bitlib>
24
25 MIT License
26 ===========
27
28 Permission is hereby granted, free of charge, to any person obtaining
29 a copy of this software and associated documentation files (the
30 "Software"), to deal in the Software without restriction, including
31 without limitation the rights to use, copy, modify, merge, publish,
32 distribute, sublicense, and/or sell copies of the Software, and to
33 permit persons to whom the Software is furnished to do so, subject to
34 the following conditions:
35
36 The above copyright notice and this permission notice shall be
37 included in all copies or substantial portions of the Software.
38
39 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
40 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
41 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
42 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
43 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
44 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
45 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.