@@ -2,7 +2,7 @@ Libraries used by blobsaver:
22
33============================================================================
44
5- tsschecker (https://github.com/tihmstar /tsschecker)
5+ tsschecker (https://github.com/1Conan /tsschecker)
66
77- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
88
@@ -25,6 +25,36 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
2525
2626============================================================================
2727
28+ Java Native Access (https://github.com/java-native-access/jna)
29+ 
30+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
31+ 
32+ Java Native Access (JNA) is licensed under the LGPL, version 2.1
33+ or later, or (from version 4.0 onward) the Apache License,
34+ version 2.0.
35+ 
36+ You can freely decide which license you want to apply to the project.
37+ 
38+ You may obtain a copy of the LGPL License at:
39+ 
40+ http://www.gnu.org/licenses/licenses.html
41+ 
42+ A copy is also included in the downloadable source code package
43+ containing JNA, in file "LGPL2.1", under the same directory
44+ as this file.
45+ 
46+ You may obtain a copy of the Apache License at:
47+ 
48+ http://www.apache.org/licenses/
49+ 
50+ A copy is also included in the downloadable source code package
51+ containing JNA, in file "AL2.0", under the same directory
52+ as this file.
53+ 
54+ ============================================================================
55+ 
56+ ============================================================================
57+ 
2858libimobiledevice (https://github.com/libimobiledevice)
2959
3060- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -48,31 +78,23 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
4878
4979============================================================================
5080
51- JSON in Java  (https://github.com/stleary/JSON-java )
81+ Gson  (https://github.com/google/gson )
5282
5383- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
5484
55- Copyright (c) 2002 JSON.org
56- 
57- Permission is hereby granted, free of charge, to any person obtaining a copy
58- of this software and associated documentation files (the "Software"), to deal
59- in the Software without restriction, including without limitation the rights
60- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
61- copies of the Software, and to permit persons to whom the Software is
62- furnished to do so, subject to the following conditions:
85+ Copyright 2008 Google Inc.
6386
64- The above copyright notice and this permission notice shall be included in all
65- copies or substantial portions of the Software.
87+ Licensed under the Apache License, Version 2.0 (the "License");
88+ you may not use this file except in compliance with the License.
89+ You may obtain a copy of the License at
6690
67- The Software shall be used for Good, not Evil. 
91+  http://www.apache.org/licenses/LICENSE-2.0 
6892
69- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
70- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
71- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
72- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
73- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
74- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
75- SOFTWARE.
93+ Unless required by applicable law or agreed to in writing, software
94+ distributed under the License is distributed on an "AS IS" BASIS,
95+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
96+ See the License for the specific language governing permissions and
97+ limitations under the License.
7698
7799============================================================================
78100
@@ -109,3 +131,85 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
109131
110132============================================================================
111133
134+ ============================================================================
135+ 
136+ Apache Commons Compress (https://github.com/apache/commons-compress)
137+ 
138+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
139+ 
140+ Copyright 2002-2023 The Apache Software Foundation
141+ 
142+ This product includes software developed at
143+ The Apache Software Foundation (https://www.apache.org/).
144+ 
145+ ---
146+ 
147+ The files in the package org.apache.commons.compress.archivers.sevenz
148+ were derived from the LZMA SDK, version 9.20 (C/ and CPP/7zip/),
149+ which has been placed in the public domain:
150+ 
151+ "LZMA SDK is placed in the public domain." (http://www.7-zip.org/sdk.html)
152+ 
153+ ---
154+ 
155+ The test file lbzip2_32767.bz2 has been copied from libbzip2's source
156+ repository:
157+ 
158+ This program, "bzip2", the associated library "libbzip2", and all
159+ documentation, are copyright (C) 1996-2019 Julian R Seward. All
160+ rights reserved.
161+ 
162+ Redistribution and use in source and binary forms, with or without
163+ modification, are permitted provided that the following conditions
164+ are met:
165+ 
166+ 1. Redistributions of source code must retain the above copyright
167+  notice, this list of conditions and the following disclaimer.
168+ 
169+ 2. The origin of this software must not be misrepresented; you must
170+  not claim that you wrote the original software. If you use this
171+  software in a product, an acknowledgment in the product
172+  documentation would be appreciated but is not required.
173+ 
174+ 3. Altered source versions must be plainly marked as such, and must
175+  not be misrepresented as being the original software.
176+ 
177+ 4. The name of the author may not be used to endorse or promote
178+  products derived from this software without specific prior written
179+  permission.
180+ 
181+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
182+ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
183+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
184+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
185+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
186+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
187+ GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
188+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
189+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
190+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
191+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
192+ 
193+ Julian Seward, jseward@acm.org
194+ 
195+ ============================================================================
196+ 
197+ ============================================================================
198+ 
199+ Picocli (https://github.com/remkop/picocli)
200+ 
201+ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
202+ 
203+ Licensed under the Apache License, Version 2.0 (the "License");
204+ you may not use this file except in compliance with the License.
205+ You may obtain a copy of the License at
206+ 
207+  http://www.apache.org/licenses/LICENSE-2.0
208+ 
209+ Unless required by applicable law or agreed to in writing, software
210+ distributed under the License is distributed on an "AS IS" BASIS,
211+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
212+ See the License for the specific language governing permissions and
213+ limitations under the License.
214+ 
215+ ============================================================================
0 commit comments