|
| 1 | +# Third Party licenses |
| 2 | + |
| 3 | +RED4ext makes use of serval libraries in order to compile and run. The libraries used and their respective licenses can be found below. |
| 4 | + |
| 5 | +## RED4ext.SDK |
| 6 | + |
| 7 | +MIT License |
| 8 | + |
| 9 | +Copyright (c) 2020 - present Octavian Dima |
| 10 | + |
| 11 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 12 | +of this software and associated documentation files (the "Software"), to deal |
| 13 | +in the Software without restriction, including without limitation the rights |
| 14 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 15 | +copies of the Software, and to permit persons to whom the Software is |
| 16 | +furnished to do so, subject to the following conditions: |
| 17 | + |
| 18 | +The above copyright notice and this permission notice shall be included in all |
| 19 | +copies or substantial portions of the Software. |
| 20 | + |
| 21 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 22 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 23 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 24 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 25 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 26 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 27 | +SOFTWARE. |
| 28 | + |
| 29 | +## Premake |
| 30 | + |
| 31 | +Copyright (c) 2003-2019 Jason Perkins and individual contributors. |
| 32 | +All rights reserved. |
| 33 | + |
| 34 | +Redistribution and use in source and binary forms, with or without modification, |
| 35 | +are permitted provided that the following conditions are met: |
| 36 | + |
| 37 | + 1. Redistributions of source code must retain the above copyright notice, |
| 38 | + this list of conditions and the following disclaimer. |
| 39 | + |
| 40 | + 2. Redistributions in binary form must reproduce the above copyright notice, |
| 41 | + this list of conditions and the following disclaimer in the documentation |
| 42 | + and/or other materials provided with the distribution. |
| 43 | + |
| 44 | + 3. Neither the name of Premake nor the names of its contributors may be |
| 45 | + used to endorse or promote products derived from this software without |
| 46 | + specific prior written permission. |
| 47 | + |
| 48 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 49 | +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 50 | +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 51 | +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
| 52 | +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 53 | +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
| 54 | +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
| 55 | +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
| 56 | +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 57 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 58 | + |
| 59 | +## spdlog |
| 60 | + |
| 61 | +The MIT License (MIT) |
| 62 | + |
| 63 | +Copyright (c) 2016 Gabi Melman. |
| 64 | + |
| 65 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 66 | +of this software and associated documentation files (the "Software"), to deal |
| 67 | +in the Software without restriction, including without limitation the rights |
| 68 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 69 | +copies of the Software, and to permit persons to whom the Software is |
| 70 | +furnished to do so, subject to the following conditions: |
| 71 | + |
| 72 | +The above copyright notice and this permission notice shall be included in |
| 73 | +all copies or substantial portions of the Software. |
| 74 | + |
| 75 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 76 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 77 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 78 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 79 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 80 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 81 | +THE SOFTWARE. |
| 82 | + |
| 83 | +-- NOTE: Third party dependency used by this software -- |
| 84 | +This software depends on the fmt lib (MIT License), |
| 85 | +and users must comply to its license: https://github.com/fmtlib/fmt/blob/master/LICENSE.rst |
| 86 | + |
| 87 | +## {fmt} |
| 88 | + |
| 89 | +Copyright (c) 2012 - present, Victor Zverovich |
| 90 | + |
| 91 | +Permission is hereby granted, free of charge, to any person obtaining |
| 92 | +a copy of this software and associated documentation files (the |
| 93 | +"Software"), to deal in the Software without restriction, including |
| 94 | +without limitation the rights to use, copy, modify, merge, publish, |
| 95 | +distribute, sublicense, and/or sell copies of the Software, and to |
| 96 | +permit persons to whom the Software is furnished to do so, subject to |
| 97 | +the following conditions: |
| 98 | + |
| 99 | +The above copyright notice and this permission notice shall be |
| 100 | +included in all copies or substantial portions of the Software. |
| 101 | + |
| 102 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 103 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 104 | +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 105 | +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
| 106 | +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
| 107 | +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
| 108 | +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 109 | + |
| 110 | +--- Optional exception to the license --- |
| 111 | + |
| 112 | +As an exception, if, as a result of your compiling your source code, portions |
| 113 | +of this Software are embedded into a machine-executable object form of such |
| 114 | +source code, you may redistribute such embedded portions in such object form |
| 115 | +without including the above copyright and permission notices. |
| 116 | + |
| 117 | +## Microsoft Detours |
| 118 | + |
| 119 | +### Copyright (c) Microsoft Corporation |
| 120 | + |
| 121 | +All rights reserved. |
| 122 | + |
| 123 | +### MIT License |
| 124 | + |
| 125 | +Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 126 | +this software and associated documentation files (the "Software"), to deal in |
| 127 | +the Software without restriction, including without limitation the rights to |
| 128 | +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies |
| 129 | +of the Software, and to permit persons to whom the Software is furnished to do |
| 130 | +so, subject to the following conditions: |
| 131 | + |
| 132 | +The above copyright notice and this permission notice shall be included in all |
| 133 | +copies or substantial portions of the Software. |
| 134 | + |
| 135 | +THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 136 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 137 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 138 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 139 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 140 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 141 | +SOFTWARE. |
| 142 | + |
| 143 | +## Ordered Map |
| 144 | + |
| 145 | +MIT License |
| 146 | + |
| 147 | +Copyright (c) 2017 Thibaut Goetghebuer-Planchon <tessil@gmx.com> |
| 148 | + |
| 149 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 150 | +of this software and associated documentation files (the "Software"), to deal |
| 151 | +in the Software without restriction, including without limitation the rights |
| 152 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 153 | +copies of the Software, and to permit persons to whom the Software is |
| 154 | +furnished to do so, subject to the following conditions: |
| 155 | + |
| 156 | +The above copyright notice and this permission notice shall be included in all |
| 157 | +copies or substantial portions of the Software. |
| 158 | + |
| 159 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 160 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 161 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 162 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 163 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 164 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 165 | +SOFTWARE. |
| 166 | + |
| 167 | +## toml11 |
| 168 | + |
| 169 | +The MIT License (MIT) |
| 170 | + |
| 171 | +Copyright (c) 2017 Toru Niina |
| 172 | + |
| 173 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 174 | +of this software and associated documentation files (the "Software"), to deal |
| 175 | +in the Software without restriction, including without limitation the rights |
| 176 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 177 | +copies of the Software, and to permit persons to whom the Software is |
| 178 | +furnished to do so, subject to the following conditions: |
| 179 | + |
| 180 | +The above copyright notice and this permission notice shall be included in |
| 181 | +all copies or substantial portions of the Software. |
| 182 | + |
| 183 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 184 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 185 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 186 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 187 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 188 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 189 | +THE SOFTWARE. |
| 190 | + |
| 191 | +## Windows Implementation Libraries (WIL) |
| 192 | + |
| 193 | +MIT License |
| 194 | + |
| 195 | +Copyright (c) Microsoft Corporation. All rights reserved. |
| 196 | + |
| 197 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 198 | +of this software and associated documentation files (the "Software"), to deal |
| 199 | +in the Software without restriction, including without limitation the rights |
| 200 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 201 | +copies of the Software, and to permit persons to whom the Software is |
| 202 | +furnished to do so, subject to the following conditions: |
| 203 | + |
| 204 | +The above copyright notice and this permission notice shall be included in all |
| 205 | +copies or substantial portions of the Software. |
| 206 | + |
| 207 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 208 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 209 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 210 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 211 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 212 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 213 | +SOFTWARE |
0 commit comments