1NOTE: ScummVM uses code from Lua, which is covered by the following license. 2This implementation of Lua contains additional code and modifications added 3only for ScummVM project. 4Look into the source code file "engines/grim/lua/Changelog" for more info. 5 6/****************************************************************************** 7* Copyright (c) 1994-1998 TeCGraf, PUC-Rio. All rights reserved. 8* 9* Permission is hereby granted, without written agreement and without license 10* or royalty fees, to use, copy, modify, and distribute this software and its 11* documentation for any purpose, including commercial applications, subject to 12* the following conditions: 13* 14* - The above copyright notice and this permission notice shall appear in all 15* copies or substantial portions of this software. 16* 17* - The origin of this software must not be misrepresented; you must not 18* claim that you wrote the original software. If you use this software in a 19* product, an acknowledgment in the product documentation would be greatly 20* appreciated (but it is not required). 21* 22* - Altered source versions must be plainly marked as such, and must not be 23* misrepresented as being the original software. 24* 25* The authors specifically disclaim any warranties, including, but not limited 26* to, the implied warranties of merchantability and fitness for a particular 27* purpose. The software provided hereunder is on an "as is" basis, and the 28* authors have no obligation to provide maintenance, support, updates, 29* enhancements, or modifications. In no event shall TeCGraf, PUC-Rio, or the 30* authors be held liable to any party for direct, indirect, special, 31* incidental, or consequential damages arising out of the use of this software 32* and its documentation. 33* 34* The Lua language and this implementation have been entirely designed and 35* written by Waldemar Celes Filho, Roberto Ierusalimschy and 36* Luiz Henrique de Figueiredo at TeCGraf, PUC-Rio. 37* 38******************************************************************************/ 39