@@ -82,6 +82,31 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
8282SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8383
8484
85+ --------------- dxvk-remix ---------------
86+
87+ MIT License
88+
89+ Copyright (c) 2021-2023, NVIDIA CORPORATION. All rights reserved.
90+
91+ Permission is hereby granted, free of charge, to any person obtaining a copy
92+ of this software and associated documentation files (the "Software"), to deal
93+ in the Software without restriction, including without limitation the rights
94+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
95+ copies of the Software, and to permit persons to whom the Software is
96+ furnished to do so, subject to the following conditions:
97+
98+ The above copyright notice and this permission notice shall be included in all
99+ copies or substantial portions of the Software.
100+
101+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
102+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
103+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
104+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
105+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
106+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
107+ SOFTWARE.
108+
109+
85110--------------- emscripten ---------------
86111
87112MIT License
@@ -107,6 +132,26 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
107132SOFTWARE.
108133
109134
135+ --------------- GDeflate ---------------
136+
137+ Apache License, Version 2.0
138+
139+ Copyright (c) 2020, 2021, 2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
140+ Copyright (c) Microsoft Corporation. All rights reserved.
141+
142+ Licensed under the Apache License, Version 2.0 (the "License");
143+ you may not use this file except in compliance with the License.
144+ You may obtain a copy of the License at
145+
146+ http://www.apache.org/licenses/LICENSE-2.0
147+
148+ Unless required by applicable law or agreed to in writing, software
149+ distributed under the License is distributed on an "AS IS" BASIS,
150+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
151+ See the License for the specific language governing permissions and
152+ limitations under the License.
153+
154+
110155--------------- half ---------------
111156
112157MIT License
@@ -225,6 +270,33 @@ Julian Seward, jseward@acm.org
225270bzip2/libbzip2 version 1.1.0 of 6 September 2010
226271
227272
273+ --------------- libdeflate ---------------
274+
275+ MIT License
276+
277+ Copyright 2016 Eric Biggers
278+ Copyright 2018 Eric Biggers
279+ Copyright 2017 Jun He <jun.he@linaro.org>
280+
281+ Permission is hereby granted, free of charge, to any person obtaining a copy
282+ of this software and associated documentation files (the "Software"), to deal
283+ in the Software without restriction, including without limitation the rights
284+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
285+ copies of the Software, and to permit persons to whom the Software is
286+ furnished to do so, subject to the following conditions:
287+
288+ The above copyright notice and this permission notice shall be included in all
289+ copies or substantial portions of the Software.
290+
291+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
292+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
293+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
294+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
295+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
296+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
297+ SOFTWARE.
298+
299+
228300--------------- liblzma ---------------
229301
230302BSD Zero Clause License
0 commit comments