@@ -141,6 +141,344 @@ http://creativecommons.org/licenses/publicdomain
141
141
142
142
*******************************************************************************
143
143
144
+ fmtlib:
145
+
146
+ *******************************************************************************
147
+
148
+ Copyright (c) 2012 - present, Victor Zverovich and {fmt} contributors
149
+
150
+ Permission is hereby granted, free of charge, to any person obtaining
151
+ a copy of this software and associated documentation files (the
152
+ "Software"), to deal in the Software without restriction, including
153
+ without limitation the rights to use, copy, modify, merge, publish,
154
+ distribute, sublicense, and/or sell copies of the Software, and to
155
+ permit persons to whom the Software is furnished to do so, subject to
156
+ the following conditions:
157
+
158
+ The above copyright notice and this permission notice shall be
159
+ included in all copies or substantial portions of the Software.
160
+
161
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
162
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
163
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
164
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
165
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
166
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
167
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
168
+
169
+ --- Optional exception to the license ---
170
+
171
+ As an exception, if, as a result of your compiling your source code, portions
172
+ of this Software are embedded into a machine-executable object form of such
173
+ source code, you may redistribute such embedded portions in such object form
174
+ without including the above copyright and permission notices.
175
+
176
+ *******************************************************************************
177
+
178
+ libsodium:
179
+
180
+ *******************************************************************************
181
+
182
+ ISC License
183
+
184
+ Copyright (c) 2013-2024
185
+ Frank Denis <j at pureftpd dot org>
186
+
187
+ Permission to use, copy, modify, and/or distribute this software for any
188
+ purpose with or without fee is hereby granted, provided that the above
189
+ copyright notice and this permission notice appear in all copies.
190
+
191
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
192
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
193
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
194
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
195
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
196
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
197
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
198
+
199
+ ******************************************+++++++++++++++++++++++**************
200
+
201
+ re2:
202
+
203
+ *******************************************************************************
204
+
205
+ Copyright (c) 2009 The RE2 Authors. All rights reserved.
206
+
207
+ Redistribution and use in source and binary forms, with or without
208
+ modification, are permitted provided that the following conditions are
209
+ met:
210
+
211
+ * Redistributions of source code must retain the above copyright
212
+ notice, this list of conditions and the following disclaimer.
213
+ * Redistributions in binary form must reproduce the above
214
+ copyright notice, this list of conditions and the following disclaimer
215
+ in the documentation and/or other materials provided with the
216
+ distribution.
217
+ * Neither the name of Google Inc. nor the names of its
218
+ contributors may be used to endorse or promote products derived from
219
+ this software without specific prior written permission.
220
+
221
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
222
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
223
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
224
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
225
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
226
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
227
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
228
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
229
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
230
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
231
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
232
+
233
+ *******************************************************************************
234
+
235
+ abseil:
236
+
237
+ *******************************************************************************
238
+
239
+
240
+ Apache License
241
+ Version 2.0, January 2004
242
+ https://www.apache.org/licenses/
243
+
244
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
245
+
246
+ 1. Definitions.
247
+
248
+ "License" shall mean the terms and conditions for use, reproduction,
249
+ and distribution as defined by Sections 1 through 9 of this document.
250
+
251
+ "Licensor" shall mean the copyright owner or entity authorized by
252
+ the copyright owner that is granting the License.
253
+
254
+ "Legal Entity" shall mean the union of the acting entity and all
255
+ other entities that control, are controlled by, or are under common
256
+ control with that entity. For the purposes of this definition,
257
+ "control" means (i) the power, direct or indirect, to cause the
258
+ direction or management of such entity, whether by contract or
259
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
260
+ outstanding shares, or (iii) beneficial ownership of such entity.
261
+
262
+ "You" (or "Your") shall mean an individual or Legal Entity
263
+ exercising permissions granted by this License.
264
+
265
+ "Source" form shall mean the preferred form for making modifications,
266
+ including but not limited to software source code, documentation
267
+ source, and configuration files.
268
+
269
+ "Object" form shall mean any form resulting from mechanical
270
+ transformation or translation of a Source form, including but
271
+ not limited to compiled object code, generated documentation,
272
+ and conversions to other media types.
273
+
274
+ "Work" shall mean the work of authorship, whether in Source or
275
+ Object form, made available under the License, as indicated by a
276
+ copyright notice that is included in or attached to the work
277
+ (an example is provided in the Appendix below).
278
+
279
+ "Derivative Works" shall mean any work, whether in Source or Object
280
+ form, that is based on (or derived from) the Work and for which the
281
+ editorial revisions, annotations, elaborations, or other modifications
282
+ represent, as a whole, an original work of authorship. For the purposes
283
+ of this License, Derivative Works shall not include works that remain
284
+ separable from, or merely link (or bind by name) to the interfaces of,
285
+ the Work and Derivative Works thereof.
286
+
287
+ "Contribution" shall mean any work of authorship, including
288
+ the original version of the Work and any modifications or additions
289
+ to that Work or Derivative Works thereof, that is intentionally
290
+ submitted to Licensor for inclusion in the Work by the copyright owner
291
+ or by an individual or Legal Entity authorized to submit on behalf of
292
+ the copyright owner. For the purposes of this definition, "submitted"
293
+ means any form of electronic, verbal, or written communication sent
294
+ to the Licensor or its representatives, including but not limited to
295
+ communication on electronic mailing lists, source code control systems,
296
+ and issue tracking systems that are managed by, or on behalf of, the
297
+ Licensor for the purpose of discussing and improving the Work, but
298
+ excluding communication that is conspicuously marked or otherwise
299
+ designated in writing by the copyright owner as "Not a Contribution."
300
+
301
+ "Contributor" shall mean Licensor and any individual or Legal Entity
302
+ on behalf of whom a Contribution has been received by Licensor and
303
+ subsequently incorporated within the Work.
304
+
305
+ 2. Grant of Copyright License. Subject to the terms and conditions of
306
+ this License, each Contributor hereby grants to You a perpetual,
307
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
308
+ copyright license to reproduce, prepare Derivative Works of,
309
+ publicly display, publicly perform, sublicense, and distribute the
310
+ Work and such Derivative Works in Source or Object form.
311
+
312
+ 3. Grant of Patent License. Subject to the terms and conditions of
313
+ this License, each Contributor hereby grants to You a perpetual,
314
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
315
+ (except as stated in this section) patent license to make, have made,
316
+ use, offer to sell, sell, import, and otherwise transfer the Work,
317
+ where such license applies only to those patent claims licensable
318
+ by such Contributor that are necessarily infringed by their
319
+ Contribution(s) alone or by combination of their Contribution(s)
320
+ with the Work to which such Contribution(s) was submitted. If You
321
+ institute patent litigation against any entity (including a
322
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
323
+ or a Contribution incorporated within the Work constitutes direct
324
+ or contributory patent infringement, then any patent licenses
325
+ granted to You under this License for that Work shall terminate
326
+ as of the date such litigation is filed.
327
+
328
+ 4. Redistribution. You may reproduce and distribute copies of the
329
+ Work or Derivative Works thereof in any medium, with or without
330
+ modifications, and in Source or Object form, provided that You
331
+ meet the following conditions:
332
+
333
+ (a) You must give any other recipients of the Work or
334
+ Derivative Works a copy of this License; and
335
+
336
+ (b) You must cause any modified files to carry prominent notices
337
+ stating that You changed the files; and
338
+
339
+ (c) You must retain, in the Source form of any Derivative Works
340
+ that You distribute, all copyright, patent, trademark, and
341
+ attribution notices from the Source form of the Work,
342
+ excluding those notices that do not pertain to any part of
343
+ the Derivative Works; and
344
+
345
+ (d) If the Work includes a "NOTICE" text file as part of its
346
+ distribution, then any Derivative Works that You distribute must
347
+ include a readable copy of the attribution notices contained
348
+ within such NOTICE file, excluding those notices that do not
349
+ pertain to any part of the Derivative Works, in at least one
350
+ of the following places: within a NOTICE text file distributed
351
+ as part of the Derivative Works; within the Source form or
352
+ documentation, if provided along with the Derivative Works; or,
353
+ within a display generated by the Derivative Works, if and
354
+ wherever such third-party notices normally appear. The contents
355
+ of the NOTICE file are for informational purposes only and
356
+ do not modify the License. You may add Your own attribution
357
+ notices within Derivative Works that You distribute, alongside
358
+ or as an addendum to the NOTICE text from the Work, provided
359
+ that such additional attribution notices cannot be construed
360
+ as modifying the License.
361
+
362
+ You may add Your own copyright statement to Your modifications and
363
+ may provide additional or different license terms and conditions
364
+ for use, reproduction, or distribution of Your modifications, or
365
+ for any such Derivative Works as a whole, provided Your use,
366
+ reproduction, and distribution of the Work otherwise complies with
367
+ the conditions stated in this License.
368
+
369
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
370
+ any Contribution intentionally submitted for inclusion in the Work
371
+ by You to the Licensor shall be under the terms and conditions of
372
+ this License, without any additional terms or conditions.
373
+ Notwithstanding the above, nothing herein shall supersede or modify
374
+ the terms of any separate license agreement you may have executed
375
+ with Licensor regarding such Contributions.
376
+
377
+ 6. Trademarks. This License does not grant permission to use the trade
378
+ names, trademarks, service marks, or product names of the Licensor,
379
+ except as required for reasonable and customary use in describing the
380
+ origin of the Work and reproducing the content of the NOTICE file.
381
+
382
+ 7. Disclaimer of Warranty. Unless required by applicable law or
383
+ agreed to in writing, Licensor provides the Work (and each
384
+ Contributor provides its Contributions) on an "AS IS" BASIS,
385
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
386
+ implied, including, without limitation, any warranties or conditions
387
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
388
+ PARTICULAR PURPOSE. You are solely responsible for determining the
389
+ appropriateness of using or redistributing the Work and assume any
390
+ risks associated with Your exercise of permissions under this License.
391
+
392
+ 8. Limitation of Liability. In no event and under no legal theory,
393
+ whether in tort (including negligence), contract, or otherwise,
394
+ unless required by applicable law (such as deliberate and grossly
395
+ negligent acts) or agreed to in writing, shall any Contributor be
396
+ liable to You for damages, including any direct, indirect, special,
397
+ incidental, or consequential damages of any character arising as a
398
+ result of this License or out of the use or inability to use the
399
+ Work (including but not limited to damages for loss of goodwill,
400
+ work stoppage, computer failure or malfunction, or any and all
401
+ other commercial damages or losses), even if such Contributor
402
+ has been advised of the possibility of such damages.
403
+
404
+ 9. Accepting Warranty or Additional Liability. While redistributing
405
+ the Work or Derivative Works thereof, You may choose to offer,
406
+ and charge a fee for, acceptance of support, warranty, indemnity,
407
+ or other liability obligations and/or rights consistent with this
408
+ License. However, in accepting such obligations, You may act only
409
+ on Your own behalf and on Your sole responsibility, not on behalf
410
+ of any other Contributor, and only if You agree to indemnify,
411
+ defend, and hold each Contributor harmless for any liability
412
+ incurred by, or claims asserted against, such Contributor by reason
413
+ of your accepting any such warranty or additional liability.
414
+
415
+ END OF TERMS AND CONDITIONS
416
+
417
+ *******************************************************************************
418
+
419
+ ANGLE:
420
+
421
+ *******************************************************************************
422
+
423
+ Copyright 2018 The ANGLE Project Authors.
424
+ All rights reserved.
425
+
426
+ Redistribution and use in source and binary forms, with or without
427
+ modification, are permitted provided that the following conditions
428
+ are met:
429
+
430
+ Redistributions of source code must retain the above copyright
431
+ notice, this list of conditions and the following disclaimer.
432
+
433
+ Redistributions in binary form must reproduce the above
434
+ copyright notice, this list of conditions and the following
435
+ disclaimer in the documentation and/or other materials provided
436
+ with the distribution.
437
+
438
+ Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc.
439
+ Ltd., nor the names of their contributors may be used to endorse
440
+ or promote products derived from this software without specific
441
+ prior written permission.
442
+
443
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
444
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
445
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
446
+ FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
447
+ COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
448
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
449
+ BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
450
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
451
+ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
452
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
453
+ ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
454
+ POSSIBILITY OF SUCH DAMAGE.
455
+
456
+ *******************************************************************************
457
+
458
+ stb:
459
+
460
+ *******************************************************************************
461
+
462
+ ALTERNATIVE A - MIT License
463
+ Copyright (c) 2017 Sean Barrett
464
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
465
+ this software and associated documentation files (the "Software"), to deal in
466
+ the Software without restriction, including without limitation the rights to
467
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
468
+ of the Software, and to permit persons to whom the Software is furnished to do
469
+ so, subject to the following conditions:
470
+ The above copyright notice and this permission notice shall be included in all
471
+ copies or substantial portions of the Software.
472
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
473
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
474
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
475
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
476
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
477
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
478
+ SOFTWARE.
479
+
480
+ *******************************************************************************
481
+
144
482
libjpeg-turbo:
145
483
146
484
*******************************************************************************
0 commit comments