aardio 开源代码许可证 --------------------------------------------------------- 此开源代码许可证适用于声明使用此许可证的 aardio 开源代码(以下内容中的“软件”、“开源代码”指该开源代码) 使用、复制或分发此开源代码的任何部分,即视为接受此许可证中规定的所有条款和条件,如不同意,请不要使用此开源代码。 1. 开源代码和其它信息按“原样”提供,并且不保证没有错误。作者不作任何明确或隐含的保证,不会对使用该代码所引起的损害承担任何责任。 2. 您可以基于任何目的(包括商用、修改及重分发)免费使用本软件开源代码。您不可以篡改这些开源代码的原始信息,不可以声明您编写最初的版本(包含明示或暗示的导致混淆原始作者的侵权行为)。 3. 用户必须遵守此开源代码内声明的、或附带的用户协议文件中声明的其他用户使用条款。 aardio 开发环境提供的开源代码使用条款 --------------------------------------------------------- 在 aardio 开发环境中,标准库、范例代码、文档中的范例源代码、工具目录下提供的 aardio 源代码都属于开源代码,可遵守上面的《 aardio 开源代码许可证》使用,不再在每一个 aardio代码文件中加上许可声明。aardio 标准库中不会出现与《 aardio 开源代码许可证 》冲突的任何组件,第三方贡献到标准库中的代码一律必须遵守《 aardio 开源代码许可证》。 aardio 扩展库如无特别说明则默认适用《 aardio 开源代码许可证》,不再在每一个扩展库中加入许可声明,如果某个扩展库声明使用了其他许可协议则以该许可协议为准,如果某个扩展库包含了与 aardio 开源代码许可证冲突的组件则自动适用合适的开源许可证(例如包含了 GPL 组件则该扩展库自动适用 GPL 许可证)。 如果某个扩展库是非 aardio 官方提供的则以该扩展库作者提供的许可协议为准(如果该扩展库没有明确声明的许可协议,则表示作者同意该扩展库使用 aardio 开源代码许可证),aardio 官方不负责对第三方提供的扩展库进行维护升级或提供技术支持。 其他 aardio 开发环境中的除标准库、范例、文档包含的源码、扩展库以外的 aardio 源码,例如 "/extensions" 目录下的文件(包含开始页)不属于开源代码(虽然您可以看到源码)。如果您修改 "/extensions" 目录下的文件(包含开始页)的 aardio 源码是可以的,但不可以传播或发布修改后的文件。 aardio 官方公开发布文章包含的原创开源代码段使用条款 --------------------------------------------------------- aardio 官方公开发布的文章包含的开源代码段( 例如教程包含的源码 ) —— 如无特别说明则默认适用《 aardio 开源代码许可证 》,如果该源代码指定了其他许可协议(或者该源代码明示了出自指定了其他许可协议的项目)则以该许可协议为准。 --------------------------------------------------------- 对于上述所有内容,本软件作者保留最终解释权。 --------------------------------------------------------- Lua --------------------------------------------------------- Lua is free software distributed under the terms of the MIT license reproduced here. Lua may be used for any purpose, including commercial purposes, at absolutely no cost. No paperwork, no royalties, no GNU-like "copyleft" restrictions, either. Just download it and use it. Lua is certified Open Source software. Its license is simple and liberal and is compatible with GPL. Lua is not in the public domain and PUC-Rio keeps its copyright. The spirit of the Lua license is that you are free to use Lua for any purpose at no cost without having to ask us. The only requirement is that if you do use Lua, then you should give us credit by including the copyright notice somewhere in your product or its documentation. A nice, but optional, way to give us further credit is to include a Lua logo and a link to our site in a web page for your product. The Lua language is entirely designed, implemented, and maintained by a team at PUC-Rio in Brazil. The implementation is not derived from licensed software. Copyright (C) 1994–2012 Lua.org, PUC-Rio. 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. LuaCOM --------------------------------------------------------- LuaCOM is available under the same terms and conditions as the Lua language. Copyright (C) 1998-2005 Tecgraf, PUC-Rio Authors: V. Almendra, R. Cerqueira, F. Mascarenhas, and others. 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.