FEMM incorporates the Lua scripting language into the source and executable distributions.  The Lua code included in the source distribution is not the complete source distribution of Lua, but instead, a subset of the source distribution arranged into a single Microsoft Visual C++ project so that it can be compiled as a libary suitable for static linking.  For the entire source distribution of Lua, please refer to http://www.lua.org/download.html.  The Lua licensing terms are included below.


Lua Copyright Notice


Copyright © 1994-2000 TeCGraf, PUC-Rio. All rights reserved.

Permission is hereby granted, without written agreement and without license or royalty fees, to use, copy, modify, translate, and distribute this software and its documentation (hereby called the "package") for any purpose, including commercial applications, subject to the following conditions:

The authors specifically disclaim any warranties, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The package provided hereunder is on an "as is" basis, and the authors have no obligation to provide maintenance, support, updates, enhancements, or modifications. In no event shall TeCGraf, PUC-Rio, or the authors be held liable to any party for direct, indirect, special, incidental, or consequential damages arising out of the use of this package and its documentation.

The Lua language and this implementation have been entirely designed and written by Waldemar Celes, Roberto Ierusalimschy and Luiz Henrique de Figueiredo at TeCGraf, PUC-Rio in Brazil.

This implementation contains no third-party code.