|
| 1 | +SimpleGraphic: |
| 2 | + |
| 3 | +******************************************************************************* |
| 4 | + |
| 5 | +Copyright (c) 2016 David Gowor |
| 6 | + |
| 7 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 8 | +of this software and associated documentation files (the "Software"), to deal |
| 9 | +in the Software without restriction, including without limitation the rights |
| 10 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 11 | +copies of the Software, and to permit persons to whom the Software is |
| 12 | +furnished to do so, subject to the following conditions: |
| 13 | + |
| 14 | +The above copyright notice and this permission notice shall be included in all |
| 15 | +copies or substantial portions of the Software. |
| 16 | + |
| 17 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 18 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 19 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 20 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 21 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 22 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 23 | +SOFTWARE. |
| 24 | + |
| 25 | +******************************************************************************* |
| 26 | + |
| 27 | +Khronos Cross-Platform Standards: |
| 28 | + |
| 29 | +******************************************************************************* |
| 30 | + |
| 31 | +Copyright (c) 2008-2018 The Khronos Group Inc. |
| 32 | + |
| 33 | +Permission is hereby granted, free of charge, to any person obtaining a |
| 34 | +copy of this software and/or associated documentation files (the |
| 35 | +"Materials"), to deal in the Materials without restriction, including |
| 36 | +without limitation the rights to use, copy, modify, merge, publish, |
| 37 | +distribute, sublicense, and/or sell copies of the Materials, and to |
| 38 | +permit persons to whom the Materials are furnished to do so, subject to |
| 39 | +the following conditions: |
| 40 | + |
| 41 | +The above copyright notice and this permission notice shall be included |
| 42 | +in all copies or substantial portions of the Materials. |
| 43 | + |
| 44 | +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 45 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 46 | +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 47 | +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
| 48 | +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
| 49 | +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
| 50 | +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. |
| 51 | + |
| 52 | +******************************************************************************* |
| 53 | + |
| 54 | +GLEXT: |
| 55 | + |
| 56 | +******************************************************************************* |
| 57 | + |
| 58 | +Copyright (c) 2013-2018 The Khronos Group Inc. |
| 59 | + |
| 60 | +Permission is hereby granted, free of charge, to any person obtaining a |
| 61 | +copy of this software and/or associated documentation files (the |
| 62 | +"Materials"), to deal in the Materials without restriction, including |
| 63 | +without limitation the rights to use, copy, modify, merge, publish, |
| 64 | +distribute, sublicense, and/or sell copies of the Materials, and to |
| 65 | +permit persons to whom the Materials are furnished to do so, subject to |
| 66 | +the following conditions: |
| 67 | + |
| 68 | +The above copyright notice and this permission notice shall be included |
| 69 | +in all copies or substantial portions of the Materials. |
| 70 | + |
| 71 | +THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 72 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 73 | +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. |
| 74 | +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
| 75 | +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, |
| 76 | +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE |
| 77 | +MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS. |
| 78 | + |
| 79 | +******************************************************************************* |
| 80 | + |
| 81 | +LuaJIT: |
| 82 | + |
| 83 | +******************************************************************************* |
| 84 | + |
| 85 | +=============================================================================== |
| 86 | +LuaJIT -- a Just-In-Time Compiler for Lua. http://luajit.org/ |
| 87 | + |
| 88 | +Copyright (C) 2005-2015 Mike Pall. All rights reserved. |
| 89 | + |
| 90 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 91 | +of this software and associated documentation files (the "Software"), to deal |
| 92 | +in the Software without restriction, including without limitation the rights |
| 93 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 94 | +copies of the Software, and to permit persons to whom the Software is |
| 95 | +furnished to do so, subject to the following conditions: |
| 96 | + |
| 97 | +The above copyright notice and this permission notice shall be included in |
| 98 | +all copies or substantial portions of the Software. |
| 99 | + |
| 100 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 101 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 102 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 103 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 104 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 105 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 106 | +THE SOFTWARE. |
| 107 | + |
| 108 | +[ MIT license: http://www.opensource.org/licenses/mit-license.php ] |
| 109 | + |
| 110 | +=============================================================================== |
| 111 | +[ LuaJIT includes code from Lua 5.1/5.2, which has this license statement: ] |
| 112 | + |
| 113 | +Copyright (C) 1994-2012 Lua.org, PUC-Rio. |
| 114 | + |
| 115 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 116 | +of this software and associated documentation files (the "Software"), to deal |
| 117 | +in the Software without restriction, including without limitation the rights |
| 118 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 119 | +copies of the Software, and to permit persons to whom the Software is |
| 120 | +furnished to do so, subject to the following conditions: |
| 121 | + |
| 122 | +The above copyright notice and this permission notice shall be included in |
| 123 | +all copies or substantial portions of the Software. |
| 124 | + |
| 125 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 126 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 127 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 128 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 129 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 130 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 131 | +THE SOFTWARE. |
| 132 | + |
| 133 | +=============================================================================== |
| 134 | +[ LuaJIT includes code from dlmalloc, which has this license statement: ] |
| 135 | + |
| 136 | +This is a version (aka dlmalloc) of malloc/free/realloc written by |
| 137 | +Doug Lea and released to the public domain, as explained at |
| 138 | +http://creativecommons.org/licenses/publicdomain |
| 139 | + |
| 140 | +=============================================================================== |
| 141 | + |
| 142 | +******************************************************************************* |
| 143 | + |
| 144 | +libjpeg-turbo: |
| 145 | + |
| 146 | +******************************************************************************* |
| 147 | + |
| 148 | +Copyright (C)2009-2019 D. R. Commander. All Rights Reserved. |
| 149 | +Copyright (C)2015 Viktor Szathmáry. All Rights Reserved. |
| 150 | + |
| 151 | +Redistribution and use in source and binary forms, with or without |
| 152 | +modification, are permitted provided that the following conditions are met: |
| 153 | + |
| 154 | +- Redistributions of source code must retain the above copyright notice, |
| 155 | + this list of conditions and the following disclaimer. |
| 156 | +- Redistributions in binary form must reproduce the above copyright notice, |
| 157 | + this list of conditions and the following disclaimer in the documentation |
| 158 | + and/or other materials provided with the distribution. |
| 159 | +- Neither the name of the libjpeg-turbo Project nor the names of its |
| 160 | + contributors may be used to endorse or promote products derived from this |
| 161 | + software without specific prior written permission. |
| 162 | + |
| 163 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS", |
| 164 | +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 165 | +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 166 | +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE |
| 167 | +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
| 168 | +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
| 169 | +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
| 170 | +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
| 171 | +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 172 | +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 173 | +POSSIBILITY OF SUCH DAMAGE. |
| 174 | + |
| 175 | +******************************************************************************* |
| 176 | + |
| 177 | +GIFLIB: |
| 178 | + |
| 179 | +******************************************************************************* |
| 180 | + |
| 181 | +The GIFLIB distribution is Copyright (c) 1997 Eric S. Raymond |
| 182 | + |
| 183 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 184 | +of this software and associated documentation files (the "Software"), to deal |
| 185 | +in the Software without restriction, including without limitation the rights |
| 186 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 187 | +copies of the Software, and to permit persons to whom the Software is |
| 188 | +furnished to do so, subject to the following conditions: |
| 189 | + |
| 190 | +The above copyright notice and this permission notice shall be included in |
| 191 | +all copies or substantial portions of the Software. |
| 192 | + |
| 193 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 194 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 195 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 196 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 197 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 198 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 199 | +THE SOFTWARE. |
| 200 | + |
| 201 | +******************************************************************************* |
0 commit comments