@@ -313,16 +313,18 @@ Comment: Jolt Physics
313
313
Copyright: 2021, Jorrit Rouwe
314
314
License: Expat
315
315
316
- Files: thirdparty/jpeg-compressor/*
317
- Comment: jpeg-compressor
318
- Copyright: 2012, Rich Geldreich
319
- License: public-domain or Apache-2.0
320
-
321
316
Files: thirdparty/libbacktrace/*
322
317
Comment: libbacktrace
323
318
Copyright: 2012-2021, Free Software Foundation, Inc.
324
319
License: BSD-3-clause
325
320
321
+ Files: thirdparty/libjpeg-turbo/*
322
+ Comment: libjpeg-turbo
323
+ Copyright: Copyright (C)2009-2024 D. R. Commander
324
+ Copyright (C)2015 Viktor Szathmáry.
325
+ 1991-2020, Thomas G. Lane, Guido Vollbeding
326
+ License: TurboJPEG modified BSD-3-clause, IJG License
327
+
326
328
Files: thirdparty/libktx/*
327
329
Comment: KTX
328
330
Copyright: 2013-2020, Mark Callow
@@ -1672,6 +1674,42 @@ License: HarfBuzz
1672
1674
ON AN "AS IS" BASIS, AND THE COPYRIGHT HOLDER HAS NO OBLIGATION TO
1673
1675
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1674
1676
1677
+ License: IJG License
1678
+ The authors make NO WARRANTY or representation, either express or implied,
1679
+ with respect to this software, its quality, accuracy, merchantability, or
1680
+ fitness for a particular purpose. This software is provided "AS IS", and you,
1681
+ its user, assume the entire risk as to its quality and accuracy.
1682
+
1683
+ This software is copyright (C) 1991-2020, Thomas G. Lane, Guido Vollbeding.
1684
+ All Rights Reserved except as specified below.
1685
+
1686
+ Permission is hereby granted to use, copy, modify, and distribute this
1687
+ software (or portions thereof) for any purpose, without fee, subject to these
1688
+ conditions:
1689
+ (1) If any part of the source code for this software is distributed, then this
1690
+ README file must be included, with this copyright and no-warranty notice
1691
+ unaltered; and any additions, deletions, or changes to the original files
1692
+ must be clearly indicated in accompanying documentation.
1693
+ (2) If only executable code is distributed, then the accompanying
1694
+ documentation must state that "this software is based in part on the work of
1695
+ the Independent JPEG Group".
1696
+ (3) Permission for use of this software is granted only if the user accepts
1697
+ full responsibility for any undesirable consequences; the authors accept
1698
+ NO LIABILITY for damages of any kind.
1699
+
1700
+ These conditions apply to any software derived from or based on the IJG code,
1701
+ not just to the unmodified library. If you use our work, you ought to
1702
+ acknowledge us.
1703
+
1704
+ Permission is NOT granted for the use of any IJG author's name or company name
1705
+ in advertising or publicity relating to this software or products derived from
1706
+ it. This software may be referred to only as "the Independent JPEG Group's
1707
+ software".
1708
+
1709
+ We specifically permit and encourage the use of this software as the basis of
1710
+ commercial products, provided that all warranty or liability claims are
1711
+ assumed by the product vendor.
1712
+
1675
1713
License: MPL-2.0
1676
1714
Mozilla Public License Version 2.0
1677
1715
==================================
@@ -2130,6 +2168,34 @@ License: OFL-1.1
2130
2168
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2131
2169
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE.
2132
2170
2171
+ License: TurboJPEG modified BSD-3-clause
2172
+ Copyright (C)2009-2024 D. R. Commander. All Rights Reserved.<br>
2173
+ Copyright (C)2015 Viktor Szathmáry. All Rights Reserved.
2174
+
2175
+ Redistribution and use in source and binary forms, with or without
2176
+ modification, are permitted provided that the following conditions are met:
2177
+
2178
+ - Redistributions of source code must retain the above copyright notice,
2179
+ this list of conditions and the following disclaimer.
2180
+ - Redistributions in binary form must reproduce the above copyright notice,
2181
+ this list of conditions and the following disclaimer in the documentation
2182
+ and/or other materials provided with the distribution.
2183
+ - Neither the name of the libjpeg-turbo Project nor the names of its
2184
+ contributors may be used to endorse or promote products derived from this
2185
+ software without specific prior written permission.
2186
+
2187
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
2188
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2189
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2190
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
2191
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2192
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2193
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2194
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2195
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2196
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2197
+ POSSIBILITY OF SUCH DAMAGE.
2198
+
2133
2199
License: Unicode
2134
2200
COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later)
2135
2201
.
0 commit comments