mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
249 lines
9.8 KiB
Markdown
249 lines
9.8 KiB
Markdown
ALL LICENSES
|
||
=====
|
||
|
||
This document includes several copyright licenses for different
|
||
aspects of the software. Not all licenses may apply depending
|
||
on the features chosen.
|
||
|
||
|
||
Civetweb License
|
||
-----
|
||
|
||
### Included with all features.
|
||
|
||
> Copyright (c) 2013-2021 The CivetWeb developers ([CREDITS.md](https://github.com/civetweb/civetweb/blob/master/CREDITS.md))
|
||
>
|
||
> Copyright (c) 2004-2013 Sergey Lyubka
|
||
>
|
||
> Copyright (c) 2013 No Face Press, LLC (Thomas Davis)
|
||
>
|
||
> Copyright (c) 2013 F-Secure Corporation
|
||
>
|
||
> 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.
|
||
|
||
|
||
Lua License
|
||
------
|
||
|
||
### Included only if built with Lua support.
|
||
|
||
http://www.lua.org/license.html
|
||
|
||
> Copyright (C) 1994-2020 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.
|
||
|
||
|
||
SQLite3 License
|
||
------
|
||
|
||
### Included only if built with Lua and SQLite support.
|
||
|
||
http://www.sqlite.org/copyright.html
|
||
|
||
> 2001-09-15
|
||
>
|
||
> The author disclaims copyright to this source code. In place of
|
||
> a legal notice, here is a blessing:
|
||
>
|
||
> May you do good and not evil.
|
||
> May you find forgiveness for yourself and forgive others.
|
||
> May you share freely, never taking more than you give.
|
||
|
||
|
||
lsqlite3 License
|
||
------
|
||
|
||
### Included only if built with Lua and SQLite support.
|
||
|
||
> Copyright (C) 2002-2016 Tiago Dionizio, Doug Currie
|
||
> All rights reserved.
|
||
> Author : Tiago Dionizio <tiago.dionizio@ist.utl.pt>
|
||
> Author : Doug Currie <doug.currie@alum.mit.edu>
|
||
> Library : lsqlite3 - an SQLite 3 database binding for Lua 5
|
||
>
|
||
> 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.
|
||
|
||
|
||
Lua File System License
|
||
------
|
||
|
||
### Included only if built with Lua support.
|
||
|
||
https://github.com/keplerproject/luafilesystem/blob/master/LICENSE
|
||
|
||
> Copyright © 2003-2020 Kepler Project.
|
||
>
|
||
> 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.
|
||
|
||
|
||
LuaXML License
|
||
------
|
||
|
||
### Included only if built with Lua and LuaXML support.
|
||
|
||
Version 1.8.0 (Lua 5.2), 2013-06-10 by Gerald Franz, eludi.net
|
||
|
||
Modified and extended 2015 by Bernhard Nortmann, https://github.com/n1tehawk/LuaXML – version 2.0.x, compatible with Lua 5.1 to 5.3 and LuaJIT.
|
||
|
||
|
||
> LuaXML License
|
||
>
|
||
> LuaXml is licensed under the terms of the MIT license reproduced below,
|
||
> the same as Lua itself. This means that LuaXml is free software and can be
|
||
> used for both academic and commercial purposes at absolutely no cost.
|
||
>
|
||
> Copyright (C) 2007-2013 Gerald Franz, eludi.net
|
||
>
|
||
> 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.
|
||
|
||
|
||
Duktape License
|
||
------
|
||
|
||
### Included only if built with Duktape support.
|
||
|
||
https://github.com/svaarala/duktape/blob/master/LICENSE.txt
|
||
|
||
> ===============
|
||
> Duktape license
|
||
> ===============
|
||
>
|
||
> (http://opensource.org/licenses/MIT)
|
||
>
|
||
> Copyright (c) 2013-2017 by Duktape authors (see AUTHORS.rst)
|
||
>
|
||
> 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.
|
||
|
||
|
||
|
||
zlib License
|
||
------
|
||
|
||
### Included only if built with zlib support.
|
||
|
||
https://www.zlib.net/zlib_license.html
|
||
|
||
> zlib.h -- interface of the 'zlib' general purpose compression library
|
||
> version 1.2.11, January 15th, 2017
|
||
>
|
||
> Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
|
||
>
|
||
> This software is provided 'as-is', without any express or implied
|
||
> warranty. In no event will the authors be held liable for any damages
|
||
> arising from the use of this software.
|
||
>
|
||
> Permission is granted to anyone to use this software for any purpose,
|
||
> including commercial applications, and to alter it and redistribute it
|
||
> freely, subject to the following restrictions:
|
||
>
|
||
> 1. The origin of this software must not be misrepresented; you must not
|
||
> claim that you wrote the original software. If you use this software
|
||
> in a product, an acknowledgment in the product documentation would be
|
||
> appreciated but is not required.
|
||
> 2. Altered source versions must be plainly marked as such, and must not be
|
||
> misrepresented as being the original software.
|
||
> 3. This notice may not be removed or altered from any source distribution.
|
||
>
|
||
> Jean-loup Gailly Mark Adler
|
||
> jloup@gzip.org madler@alumni.caltech.edu
|
||
|