@@ -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: Copyright (C)2009-2024 D. R. Commander
335
+ Copyright (C)2015 Viktor Szathmáry.
336
+ 1991-2020, Thomas G. Lane, Guido Vollbeding
337
+ License: TurboJPEG modified BSD-3-clause, IJG License
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 License
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
==================================
@@ -2141,6 +2179,34 @@ License: OFL-1.1
2141
2179
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
2142
2180
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE.
2143
2181
2182
+ License: TurboJPEG modified BSD-3-clause
2183
+ Copyright (C)2009-2024 D. R. Commander. All Rights Reserved.<br>
2184
+ Copyright (C)2015 Viktor Szathmáry. All Rights Reserved.
2185
+
2186
+ Redistribution and use in source and binary forms, with or without
2187
+ modification, are permitted provided that the following conditions are met:
2188
+
2189
+ - Redistributions of source code must retain the above copyright notice,
2190
+ this list of conditions and the following disclaimer.
2191
+ - Redistributions in binary form must reproduce the above copyright notice,
2192
+ this list of conditions and the following disclaimer in the documentation
2193
+ and/or other materials provided with the distribution.
2194
+ - Neither the name of the libjpeg-turbo Project nor the names of its
2195
+ contributors may be used to endorse or promote products derived from this
2196
+ software without specific prior written permission.
2197
+
2198
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
2199
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2200
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2201
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
2202
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2203
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2204
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2205
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2206
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2207
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2208
+ POSSIBILITY OF SUCH DAMAGE.
2209
+
2144
2210
License: Unicode
2145
2211
COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later)
2146
2212
.
0 commit comments