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