Merge branch 'master' of ssh://repo.or.cz/srv/git/metalua
[metalua.git] / LICENSE
blob58b0c6724138cfa77a9d71a2e9984b8d89c53f6f
1 Metalua
3 Copyright (c) 2006-2997 Fabien Fleutot <metalua@gmail.com>
5 Metalua is available under the MIT licence.
7 Significant parts of the compiler borrow code from other projects,
8 all released under the MIT license:
9 - Lua                           <http://www.lua.org>
10 - Kein-Hong Man's     Yueliang  <http://luaforge.net/projects/yueliang>
11 - Tomás Guisasola's   Lua Rings <http://www.keplerproject.org/rings>
12 - Ben Sunshine-Hill's Pluto     <http://freshmeat.net/projects/pluto>
13 - Thomas Reuben's     Bitlib    <http://luaforge.net/projects/bitlib>
15 MIT License
16 ===========
18 Permission is hereby granted, free of charge, to any person obtaining
19 a copy of this software and associated documentation files (the
20 "Software"), to deal in the Software without restriction, including
21 without limitation the rights to use, copy, modify, merge, publish,
22 distribute, sublicense, and/or sell copies of the Software, and to
23 permit persons to whom the Software is furnished to do so, subject to
24 the following conditions:
26 The above copyright notice and this permission notice shall be
27 included in all copies or substantial portions of the Software.
29 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
30 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
31 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
32 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
33 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
34 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
35 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.