Skip to content

elua/lm3s_games

Repository files navigation

Copyright (c) 2007, 2008, 2009, 2010, 2011 Dado Sutter and Bogdan Marinescu

eLua is Open Source and is freely distributed under the MIT licence.

The Lua part of eLua is licensed under the Lua licensing terms, which you
can find at http://www.lua.org/license.html.

The XMODEM code is adapted from the FreeBSD at91 library, which was written
by M. Warner Losh and is released under the BSD license.

The "pack" module is adapted from the "lpack" module by Luiz Henrique de
Figueiredo and it's placed in the public domain.

The "bit" module is adapted from the "bitlib" library by Reuben Thomas,
distributed under a MIT license.

The "integer only lua" is based on the "Go Long Lua!" patch by John D.
Ramsdell (from the Lua Power Patches page) and is placed in the public
domain.

The multiple memory allocator (dlmalloc) is written by Doug Lea and is
placed on the public domain.

The TCP/IP stack is adapted from uIP, written by Adam Dunkels and released
under a BSD license.

The FAT file sistem is based on FatFs, written by Elm Chan (http://elm-chan.org). 
A copy of the FatFs license can be found in the LICENSE.fatfs file.

The RPC implementation is based on Russell Smith's Lua-RPC (http://q12.org/lua/index.html). 
A copy of the Lua-RPC license can be found in the LICENSE.luarpc file.

Manufacturer provided CPU support libraries are licensed under their own
terms, check src/platform/*platform-name* for details.

The rest of the eLua code is licensed under MIT, listed below:

The MIT License

Copyright (c) 2007, 2008, 2009, 2010 Dado Sutter and Bogdan Marinescu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

About

eLua bundled with games for EK-LM3Sxxxx platforms with the onboard OLED display

License

Unknown and 2 other licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.fatfs
Unknown
LICENSE.luarpc

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages