From b964a109c29e24d107daeae52cea8e7e1418dcc5 Mon Sep 17 00:00:00 2001 From: Khushboo Rajput <59671881+khushbr@users.noreply.github.com> Date: Mon, 10 Jul 2023 15:26:47 -0700 Subject: [PATCH] [CVE-2023-33201] Upgrade bcprov to bcprov-jdk15to18 (#493) Signed-off-by: Khushboo Rajput (cherry picked from commit 251fff1cfc6efe9e3b78c4c67427901a071f0702) --- build.gradle | 4 +- licenses/bcprov-jdk15on-1.70.jar.sha1 | 1 - licenses/bcprov-jdk15to18-1.74.jar.sha1 | 1 + ...CENSE.txt => bcprov-jdk15to18-LICENSE.txt} | 0 ...NOTICE.txt => bcprov-jdk15to18-NOTICE.txt} | 0 licenses/guava-31.1-jre.jar.sha1 | 1 - licenses/guava-32.1.1-jre.jar.sha1 | 1 + licenses/j2objc-annotations-1.3.jar.sha1 | 1 - licenses/j2objc-annotations-LICENSE.txt | 232 ------------------ licenses/j2objc-annotations-NOTICE.txt | 0 licenses/jackson-annotations-2.15.1.jar.sha1 | 1 - licenses/jackson-annotations-2.15.2.jar.sha1 | 1 + licenses/jackson-databind-2.15.1.jar.sha1 | 1 - licenses/jackson-databind-2.15.2.jar.sha1 | 1 + .../jackson-module-paranamer-2.15.1.jar.sha1 | 1 - .../jackson-module-paranamer-2.15.2.jar.sha1 | 1 + ...mpty-to-avoid-conflict-with-guava.jar.sha1 | 1 - licenses/listenablefuture-LICENSE.txt | 202 --------------- licenses/listenablefuture-NOTICE.txt | 0 licenses/netty-buffer-4.1.91.Final.jar.sha1 | 1 - licenses/netty-buffer-4.1.94.Final.jar.sha1 | 1 + licenses/netty-codec-4.1.91.Final.jar.sha1 | 1 - licenses/netty-codec-4.1.94.Final.jar.sha1 | 1 + .../netty-codec-http-4.1.91.Final.jar.sha1 | 1 - .../netty-codec-http-4.1.94.Final.jar.sha1 | 1 + .../netty-codec-http2-4.1.91.Final.jar.sha1 | 1 - .../netty-codec-http2-4.1.94.Final.jar.sha1 | 1 + .../netty-codec-socks-4.1.91.Final.jar.sha1 | 1 - .../netty-codec-socks-4.1.94.Final.jar.sha1 | 1 + licenses/netty-common-4.1.91.Final.jar.sha1 | 1 - licenses/netty-common-4.1.94.Final.jar.sha1 | 1 + licenses/netty-handler-4.1.91.Final.jar.sha1 | 1 - licenses/netty-handler-4.1.94.Final.jar.sha1 | 1 + .../netty-handler-proxy-4.1.91.Final.jar.sha1 | 1 - .../netty-handler-proxy-4.1.94.Final.jar.sha1 | 1 + licenses/netty-resolver-4.1.91.Final.jar.sha1 | 1 - licenses/netty-resolver-4.1.94.Final.jar.sha1 | 1 + .../netty-transport-4.1.91.Final.jar.sha1 | 1 - .../netty-transport-4.1.94.Final.jar.sha1 | 1 + ...t-native-unix-common-4.1.91.Final.jar.sha1 | 1 - ...t-native-unix-common-4.1.94.Final.jar.sha1 | 1 + ...e-analyzer-commons-1.0.0-SNAPSHOT.jar.sha1 | 2 +- 42 files changed, 19 insertions(+), 455 deletions(-) delete mode 100644 licenses/bcprov-jdk15on-1.70.jar.sha1 create mode 100644 licenses/bcprov-jdk15to18-1.74.jar.sha1 rename licenses/{bcprov-jdk15on-LICENSE.txt => bcprov-jdk15to18-LICENSE.txt} (100%) rename licenses/{bcprov-jdk15on-NOTICE.txt => bcprov-jdk15to18-NOTICE.txt} (100%) delete mode 100644 licenses/guava-31.1-jre.jar.sha1 create mode 100644 licenses/guava-32.1.1-jre.jar.sha1 delete mode 100644 licenses/j2objc-annotations-1.3.jar.sha1 delete mode 100644 licenses/j2objc-annotations-LICENSE.txt delete mode 100644 licenses/j2objc-annotations-NOTICE.txt delete mode 100644 licenses/jackson-annotations-2.15.1.jar.sha1 create mode 100644 licenses/jackson-annotations-2.15.2.jar.sha1 delete mode 100644 licenses/jackson-databind-2.15.1.jar.sha1 create mode 100644 licenses/jackson-databind-2.15.2.jar.sha1 delete mode 100644 licenses/jackson-module-paranamer-2.15.1.jar.sha1 create mode 100644 licenses/jackson-module-paranamer-2.15.2.jar.sha1 delete mode 100644 licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1 delete mode 100644 licenses/listenablefuture-LICENSE.txt delete mode 100644 licenses/listenablefuture-NOTICE.txt delete mode 100644 licenses/netty-buffer-4.1.91.Final.jar.sha1 create mode 100644 licenses/netty-buffer-4.1.94.Final.jar.sha1 delete mode 100644 licenses/netty-codec-4.1.91.Final.jar.sha1 create mode 100644 licenses/netty-codec-4.1.94.Final.jar.sha1 delete mode 100644 licenses/netty-codec-http-4.1.91.Final.jar.sha1 create mode 100644 licenses/netty-codec-http-4.1.94.Final.jar.sha1 delete mode 100644 licenses/netty-codec-http2-4.1.91.Final.jar.sha1 create mode 100644 licenses/netty-codec-http2-4.1.94.Final.jar.sha1 delete mode 100644 licenses/netty-codec-socks-4.1.91.Final.jar.sha1 create mode 100644 licenses/netty-codec-socks-4.1.94.Final.jar.sha1 delete mode 100644 licenses/netty-common-4.1.91.Final.jar.sha1 create mode 100644 licenses/netty-common-4.1.94.Final.jar.sha1 delete mode 100644 licenses/netty-handler-4.1.91.Final.jar.sha1 create mode 100644 licenses/netty-handler-4.1.94.Final.jar.sha1 delete mode 100644 licenses/netty-handler-proxy-4.1.91.Final.jar.sha1 create mode 100644 licenses/netty-handler-proxy-4.1.94.Final.jar.sha1 delete mode 100644 licenses/netty-resolver-4.1.91.Final.jar.sha1 create mode 100644 licenses/netty-resolver-4.1.94.Final.jar.sha1 delete mode 100644 licenses/netty-transport-4.1.91.Final.jar.sha1 create mode 100644 licenses/netty-transport-4.1.94.Final.jar.sha1 delete mode 100644 licenses/netty-transport-native-unix-common-4.1.91.Final.jar.sha1 create mode 100644 licenses/netty-transport-native-unix-common-4.1.94.Final.jar.sha1 diff --git a/build.gradle b/build.gradle index 67a7eb9f..533e39f1 100644 --- a/build.gradle +++ b/build.gradle @@ -304,7 +304,7 @@ dependencies { } implementation 'org.jooq:jooq:3.10.8' implementation 'org.apache.commons:commons-lang3:3.9' - implementation 'org.bouncycastle:bcprov-jdk15on:1.70' + implementation 'org.bouncycastle:bcprov-jdk15to18:1.74' implementation 'org.bouncycastle:bcpkix-jdk15on:1.70' implementation "org.opensearch:performance-analyzer-commons:${paCommonsVersion}" implementation "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}" @@ -918,4 +918,4 @@ task updateVersion { } ant.replaceregexp(file:'build.gradle', match: '"opensearch.version", "\\d.*"', replace: '"opensearch.version", "' + newVersion.tokenize('-')[0] + '-SNAPSHOT"', flags:'g', byline:true) } -} +} diff --git a/licenses/bcprov-jdk15on-1.70.jar.sha1 b/licenses/bcprov-jdk15on-1.70.jar.sha1 deleted file mode 100644 index f5e89c0f..00000000 --- a/licenses/bcprov-jdk15on-1.70.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -4636a0d01f74acaf28082fb62b317f1080118371 \ No newline at end of file diff --git a/licenses/bcprov-jdk15to18-1.74.jar.sha1 b/licenses/bcprov-jdk15to18-1.74.jar.sha1 new file mode 100644 index 00000000..d0d132e6 --- /dev/null +++ b/licenses/bcprov-jdk15to18-1.74.jar.sha1 @@ -0,0 +1 @@ +b1a91d0d102042e4ec02084384e1b52b73f125ab \ No newline at end of file diff --git a/licenses/bcprov-jdk15on-LICENSE.txt b/licenses/bcprov-jdk15to18-LICENSE.txt similarity index 100% rename from licenses/bcprov-jdk15on-LICENSE.txt rename to licenses/bcprov-jdk15to18-LICENSE.txt diff --git a/licenses/bcprov-jdk15on-NOTICE.txt b/licenses/bcprov-jdk15to18-NOTICE.txt similarity index 100% rename from licenses/bcprov-jdk15on-NOTICE.txt rename to licenses/bcprov-jdk15to18-NOTICE.txt diff --git a/licenses/guava-31.1-jre.jar.sha1 b/licenses/guava-31.1-jre.jar.sha1 deleted file mode 100644 index e57390eb..00000000 --- a/licenses/guava-31.1-jre.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -60458f877d055d0c9114d9e1a2efb737b4bc282c \ No newline at end of file diff --git a/licenses/guava-32.1.1-jre.jar.sha1 b/licenses/guava-32.1.1-jre.jar.sha1 new file mode 100644 index 00000000..0d791b5d --- /dev/null +++ b/licenses/guava-32.1.1-jre.jar.sha1 @@ -0,0 +1 @@ +ad575652d84153075dd41ec6177ccb15251262b2 \ No newline at end of file diff --git a/licenses/j2objc-annotations-1.3.jar.sha1 b/licenses/j2objc-annotations-1.3.jar.sha1 deleted file mode 100644 index 0332207a..00000000 --- a/licenses/j2objc-annotations-1.3.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -ba035118bc8bac37d7eff77700720999acd9986d \ No newline at end of file diff --git a/licenses/j2objc-annotations-LICENSE.txt b/licenses/j2objc-annotations-LICENSE.txt deleted file mode 100644 index 2b004c3e..00000000 --- a/licenses/j2objc-annotations-LICENSE.txt +++ /dev/null @@ -1,232 +0,0 @@ - - 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. - --------------------------------------------------------------------------------- -The next section, BSD-3-Clause, applies to the files in: -jre_emul/android/platform/libcore/ojluni/src/main/java/java/time --------------------------------------------------------------------------------- -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are met: - -* Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - -* Redistributions in binary form must reproduce the above copyright notice, - this list of conditions and the following disclaimer in the documentation - and/or other materials provided with the distribution. - -* Neither the name of JSR-310 nor the names of its contributors - may be used to endorse or promote products derived from this software - without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR -CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, -PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/licenses/j2objc-annotations-NOTICE.txt b/licenses/j2objc-annotations-NOTICE.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/licenses/jackson-annotations-2.15.1.jar.sha1 b/licenses/jackson-annotations-2.15.1.jar.sha1 deleted file mode 100644 index a3ade4ff..00000000 --- a/licenses/jackson-annotations-2.15.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -092a90d3739e970e03b5971839e4fe51f13c1fa3 \ No newline at end of file diff --git a/licenses/jackson-annotations-2.15.2.jar.sha1 b/licenses/jackson-annotations-2.15.2.jar.sha1 new file mode 100644 index 00000000..f63416dd --- /dev/null +++ b/licenses/jackson-annotations-2.15.2.jar.sha1 @@ -0,0 +1 @@ +4724a65ac8e8d156a24898d50fd5dbd3642870b8 \ No newline at end of file diff --git a/licenses/jackson-databind-2.15.1.jar.sha1 b/licenses/jackson-databind-2.15.1.jar.sha1 deleted file mode 100644 index 47405b86..00000000 --- a/licenses/jackson-databind-2.15.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -ac9ba74d208faf356e4719a49e59c6ea9237c01d \ No newline at end of file diff --git a/licenses/jackson-databind-2.15.2.jar.sha1 b/licenses/jackson-databind-2.15.2.jar.sha1 new file mode 100644 index 00000000..f16d80af --- /dev/null +++ b/licenses/jackson-databind-2.15.2.jar.sha1 @@ -0,0 +1 @@ +9353b021f10c307c00328f52090de2bdb4b6ff9c \ No newline at end of file diff --git a/licenses/jackson-module-paranamer-2.15.1.jar.sha1 b/licenses/jackson-module-paranamer-2.15.1.jar.sha1 deleted file mode 100644 index 50c1d67d..00000000 --- a/licenses/jackson-module-paranamer-2.15.1.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -1eee39f6a814b12d92a936cd198657ff26970215 \ No newline at end of file diff --git a/licenses/jackson-module-paranamer-2.15.2.jar.sha1 b/licenses/jackson-module-paranamer-2.15.2.jar.sha1 new file mode 100644 index 00000000..11724827 --- /dev/null +++ b/licenses/jackson-module-paranamer-2.15.2.jar.sha1 @@ -0,0 +1 @@ +afa71e1b9e9eee5664481cab589487d0a7f83ff4 \ No newline at end of file diff --git a/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1 b/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1 deleted file mode 100644 index 2ba8bcd3..00000000 --- a/licenses/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -b421526c5f297295adef1c886e5246c39d4ac629 \ No newline at end of file diff --git a/licenses/listenablefuture-LICENSE.txt b/licenses/listenablefuture-LICENSE.txt deleted file mode 100644 index d6456956..00000000 --- a/licenses/listenablefuture-LICENSE.txt +++ /dev/null @@ -1,202 +0,0 @@ - - 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/licenses/listenablefuture-NOTICE.txt b/licenses/listenablefuture-NOTICE.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/licenses/netty-buffer-4.1.91.Final.jar.sha1 b/licenses/netty-buffer-4.1.91.Final.jar.sha1 deleted file mode 100644 index 158024bc..00000000 --- a/licenses/netty-buffer-4.1.91.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -d8f180291c3501e931968ca7e40ae0323c4eacee \ No newline at end of file diff --git a/licenses/netty-buffer-4.1.94.Final.jar.sha1 b/licenses/netty-buffer-4.1.94.Final.jar.sha1 new file mode 100644 index 00000000..05b1c2a4 --- /dev/null +++ b/licenses/netty-buffer-4.1.94.Final.jar.sha1 @@ -0,0 +1 @@ +eec248b26f16e888688e5bb37b7eeda76b78d2f7 \ No newline at end of file diff --git a/licenses/netty-codec-4.1.91.Final.jar.sha1 b/licenses/netty-codec-4.1.91.Final.jar.sha1 deleted file mode 100644 index 764a03d3..00000000 --- a/licenses/netty-codec-4.1.91.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -3044b8e325e33f72c96ac1ea51dda85bef090cc0 \ No newline at end of file diff --git a/licenses/netty-codec-4.1.94.Final.jar.sha1 b/licenses/netty-codec-4.1.94.Final.jar.sha1 new file mode 100644 index 00000000..baa7e25f --- /dev/null +++ b/licenses/netty-codec-4.1.94.Final.jar.sha1 @@ -0,0 +1 @@ +c70ef20ca338558147887df60f46341bc47f6900 \ No newline at end of file diff --git a/licenses/netty-codec-http-4.1.91.Final.jar.sha1 b/licenses/netty-codec-http-4.1.91.Final.jar.sha1 deleted file mode 100644 index ca956129..00000000 --- a/licenses/netty-codec-http-4.1.91.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -4519d2ff470941f0086214b19c9acf992868112f \ No newline at end of file diff --git a/licenses/netty-codec-http-4.1.94.Final.jar.sha1 b/licenses/netty-codec-http-4.1.94.Final.jar.sha1 new file mode 100644 index 00000000..8c018be2 --- /dev/null +++ b/licenses/netty-codec-http-4.1.94.Final.jar.sha1 @@ -0,0 +1 @@ +9e5404764092c1f6305ad5719078f46ab228d587 \ No newline at end of file diff --git a/licenses/netty-codec-http2-4.1.91.Final.jar.sha1 b/licenses/netty-codec-http2-4.1.91.Final.jar.sha1 deleted file mode 100644 index d57336af..00000000 --- a/licenses/netty-codec-http2-4.1.91.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -4ee7027e1653c6ee3f843191e0d932f29e8e14e1 \ No newline at end of file diff --git a/licenses/netty-codec-http2-4.1.94.Final.jar.sha1 b/licenses/netty-codec-http2-4.1.94.Final.jar.sha1 new file mode 100644 index 00000000..e73026b4 --- /dev/null +++ b/licenses/netty-codec-http2-4.1.94.Final.jar.sha1 @@ -0,0 +1 @@ +f651595784d6cca4cbca6a8ad74c48fceed6cea8 \ No newline at end of file diff --git a/licenses/netty-codec-socks-4.1.91.Final.jar.sha1 b/licenses/netty-codec-socks-4.1.91.Final.jar.sha1 deleted file mode 100644 index 10d7478c..00000000 --- a/licenses/netty-codec-socks-4.1.91.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -8f0a52677da411a8ab762c426d723c7f54471504 \ No newline at end of file diff --git a/licenses/netty-codec-socks-4.1.94.Final.jar.sha1 b/licenses/netty-codec-socks-4.1.94.Final.jar.sha1 new file mode 100644 index 00000000..de2c4d00 --- /dev/null +++ b/licenses/netty-codec-socks-4.1.94.Final.jar.sha1 @@ -0,0 +1 @@ +b9192c7cda295d75f236a13a0b1f5a008f05d516 \ No newline at end of file diff --git a/licenses/netty-common-4.1.91.Final.jar.sha1 b/licenses/netty-common-4.1.91.Final.jar.sha1 deleted file mode 100644 index deaad405..00000000 --- a/licenses/netty-common-4.1.91.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -93e5056462a242718e7689d81180d125c79d7723 \ No newline at end of file diff --git a/licenses/netty-common-4.1.94.Final.jar.sha1 b/licenses/netty-common-4.1.94.Final.jar.sha1 new file mode 100644 index 00000000..b7873385 --- /dev/null +++ b/licenses/netty-common-4.1.94.Final.jar.sha1 @@ -0,0 +1 @@ +ad4ecf779ebc794cd351f57792f56ea01387b868 \ No newline at end of file diff --git a/licenses/netty-handler-4.1.91.Final.jar.sha1 b/licenses/netty-handler-4.1.91.Final.jar.sha1 deleted file mode 100644 index 3e121e5d..00000000 --- a/licenses/netty-handler-4.1.91.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -444cf41e4fe28c47ffebba5e77b9458a12f938a1 \ No newline at end of file diff --git a/licenses/netty-handler-4.1.94.Final.jar.sha1 b/licenses/netty-handler-4.1.94.Final.jar.sha1 new file mode 100644 index 00000000..b08e85ba --- /dev/null +++ b/licenses/netty-handler-4.1.94.Final.jar.sha1 @@ -0,0 +1 @@ +cd9121ce24d6d3f2898946d04b0ef3ec548b00b4 \ No newline at end of file diff --git a/licenses/netty-handler-proxy-4.1.91.Final.jar.sha1 b/licenses/netty-handler-proxy-4.1.91.Final.jar.sha1 deleted file mode 100644 index 116ed58f..00000000 --- a/licenses/netty-handler-proxy-4.1.91.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -2e3e57eae1a61e4e5f558e39619186fec6c424d3 \ No newline at end of file diff --git a/licenses/netty-handler-proxy-4.1.94.Final.jar.sha1 b/licenses/netty-handler-proxy-4.1.94.Final.jar.sha1 new file mode 100644 index 00000000..a2db8bec --- /dev/null +++ b/licenses/netty-handler-proxy-4.1.94.Final.jar.sha1 @@ -0,0 +1 @@ +26ba9d30b8f7b095155b9ac63378d6d9386d85c3 \ No newline at end of file diff --git a/licenses/netty-resolver-4.1.91.Final.jar.sha1 b/licenses/netty-resolver-4.1.91.Final.jar.sha1 deleted file mode 100644 index bc57e2d0..00000000 --- a/licenses/netty-resolver-4.1.91.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -04725d117d4b71ef0e743aa79062489b45472b26 \ No newline at end of file diff --git a/licenses/netty-resolver-4.1.94.Final.jar.sha1 b/licenses/netty-resolver-4.1.94.Final.jar.sha1 new file mode 100644 index 00000000..4c9e4dda --- /dev/null +++ b/licenses/netty-resolver-4.1.94.Final.jar.sha1 @@ -0,0 +1 @@ +e96f649e8e9dcb29a1f8e95328b99c9eb6cf76c2 \ No newline at end of file diff --git a/licenses/netty-transport-4.1.91.Final.jar.sha1 b/licenses/netty-transport-4.1.91.Final.jar.sha1 deleted file mode 100644 index 2562ece3..00000000 --- a/licenses/netty-transport-4.1.91.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -c2f6bd7143194ca842b535546a405c06aa993934 \ No newline at end of file diff --git a/licenses/netty-transport-4.1.94.Final.jar.sha1 b/licenses/netty-transport-4.1.94.Final.jar.sha1 new file mode 100644 index 00000000..ed7760b8 --- /dev/null +++ b/licenses/netty-transport-4.1.94.Final.jar.sha1 @@ -0,0 +1 @@ +ec783a737f96991a87b1d5794e2f9eb2024d708a \ No newline at end of file diff --git a/licenses/netty-transport-native-unix-common-4.1.91.Final.jar.sha1 b/licenses/netty-transport-native-unix-common-4.1.91.Final.jar.sha1 deleted file mode 100644 index 6f45d642..00000000 --- a/licenses/netty-transport-native-unix-common-4.1.91.Final.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -80990b5885b8b67be096d7090cba18f05c67120e \ No newline at end of file diff --git a/licenses/netty-transport-native-unix-common-4.1.94.Final.jar.sha1 b/licenses/netty-transport-native-unix-common-4.1.94.Final.jar.sha1 new file mode 100644 index 00000000..43bc960a --- /dev/null +++ b/licenses/netty-transport-native-unix-common-4.1.94.Final.jar.sha1 @@ -0,0 +1 @@ +3fa5f9d04b6b782d869d6e0657d896eeadca5866 \ No newline at end of file diff --git a/licenses/performance-analyzer-commons-1.0.0-SNAPSHOT.jar.sha1 b/licenses/performance-analyzer-commons-1.0.0-SNAPSHOT.jar.sha1 index 8a8d4c4f..f0bd1dfd 100644 --- a/licenses/performance-analyzer-commons-1.0.0-SNAPSHOT.jar.sha1 +++ b/licenses/performance-analyzer-commons-1.0.0-SNAPSHOT.jar.sha1 @@ -1 +1 @@ -b3d405690aa95a02fbabe1fb2b83c0525041ee93 \ No newline at end of file +679c2774d78459d76b1edf492670dfec2e47e54f \ No newline at end of file