@tungcorn/spacelens 0.1.7 → 0.1.9
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/licenses/QT_SOURCE_OFFER.md +5 -3
- package/licenses/THIRD_PARTY_NOTICES.txt +25 -0
- package/native/THIRD_PARTY_NOTICES.txt +25 -0
- package/native/licenses/QT_SOURCE_OFFER.md +5 -3
- package/native/licenses/miniz/LICENSE +22 -0
- package/native/licenses/pugixml/LICENSE.md +24 -0
- package/native/spacelens-gui.exe +0 -0
- package/native/spacelens-mcp.exe +0 -0
- package/native/spacelens.exe +0 -0
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Written offer of Qt 6.8.3 corresponding source
|
|
2
2
|
|
|
3
3
|
This is a maintainer-controlled written offer for the Qt libraries
|
|
4
|
-
dynamically shipped with SpaceLens 0.1.
|
|
4
|
+
dynamically shipped with SpaceLens 0.1.9. It is not legal advice.
|
|
5
5
|
It is not the SpaceLens MIT license. Qt remains under the licenses
|
|
6
6
|
declared by the Qt 6.8.3 kit.
|
|
7
7
|
|
|
@@ -9,10 +9,12 @@ declared by the Qt 6.8.3 kit.
|
|
|
9
9
|
|
|
10
10
|
The SpaceLens maintainer offers to give you a copy of the Corresponding
|
|
11
11
|
Source for the Qt 6.8.3 modules and plugins actually distributed with
|
|
12
|
-
`spacelens-v0.1.
|
|
12
|
+
`spacelens-v0.1.9-windows-x64.zip`, for as long as SpaceLens continues
|
|
13
13
|
to distribute those binaries and for at least three years after each
|
|
14
14
|
such distribution. The same offer remains in force for the historical
|
|
15
|
-
v0.1.
|
|
15
|
+
v0.1.8 unified archive `spacelens-v0.1.8-windows-x64.zip`, the
|
|
16
|
+
historical v0.1.7 unified archive `spacelens-v0.1.7-windows-x64.zip`, the
|
|
17
|
+
historical v0.1.6 unified archive `spacelens-v0.1.6-windows-x64.zip`, the
|
|
16
18
|
historical v0.1.5 unified archive `spacelens-v0.1.5-windows-x64.zip`, the
|
|
17
19
|
historical v0.1.4 unified archive `spacelens-v0.1.4-windows-x64.zip`, the
|
|
18
20
|
historical v0.1.3 unified archive `spacelens-v0.1.3-windows-x64.zip`, the
|
|
@@ -67,6 +67,31 @@ disclaims copyright and offers the blessing reproduced in the
|
|
|
67
67
|
source tree at third_party/sqlite/sqlite3.h. That blessing is
|
|
68
68
|
not a SpaceLens license and is independent of Qt.
|
|
69
69
|
|
|
70
|
+
miniz 3.1.2
|
|
71
|
+
-----------
|
|
72
|
+
Statically linked into spacelens_core from the vendored miniz 3.1.2
|
|
73
|
+
source. SpaceLens uses miniz for bounded, read-only ZIP structure,
|
|
74
|
+
decompression, and CRC validation through in-memory/random-access
|
|
75
|
+
callbacks. The build uses MINIZ_NO_STDIO=1, MINIZ_NO_TIME=1, and
|
|
76
|
+
MINIZ_NO_ARCHIVE_WRITING_APIS=1. No miniz executable or runtime DLL is
|
|
77
|
+
shipped.
|
|
78
|
+
|
|
79
|
+
Upstream: https://github.com/richgel999/miniz
|
|
80
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
81
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
82
|
+
The verbatim MIT license text is in licenses\miniz\LICENSE.
|
|
83
|
+
|
|
84
|
+
pugixml 1.16
|
|
85
|
+
------------
|
|
86
|
+
Statically linked into spacelens_core from the vendored pugixml 1.16
|
|
87
|
+
source. SpaceLens uses pugixml for size-, depth-, and node-bounded
|
|
88
|
+
in-memory OOXML validation. The build uses PUGIXML_NO_XPATH=1. No
|
|
89
|
+
pugixml executable or runtime DLL is shipped.
|
|
90
|
+
|
|
91
|
+
Upstream: https://github.com/zeux/pugixml
|
|
92
|
+
Copyright (c) 2006-2026 Arseny Kapoulkine
|
|
93
|
+
The verbatim MIT license text is in licenses\pugixml\LICENSE.md.
|
|
94
|
+
|
|
70
95
|
Windows SDK D3D / DXC compilers
|
|
71
96
|
-------------------------------
|
|
72
97
|
Not shipped. windeployqt is invoked with
|
|
@@ -67,6 +67,31 @@ disclaims copyright and offers the blessing reproduced in the
|
|
|
67
67
|
source tree at third_party/sqlite/sqlite3.h. That blessing is
|
|
68
68
|
not a SpaceLens license and is independent of Qt.
|
|
69
69
|
|
|
70
|
+
miniz 3.1.2
|
|
71
|
+
-----------
|
|
72
|
+
Statically linked into spacelens_core from the vendored miniz 3.1.2
|
|
73
|
+
source. SpaceLens uses miniz for bounded, read-only ZIP structure,
|
|
74
|
+
decompression, and CRC validation through in-memory/random-access
|
|
75
|
+
callbacks. The build uses MINIZ_NO_STDIO=1, MINIZ_NO_TIME=1, and
|
|
76
|
+
MINIZ_NO_ARCHIVE_WRITING_APIS=1. No miniz executable or runtime DLL is
|
|
77
|
+
shipped.
|
|
78
|
+
|
|
79
|
+
Upstream: https://github.com/richgel999/miniz
|
|
80
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
81
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
82
|
+
The verbatim MIT license text is in licenses\miniz\LICENSE.
|
|
83
|
+
|
|
84
|
+
pugixml 1.16
|
|
85
|
+
------------
|
|
86
|
+
Statically linked into spacelens_core from the vendored pugixml 1.16
|
|
87
|
+
source. SpaceLens uses pugixml for size-, depth-, and node-bounded
|
|
88
|
+
in-memory OOXML validation. The build uses PUGIXML_NO_XPATH=1. No
|
|
89
|
+
pugixml executable or runtime DLL is shipped.
|
|
90
|
+
|
|
91
|
+
Upstream: https://github.com/zeux/pugixml
|
|
92
|
+
Copyright (c) 2006-2026 Arseny Kapoulkine
|
|
93
|
+
The verbatim MIT license text is in licenses\pugixml\LICENSE.md.
|
|
94
|
+
|
|
70
95
|
Windows SDK D3D / DXC compilers
|
|
71
96
|
-------------------------------
|
|
72
97
|
Not shipped. windeployqt is invoked with
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Written offer of Qt 6.8.3 corresponding source
|
|
2
2
|
|
|
3
3
|
This is a maintainer-controlled written offer for the Qt libraries
|
|
4
|
-
dynamically shipped with SpaceLens 0.1.
|
|
4
|
+
dynamically shipped with SpaceLens 0.1.9. It is not legal advice.
|
|
5
5
|
It is not the SpaceLens MIT license. Qt remains under the licenses
|
|
6
6
|
declared by the Qt 6.8.3 kit.
|
|
7
7
|
|
|
@@ -9,10 +9,12 @@ declared by the Qt 6.8.3 kit.
|
|
|
9
9
|
|
|
10
10
|
The SpaceLens maintainer offers to give you a copy of the Corresponding
|
|
11
11
|
Source for the Qt 6.8.3 modules and plugins actually distributed with
|
|
12
|
-
`spacelens-v0.1.
|
|
12
|
+
`spacelens-v0.1.9-windows-x64.zip`, for as long as SpaceLens continues
|
|
13
13
|
to distribute those binaries and for at least three years after each
|
|
14
14
|
such distribution. The same offer remains in force for the historical
|
|
15
|
-
v0.1.
|
|
15
|
+
v0.1.8 unified archive `spacelens-v0.1.8-windows-x64.zip`, the
|
|
16
|
+
historical v0.1.7 unified archive `spacelens-v0.1.7-windows-x64.zip`, the
|
|
17
|
+
historical v0.1.6 unified archive `spacelens-v0.1.6-windows-x64.zip`, the
|
|
16
18
|
historical v0.1.5 unified archive `spacelens-v0.1.5-windows-x64.zip`, the
|
|
17
19
|
historical v0.1.4 unified archive `spacelens-v0.1.4-windows-x64.zip`, the
|
|
18
20
|
historical v0.1.3 unified archive `spacelens-v0.1.3-windows-x64.zip`, the
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Copyright 2013-2014 RAD Game Tools and Valve Software
|
|
2
|
+
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
|
|
3
|
+
|
|
4
|
+
All Rights Reserved.
|
|
5
|
+
|
|
6
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
8
|
+
in the Software without restriction, including without limitation the rights
|
|
9
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
11
|
+
furnished to do so, subject to the following conditions:
|
|
12
|
+
|
|
13
|
+
The above copyright notice and this permission notice shall be included in
|
|
14
|
+
all copies or substantial portions of the Software.
|
|
15
|
+
|
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
18
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
19
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
20
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
21
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
22
|
+
THE SOFTWARE.
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2006-2026 Arseny Kapoulkine
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person
|
|
6
|
+
obtaining a copy of this software and associated documentation
|
|
7
|
+
files (the "Software"), to deal in the Software without
|
|
8
|
+
restriction, including without limitation the rights to use,
|
|
9
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
10
|
+
copies of the Software, and to permit persons to whom the
|
|
11
|
+
Software is furnished to do so, subject to the following
|
|
12
|
+
conditions:
|
|
13
|
+
|
|
14
|
+
The above copyright notice and this permission notice shall be
|
|
15
|
+
included in all copies or substantial portions of the Software.
|
|
16
|
+
|
|
17
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
18
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
19
|
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
20
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
21
|
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
22
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
23
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
24
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
package/native/spacelens-gui.exe
CHANGED
|
Binary file
|
package/native/spacelens-mcp.exe
CHANGED
|
Binary file
|
package/native/spacelens.exe
CHANGED
|
Binary file
|
package/package.json
CHANGED