From ce3107d211a046028a6a549d81050e47cd6e6697 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Thu, 13 Jul 2023 16:02:10 +0000 Subject: Upgrade kotlinc to v1.9.0 This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update kotlinc For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: Ideceec2d970b57c4b92bf2ae7131582d028f4a83 --- METADATA | 8 +- build.txt | 2 +- lib/allopen-compiler-plugin.jar | Bin 23724 -> 24000 bytes lib/android-extensions-compiler.jar | Bin 492419 -> 494659 bytes lib/android-extensions-runtime.jar | Bin 9593 -> 9711 bytes lib/assignment-compiler-plugin.jar | Bin 52265 -> 51919 bytes lib/js.engines.jar | Bin 11126 -> 11279 bytes lib/jvm-abi-gen.jar | Bin 1177854 -> 1186915 bytes lib/kotlin-annotation-processing-cli.jar | Bin 26347 -> 27791 bytes lib/kotlin-annotation-processing-runtime.jar | Bin 1377 -> 1376 bytes lib/kotlin-annotation-processing.jar | Bin 481458 -> 468269 bytes lib/kotlin-ant.jar | Bin 25356 -> 25466 bytes lib/kotlin-compiler.jar | Bin 55137299 -> 60219212 bytes lib/kotlin-daemon-client.jar | Bin 675469 -> 581742 bytes lib/kotlin-daemon.jar | Bin 733096 -> 396785 bytes lib/kotlin-imports-dumper-compiler-plugin.jar | Bin 274006 -> 507362 bytes lib/kotlin-main-kts.jar | Bin 6572469 -> 6623845 bytes lib/kotlin-preloader.jar | Bin 52271 -> 52270 bytes lib/kotlin-reflect-sources.jar | Bin 713762 -> 724522 bytes lib/kotlin-reflect.jar | Bin 3155363 -> 3223171 bytes lib/kotlin-runner.jar | Bin 30873 -> 31243 bytes lib/kotlin-script-runtime.jar | Bin 42824 -> 43291 bytes lib/kotlin-scripting-common.jar | Bin 226059 -> 227036 bytes lib/kotlin-scripting-compiler-impl.jar | Bin 317456 -> 319069 bytes lib/kotlin-scripting-compiler.jar | Bin 376451 -> 426015 bytes lib/kotlin-scripting-js.jar | Bin 7602 -> 0 bytes lib/kotlin-scripting-jvm.jar | Bin 200054 -> 200884 bytes lib/kotlin-serialization-compiler-plugin.jar | Bin 0 -> 987266 bytes lib/kotlin-stdlib-jdk7.jar | Bin 959 -> 958 bytes lib/kotlin-stdlib-jdk8.jar | Bin 965 -> 963 bytes lib/kotlin-stdlib-js-sources.jar | Bin 523365 -> 515568 bytes lib/kotlin-stdlib-js.jar | Bin 4331907 -> 3590611 bytes lib/kotlin-stdlib-sources.jar | Bin 567552 -> 591502 bytes lib/kotlin-stdlib.jar | Bin 1636556 -> 1708006 bytes lib/kotlin-test-js.jar | Bin 107546 -> 108326 bytes lib/kotlin-test-junit.jar | Bin 5146 -> 5143 bytes lib/kotlin-test-junit5.jar | Bin 5121 -> 5119 bytes lib/kotlin-test-sources.jar | Bin 2272 -> 10504 bytes lib/kotlin-test-testng.jar | Bin 5144 -> 5143 bytes lib/kotlin-test.jar | Bin 133094 -> 133548 bytes lib/kotlinx-serialization-compiler-plugin.jar | Bin 918106 -> 987266 bytes lib/lombok-compiler-plugin.jar | Bin 319772 -> 327423 bytes lib/noarg-compiler-plugin.jar | Bin 62067 -> 62470 bytes lib/parcelize-compiler.jar | Bin 357668 -> 329160 bytes lib/parcelize-runtime.jar | Bin 6996 -> 6998 bytes lib/sam-with-receiver-compiler-plugin.jar | Bin 18513 -> 18711 bytes license/COPYRIGHT.txt | 2 +- license/COPYRIGHT_HEADER.txt | 2 +- license/NOTICE.txt | 2 +- license/README.md | 11 +- license/third_party/aalto_xml_licence.txt | 202 +++++++++++++++++++++ license/third_party/caffeine_LICENSE.txt | 202 +++++++++++++++++++++ license/third_party/gradle-node-plugin_LICENSE.txt | 201 ++++++++++++++++++++ license/third_party/stax2-api.txt | 13 ++ 54 files changed, 635 insertions(+), 10 deletions(-) delete mode 100644 lib/kotlin-scripting-js.jar create mode 100644 lib/kotlin-serialization-compiler-plugin.jar create mode 100644 license/third_party/aalto_xml_licence.txt create mode 100644 license/third_party/caffeine_LICENSE.txt create mode 100644 license/third_party/gradle-node-plugin_LICENSE.txt create mode 100644 license/third_party/stax2-api.txt diff --git a/METADATA b/METADATA index 0d43d37..af7ee45 100644 --- a/METADATA +++ b/METADATA @@ -11,18 +11,18 @@ third_party { } url { type: ARCHIVE - value: "https://github.com/JetBrains/kotlin/releases/download/v1.8.10/kotlin-compiler-1.8.10.zip" + value: "https://github.com/JetBrains/kotlin/releases/download/v1.9.0/kotlin-compiler-1.9.0.zip" } url { type: ARCHIVE value: "https://repo1.maven.org/maven2/org/jetbrains/intellij/deps/trove4j/1.0.20200330/trove4j-1.0.20200330-sources.jar" } - version: "v1.8.10" + version: "v1.9.0" license_type: RESTRICTED license_note: "would be RECIPROCAL save for:\n license/third_party/rhino_LICENSE.txt\n license/third_party/testdata/findbugs_license.txt\n license/third_party/trove_license.txt\n license/third_party/trove_readme_license.txt" last_upgrade_date { year: 2023 - month: 3 - day: 20 + month: 7 + day: 13 } } diff --git a/build.txt b/build.txt index 451ae1d..3e3f593 100644 --- a/build.txt +++ b/build.txt @@ -1 +1 @@ -1.8.10-release-430 \ No newline at end of file +1.9.0-release-358 \ No newline at end of file diff --git a/lib/allopen-compiler-plugin.jar b/lib/allopen-compiler-plugin.jar index 65b9267..e4ae97b 100644 Binary files a/lib/allopen-compiler-plugin.jar and b/lib/allopen-compiler-plugin.jar differ diff --git a/lib/android-extensions-compiler.jar b/lib/android-extensions-compiler.jar index d32077a..006e020 100644 Binary files a/lib/android-extensions-compiler.jar and b/lib/android-extensions-compiler.jar differ diff --git a/lib/android-extensions-runtime.jar b/lib/android-extensions-runtime.jar index 55c94fb..75061fe 100644 Binary files a/lib/android-extensions-runtime.jar and b/lib/android-extensions-runtime.jar differ diff --git a/lib/assignment-compiler-plugin.jar b/lib/assignment-compiler-plugin.jar index 5fbf0cd..4aa67d3 100644 Binary files a/lib/assignment-compiler-plugin.jar and b/lib/assignment-compiler-plugin.jar differ diff --git a/lib/js.engines.jar b/lib/js.engines.jar index 71f046e..cc94f8d 100644 Binary files a/lib/js.engines.jar and b/lib/js.engines.jar differ diff --git a/lib/jvm-abi-gen.jar b/lib/jvm-abi-gen.jar index aaaf4b5..2e1b815 100644 Binary files a/lib/jvm-abi-gen.jar and b/lib/jvm-abi-gen.jar differ diff --git a/lib/kotlin-annotation-processing-cli.jar b/lib/kotlin-annotation-processing-cli.jar index 316726e..b9a4c36 100644 Binary files a/lib/kotlin-annotation-processing-cli.jar and b/lib/kotlin-annotation-processing-cli.jar differ diff --git a/lib/kotlin-annotation-processing-runtime.jar b/lib/kotlin-annotation-processing-runtime.jar index 12846a1..0e5e0e7 100644 Binary files a/lib/kotlin-annotation-processing-runtime.jar and b/lib/kotlin-annotation-processing-runtime.jar differ diff --git a/lib/kotlin-annotation-processing.jar b/lib/kotlin-annotation-processing.jar index bb715ab..2e7c351 100644 Binary files a/lib/kotlin-annotation-processing.jar and b/lib/kotlin-annotation-processing.jar differ diff --git a/lib/kotlin-ant.jar b/lib/kotlin-ant.jar index 6c6ca88..1a23325 100644 Binary files a/lib/kotlin-ant.jar and b/lib/kotlin-ant.jar differ diff --git a/lib/kotlin-compiler.jar b/lib/kotlin-compiler.jar index c5de50b..529d573 100644 Binary files a/lib/kotlin-compiler.jar and b/lib/kotlin-compiler.jar differ diff --git a/lib/kotlin-daemon-client.jar b/lib/kotlin-daemon-client.jar index 79939db..32e9a77 100644 Binary files a/lib/kotlin-daemon-client.jar and b/lib/kotlin-daemon-client.jar differ diff --git a/lib/kotlin-daemon.jar b/lib/kotlin-daemon.jar index a4d7557..3018a8a 100644 Binary files a/lib/kotlin-daemon.jar and b/lib/kotlin-daemon.jar differ diff --git a/lib/kotlin-imports-dumper-compiler-plugin.jar b/lib/kotlin-imports-dumper-compiler-plugin.jar index 2f79383..5d372b8 100644 Binary files a/lib/kotlin-imports-dumper-compiler-plugin.jar and b/lib/kotlin-imports-dumper-compiler-plugin.jar differ diff --git a/lib/kotlin-main-kts.jar b/lib/kotlin-main-kts.jar index b7ca359..6dbfe16 100644 Binary files a/lib/kotlin-main-kts.jar and b/lib/kotlin-main-kts.jar differ diff --git a/lib/kotlin-preloader.jar b/lib/kotlin-preloader.jar index af826c8..a2b8ea2 100644 Binary files a/lib/kotlin-preloader.jar and b/lib/kotlin-preloader.jar differ diff --git a/lib/kotlin-reflect-sources.jar b/lib/kotlin-reflect-sources.jar index d48f824..61d3eb7 100644 Binary files a/lib/kotlin-reflect-sources.jar and b/lib/kotlin-reflect-sources.jar differ diff --git a/lib/kotlin-reflect.jar b/lib/kotlin-reflect.jar index cb3043a..944ae45 100644 Binary files a/lib/kotlin-reflect.jar and b/lib/kotlin-reflect.jar differ diff --git a/lib/kotlin-runner.jar b/lib/kotlin-runner.jar index 42f1e42..1ea430b 100644 Binary files a/lib/kotlin-runner.jar and b/lib/kotlin-runner.jar differ diff --git a/lib/kotlin-script-runtime.jar b/lib/kotlin-script-runtime.jar index eae2b53..99c892a 100644 Binary files a/lib/kotlin-script-runtime.jar and b/lib/kotlin-script-runtime.jar differ diff --git a/lib/kotlin-scripting-common.jar b/lib/kotlin-scripting-common.jar index 5a17024..e73e220 100644 Binary files a/lib/kotlin-scripting-common.jar and b/lib/kotlin-scripting-common.jar differ diff --git a/lib/kotlin-scripting-compiler-impl.jar b/lib/kotlin-scripting-compiler-impl.jar index 670dfdb..d7ce2f6 100644 Binary files a/lib/kotlin-scripting-compiler-impl.jar and b/lib/kotlin-scripting-compiler-impl.jar differ diff --git a/lib/kotlin-scripting-compiler.jar b/lib/kotlin-scripting-compiler.jar index 769a9e7..2d3aab4 100644 Binary files a/lib/kotlin-scripting-compiler.jar and b/lib/kotlin-scripting-compiler.jar differ diff --git a/lib/kotlin-scripting-js.jar b/lib/kotlin-scripting-js.jar deleted file mode 100644 index 7c9ef44..0000000 Binary files a/lib/kotlin-scripting-js.jar and /dev/null differ diff --git a/lib/kotlin-scripting-jvm.jar b/lib/kotlin-scripting-jvm.jar index 4c86975..b905bae 100644 Binary files a/lib/kotlin-scripting-jvm.jar and b/lib/kotlin-scripting-jvm.jar differ diff --git a/lib/kotlin-serialization-compiler-plugin.jar b/lib/kotlin-serialization-compiler-plugin.jar new file mode 100644 index 0000000..bf58fc8 Binary files /dev/null and b/lib/kotlin-serialization-compiler-plugin.jar differ diff --git a/lib/kotlin-stdlib-jdk7.jar b/lib/kotlin-stdlib-jdk7.jar index 58e674e..95b3d56 100644 Binary files a/lib/kotlin-stdlib-jdk7.jar and b/lib/kotlin-stdlib-jdk7.jar differ diff --git a/lib/kotlin-stdlib-jdk8.jar b/lib/kotlin-stdlib-jdk8.jar index 55fd887..0df3946 100644 Binary files a/lib/kotlin-stdlib-jdk8.jar and b/lib/kotlin-stdlib-jdk8.jar differ diff --git a/lib/kotlin-stdlib-js-sources.jar b/lib/kotlin-stdlib-js-sources.jar index 731d296..6d1548a 100644 Binary files a/lib/kotlin-stdlib-js-sources.jar and b/lib/kotlin-stdlib-js-sources.jar differ diff --git a/lib/kotlin-stdlib-js.jar b/lib/kotlin-stdlib-js.jar index 8de9687..6cffc6a 100644 Binary files a/lib/kotlin-stdlib-js.jar and b/lib/kotlin-stdlib-js.jar differ diff --git a/lib/kotlin-stdlib-sources.jar b/lib/kotlin-stdlib-sources.jar index b43ee34..d5d1d1f 100644 Binary files a/lib/kotlin-stdlib-sources.jar and b/lib/kotlin-stdlib-sources.jar differ diff --git a/lib/kotlin-stdlib.jar b/lib/kotlin-stdlib.jar index 696f9b3..28a7740 100644 Binary files a/lib/kotlin-stdlib.jar and b/lib/kotlin-stdlib.jar differ diff --git a/lib/kotlin-test-js.jar b/lib/kotlin-test-js.jar index 694d1ec..65fba5a 100644 Binary files a/lib/kotlin-test-js.jar and b/lib/kotlin-test-js.jar differ diff --git a/lib/kotlin-test-junit.jar b/lib/kotlin-test-junit.jar index 96c6cff..042ab5a 100644 Binary files a/lib/kotlin-test-junit.jar and b/lib/kotlin-test-junit.jar differ diff --git a/lib/kotlin-test-junit5.jar b/lib/kotlin-test-junit5.jar index c0be81c..70fd5f1 100644 Binary files a/lib/kotlin-test-junit5.jar and b/lib/kotlin-test-junit5.jar differ diff --git a/lib/kotlin-test-sources.jar b/lib/kotlin-test-sources.jar index 212e8f9..a62e5cf 100644 Binary files a/lib/kotlin-test-sources.jar and b/lib/kotlin-test-sources.jar differ diff --git a/lib/kotlin-test-testng.jar b/lib/kotlin-test-testng.jar index 65de92a..4dafe4d 100644 Binary files a/lib/kotlin-test-testng.jar and b/lib/kotlin-test-testng.jar differ diff --git a/lib/kotlin-test.jar b/lib/kotlin-test.jar index 245da17..3202e17 100644 Binary files a/lib/kotlin-test.jar and b/lib/kotlin-test.jar differ diff --git a/lib/kotlinx-serialization-compiler-plugin.jar b/lib/kotlinx-serialization-compiler-plugin.jar index 084b876..bf58fc8 100644 Binary files a/lib/kotlinx-serialization-compiler-plugin.jar and b/lib/kotlinx-serialization-compiler-plugin.jar differ diff --git a/lib/lombok-compiler-plugin.jar b/lib/lombok-compiler-plugin.jar index 899d1c4..ef4b8c4 100644 Binary files a/lib/lombok-compiler-plugin.jar and b/lib/lombok-compiler-plugin.jar differ diff --git a/lib/noarg-compiler-plugin.jar b/lib/noarg-compiler-plugin.jar index f5b4b7b..d32ddb4 100644 Binary files a/lib/noarg-compiler-plugin.jar and b/lib/noarg-compiler-plugin.jar differ diff --git a/lib/parcelize-compiler.jar b/lib/parcelize-compiler.jar index 4554874..2e3791a 100644 Binary files a/lib/parcelize-compiler.jar and b/lib/parcelize-compiler.jar differ diff --git a/lib/parcelize-runtime.jar b/lib/parcelize-runtime.jar index da74681..3bb3420 100644 Binary files a/lib/parcelize-runtime.jar and b/lib/parcelize-runtime.jar differ diff --git a/lib/sam-with-receiver-compiler-plugin.jar b/lib/sam-with-receiver-compiler-plugin.jar index 11ffc6b..2729210 100644 Binary files a/lib/sam-with-receiver-compiler-plugin.jar and b/lib/sam-with-receiver-compiler-plugin.jar differ diff --git a/license/COPYRIGHT.txt b/license/COPYRIGHT.txt index 9089931..889fda8 100644 --- a/license/COPYRIGHT.txt +++ b/license/COPYRIGHT.txt @@ -1,5 +1,5 @@ /* - * Copyright 2010-2022 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 JetBrains s.r.o. and Kotlin Programming Language contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/license/COPYRIGHT_HEADER.txt b/license/COPYRIGHT_HEADER.txt index e17d740..5c5ac72 100644 --- a/license/COPYRIGHT_HEADER.txt +++ b/license/COPYRIGHT_HEADER.txt @@ -1,4 +1,4 @@ /* - * Copyright 2010-2022 JetBrains s.r.o. and Kotlin Programming Language contributors. + * Copyright 2010-2023 JetBrains s.r.o. and Kotlin Programming Language contributors. * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. */ \ No newline at end of file diff --git a/license/NOTICE.txt b/license/NOTICE.txt index 035b9dc..dad8493 100644 --- a/license/NOTICE.txt +++ b/license/NOTICE.txt @@ -5,4 +5,4 @@ ========================================================================= Kotlin Compiler - Copyright 2010-2020 JetBrains s.r.o and respective authors and developers + Copyright 2010-2023 JetBrains s.r.o and respective authors and developers diff --git a/license/README.md b/license/README.md index bab681c..60cabbb 100644 --- a/license/README.md +++ b/license/README.md @@ -94,7 +94,7 @@ the Kotlin IntelliJ IDEA plugin: - Origin: Derived from boost special math functions, Copyright Eric Ford & Hubert Holin 2001. - Path: libraries/stdlib/wasm/internal/kotlin/wasm/internal/Number2String.kt - - License: Apache 2 ([third_party/assemblyscript_license.txt][assemblyscript]) + - License: Apache 2 ([license/third_party/assemblyscript_license.txt][assemblyscript]) - Origin: Derived from assemblyscript standard library - Path: plugins/lint/android-annotations @@ -233,6 +233,10 @@ any distributions of the tools or libraries: - License: Eclipse Public License v1.0 ([license/third_party/testdata/eclipse_license.txt][eclipse]) and Eclipse Distribution License - v1.0 ([license/third_party/testdata/eclipse_distribution_license.txt][eclipse-distribution]) - Origin: javax.persistence, Copyright (c) 2008, 2017 Sun Microsystems, Oracle Corporation. + + - Path: libraries/tools/kotlin-gradle-plugin/src/common/kotlin/org/jetbrains/kotlin/gradle/targets/js/nodejs/Platform.kt + - License: Apache License 2.0 ([license/third_party/gradle-node-plugin_LICENSE.txt](third_party/gradle-node-plugin_LICENSE.txt)) + - Origin: Copyright (c) 2013 node-gradle/gradle-node-plugin - Path: libraries/tools/kotlin-test-js-runner/karma-kotlin-reporter.js - License: MIT ([license/third_party/karma_LICENSE.txt](third_party/karma_LICENSE.txt) @@ -268,6 +272,8 @@ any distributions of the compiler, libraries or plugin: [aosp]: third_party/aosp_license.txt [asm]: third_party/asm_license.txt +[asmble]: third_party/asmble_license.txt +[assemblyscript]: third_party/assemblyscript_license.txt [boost]: third_party/boost_LICENSE.txt [closure-compiler]: third_party/closure-compiler_LICENSE.txt [dagger]: third_party/testdata/dagger_license.txt @@ -279,9 +285,10 @@ any distributions of the compiler, libraries or plugin: [guava]: third_party/guava_license.txt [gwt]: third_party/gwt_license.txt [jquery]: third_party/jquery_license.txt +[jspecify]: third_party/testdata/jspecify_license.txt [lombok]: third_party/testdata/lombok_license.txt [qunit]: third_party/qunit_license.txt [rhino]: third_party/rhino_LICENSE.txt [rxjava]: third_party/testdata/rxjava_license.txt [spring]: third_party/testdata/spring_license.txt -[assemblyscript]: third_party/assemblyscript_license.txt +[sun]: third_party/sun_license.txt diff --git a/license/third_party/aalto_xml_licence.txt b/license/third_party/aalto_xml_licence.txt new file mode 100644 index 0000000..d645695 --- /dev/null +++ b/license/third_party/aalto_xml_licence.txt @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/license/third_party/caffeine_LICENSE.txt b/license/third_party/caffeine_LICENSE.txt new file mode 100644 index 0000000..7a4a3ea --- /dev/null +++ b/license/third_party/caffeine_LICENSE.txt @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/license/third_party/gradle-node-plugin_LICENSE.txt b/license/third_party/gradle-node-plugin_LICENSE.txt new file mode 100644 index 0000000..ad410e1 --- /dev/null +++ b/license/third_party/gradle-node-plugin_LICENSE.txt @@ -0,0 +1,201 @@ +Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "{}" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright {yyyy} {name of copyright owner} + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/license/third_party/stax2-api.txt b/license/third_party/stax2-api.txt new file mode 100644 index 0000000..3dc4ce2 --- /dev/null +++ b/license/third_party/stax2-api.txt @@ -0,0 +1,13 @@ +This copy of Stax2 API is licensed under the +Simplified BSD License (also known as "2-clause BSD", or "FreeBSD License") +See the License for details about distribution rights, and the +specific rights regarding derivate works. + +You may obtain a copy of the License at: + +http://www.opensource.org/licenses/bsd-license.php + +with details of: + + = FasterXML.com + = 2010- \ No newline at end of file -- cgit v1.2.3