@@ -324,16 +324,18 @@ Comment: Jolt Physics
324
324
Copyright: 2021, Jorrit Rouwe
325
325
License: Expat
326
326
327
- Files: thirdparty/jpeg-compressor/*
328
- Comment: jpeg-compressor
329
- Copyright: 2012, Rich Geldreich
330
- License: public-domain or Apache-2.0
331
-
332
327
Files: thirdparty/libbacktrace/*
333
328
Comment: libbacktrace
334
329
Copyright: 2012-2021, Free Software Foundation, Inc.
335
330
License: BSD-3-clause
336
331
332
+ Files: thirdparty/libjpeg-turbo/*
333
+ Comment: libjpeg-turbo
334
+ Copyright: 2009-2024, D. R. Commander
335
+ 2015, Viktor Szathmáry.
336
+ 1991-2020, Thomas G. Lane, Guido Vollbeding
337
+ License: BSD-3-clause and IJG
338
+
337
339
Files: thirdparty/libktx/*
338
340
Comment: KTX
339
341
Copyright: 2013-2020, Mark Callow
@@ -1683,6 +1685,42 @@ License: HarfBuzz
1683
1685
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
1684
1686
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1685
1687
1688
+ License: IJG
1689
+ The authors make NO WARRANTY or representation, either express or implied,
1690
+ with respect to this software, its quality, accuracy, merchantability, or
1691
+ fitness for a particular purpose. This software is provided "AS IS", and you,
1692
+ its user, assume the entire risk as to its quality and accuracy.
1693
+ .
1694
+ This software is copyright (C) 1991-2020, Thomas G. Lane, Guido Vollbeding.
1695
+ All Rights Reserved except as specified below.
1696
+ .
1697
+ Permission is hereby granted to use, copy, modify, and distribute this
1698
+ software (or portions thereof) for any purpose, without fee, subject to these
1699
+ conditions:
1700
+ (1) If any part of the source code for this software is distributed, then this
1701
+ README file must be included, with this copyright and no-warranty notice
1702
+ unaltered; and any additions, deletions, or changes to the original files
1703
+ must be clearly indicated in accompanying documentation.
1704
+ (2) If only executable code is distributed, then the accompanying
1705
+ documentation must state that "this software is based in part on the work of
1706
+ the Independent JPEG Group".
1707
+ (3) Permission for use of this software is granted only if the user accepts
1708
+ full responsibility for any undesirable consequences; the authors accept
1709
+ NO LIABILITY for damages of any kind.
1710
+ .
1711
+ These conditions apply to any software derived from or based on the IJG code,
1712
+ not just to the unmodified library. If you use our work, you ought to
1713
+ acknowledge us.
1714
+ .
1715
+ Permission is NOT granted for the use of any IJG author's name or company name
1716
+ in advertising or publicity relating to this software or products derived from
1717
+ it. This software may be referred to only as "the Independent JPEG Group's
1718
+ software".
1719
+ .
1720
+ We specifically permit and encourage the use of this software as the basis of
1721
+ commercial products, provided that all warranty or liability claims are
1722
+ assumed by the product vendor.
1723
+
1686
1724
License: MPL-2.0
1687
1725
Mozilla Public License Version 2.0
1688
1726
==================================
0 commit comments