@bentley/imodeljs-win32-x64 4.2.2 → 4.2.4
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/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/Notices/folly-notice.txt +177 -177
- 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/sqlite-license.txt +11 -11
- package/iTwinBRepCore.dll +0 -0
- package/iTwinBentley.dll +0 -0
- package/iTwinCurl.dll +0 -0
- package/iTwinDaemon.exe +0 -0
- package/iTwinECObjects.dll +0 -0
- package/iTwinECPresentation.dll +0 -0
- package/iTwinFolly.dll +0 -0
- package/iTwinFreetype2.dll +0 -0
- package/iTwinGeoCoord.dll +0 -0
- package/iTwinGeom.dll +0 -0
- package/iTwinGeomSerialization.dll +0 -0
- package/iTwinIcu4c.dll +0 -0
- package/iTwinLibxml2.dll +0 -0
- package/iTwinNapi.dll +0 -0
- package/iTwinOpenSSL.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,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.
|
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
The JsonCpp library's source code, including accompanying documentation,
|
|
2
|
-
tests and demonstration applications, are licensed under the following
|
|
3
|
-
conditions...
|
|
4
|
-
|
|
5
|
-
The author (Baptiste Lepilleur) explicitly disclaims copyright in all
|
|
6
|
-
jurisdictions which recognize such a disclaimer. In such jurisdictions,
|
|
7
|
-
this software is released into the Public Domain.
|
|
8
|
-
|
|
9
|
-
In jurisdictions which do not recognize Public Domain property (e.g. Germany as of
|
|
10
|
-
2010), this software is Copyright (c) 2007-2010 by Baptiste Lepilleur, and is
|
|
11
|
-
released under the terms of the MIT License (see below).
|
|
12
|
-
|
|
13
|
-
In jurisdictions which recognize Public Domain property, the user of this
|
|
14
|
-
software may choose to accept it either as 1) Public Domain, 2) under the
|
|
15
|
-
conditions of the MIT License (see below), or 3) under the terms of dual
|
|
16
|
-
Public Domain/MIT License conditions described here, as they choose.
|
|
17
|
-
|
|
18
|
-
The MIT License is about as close to Public Domain as a license can get, and is
|
|
19
|
-
described in clear, concise terms at:
|
|
20
|
-
|
|
21
|
-
http://en.wikipedia.org/wiki/MIT_License
|
|
22
|
-
|
|
23
|
-
The full text of the MIT License follows:
|
|
24
|
-
|
|
25
|
-
========================================================================
|
|
26
|
-
Copyright (c) 2007-2010 Baptiste Lepilleur
|
|
27
|
-
|
|
28
|
-
Permission is hereby granted, free of charge, to any person
|
|
29
|
-
obtaining a copy of this software and associated documentation
|
|
30
|
-
files (the "Software"), to deal in the Software without
|
|
31
|
-
restriction, including without limitation the rights to use, copy,
|
|
32
|
-
modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
33
|
-
of the Software, and to permit persons to whom the Software is
|
|
34
|
-
furnished to do so, subject to the following conditions:
|
|
35
|
-
|
|
36
|
-
The above copyright notice and this permission notice shall be
|
|
37
|
-
included in all copies or substantial portions of the Software.
|
|
38
|
-
|
|
39
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
40
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
41
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
42
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
|
|
43
|
-
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
|
|
44
|
-
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
45
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
46
|
-
SOFTWARE.
|
|
47
|
-
========================================================================
|
|
48
|
-
(END LICENSE TEXT)
|
|
49
|
-
|
|
50
|
-
The MIT license is compatible with both the GPL and commercial
|
|
51
|
-
software, affording one all of the rights of Public Domain with the
|
|
52
|
-
minor nuisance of being required to keep the above copyright notice
|
|
53
|
-
and license text in the source code. Note also that by accepting the
|
|
54
|
-
Public Domain "license" you can re-license your copy using whatever
|
|
55
|
-
license you like.
|
|
1
|
+
The JsonCpp library's source code, including accompanying documentation,
|
|
2
|
+
tests and demonstration applications, are licensed under the following
|
|
3
|
+
conditions...
|
|
4
|
+
|
|
5
|
+
The author (Baptiste Lepilleur) explicitly disclaims copyright in all
|
|
6
|
+
jurisdictions which recognize such a disclaimer. In such jurisdictions,
|
|
7
|
+
this software is released into the Public Domain.
|
|
8
|
+
|
|
9
|
+
In jurisdictions which do not recognize Public Domain property (e.g. Germany as of
|
|
10
|
+
2010), this software is Copyright (c) 2007-2010 by Baptiste Lepilleur, and is
|
|
11
|
+
released under the terms of the MIT License (see below).
|
|
12
|
+
|
|
13
|
+
In jurisdictions which recognize Public Domain property, the user of this
|
|
14
|
+
software may choose to accept it either as 1) Public Domain, 2) under the
|
|
15
|
+
conditions of the MIT License (see below), or 3) under the terms of dual
|
|
16
|
+
Public Domain/MIT License conditions described here, as they choose.
|
|
17
|
+
|
|
18
|
+
The MIT License is about as close to Public Domain as a license can get, and is
|
|
19
|
+
described in clear, concise terms at:
|
|
20
|
+
|
|
21
|
+
http://en.wikipedia.org/wiki/MIT_License
|
|
22
|
+
|
|
23
|
+
The full text of the MIT License follows:
|
|
24
|
+
|
|
25
|
+
========================================================================
|
|
26
|
+
Copyright (c) 2007-2010 Baptiste Lepilleur
|
|
27
|
+
|
|
28
|
+
Permission is hereby granted, free of charge, to any person
|
|
29
|
+
obtaining a copy of this software and associated documentation
|
|
30
|
+
files (the "Software"), to deal in the Software without
|
|
31
|
+
restriction, including without limitation the rights to use, copy,
|
|
32
|
+
modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
33
|
+
of the Software, and to permit persons to whom the Software is
|
|
34
|
+
furnished to do so, subject to the following conditions:
|
|
35
|
+
|
|
36
|
+
The above copyright notice and this permission notice shall be
|
|
37
|
+
included in all copies or substantial portions of the Software.
|
|
38
|
+
|
|
39
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
40
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
41
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
42
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
|
|
43
|
+
BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
|
|
44
|
+
ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
45
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
46
|
+
SOFTWARE.
|
|
47
|
+
========================================================================
|
|
48
|
+
(END LICENSE TEXT)
|
|
49
|
+
|
|
50
|
+
The MIT license is compatible with both the GPL and commercial
|
|
51
|
+
software, affording one all of the rights of Public Domain with the
|
|
52
|
+
minor nuisance of being required to keep the above copyright notice
|
|
53
|
+
and license text in the source code. Note also that by accepting the
|
|
54
|
+
Public Domain "license" you can re-license your copy using whatever
|
|
55
|
+
license you like.
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
Except where otherwise noted in the source code (e.g. the files hash.c,
|
|
2
|
-
list.c and the trio files, which are covered by a similar licence but
|
|
3
|
-
with different Copyright notices) all the files are:
|
|
4
|
-
|
|
5
|
-
Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved.
|
|
6
|
-
|
|
7
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
9
|
-
in the Software without restriction, including without limitation the rights
|
|
10
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
-
copies of the Software, and to permit persons to whom the Software is fur-
|
|
12
|
-
nished to do so, subject to the following conditions:
|
|
13
|
-
|
|
14
|
-
The above copyright notice and this permission notice shall be included in
|
|
15
|
-
all copies or substantial portions of the Software.
|
|
16
|
-
|
|
17
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
|
|
19
|
-
NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
23
|
-
THE SOFTWARE.
|
|
1
|
+
Except where otherwise noted in the source code (e.g. the files hash.c,
|
|
2
|
+
list.c and the trio files, which are covered by a similar licence but
|
|
3
|
+
with different Copyright notices) all the files are:
|
|
4
|
+
|
|
5
|
+
Copyright (C) 1998-2012 Daniel Veillard. All Rights Reserved.
|
|
6
|
+
|
|
7
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
8
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
9
|
+
in the Software without restriction, including without limitation the rights
|
|
10
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
11
|
+
copies of the Software, and to permit persons to whom the Software is fur-
|
|
12
|
+
nished to do so, subject to the following conditions:
|
|
13
|
+
|
|
14
|
+
The above copyright notice and this permission notice shall be included in
|
|
15
|
+
all copies or substantial portions of the Software.
|
|
16
|
+
|
|
17
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
18
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
|
|
19
|
+
NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
20
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
21
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
22
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
23
|
+
THE SOFTWARE.
|
|
@@ -1,74 +1,74 @@
|
|
|
1
|
-
MiniZip - Copyright (c) 1998-2010 - by Gilles Vollant - version 1.1 64 bits from Mathias Svensson
|
|
2
|
-
|
|
3
|
-
Introduction
|
|
4
|
-
---------------------
|
|
5
|
-
MiniZip 1.1 is built from MiniZip 1.0 by Gilles Vollant ( http://www.winimage.com/zLibDll/minizip.html )
|
|
6
|
-
|
|
7
|
-
When adding ZIP64 support into minizip it would result into risk of breaking compatibility with minizip 1.0.
|
|
8
|
-
All possible work was done for compatibility.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
Background
|
|
12
|
-
---------------------
|
|
13
|
-
When adding ZIP64 support Mathias Svensson found that Even Rouault have added ZIP64
|
|
14
|
-
support for unzip.c into minizip for a open source project called gdal ( http://www.gdal.org/ )
|
|
15
|
-
|
|
16
|
-
That was used as a starting point. And after that ZIP64 support was added to zip.c
|
|
17
|
-
some refactoring and code cleanup was also done.
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
Changed from MiniZip 1.0 to MiniZip 1.1
|
|
21
|
-
---------------------------------------
|
|
22
|
-
* Added ZIP64 support for unzip ( by Even Rouault )
|
|
23
|
-
* Added ZIP64 support for zip ( by Mathias Svensson )
|
|
24
|
-
* Reverted some changed that Even Rouault did.
|
|
25
|
-
* Bunch of patches received from Gulles Vollant that he received for MiniZip from various users.
|
|
26
|
-
* Added unzip patch for BZIP Compression method (patch create by Daniel Borca)
|
|
27
|
-
* Added BZIP Compress method for zip
|
|
28
|
-
* Did some refactoring and code cleanup
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
Credits
|
|
32
|
-
|
|
33
|
-
Gilles Vollant - Original MiniZip author
|
|
34
|
-
Even Rouault - ZIP64 unzip Support
|
|
35
|
-
Daniel Borca - BZip Compression method support in unzip
|
|
36
|
-
Mathias Svensson - ZIP64 zip support
|
|
37
|
-
Mathias Svensson - BZip Compression method support in zip
|
|
38
|
-
|
|
39
|
-
Resources
|
|
40
|
-
|
|
41
|
-
ZipLayout http://result42.com/projects/ZipFileLayout
|
|
42
|
-
Command line tool for Windows that shows the layout and information of the headers in a zip archive.
|
|
43
|
-
Used when debugging and validating the creation of zip files using MiniZip64
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
ZIP App Note http://www.pkware.com/documents/casestudies/APPNOTE.TXT
|
|
47
|
-
Zip File specification
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
Notes.
|
|
51
|
-
* To be able to use BZip compression method in zip64.c or unzip64.c the BZIP2 lib is needed and HAVE_BZIP2 need to be defined.
|
|
52
|
-
|
|
53
|
-
License
|
|
54
|
-
----------------------------------------------------------
|
|
55
|
-
Condition of use and distribution are the same than zlib :
|
|
56
|
-
|
|
57
|
-
This software is provided 'as-is', without any express or implied
|
|
58
|
-
warranty. In no event will the authors be held liable for any damages
|
|
59
|
-
arising from the use of this software.
|
|
60
|
-
|
|
61
|
-
Permission is granted to anyone to use this software for any purpose,
|
|
62
|
-
including commercial applications, and to alter it and redistribute it
|
|
63
|
-
freely, subject to the following restrictions:
|
|
64
|
-
|
|
65
|
-
1. The origin of this software must not be misrepresented; you must not
|
|
66
|
-
claim that you wrote the original software. If you use this software
|
|
67
|
-
in a product, an acknowledgment in the product documentation would be
|
|
68
|
-
appreciated but is not required.
|
|
69
|
-
2. Altered source versions must be plainly marked as such, and must not be
|
|
70
|
-
misrepresented as being the original software.
|
|
71
|
-
3. This notice may not be removed or altered from any source distribution.
|
|
72
|
-
|
|
73
|
-
----------------------------------------------------------
|
|
74
|
-
|
|
1
|
+
MiniZip - Copyright (c) 1998-2010 - by Gilles Vollant - version 1.1 64 bits from Mathias Svensson
|
|
2
|
+
|
|
3
|
+
Introduction
|
|
4
|
+
---------------------
|
|
5
|
+
MiniZip 1.1 is built from MiniZip 1.0 by Gilles Vollant ( http://www.winimage.com/zLibDll/minizip.html )
|
|
6
|
+
|
|
7
|
+
When adding ZIP64 support into minizip it would result into risk of breaking compatibility with minizip 1.0.
|
|
8
|
+
All possible work was done for compatibility.
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
Background
|
|
12
|
+
---------------------
|
|
13
|
+
When adding ZIP64 support Mathias Svensson found that Even Rouault have added ZIP64
|
|
14
|
+
support for unzip.c into minizip for a open source project called gdal ( http://www.gdal.org/ )
|
|
15
|
+
|
|
16
|
+
That was used as a starting point. And after that ZIP64 support was added to zip.c
|
|
17
|
+
some refactoring and code cleanup was also done.
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
Changed from MiniZip 1.0 to MiniZip 1.1
|
|
21
|
+
---------------------------------------
|
|
22
|
+
* Added ZIP64 support for unzip ( by Even Rouault )
|
|
23
|
+
* Added ZIP64 support for zip ( by Mathias Svensson )
|
|
24
|
+
* Reverted some changed that Even Rouault did.
|
|
25
|
+
* Bunch of patches received from Gulles Vollant that he received for MiniZip from various users.
|
|
26
|
+
* Added unzip patch for BZIP Compression method (patch create by Daniel Borca)
|
|
27
|
+
* Added BZIP Compress method for zip
|
|
28
|
+
* Did some refactoring and code cleanup
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
Credits
|
|
32
|
+
|
|
33
|
+
Gilles Vollant - Original MiniZip author
|
|
34
|
+
Even Rouault - ZIP64 unzip Support
|
|
35
|
+
Daniel Borca - BZip Compression method support in unzip
|
|
36
|
+
Mathias Svensson - ZIP64 zip support
|
|
37
|
+
Mathias Svensson - BZip Compression method support in zip
|
|
38
|
+
|
|
39
|
+
Resources
|
|
40
|
+
|
|
41
|
+
ZipLayout http://result42.com/projects/ZipFileLayout
|
|
42
|
+
Command line tool for Windows that shows the layout and information of the headers in a zip archive.
|
|
43
|
+
Used when debugging and validating the creation of zip files using MiniZip64
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
ZIP App Note http://www.pkware.com/documents/casestudies/APPNOTE.TXT
|
|
47
|
+
Zip File specification
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
Notes.
|
|
51
|
+
* To be able to use BZip compression method in zip64.c or unzip64.c the BZIP2 lib is needed and HAVE_BZIP2 need to be defined.
|
|
52
|
+
|
|
53
|
+
License
|
|
54
|
+
----------------------------------------------------------
|
|
55
|
+
Condition of use and distribution are the same than zlib :
|
|
56
|
+
|
|
57
|
+
This software is provided 'as-is', without any express or implied
|
|
58
|
+
warranty. In no event will the authors be held liable for any damages
|
|
59
|
+
arising from the use of this software.
|
|
60
|
+
|
|
61
|
+
Permission is granted to anyone to use this software for any purpose,
|
|
62
|
+
including commercial applications, and to alter it and redistribute it
|
|
63
|
+
freely, subject to the following restrictions:
|
|
64
|
+
|
|
65
|
+
1. The origin of this software must not be misrepresented; you must not
|
|
66
|
+
claim that you wrote the original software. If you use this software
|
|
67
|
+
in a product, an acknowledgment in the product documentation would be
|
|
68
|
+
appreciated but is not required.
|
|
69
|
+
2. Altered source versions must be plainly marked as such, and must not be
|
|
70
|
+
misrepresented as being the original software.
|
|
71
|
+
3. This notice may not be removed or altered from any source distribution.
|
|
72
|
+
|
|
73
|
+
----------------------------------------------------------
|
|
74
|
+
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
*************************************************************************
|
|
2
|
-
** SQLite
|
|
3
|
-
**
|
|
4
|
-
** The author disclaims copyright to this source code. In place of
|
|
5
|
-
** a legal notice, here is a blessing:
|
|
6
|
-
**
|
|
7
|
-
** May you do good and not evil.
|
|
8
|
-
** May you find forgiveness for yourself and forgive others.
|
|
9
|
-
** May you share freely, never taking more than you give.
|
|
10
|
-
**
|
|
11
|
-
*************************************************************************
|
|
1
|
+
*************************************************************************
|
|
2
|
+
** SQLite
|
|
3
|
+
**
|
|
4
|
+
** The author disclaims copyright to this source code. In place of
|
|
5
|
+
** a legal notice, here is a blessing:
|
|
6
|
+
**
|
|
7
|
+
** May you do good and not evil.
|
|
8
|
+
** May you find forgiveness for yourself and forgive others.
|
|
9
|
+
** May you share freely, never taking more than you give.
|
|
10
|
+
**
|
|
11
|
+
*************************************************************************
|
package/iTwinBRepCore.dll
CHANGED
|
Binary file
|
package/iTwinBentley.dll
CHANGED
|
Binary file
|
package/iTwinCurl.dll
CHANGED
|
Binary file
|
package/iTwinDaemon.exe
CHANGED
|
Binary file
|
package/iTwinECObjects.dll
CHANGED
|
Binary file
|
package/iTwinECPresentation.dll
CHANGED
|
Binary file
|
package/iTwinFolly.dll
CHANGED
|
Binary file
|
package/iTwinFreetype2.dll
CHANGED
|
Binary file
|
package/iTwinGeoCoord.dll
CHANGED
|
Binary file
|
package/iTwinGeom.dll
CHANGED
|
Binary file
|
|
Binary file
|
package/iTwinIcu4c.dll
CHANGED
|
Binary file
|
package/iTwinLibxml2.dll
CHANGED
|
Binary file
|
package/iTwinNapi.dll
CHANGED
|
Binary file
|
package/iTwinOpenSSL.dll
CHANGED
|
Binary file
|
package/iTwinPSBRepGeometry.dll
CHANGED
|
Binary file
|
package/iTwinPlatform.dll
CHANGED
|
Binary file
|
package/iTwinPugixml.dll
CHANGED
|
Binary file
|
package/iTwinSQLite.dll
CHANGED
|
Binary file
|
package/iTwinSQLiteEC.dll
CHANGED
|
Binary file
|
package/iTwinUnits.dll
CHANGED
|
Binary file
|