/metalualib/LICENSE
License | 35 lines | 28 code | 7 blank | 0 comment | 0 complexity | cd1317c6111b23ac471adf05d330f83f MD5 | raw file
Possible License(s): ISC
1Metalua 2 3Copyright (c) 2006-2997 Fabien Fleutot <metalua@gmail.com> 4 5Metalua is available under the MIT licence. 6 7Significant parts of the compiler borrow code from other projects, 8all 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> 14 15MIT License 16=========== 17 18Permission is hereby granted, free of charge, to any person obtaining 19a copy of this software and associated documentation files (the 20"Software"), to deal in the Software without restriction, including 21without limitation the rights to use, copy, modify, merge, publish, 22distribute, sublicense, and/or sell copies of the Software, and to 23permit persons to whom the Software is furnished to do so, subject to 24the following conditions: 25 26The above copyright notice and this permission notice shall be 27included in all copies or substantial portions of the Software. 28 29THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 30EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 31MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 32NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 33LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 34OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 35WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.