Imported from ../lua-4.0.tar.gz.
[lua.git] / COPYRIGHT
blobeef88b050c1629a65c509ad3198b519aa5b6bca6
1 Lua Copyright Notice
2 --------------------
4 Lua is free and non-proprietary.
5 It can be used for both academic and commercial purposes at absolutely no cost.
6 There are no royalties or GNU-like "copyleft" restrictions.
7 Lua (probably) qualifies as Open Source software.
8 Nevertheless, Lua is not in the public domain and TeCGraf keeps its copyright. 
10 If you use Lua, please give us credit (a nice way to do this is to include a
11 Lua logo in a web page for your product), but we would appreciate *not*
12 receiving lengthy legal documents to sign.
14 The legal details are below. 
16 ===============================================================================
18 Copyright (C) 1994-2000 TeCGraf, PUC-Rio.  All rights reserved.
20 Permission is hereby granted, without written agreement and without license
21 or royalty fees, to use, copy, modify, translate, and distribute
22 this software and its documentation (hereby called the "package")
23 for any purpose, including commercial applications, subject to
24 the following conditions:
26  * The above copyright notice and this permission notice shall appear in all
27    copies or substantial portions of this package.
29  * The origin of this package must not be misrepresented; you must not
30    claim that you wrote the original package. If you use this package in a
31    product, an acknowledgment in the product documentation would be greatly
32    appreciated (but it is not required).
34  * Altered source versions must be plainly marked as such, and must not be
35    misrepresented as being the original package.
36    
37 The authors specifically disclaim any warranties, including, but not limited
38 to, the implied warranties of merchantability and fitness for a particular
39 purpose.  The package provided hereunder is on an "as is" basis, and the
40 authors have no obligation to provide maintenance, support, updates,
41 enhancements, or modifications.  In no event shall TeCGraf, PUC-Rio, or the
42 authors be held liable to any party for direct, indirect, special,
43 incidental, or consequential damages arising out of the use of this package
44 and its documentation.
46 The Lua language and this implementation have been entirely designed and written
47 by Waldemar Celes, Roberto Ierusalimschy, and Luiz Henrique de Figueiredo
48 at TeCGraf, PUC-Rio in Brazil.
50 This implementation contains no third-party code.
52 ===============================================================================
54 (end of COPYRIGHT)