blob: 32bc86a9e5ab8c8539ac8720cfa76df888228478 [file] [log] [blame]
Yohann Roussel4055b812017-10-23 11:46:43 +02001This file lists all licenses for code distributed.
2All non-library code has the following 3-Clause BSD license.
3
4
5Copyright (c) 2016, the R8 project authors.
6All rights reserved.
7
8Redistribution and use in source and binary forms, with or without
9modification, are permitted provided that the following conditions are met:
10
11* Redistributions of source code must retain the above copyright notice, this
12 list of conditions and the following disclaimer.
13
14* Redistributions in binary form must reproduce the above copyright notice,
15 this list of conditions and the following disclaimer in the documentation
16 and/or other materials provided with the distribution.
17
18* Neither the name of Google Inc. nor the names of its
19 contributors may be used to endorse or promote products derived from
20 this software without specific prior written permission.
21
22THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
23AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
25DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
26FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
27DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
28SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
29CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
30OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
31OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32
33Summary of distributed libraries:
34
35- artifact: com.google.guava:guava:+
36 name: Guava Google Core Libraries for Java
37 copyrightHolder: The Guava Authors
38 license: The Apache Software License, Version 2.0
39 licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
Ian Zernyc98907e2021-09-16 07:38:23 +020040 url: https://github.com/google/guava
41- artifact: com.google.guava:failureaccess:+
42 name: Guava InternalFutureFailureAccess and InternalFutures
43 copyrightHolder: The Guava Authors
44 license: The Apache Software License, Version 2.0
45 licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
46 url: https://github.com/google/guava
47- artifact: com.google.guava:listenablefuture
48 name: Guava ListenableFuture only
49 copyrightHolder: The Guava Authors
50 license: The Apache Software License, Version 2.0
51 licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
52 url: https://github.com/google/guava
Mads Agerb1f32602018-05-29 09:49:47 +020053- artifact: com.google.code.gson:gson:+
54 name: Gson
Yohann Roussel4055b812017-10-23 11:46:43 +020055 license: The Apache Software License, Version 2.0
56 licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
Mads Agerb1f32602018-05-29 09:49:47 +020057 url: https://github.com/google/gson
Yohann Roussel4055b812017-10-23 11:46:43 +020058- artifact: it.unimi.dsi:fastutil:+
59 name: fastutil
60 license: Apache License, Version 2.0
61 licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.html
62 url: http://fasutil.di.unimi.it/
63- artifact: net.sf.jopt-simple:jopt-simple:+
64 name: JOpt Simple
65 license: The MIT License
66 licenseUrl: http://www.opensource.org/licenses/mit-license.php
67 url: http://pholser.github.com/jopt-simple
Yohann Roussel4055b812017-10-23 11:46:43 +020068- artifact: org.ow2.asm:asm-commons:+
69 name: ASM Commons
70 copyrightHolder: INRIA, France Telecom
Rico Wind6525fea2018-09-04 18:24:10 +020071 license: BSD
Yohann Roussel4055b812017-10-23 11:46:43 +020072 licenseUrl: http://asm.ow2.org/license.html
73 url: http://asm.ow2.org/index.html
74- artifact: org.ow2.asm:asm-tree:+
75 name: ASM Tree
76 copyrightHolder: INRIA, France Telecom
Rico Wind6525fea2018-09-04 18:24:10 +020077 license: BSD
Yohann Roussel4055b812017-10-23 11:46:43 +020078 licenseUrl: http://asm.ow2.org/license.html
79 url: http://asm.ow2.org/index.html
80- artifact: org.ow2.asm:asm-util:+
81 name: ASM Util
82 copyrightHolder: INRIA, France Telecom
Rico Wind6525fea2018-09-04 18:24:10 +020083 license: BSD
Yohann Roussel4055b812017-10-23 11:46:43 +020084 licenseUrl: http://asm.ow2.org/license.html
85 url: http://asm.ow2.org/index.html
Mads Ager032db592017-11-20 14:33:10 +010086- artifact: org.ow2.asm:asm-analysis:+
87 name: ASM Util
88 copyrightHolder: INRIA, France Telecom
Rico Wind6525fea2018-09-04 18:24:10 +020089 license: BSD
Mads Ager032db592017-11-20 14:33:10 +010090 licenseUrl: http://asm.ow2.org/license.html
91 url: http://asm.ow2.org/index.html
Yohann Roussel4055b812017-10-23 11:46:43 +020092- artifact: org.ow2.asm:asm:+
93 name: ASM Core
94 copyrightHolder: INRIA, France Telecom
Rico Wind6525fea2018-09-04 18:24:10 +020095 license: BSD
Yohann Roussel4055b812017-10-23 11:46:43 +020096 licenseUrl: http://asm.ow2.org/license.html
97 url: http://asm.ow2.org/index.html
Rico Wind14d978e2018-06-11 09:05:00 +020098- artifact: org.jetbrains.kotlin:kotlin-stdlib:+
99 name: org.jetbrains.kotlin:kotlin-stdlib
100 copyrightHolder: JetBrains s.r.o.
101 license: The Apache License, Version 2.0
102 licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
103 url: https://kotlinlang.org/
Mads Ager1232df42018-07-16 11:04:39 +0200104- artifact: org.jetbrains.kotlin:kotlin-stdlib-common:+
105 name: org.jetbrains.kotlin:kotlin-stdlib
106 copyrightHolder: JetBrains s.r.o.
107 license: The Apache License, Version 2.0
108 licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
109 url: https://kotlinlang.org/
Rico Wind14d978e2018-06-11 09:05:00 +0200110- artifact: org.jetbrains.kotlinx:kotlinx-metadata-jvm:+
111 name: org.jetbrains.kotlinx:kotlinx-metadata-jvm
112 copyrightHolder: JetBrains s.r.o.
113 license: The Apache License, Version 2.0
114 licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
115 url: https://kotlinlang.org/
116- artifact: org.jetbrains:annotations:+
117 name: IntelliJ IDEA Annotations
118 copyrightHolder: JetBrains s.r.o.
119 license: The Apache Software License, Version 2.0
120 licenseUrl: http://www.apache.org/licenses/LICENSE-2.0.txt
121 url: http://www.jetbrains.org
Ian Zernyc98907e2021-09-16 07:38:23 +0200122- artifact: org.checkerframework:checker-qual
123 name: Checker Qual
124 copyrightHolder: Checker Framework developers
125 license: The MIT License
126 licenseUrl: http://opensource.org/licenses/MIT
127 url: https://github.com/typetools/checker-framework.git
Yohann Roussel4055b812017-10-23 11:46:43 +0200128
129Licenses details:
130
131
132
133 Apache License
134 Version 2.0, January 2004
135 http://www.apache.org/licenses/
136
137 TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
138
139 1. Definitions.
140
141 "License" shall mean the terms and conditions for use, reproduction,
142 and distribution as defined by Sections 1 through 9 of this document.
143
144 "Licensor" shall mean the copyright owner or entity authorized by
145 the copyright owner that is granting the License.
146
147 "Legal Entity" shall mean the union of the acting entity and all
148 other entities that control, are controlled by, or are under common
149 control with that entity. For the purposes of this definition,
150 "control" means (i) the power, direct or indirect, to cause the
151 direction or management of such entity, whether by contract or
152 otherwise, or (ii) ownership of fifty percent (50%) or more of the
153 outstanding shares, or (iii) beneficial ownership of such entity.
154
155 "You" (or "Your") shall mean an individual or Legal Entity
156 exercising permissions granted by this License.
157
158 "Source" form shall mean the preferred form for making modifications,
159 including but not limited to software source code, documentation
160 source, and configuration files.
161
162 "Object" form shall mean any form resulting from mechanical
163 transformation or translation of a Source form, including but
164 not limited to compiled object code, generated documentation,
165 and conversions to other media types.
166
167 "Work" shall mean the work of authorship, whether in Source or
168 Object form, made available under the License, as indicated by a
169 copyright notice that is included in or attached to the work
170 (an example is provided in the Appendix below).
171
172 "Derivative Works" shall mean any work, whether in Source or Object
173 form, that is based on (or derived from) the Work and for which the
174 editorial revisions, annotations, elaborations, or other modifications
175 represent, as a whole, an original work of authorship. For the purposes
176 of this License, Derivative Works shall not include works that remain
177 separable from, or merely link (or bind by name) to the interfaces of,
178 the Work and Derivative Works thereof.
179
180 "Contribution" shall mean any work of authorship, including
181 the original version of the Work and any modifications or additions
182 to that Work or Derivative Works thereof, that is intentionally
183 submitted to Licensor for inclusion in the Work by the copyright owner
184 or by an individual or Legal Entity authorized to submit on behalf of
185 the copyright owner. For the purposes of this definition, "submitted"
186 means any form of electronic, verbal, or written communication sent
187 to the Licensor or its representatives, including but not limited to
188 communication on electronic mailing lists, source code control systems,
189 and issue tracking systems that are managed by, or on behalf of, the
190 Licensor for the purpose of discussing and improving the Work, but
191 excluding communication that is conspicuously marked or otherwise
192 designated in writing by the copyright owner as "Not a Contribution."
193
194 "Contributor" shall mean Licensor and any individual or Legal Entity
195 on behalf of whom a Contribution has been received by Licensor and
196 subsequently incorporated within the Work.
197
198 2. Grant of Copyright License. Subject to the terms and conditions of
199 this License, each Contributor hereby grants to You a perpetual,
200 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
201 copyright license to reproduce, prepare Derivative Works of,
202 publicly display, publicly perform, sublicense, and distribute the
203 Work and such Derivative Works in Source or Object form.
204
205 3. Grant of Patent License. Subject to the terms and conditions of
206 this License, each Contributor hereby grants to You a perpetual,
207 worldwide, non-exclusive, no-charge, royalty-free, irrevocable
208 (except as stated in this section) patent license to make, have made,
209 use, offer to sell, sell, import, and otherwise transfer the Work,
210 where such license applies only to those patent claims licensable
211 by such Contributor that are necessarily infringed by their
212 Contribution(s) alone or by combination of their Contribution(s)
213 with the Work to which such Contribution(s) was submitted. If You
214 institute patent litigation against any entity (including a
215 cross-claim or counterclaim in a lawsuit) alleging that the Work
216 or a Contribution incorporated within the Work constitutes direct
217 or contributory patent infringement, then any patent licenses
218 granted to You under this License for that Work shall terminate
219 as of the date such litigation is filed.
220
221 4. Redistribution. You may reproduce and distribute copies of the
222 Work or Derivative Works thereof in any medium, with or without
223 modifications, and in Source or Object form, provided that You
224 meet the following conditions:
225
226 (a) You must give any other recipients of the Work or
227 Derivative Works a copy of this License; and
228
229 (b) You must cause any modified files to carry prominent notices
230 stating that You changed the files; and
231
232 (c) You must retain, in the Source form of any Derivative Works
233 that You distribute, all copyright, patent, trademark, and
234 attribution notices from the Source form of the Work,
235 excluding those notices that do not pertain to any part of
236 the Derivative Works; and
237
238 (d) If the Work includes a "NOTICE" text file as part of its
239 distribution, then any Derivative Works that You distribute must
240 include a readable copy of the attribution notices contained
241 within such NOTICE file, excluding those notices that do not
242 pertain to any part of the Derivative Works, in at least one
243 of the following places: within a NOTICE text file distributed
244 as part of the Derivative Works; within the Source form or
245 documentation, if provided along with the Derivative Works; or,
246 within a display generated by the Derivative Works, if and
247 wherever such third-party notices normally appear. The contents
248 of the NOTICE file are for informational purposes only and
249 do not modify the License. You may add Your own attribution
250 notices within Derivative Works that You distribute, alongside
251 or as an addendum to the NOTICE text from the Work, provided
252 that such additional attribution notices cannot be construed
253 as modifying the License.
254
255 You may add Your own copyright statement to Your modifications and
256 may provide additional or different license terms and conditions
257 for use, reproduction, or distribution of Your modifications, or
258 for any such Derivative Works as a whole, provided Your use,
259 reproduction, and distribution of the Work otherwise complies with
260 the conditions stated in this License.
261
262 5. Submission of Contributions. Unless You explicitly state otherwise,
263 any Contribution intentionally submitted for inclusion in the Work
264 by You to the Licensor shall be under the terms and conditions of
265 this License, without any additional terms or conditions.
266 Notwithstanding the above, nothing herein shall supersede or modify
267 the terms of any separate license agreement you may have executed
268 with Licensor regarding such Contributions.
269
270 6. Trademarks. This License does not grant permission to use the trade
271 names, trademarks, service marks, or product names of the Licensor,
272 except as required for reasonable and customary use in describing the
273 origin of the Work and reproducing the content of the NOTICE file.
274
275 7. Disclaimer of Warranty. Unless required by applicable law or
276 agreed to in writing, Licensor provides the Work (and each
277 Contributor provides its Contributions) on an "AS IS" BASIS,
278 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
279 implied, including, without limitation, any warranties or conditions
280 of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
281 PARTICULAR PURPOSE. You are solely responsible for determining the
282 appropriateness of using or redistributing the Work and assume any
283 risks associated with Your exercise of permissions under this License.
284
285 8. Limitation of Liability. In no event and under no legal theory,
286 whether in tort (including negligence), contract, or otherwise,
287 unless required by applicable law (such as deliberate and grossly
288 negligent acts) or agreed to in writing, shall any Contributor be
289 liable to You for damages, including any direct, indirect, special,
290 incidental, or consequential damages of any character arising as a
291 result of this License or out of the use or inability to use the
292 Work (including but not limited to damages for loss of goodwill,
293 work stoppage, computer failure or malfunction, or any and all
294 other commercial damages or losses), even if such Contributor
295 has been advised of the possibility of such damages.
296
297 9. Accepting Warranty or Additional Liability. While redistributing
298 the Work or Derivative Works thereof, You may choose to offer,
299 and charge a fee for, acceptance of support, warranty, indemnity,
300 or other liability obligations and/or rights consistent with this
301 License. However, in accepting such obligations, You may act only
302 on Your own behalf and on Your sole responsibility, not on behalf
303 of any other Contributor, and only if You agree to indemnify,
304 defend, and hold each Contributor harmless for any liability
305 incurred by, or claims asserted against, such Contributor by reason
306 of your accepting any such warranty or additional liability.
307
308 END OF TERMS AND CONDITIONS
309
310 APPENDIX: How to apply the Apache License to your work.
311
312 To apply the Apache License to your work, attach the following
313 boilerplate notice, with the fields enclosed by brackets "[]"
314 replaced with your own identifying information. (Don't include
315 the brackets!) The text should be enclosed in the appropriate
316 comment syntax for the file format. We also recommend that a
317 file or class name and description of purpose be included on the
318 same "printed page" as the copyright notice for easier
319 identification within third-party archives.
320
321 Copyright [yyyy] [name of copyright owner]
322
323 Licensed under the Apache License, Version 2.0 (the "License");
324 you may not use this file except in compliance with the License.
325 You may obtain a copy of the License at
326
327 http://www.apache.org/licenses/LICENSE-2.0
328
329 Unless required by applicable law or agreed to in writing, software
330 distributed under the License is distributed on an "AS IS" BASIS,
331 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
332 See the License for the specific language governing permissions and
333 limitations under the License.
334
335
336Copyright (c) 2000-2011 INRIA, France Telecom
337All rights reserved.
338
339Redistribution and use in source and binary forms, with or without
340modification, are permitted provided that the following conditions
341are met:
342
3431. Redistributions of source code must retain the above copyright
344 notice, this list of conditions and the following disclaimer.
345
3462. Redistributions in binary form must reproduce the above copyright
347 notice, this list of conditions and the following disclaimer in the
348 documentation and/or other materials provided with the distribution.
349
3503. Neither the name of the copyright holders nor the names of its
351 contributors may be used to endorse or promote products derived from
352 this software without specific prior written permission.
353
354THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
355AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
356IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
357ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
358LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
359CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
360SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
361INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
362CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
363ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
364THE POSSIBILITY OF SUCH DAMAGE.
365
366Apache Commons Compress
367Copyright 2002-2016 The Apache Software Foundation
368
369This product includes software developed at
370The Apache Software Foundation (http://www.apache.org/).
371
372The files in the package org.apache.commons.compress.archivers.sevenz
373were derived from the LZMA SDK, version 9.20 (C/ and CPP/7zip/),
374which has been placed in the public domain:
375
376"LZMA SDK is placed in the public domain." (http://www.7-zip.org/sdk.html)
377
378
379 The MIT License
380
381 Copyright (c) 2004-2016 Paul R. Holser, Jr.
382
383 Permission is hereby granted, free of charge, to any person obtaining
384 a copy of this software and associated documentation files (the
385 "Software"), to deal in the Software without restriction, including
386 without limitation the rights to use, copy, modify, merge, publish,
387 distribute, sublicense, and/or sell copies of the Software, and to
388 permit persons to whom the Software is furnished to do so, subject to
389 the following conditions:
390
391 The above copyright notice and this permission notice shall be
392 included in all copies or substantial portions of the Software.
393
394 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
395 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
396 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
397 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
398 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
399 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
400 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.