4 This document includes several copyright licenses for different
5 aspects of the software. Not all licenses may apply depending
6 on the features chosen.
11 ### Included with all features.
13 > Copyright (c) 2004-2013 Sergey Lyubka
15 > Copyright (c) 2013 No Face Press, LLC (Thomas Davis)
17 > Copyright (c) 2013 F-Secure Corporation
19 > Permission is hereby granted, free of charge, to any person obtaining a copy
20 > of this software and associated documentation files (the "Software"), to deal
21 > in the Software without restriction, including without limitation the rights
22 > to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
23 > copies of the Software, and to permit persons to whom the Software is
24 > furnished to do so, subject to the following conditions:
26 > The above copyright notice and this permission notice shall be included in
27 > all copies or substantial portions of the Software.
29 > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
30 > IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
31 > FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
32 > AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
33 > LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
34 > OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
40 ### Included only if built with Lua support.
42 http://www.lua.org/license.html
44 > Copyright � 1994-2013 Lua.org, PUC-Rio.
45 > 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:
47 > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
49 > 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.
55 ### Included only if built with Lua support.
57 http://www.sqlite.org/copyright.html
61 > The author disclaims copyright to this source code. In place of
62 > a legal notice, here is a blessing:
64 > May you do good and not evil.
65 > May you find forgiveness for yourself and forgive others.
66 > May you share freely, never taking more than you give.
71 ### Included only if built with Lua support.
74 > Copyright (C) 2002-2007 Tiago Dionizio, Doug Currie
75 > All rights reserved.
76 > Author : Tiago Dionizio <tiago.dionizio@ist.utl.pt>
77 > Author : Doug Currie <doug.currie@alum.mit.edu>
78 > Library : lsqlite3 - a SQLite 3 database binding for Lua 5
80 > Permission is hereby granted, free of charge, to any person obtaining
81 > a copy of this software and associated documentation files (the
82 > "Software"), to deal in the Software without restriction, including
83 > without limitation the rights to use, copy, modify, merge, publish,
84 > distribute, sublicense, and/or sell copies of the Software, and to
85 > permit persons to whom the Software is furnished to do so, subject to
86 > the following conditions:
88 > The above copyright notice and this permission notice shall be
89 > included in all copies or substantial portions of the Software.
91 > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
92 > EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
93 > MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
94 > IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
95 > CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
96 > TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
97 > SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
99 Lua File System License
102 ### Included only if built with Lua support.
104 http://keplerproject.github.io/luafilesystem/license.html
106 > Copyright © 2003 Kepler Project.
108 > 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:
110 > The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
112 > 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.