3
3
Version information of libraries compiled into lib3mf:
4
4
-----------------------------------------
5
5
6
- libzip 1.7.3
6
+ libzip v1.10.1
7
7
https://libzip.org/license/
8
- Copyright (C) 1999-2020 Dieter Baron and Thomas Klausner
9
-
10
- The authors can be contacted at <
[email protected] >
11
-
12
- Redistribution and use in source and binary forms, with or without
13
- modification, are permitted provided that the following conditions
14
- are met:
15
-
16
- 1. Redistributions of source code must retain the above copyright
17
- notice, this list of conditions and the following disclaimer.
18
-
19
- 2. Redistributions in binary form must reproduce the above copyright
20
- notice, this list of conditions and the following disclaimer in
21
- the documentation and/or other materials provided with the
22
- distribution.
23
-
24
- 3. The names of the authors may not be used to endorse or promote
25
- products derived from this software without specific prior
26
- written permission.
27
-
28
- THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
29
- OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
30
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
31
- ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
32
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
33
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
34
- GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
35
- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
36
- IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
37
- OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
38
- IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
39
-
40
-
41
- zlib 1.2.11
8
+ Copyright (C) 1999-2022 Dieter Baron and Thomas Klausner
9
+
10
+ This file is part of libzip, a library to manipulate ZIP archives.
11
+ The authors can be contacted at <
[email protected] >
12
+
13
+ Redistribution and use in source and binary forms, with or without
14
+ modification, are permitted provided that the following conditions
15
+ are met:
16
+ 1. Redistributions of source code must retain the above copyright
17
+ notice, this list of conditions and the following disclaimer.
18
+ 2. Redistributions in binary form must reproduce the above copyright
19
+ notice, this list of conditions and the following disclaimer in
20
+ the documentation and/or other materials provided with the
21
+ distribution.
22
+ 3. The names of the authors may not be used to endorse or promote
23
+ products derived from this software without specific prior
24
+ written permission.
25
+
26
+ THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS
27
+ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
28
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
29
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
30
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
31
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
32
+ GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
33
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
34
+ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
35
+ OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
36
+ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
37
+
38
+ zlib 1.3.0
42
39
http://www.zlib.net/zlib_license.html
43
- Copyright (C) 1995-2017 Jean-loup Gailly and Mark Adler
40
+ Copyright notice:
44
41
45
- This software is provided 'as-is', without any express or implied
46
- warranty. In no event will the authors be held liable for any damages
47
- arising from the use of this software.
42
+ (C) 1995-2024 Jean-loup Gailly and Mark Adler
48
43
49
- Permission is granted to anyone to use this software for any purpose,
50
- including commercial applications, and to alter it and redistribute it
51
- freely, subject to the following restrictions:
44
+ This software is provided 'as-is', without any express or implied
45
+ warranty. In no event will the authors be held liable for any damages
46
+ arising from the use of this software.
52
47
53
- 1. The origin of this software must not be misrepresented; you must not
54
- claim that you wrote the original software. If you use this software
55
- in a product, an acknowledgment in the product documentation would be
56
- appreciated but is not required.
57
- 2. Altered source versions must be plainly marked as such, and must not be
58
- misrepresented as being the original software.
59
- 3. This notice may not be removed or altered from any source distribution.
48
+ Permission is granted to anyone to use this software for any purpose,
49
+ including commercial applications, and to alter it and redistribute it
50
+ freely, subject to the following restrictions:
60
51
61
- Jean-loup Gailly Mark Adler
62
-
52
+ 1. The origin of this software must not be misrepresented; you must not
53
+ claim that you wrote the original software. If you use this software
54
+ in a product, an acknowledgment in the product documentation would be
55
+ appreciated but is not required.
56
+ 2. Altered source versions must be plainly marked as such, and must not be
57
+ misrepresented as being the original software.
58
+ 3. This notice may not be removed or altered from any source distribution.
63
59
64
- The data format used by the zlib library is described by RFCs (Request for
65
- Comments) 1950 to 1952 in the files http://tools.ietf.org/html/rfc1950
66
- (zlib format), rfc1951 (deflate format) and rfc1952 (gzip format).
60
+ Jean-loup Gailly Mark Adler
61
+
67
62
68
63
69
- cpp-base64 1.01.00
64
+ cpp-base64 v2.rc.08
70
65
https://github.com/ReneNyffenegger/cpp-base64/blob/master/LICENSE
71
66
Copyright © 2004-2017 by René Nyffenegger
72
67
@@ -86,4 +81,35 @@ freely, subject to the following restrictions:
86
81
2. Altered source versions must be plainly marked as such, and must not be
87
82
misrepresented as being the original source code.
88
83
89
- 3. This notice may not be removed or altered from any source distribution.
84
+ 3. This notice may not be removed or altered from any source distribution.
85
+
86
+
87
+ fast_float v6.0.0
88
+ https://github.com/fastfloat/fast_float/blob/main/LICENSE-MIT
89
+ MIT License
90
+
91
+ Copyright (c) 2021 The fast_float authors
92
+
93
+ Permission is hereby granted, free of charge, to any
94
+ person obtaining a copy of this software and associated
95
+ documentation files (the "Software"), to deal in the
96
+ Software without restriction, including without
97
+ limitation the rights to use, copy, modify, merge,
98
+ publish, distribute, sublicense, and/or sell copies of
99
+ the Software, and to permit persons to whom the Software
100
+ is furnished to do so, subject to the following
101
+ conditions:
102
+
103
+ The above copyright notice and this permission notice
104
+ shall be included in all copies or substantial portions
105
+ of the Software.
106
+
107
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
108
+ ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
109
+ TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
110
+ PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
111
+ SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
112
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
113
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
114
+ IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
115
+ DEALINGS IN THE SOFTWARE.
0 commit comments