• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Lua is designed, implemented, and maintained by a team at PUC-Rio, the
2Pontifical Catholic University of Rio de Janeiro in Brazil. Lua was born and
3raised in Tecgraf, formerly the Computer Graphics Technology Group of PUC-Rio.
4Lua is now housed at LabLua, a laboratory of the Department of Computer Science
5of PUC-Rio.
6
7The initial work to provide the UEFI implementation of Lua was done at
8Emulex Corporation.
9
10Some final packaging and build file "beautification" was done at
11Intel Corporation.
12
13Copyright notices, applying to this package and its contents, follow below.
14These notices will be updated as necessitated by ongoing maintenance and
15enhancement.
16
17--------
18Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
19This program and the accompanying materials are licensed and made available under
20the terms and conditions of the BSD License that accompanies this distribution.
21The full text of the license may be found at
22http://opensource.org/licenses/bsd-license.
23
24THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
25WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
26
27--------
28Copyright (c) 2014, Emulex Corporation  3333 Susan Street, Costa Mesa, CA 92626
29Permission is hereby granted, free of charge, to any person obtaining a copy
30of this software and associated documentation files (the "Software"), to deal
31in the Software without restriction, including without limitation the rights
32to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
33copies of the Software, and to permit persons to whom the Software is
34furnished to do so, subject to the following conditions:
35
36The above copyright notice and this permission notice shall be included in
37all copies or substantial portions of the Software.
38
39THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
40IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
41FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
42AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
43LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
44OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
45THE SOFTWARE.
46
47--------
48Copyright (C) 1994-2013 Lua.org, PUC-Rio.
49
50Permission is hereby granted, free of charge, to any person obtaining
51a copy of this software and associated documentation files (the
52"Software"), to deal in the Software without restriction, including
53without limitation the rights to use, copy, modify, merge, publish,
54distribute, sublicense, and/or sell copies of the Software, and to
55permit persons to whom the Software is furnished to do so, subject to
56the following conditions:
57
58The above copyright notice and this permission notice shall be
59included in all copies or substantial portions of the Software.
60
61THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
62EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
63MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
64IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
65CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
66TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
67SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
68
69------------------------------------------------------------------------------
70