@bentley/imodeljs-win32-x64 3.5.13 → 3.5.14
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/Assets/ECSchemas/Dgn/BisCore.ecschema.xml +2441 -2441
- package/Assets/ECSchemas/Dgn/Generic.ecschema.xml +151 -151
- package/Assets/ECSchemas/Domain/Analytical.ecschema.xml +55 -55
- package/Assets/ECSchemas/Domain/Asset.ecschema.xml +41 -41
- package/Assets/ECSchemas/Domain/LinearReferencing.ecschema.xml +213 -213
- package/Assets/ECSchemas/Domain/PresentationRules.ecschema.xml +22 -22
- package/Assets/ECSchemas/Standard/BisCustomAttributes.01.00.00.ecschema.xml +18 -18
- package/Assets/ECSchemas/Standard/CoreCustomAttributes.01.00.03.ecschema.xml +79 -79
- package/Assets/ECSchemas/Standard/SchemaLocalizationCustomAttributes.01.00.00.ecschema.xml +17 -17
- package/Assets/ECSchemas/Standard/SchemaUpgradeCustomAttributes.01.00.00.ecschema.xml +11 -11
- package/Assets/ECSchemas/Standard/Units.01.00.07.ecschema.xml +617 -617
- package/BeCurlB02.dll +0 -0
- package/BeIcu4cB02.dll +0 -0
- package/BeLibxml2B02.dll +0 -0
- package/BeOpenSSLB02.dll +0 -0
- package/Notices/curl-license.txt +22 -22
- package/Notices/folly-notice.txt +177 -177
- package/Notices/freetype2-license.txt +169 -169
- package/Notices/google_re2-license.txt +27 -27
- package/Notices/jpeg-turbo-license.txt +132 -132
- package/Notices/jsoncpp-license.txt +55 -55
- package/Notices/libxml2-license.txt +23 -23
- package/Notices/minizip-license.txt +74 -74
- package/Notices/openssl-license.txt +125 -125
- package/Notices/sqlite-license.txt +11 -11
- package/freetype2B02.dll +0 -0
- package/iTwinBRepCore.dll +0 -0
- package/iTwinBentley.dll +0 -0
- package/iTwinDaemon.exe +0 -0
- package/iTwinECObjects.dll +0 -0
- package/iTwinECPresentation.dll +0 -0
- package/iTwinFolly.dll +0 -0
- package/iTwinGeoCoord.dll +0 -0
- package/iTwinGeom.dll +0 -0
- package/iTwinGeomSerialization.dll +0 -0
- package/iTwinNapi.dll +0 -0
- package/iTwinPSBRepGeometry.dll +0 -0
- package/iTwinPlatform.dll +0 -0
- package/iTwinPugixml.dll +0 -0
- package/iTwinSQLite.dll +0 -0
- package/iTwinSQLiteEC.dll +0 -0
- package/iTwinUnits.dll +0 -0
- package/iTwinVisualization.dll +0 -0
- package/iTwinXml.dll +0 -0
- package/imodeljs.node +0 -0
- package/package.json +1 -1
|
@@ -1,169 +1,169 @@
|
|
|
1
|
-
The FreeType Project LICENSE
|
|
2
|
-
----------------------------
|
|
3
|
-
|
|
4
|
-
2006-Jan-27
|
|
5
|
-
|
|
6
|
-
Copyright 1996-2002, 2006 by
|
|
7
|
-
David Turner, Robert Wilhelm, and Werner Lemberg
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
Introduction
|
|
12
|
-
============
|
|
13
|
-
|
|
14
|
-
The FreeType Project is distributed in several archive packages;
|
|
15
|
-
some of them may contain, in addition to the FreeType font engine,
|
|
16
|
-
various tools and contributions which rely on, or relate to, the
|
|
17
|
-
FreeType Project.
|
|
18
|
-
|
|
19
|
-
This license applies to all files found in such packages, and
|
|
20
|
-
which do not fall under their own explicit license. The license
|
|
21
|
-
affects thus the FreeType font engine, the test programs,
|
|
22
|
-
documentation and makefiles, at the very least.
|
|
23
|
-
|
|
24
|
-
This license was inspired by the BSD, Artistic, and IJG
|
|
25
|
-
(Independent JPEG Group) licenses, which all encourage inclusion
|
|
26
|
-
and use of free software in commercial and freeware products
|
|
27
|
-
alike. As a consequence, its main points are that:
|
|
28
|
-
|
|
29
|
-
o We don't promise that this software works. However, we will be
|
|
30
|
-
interested in any kind of bug reports. (`as is' distribution)
|
|
31
|
-
|
|
32
|
-
o You can use this software for whatever you want, in parts or
|
|
33
|
-
full form, without having to pay us. (`royalty-free' usage)
|
|
34
|
-
|
|
35
|
-
o You may not pretend that you wrote this software. If you use
|
|
36
|
-
it, or only parts of it, in a program, you must acknowledge
|
|
37
|
-
somewhere in your documentation that you have used the
|
|
38
|
-
FreeType code. (`credits')
|
|
39
|
-
|
|
40
|
-
We specifically permit and encourage the inclusion of this
|
|
41
|
-
software, with or without modifications, in commercial products.
|
|
42
|
-
We disclaim all warranties covering The FreeType Project and
|
|
43
|
-
assume no liability related to The FreeType Project.
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
Finally, many people asked us for a preferred form for a
|
|
47
|
-
credit/disclaimer to use in compliance with this license. We thus
|
|
48
|
-
encourage you to use the following text:
|
|
49
|
-
|
|
50
|
-
"""
|
|
51
|
-
Portions of this software are copyright © <year> The FreeType
|
|
52
|
-
Project (www.freetype.org). All rights reserved.
|
|
53
|
-
"""
|
|
54
|
-
|
|
55
|
-
Please replace <year> with the value from the FreeType version you
|
|
56
|
-
actually use.
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
Legal Terms
|
|
60
|
-
===========
|
|
61
|
-
|
|
62
|
-
0. Definitions
|
|
63
|
-
--------------
|
|
64
|
-
|
|
65
|
-
Throughout this license, the terms `package', `FreeType Project',
|
|
66
|
-
and `FreeType archive' refer to the set of files originally
|
|
67
|
-
distributed by the authors (David Turner, Robert Wilhelm, and
|
|
68
|
-
Werner Lemberg) as the `FreeType Project', be they named as alpha,
|
|
69
|
-
beta or final release.
|
|
70
|
-
|
|
71
|
-
`You' refers to the licensee, or person using the project, where
|
|
72
|
-
`using' is a generic term including compiling the project's source
|
|
73
|
-
code as well as linking it to form a `program' or `executable'.
|
|
74
|
-
This program is referred to as `a program using the FreeType
|
|
75
|
-
engine'.
|
|
76
|
-
|
|
77
|
-
This license applies to all files distributed in the original
|
|
78
|
-
FreeType Project, including all source code, binaries and
|
|
79
|
-
documentation, unless otherwise stated in the file in its
|
|
80
|
-
original, unmodified form as distributed in the original archive.
|
|
81
|
-
If you are unsure whether or not a particular file is covered by
|
|
82
|
-
this license, you must contact us to verify this.
|
|
83
|
-
|
|
84
|
-
The FreeType Project is copyright (C) 1996-2000 by David Turner,
|
|
85
|
-
Robert Wilhelm, and Werner Lemberg. All rights reserved except as
|
|
86
|
-
specified below.
|
|
87
|
-
|
|
88
|
-
1. No Warranty
|
|
89
|
-
--------------
|
|
90
|
-
|
|
91
|
-
THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY
|
|
92
|
-
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
|
93
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
94
|
-
PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
|
|
95
|
-
BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO
|
|
96
|
-
USE, OF THE FREETYPE PROJECT.
|
|
97
|
-
|
|
98
|
-
2. Redistribution
|
|
99
|
-
-----------------
|
|
100
|
-
|
|
101
|
-
This license grants a worldwide, royalty-free, perpetual and
|
|
102
|
-
irrevocable right and license to use, execute, perform, compile,
|
|
103
|
-
display, copy, create derivative works of, distribute and
|
|
104
|
-
sublicense the FreeType Project (in both source and object code
|
|
105
|
-
forms) and derivative works thereof for any purpose; and to
|
|
106
|
-
authorize others to exercise some or all of the rights granted
|
|
107
|
-
herein, subject to the following conditions:
|
|
108
|
-
|
|
109
|
-
o Redistribution of source code must retain this license file
|
|
110
|
-
(`FTL.TXT') unaltered; any additions, deletions or changes to
|
|
111
|
-
the original files must be clearly indicated in accompanying
|
|
112
|
-
documentation. The copyright notices of the unaltered,
|
|
113
|
-
original files must be preserved in all copies of source
|
|
114
|
-
files.
|
|
115
|
-
|
|
116
|
-
o Redistribution in binary form must provide a disclaimer that
|
|
117
|
-
states that the software is based in part of the work of the
|
|
118
|
-
FreeType Team, in the distribution documentation. We also
|
|
119
|
-
encourage you to put an URL to the FreeType web page in your
|
|
120
|
-
documentation, though this isn't mandatory.
|
|
121
|
-
|
|
122
|
-
These conditions apply to any software derived from or based on
|
|
123
|
-
the FreeType Project, not just the unmodified files. If you use
|
|
124
|
-
our work, you must acknowledge us. However, no fee need be paid
|
|
125
|
-
to us.
|
|
126
|
-
|
|
127
|
-
3. Advertising
|
|
128
|
-
--------------
|
|
129
|
-
|
|
130
|
-
Neither the FreeType authors and contributors nor you shall use
|
|
131
|
-
the name of the other for commercial, advertising, or promotional
|
|
132
|
-
purposes without specific prior written permission.
|
|
133
|
-
|
|
134
|
-
We suggest, but do not require, that you use one or more of the
|
|
135
|
-
following phrases to refer to this software in your documentation
|
|
136
|
-
or advertising materials: `FreeType Project', `FreeType Engine',
|
|
137
|
-
`FreeType library', or `FreeType Distribution'.
|
|
138
|
-
|
|
139
|
-
As you have not signed this license, you are not required to
|
|
140
|
-
accept it. However, as the FreeType Project is copyrighted
|
|
141
|
-
material, only this license, or another one contracted with the
|
|
142
|
-
authors, grants you the right to use, distribute, and modify it.
|
|
143
|
-
Therefore, by using, distributing, or modifying the FreeType
|
|
144
|
-
Project, you indicate that you understand and accept all the terms
|
|
145
|
-
of this license.
|
|
146
|
-
|
|
147
|
-
4. Contacts
|
|
148
|
-
-----------
|
|
149
|
-
|
|
150
|
-
There are two mailing lists related to FreeType:
|
|
151
|
-
|
|
152
|
-
o freetype@nongnu.org
|
|
153
|
-
|
|
154
|
-
Discusses general use and applications of FreeType, as well as
|
|
155
|
-
future and wanted additions to the library and distribution.
|
|
156
|
-
If you are looking for support, start in this list if you
|
|
157
|
-
haven't found anything to help you in the documentation.
|
|
158
|
-
|
|
159
|
-
o freetype-devel@nongnu.org
|
|
160
|
-
|
|
161
|
-
Discusses bugs, as well as engine internals, design issues,
|
|
162
|
-
specific licenses, porting, etc.
|
|
163
|
-
|
|
164
|
-
Our home page can be found at
|
|
165
|
-
|
|
166
|
-
https://www.freetype.org
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
--- end of FTL.TXT ---
|
|
1
|
+
The FreeType Project LICENSE
|
|
2
|
+
----------------------------
|
|
3
|
+
|
|
4
|
+
2006-Jan-27
|
|
5
|
+
|
|
6
|
+
Copyright 1996-2002, 2006 by
|
|
7
|
+
David Turner, Robert Wilhelm, and Werner Lemberg
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
Introduction
|
|
12
|
+
============
|
|
13
|
+
|
|
14
|
+
The FreeType Project is distributed in several archive packages;
|
|
15
|
+
some of them may contain, in addition to the FreeType font engine,
|
|
16
|
+
various tools and contributions which rely on, or relate to, the
|
|
17
|
+
FreeType Project.
|
|
18
|
+
|
|
19
|
+
This license applies to all files found in such packages, and
|
|
20
|
+
which do not fall under their own explicit license. The license
|
|
21
|
+
affects thus the FreeType font engine, the test programs,
|
|
22
|
+
documentation and makefiles, at the very least.
|
|
23
|
+
|
|
24
|
+
This license was inspired by the BSD, Artistic, and IJG
|
|
25
|
+
(Independent JPEG Group) licenses, which all encourage inclusion
|
|
26
|
+
and use of free software in commercial and freeware products
|
|
27
|
+
alike. As a consequence, its main points are that:
|
|
28
|
+
|
|
29
|
+
o We don't promise that this software works. However, we will be
|
|
30
|
+
interested in any kind of bug reports. (`as is' distribution)
|
|
31
|
+
|
|
32
|
+
o You can use this software for whatever you want, in parts or
|
|
33
|
+
full form, without having to pay us. (`royalty-free' usage)
|
|
34
|
+
|
|
35
|
+
o You may not pretend that you wrote this software. If you use
|
|
36
|
+
it, or only parts of it, in a program, you must acknowledge
|
|
37
|
+
somewhere in your documentation that you have used the
|
|
38
|
+
FreeType code. (`credits')
|
|
39
|
+
|
|
40
|
+
We specifically permit and encourage the inclusion of this
|
|
41
|
+
software, with or without modifications, in commercial products.
|
|
42
|
+
We disclaim all warranties covering The FreeType Project and
|
|
43
|
+
assume no liability related to The FreeType Project.
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
Finally, many people asked us for a preferred form for a
|
|
47
|
+
credit/disclaimer to use in compliance with this license. We thus
|
|
48
|
+
encourage you to use the following text:
|
|
49
|
+
|
|
50
|
+
"""
|
|
51
|
+
Portions of this software are copyright © <year> The FreeType
|
|
52
|
+
Project (www.freetype.org). All rights reserved.
|
|
53
|
+
"""
|
|
54
|
+
|
|
55
|
+
Please replace <year> with the value from the FreeType version you
|
|
56
|
+
actually use.
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
Legal Terms
|
|
60
|
+
===========
|
|
61
|
+
|
|
62
|
+
0. Definitions
|
|
63
|
+
--------------
|
|
64
|
+
|
|
65
|
+
Throughout this license, the terms `package', `FreeType Project',
|
|
66
|
+
and `FreeType archive' refer to the set of files originally
|
|
67
|
+
distributed by the authors (David Turner, Robert Wilhelm, and
|
|
68
|
+
Werner Lemberg) as the `FreeType Project', be they named as alpha,
|
|
69
|
+
beta or final release.
|
|
70
|
+
|
|
71
|
+
`You' refers to the licensee, or person using the project, where
|
|
72
|
+
`using' is a generic term including compiling the project's source
|
|
73
|
+
code as well as linking it to form a `program' or `executable'.
|
|
74
|
+
This program is referred to as `a program using the FreeType
|
|
75
|
+
engine'.
|
|
76
|
+
|
|
77
|
+
This license applies to all files distributed in the original
|
|
78
|
+
FreeType Project, including all source code, binaries and
|
|
79
|
+
documentation, unless otherwise stated in the file in its
|
|
80
|
+
original, unmodified form as distributed in the original archive.
|
|
81
|
+
If you are unsure whether or not a particular file is covered by
|
|
82
|
+
this license, you must contact us to verify this.
|
|
83
|
+
|
|
84
|
+
The FreeType Project is copyright (C) 1996-2000 by David Turner,
|
|
85
|
+
Robert Wilhelm, and Werner Lemberg. All rights reserved except as
|
|
86
|
+
specified below.
|
|
87
|
+
|
|
88
|
+
1. No Warranty
|
|
89
|
+
--------------
|
|
90
|
+
|
|
91
|
+
THE FREETYPE PROJECT IS PROVIDED `AS IS' WITHOUT WARRANTY OF ANY
|
|
92
|
+
KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
|
93
|
+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
94
|
+
PURPOSE. IN NO EVENT WILL ANY OF THE AUTHORS OR COPYRIGHT HOLDERS
|
|
95
|
+
BE LIABLE FOR ANY DAMAGES CAUSED BY THE USE OR THE INABILITY TO
|
|
96
|
+
USE, OF THE FREETYPE PROJECT.
|
|
97
|
+
|
|
98
|
+
2. Redistribution
|
|
99
|
+
-----------------
|
|
100
|
+
|
|
101
|
+
This license grants a worldwide, royalty-free, perpetual and
|
|
102
|
+
irrevocable right and license to use, execute, perform, compile,
|
|
103
|
+
display, copy, create derivative works of, distribute and
|
|
104
|
+
sublicense the FreeType Project (in both source and object code
|
|
105
|
+
forms) and derivative works thereof for any purpose; and to
|
|
106
|
+
authorize others to exercise some or all of the rights granted
|
|
107
|
+
herein, subject to the following conditions:
|
|
108
|
+
|
|
109
|
+
o Redistribution of source code must retain this license file
|
|
110
|
+
(`FTL.TXT') unaltered; any additions, deletions or changes to
|
|
111
|
+
the original files must be clearly indicated in accompanying
|
|
112
|
+
documentation. The copyright notices of the unaltered,
|
|
113
|
+
original files must be preserved in all copies of source
|
|
114
|
+
files.
|
|
115
|
+
|
|
116
|
+
o Redistribution in binary form must provide a disclaimer that
|
|
117
|
+
states that the software is based in part of the work of the
|
|
118
|
+
FreeType Team, in the distribution documentation. We also
|
|
119
|
+
encourage you to put an URL to the FreeType web page in your
|
|
120
|
+
documentation, though this isn't mandatory.
|
|
121
|
+
|
|
122
|
+
These conditions apply to any software derived from or based on
|
|
123
|
+
the FreeType Project, not just the unmodified files. If you use
|
|
124
|
+
our work, you must acknowledge us. However, no fee need be paid
|
|
125
|
+
to us.
|
|
126
|
+
|
|
127
|
+
3. Advertising
|
|
128
|
+
--------------
|
|
129
|
+
|
|
130
|
+
Neither the FreeType authors and contributors nor you shall use
|
|
131
|
+
the name of the other for commercial, advertising, or promotional
|
|
132
|
+
purposes without specific prior written permission.
|
|
133
|
+
|
|
134
|
+
We suggest, but do not require, that you use one or more of the
|
|
135
|
+
following phrases to refer to this software in your documentation
|
|
136
|
+
or advertising materials: `FreeType Project', `FreeType Engine',
|
|
137
|
+
`FreeType library', or `FreeType Distribution'.
|
|
138
|
+
|
|
139
|
+
As you have not signed this license, you are not required to
|
|
140
|
+
accept it. However, as the FreeType Project is copyrighted
|
|
141
|
+
material, only this license, or another one contracted with the
|
|
142
|
+
authors, grants you the right to use, distribute, and modify it.
|
|
143
|
+
Therefore, by using, distributing, or modifying the FreeType
|
|
144
|
+
Project, you indicate that you understand and accept all the terms
|
|
145
|
+
of this license.
|
|
146
|
+
|
|
147
|
+
4. Contacts
|
|
148
|
+
-----------
|
|
149
|
+
|
|
150
|
+
There are two mailing lists related to FreeType:
|
|
151
|
+
|
|
152
|
+
o freetype@nongnu.org
|
|
153
|
+
|
|
154
|
+
Discusses general use and applications of FreeType, as well as
|
|
155
|
+
future and wanted additions to the library and distribution.
|
|
156
|
+
If you are looking for support, start in this list if you
|
|
157
|
+
haven't found anything to help you in the documentation.
|
|
158
|
+
|
|
159
|
+
o freetype-devel@nongnu.org
|
|
160
|
+
|
|
161
|
+
Discusses bugs, as well as engine internals, design issues,
|
|
162
|
+
specific licenses, porting, etc.
|
|
163
|
+
|
|
164
|
+
Our home page can be found at
|
|
165
|
+
|
|
166
|
+
https://www.freetype.org
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
--- end of FTL.TXT ---
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
// Copyright (c) 2009 The RE2 Authors. All rights reserved.
|
|
2
|
-
//
|
|
3
|
-
// Redistribution and use in source and binary forms, with or without
|
|
4
|
-
// modification, are permitted provided that the following conditions are
|
|
5
|
-
// met:
|
|
6
|
-
//
|
|
7
|
-
// * Redistributions of source code must retain the above copyright
|
|
8
|
-
// notice, this list of conditions and the following disclaimer.
|
|
9
|
-
// * Redistributions in binary form must reproduce the above
|
|
10
|
-
// copyright notice, this list of conditions and the following disclaimer
|
|
11
|
-
// in the documentation and/or other materials provided with the
|
|
12
|
-
// distribution.
|
|
13
|
-
// * Neither the name of Google Inc. nor the names of its
|
|
14
|
-
// contributors may be used to endorse or promote products derived from
|
|
15
|
-
// this software without specific prior written permission.
|
|
16
|
-
//
|
|
17
|
-
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
18
|
-
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
19
|
-
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
20
|
-
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
21
|
-
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
22
|
-
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
23
|
-
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
24
|
-
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
25
|
-
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
26
|
-
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
27
|
-
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
1
|
+
// Copyright (c) 2009 The RE2 Authors. All rights reserved.
|
|
2
|
+
//
|
|
3
|
+
// Redistribution and use in source and binary forms, with or without
|
|
4
|
+
// modification, are permitted provided that the following conditions are
|
|
5
|
+
// met:
|
|
6
|
+
//
|
|
7
|
+
// * Redistributions of source code must retain the above copyright
|
|
8
|
+
// notice, this list of conditions and the following disclaimer.
|
|
9
|
+
// * Redistributions in binary form must reproduce the above
|
|
10
|
+
// copyright notice, this list of conditions and the following disclaimer
|
|
11
|
+
// in the documentation and/or other materials provided with the
|
|
12
|
+
// distribution.
|
|
13
|
+
// * Neither the name of Google Inc. nor the names of its
|
|
14
|
+
// contributors may be used to endorse or promote products derived from
|
|
15
|
+
// this software without specific prior written permission.
|
|
16
|
+
//
|
|
17
|
+
// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
|
18
|
+
// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
|
19
|
+
// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
|
20
|
+
// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
|
21
|
+
// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
|
22
|
+
// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
|
23
|
+
// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
24
|
+
// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
25
|
+
// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
26
|
+
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
27
|
+
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
@@ -1,132 +1,132 @@
|
|
|
1
|
-
libjpeg-turbo Licenses
|
|
2
|
-
======================
|
|
3
|
-
|
|
4
|
-
libjpeg-turbo is covered by three compatible BSD-style open source licenses:
|
|
5
|
-
|
|
6
|
-
- The IJG (Independent JPEG Group) License, which is listed in
|
|
7
|
-
[README.ijg](README.ijg)
|
|
8
|
-
|
|
9
|
-
This license applies to the libjpeg API library and associated programs
|
|
10
|
-
(any code inherited from libjpeg, and any modifications to that code.)
|
|
11
|
-
|
|
12
|
-
- The Modified (3-clause) BSD License, which is listed below
|
|
13
|
-
|
|
14
|
-
This license covers the TurboJPEG API library and associated programs, as
|
|
15
|
-
well as the build system.
|
|
16
|
-
|
|
17
|
-
- The [zlib License](https://opensource.org/licenses/Zlib)
|
|
18
|
-
|
|
19
|
-
This license is a subset of the other two, and it covers the libjpeg-turbo
|
|
20
|
-
SIMD extensions.
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
Complying with the libjpeg-turbo Licenses
|
|
24
|
-
=========================================
|
|
25
|
-
|
|
26
|
-
This section provides a roll-up of the libjpeg-turbo licensing terms, to the
|
|
27
|
-
best of our understanding.
|
|
28
|
-
|
|
29
|
-
1. If you are distributing a modified version of the libjpeg-turbo source,
|
|
30
|
-
then:
|
|
31
|
-
|
|
32
|
-
1. You cannot alter or remove any existing copyright or license notices
|
|
33
|
-
from the source.
|
|
34
|
-
|
|
35
|
-
**Origin**
|
|
36
|
-
- Clause 1 of the IJG License
|
|
37
|
-
- Clause 1 of the Modified BSD License
|
|
38
|
-
- Clauses 1 and 3 of the zlib License
|
|
39
|
-
|
|
40
|
-
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 (if
|
|
42
|
-
there is not an existing copyright header in that file, then you can
|
|
43
|
-
simply add a notice stating that you modified the file.)
|
|
44
|
-
|
|
45
|
-
**Origin**
|
|
46
|
-
- Clause 1 of the IJG License
|
|
47
|
-
- Clause 2 of the zlib License
|
|
48
|
-
|
|
49
|
-
3. You must include the IJG README file, and you must not alter any of the
|
|
50
|
-
copyright or license text in that file.
|
|
51
|
-
|
|
52
|
-
**Origin**
|
|
53
|
-
- Clause 1 of the IJG License
|
|
54
|
-
|
|
55
|
-
2. If you are distributing only libjpeg-turbo binaries without the source, or
|
|
56
|
-
if you are distributing an application that statically links with
|
|
57
|
-
libjpeg-turbo, then:
|
|
58
|
-
|
|
59
|
-
1. Your product documentation must include a message stating:
|
|
60
|
-
|
|
61
|
-
This software is based in part on the work of the Independent JPEG
|
|
62
|
-
Group.
|
|
63
|
-
|
|
64
|
-
**Origin**
|
|
65
|
-
- Clause 2 of the IJG license
|
|
66
|
-
|
|
67
|
-
2. If your binary distribution includes or uses the TurboJPEG API, then
|
|
68
|
-
your product documentation must include the text of the Modified BSD
|
|
69
|
-
License (see below.)
|
|
70
|
-
|
|
71
|
-
**Origin**
|
|
72
|
-
- Clause 2 of the Modified BSD License
|
|
73
|
-
|
|
74
|
-
3. You cannot use the name of the IJG or The libjpeg-turbo Project or the
|
|
75
|
-
contributors thereof in advertising, publicity, etc.
|
|
76
|
-
|
|
77
|
-
**Origin**
|
|
78
|
-
- IJG License
|
|
79
|
-
- Clause 3 of the Modified BSD License
|
|
80
|
-
|
|
81
|
-
4. The IJG and The libjpeg-turbo Project do not warrant libjpeg-turbo to be
|
|
82
|
-
free of defects, nor do we accept any liability for undesirable
|
|
83
|
-
consequences resulting from your use of the software.
|
|
84
|
-
|
|
85
|
-
**Origin**
|
|
86
|
-
- IJG License
|
|
87
|
-
- Modified BSD License
|
|
88
|
-
- zlib License
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
The Modified (3-clause) BSD License
|
|
92
|
-
===================================
|
|
93
|
-
|
|
94
|
-
Copyright (C)2009-2022 D. R. Commander. All Rights Reserved.<br>
|
|
95
|
-
Copyright (C)2015 Viktor Szathmáry. All Rights Reserved.
|
|
96
|
-
|
|
97
|
-
Redistribution and use in source and binary forms, with or without
|
|
98
|
-
modification, are permitted provided that the following conditions are met:
|
|
99
|
-
|
|
100
|
-
- Redistributions of source code must retain the above copyright notice,
|
|
101
|
-
this list of conditions and the following disclaimer.
|
|
102
|
-
- Redistributions in binary form must reproduce the above copyright notice,
|
|
103
|
-
this list of conditions and the following disclaimer in the documentation
|
|
104
|
-
and/or other materials provided with the distribution.
|
|
105
|
-
- Neither the name of the libjpeg-turbo Project nor the names of its
|
|
106
|
-
contributors may be used to endorse or promote products derived from this
|
|
107
|
-
software without specific prior written permission.
|
|
108
|
-
|
|
109
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
|
|
110
|
-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
111
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
112
|
-
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
|
|
113
|
-
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
114
|
-
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
115
|
-
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
116
|
-
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
117
|
-
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
118
|
-
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
119
|
-
POSSIBILITY OF SUCH DAMAGE.
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
Why Three Licenses?
|
|
123
|
-
===================
|
|
124
|
-
|
|
125
|
-
The zlib License could have been used instead of the Modified (3-clause) BSD
|
|
126
|
-
License, and since the IJG License effectively subsumes the distribution
|
|
127
|
-
conditions of the zlib License, this would have effectively placed
|
|
128
|
-
libjpeg-turbo binary distributions under the IJG License. However, the IJG
|
|
129
|
-
License specifically refers to the Independent JPEG Group and does not extend
|
|
130
|
-
attribution and endorsement protections to other entities. Thus, it was
|
|
131
|
-
desirable to choose a license that granted us the same protections for new code
|
|
132
|
-
that were granted to the IJG for code derived from their software.
|
|
1
|
+
libjpeg-turbo Licenses
|
|
2
|
+
======================
|
|
3
|
+
|
|
4
|
+
libjpeg-turbo is covered by three compatible BSD-style open source licenses:
|
|
5
|
+
|
|
6
|
+
- The IJG (Independent JPEG Group) License, which is listed in
|
|
7
|
+
[README.ijg](README.ijg)
|
|
8
|
+
|
|
9
|
+
This license applies to the libjpeg API library and associated programs
|
|
10
|
+
(any code inherited from libjpeg, and any modifications to that code.)
|
|
11
|
+
|
|
12
|
+
- The Modified (3-clause) BSD License, which is listed below
|
|
13
|
+
|
|
14
|
+
This license covers the TurboJPEG API library and associated programs, as
|
|
15
|
+
well as the build system.
|
|
16
|
+
|
|
17
|
+
- The [zlib License](https://opensource.org/licenses/Zlib)
|
|
18
|
+
|
|
19
|
+
This license is a subset of the other two, and it covers the libjpeg-turbo
|
|
20
|
+
SIMD extensions.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Complying with the libjpeg-turbo Licenses
|
|
24
|
+
=========================================
|
|
25
|
+
|
|
26
|
+
This section provides a roll-up of the libjpeg-turbo licensing terms, to the
|
|
27
|
+
best of our understanding.
|
|
28
|
+
|
|
29
|
+
1. If you are distributing a modified version of the libjpeg-turbo source,
|
|
30
|
+
then:
|
|
31
|
+
|
|
32
|
+
1. You cannot alter or remove any existing copyright or license notices
|
|
33
|
+
from the source.
|
|
34
|
+
|
|
35
|
+
**Origin**
|
|
36
|
+
- Clause 1 of the IJG License
|
|
37
|
+
- Clause 1 of the Modified BSD License
|
|
38
|
+
- Clauses 1 and 3 of the zlib License
|
|
39
|
+
|
|
40
|
+
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 (if
|
|
42
|
+
there is not an existing copyright header in that file, then you can
|
|
43
|
+
simply add a notice stating that you modified the file.)
|
|
44
|
+
|
|
45
|
+
**Origin**
|
|
46
|
+
- Clause 1 of the IJG License
|
|
47
|
+
- Clause 2 of the zlib License
|
|
48
|
+
|
|
49
|
+
3. You must include the IJG README file, and you must not alter any of the
|
|
50
|
+
copyright or license text in that file.
|
|
51
|
+
|
|
52
|
+
**Origin**
|
|
53
|
+
- Clause 1 of the IJG License
|
|
54
|
+
|
|
55
|
+
2. If you are distributing only libjpeg-turbo binaries without the source, or
|
|
56
|
+
if you are distributing an application that statically links with
|
|
57
|
+
libjpeg-turbo, then:
|
|
58
|
+
|
|
59
|
+
1. Your product documentation must include a message stating:
|
|
60
|
+
|
|
61
|
+
This software is based in part on the work of the Independent JPEG
|
|
62
|
+
Group.
|
|
63
|
+
|
|
64
|
+
**Origin**
|
|
65
|
+
- Clause 2 of the IJG license
|
|
66
|
+
|
|
67
|
+
2. If your binary distribution includes or uses the TurboJPEG API, then
|
|
68
|
+
your product documentation must include the text of the Modified BSD
|
|
69
|
+
License (see below.)
|
|
70
|
+
|
|
71
|
+
**Origin**
|
|
72
|
+
- Clause 2 of the Modified BSD License
|
|
73
|
+
|
|
74
|
+
3. You cannot use the name of the IJG or The libjpeg-turbo Project or the
|
|
75
|
+
contributors thereof in advertising, publicity, etc.
|
|
76
|
+
|
|
77
|
+
**Origin**
|
|
78
|
+
- IJG License
|
|
79
|
+
- Clause 3 of the Modified BSD License
|
|
80
|
+
|
|
81
|
+
4. The IJG and The libjpeg-turbo Project do not warrant libjpeg-turbo to be
|
|
82
|
+
free of defects, nor do we accept any liability for undesirable
|
|
83
|
+
consequences resulting from your use of the software.
|
|
84
|
+
|
|
85
|
+
**Origin**
|
|
86
|
+
- IJG License
|
|
87
|
+
- Modified BSD License
|
|
88
|
+
- zlib License
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
The Modified (3-clause) BSD License
|
|
92
|
+
===================================
|
|
93
|
+
|
|
94
|
+
Copyright (C)2009-2022 D. R. Commander. All Rights Reserved.<br>
|
|
95
|
+
Copyright (C)2015 Viktor Szathmáry. All Rights Reserved.
|
|
96
|
+
|
|
97
|
+
Redistribution and use in source and binary forms, with or without
|
|
98
|
+
modification, are permitted provided that the following conditions are met:
|
|
99
|
+
|
|
100
|
+
- Redistributions of source code must retain the above copyright notice,
|
|
101
|
+
this list of conditions and the following disclaimer.
|
|
102
|
+
- Redistributions in binary form must reproduce the above copyright notice,
|
|
103
|
+
this list of conditions and the following disclaimer in the documentation
|
|
104
|
+
and/or other materials provided with the distribution.
|
|
105
|
+
- Neither the name of the libjpeg-turbo Project nor the names of its
|
|
106
|
+
contributors may be used to endorse or promote products derived from this
|
|
107
|
+
software without specific prior written permission.
|
|
108
|
+
|
|
109
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS",
|
|
110
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
111
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
112
|
+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE
|
|
113
|
+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
|
|
114
|
+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
|
|
115
|
+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
|
|
116
|
+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
|
|
117
|
+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
118
|
+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
|
119
|
+
POSSIBILITY OF SUCH DAMAGE.
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
Why Three Licenses?
|
|
123
|
+
===================
|
|
124
|
+
|
|
125
|
+
The zlib License could have been used instead of the Modified (3-clause) BSD
|
|
126
|
+
License, and since the IJG License effectively subsumes the distribution
|
|
127
|
+
conditions of the zlib License, this would have effectively placed
|
|
128
|
+
libjpeg-turbo binary distributions under the IJG License. However, the IJG
|
|
129
|
+
License specifically refers to the Independent JPEG Group and does not extend
|
|
130
|
+
attribution and endorsement protections to other entities. Thus, it was
|
|
131
|
+
desirable to choose a license that granted us the same protections for new code
|
|
132
|
+
that were granted to the IJG for code derived from their software.
|