@bentley/imodeljs-linux-x64 5.3.32 → 5.3.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Notices/jpeg-turbo-license.txt +18 -15
- package/iTwinDaemon +0 -0
- package/imodeljs.node +0 -0
- package/package.json +1 -1
|
@@ -1,30 +1,33 @@
|
|
|
1
1
|
libjpeg-turbo Licenses
|
|
2
2
|
======================
|
|
3
3
|
|
|
4
|
-
libjpeg-turbo is covered by
|
|
4
|
+
libjpeg-turbo is covered by two compatible BSD-style open source licenses:
|
|
5
5
|
|
|
6
6
|
- The IJG (Independent JPEG Group) License, which is listed in
|
|
7
7
|
[README.ijg](README.ijg)
|
|
8
8
|
|
|
9
|
-
This license applies to the libjpeg API library and associated programs
|
|
10
|
-
|
|
9
|
+
This license applies to the libjpeg API library and associated programs,
|
|
10
|
+
including any code inherited from libjpeg and any modifications to that
|
|
11
|
+
code. Note that the libjpeg-turbo SIMD source code bears the
|
|
12
|
+
[zlib License](https://opensource.org/licenses/Zlib), but in the context of
|
|
13
|
+
the overall libjpeg API library, the terms of the zlib License are subsumed
|
|
14
|
+
by the terms of the IJG License.
|
|
11
15
|
|
|
12
16
|
- The Modified (3-clause) BSD License, which is listed below
|
|
13
17
|
|
|
14
|
-
This license
|
|
15
|
-
well as the build system.
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
This license is a subset of the other two, and it covers the libjpeg-turbo
|
|
20
|
-
SIMD extensions.
|
|
18
|
+
This license applies to the TurboJPEG API library and associated programs, as
|
|
19
|
+
well as the build system. Note that the TurboJPEG API library wraps the
|
|
20
|
+
libjpeg API library, so in the context of the overall TurboJPEG API library,
|
|
21
|
+
both the terms of the IJG License and the terms of the Modified (3-clause)
|
|
22
|
+
BSD License apply.
|
|
21
23
|
|
|
22
24
|
|
|
23
25
|
Complying with the libjpeg-turbo Licenses
|
|
24
26
|
=========================================
|
|
25
27
|
|
|
26
28
|
This section provides a roll-up of the libjpeg-turbo licensing terms, to the
|
|
27
|
-
best of our understanding.
|
|
29
|
+
best of our understanding. This is not a license in and of itself. It is
|
|
30
|
+
intended solely for clarification.
|
|
28
31
|
|
|
29
32
|
1. If you are distributing a modified version of the libjpeg-turbo source,
|
|
30
33
|
then:
|
|
@@ -38,7 +41,7 @@ best of our understanding.
|
|
|
38
41
|
- Clauses 1 and 3 of the zlib License
|
|
39
42
|
|
|
40
43
|
2. You must add your own copyright notice to the header of each source
|
|
41
|
-
file you modified, so others can tell that you modified that file
|
|
44
|
+
file you modified, so others can tell that you modified that file. (If
|
|
42
45
|
there is not an existing copyright header in that file, then you can
|
|
43
46
|
simply add a notice stating that you modified the file.)
|
|
44
47
|
|
|
@@ -91,7 +94,7 @@ best of our understanding.
|
|
|
91
94
|
The Modified (3-clause) BSD License
|
|
92
95
|
===================================
|
|
93
96
|
|
|
94
|
-
Copyright (C)2009-
|
|
97
|
+
Copyright (C)2009-2025 D. R. Commander. All Rights Reserved.<br>
|
|
95
98
|
Copyright (C)2015 Viktor Szathmáry. All Rights Reserved.
|
|
96
99
|
|
|
97
100
|
Redistribution and use in source and binary forms, with or without
|
|
@@ -119,8 +122,8 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
|
119
122
|
POSSIBILITY OF SUCH DAMAGE.
|
|
120
123
|
|
|
121
124
|
|
|
122
|
-
Why
|
|
123
|
-
|
|
125
|
+
Why Two Licenses?
|
|
126
|
+
=================
|
|
124
127
|
|
|
125
128
|
The zlib License could have been used instead of the Modified (3-clause) BSD
|
|
126
129
|
License, and since the IJG License effectively subsumes the distribution
|
package/iTwinDaemon
CHANGED
|
Binary file
|
package/imodeljs.node
CHANGED
|
Binary file
|