This is an automated email from the ASF dual-hosted git repository. mblow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/asterixdb.git
commit 69d55042e141b84aa66238d3c14f9d9e00eb1b07 Author: Michael Blow <[email protected]> AuthorDate: Sun Jan 23 12:38:22 2022 -0500 [NO ISSUE]: update azure dependencies - com.azure:azure-storage-blob .......... 12.12.0 -> 12.14.3 - com.azure:azure-storage-common ........ 12.12.0 -> 12.14.2 Change-Id: I6c0c6bc39031675f606d789d00678bf224f3bbfb Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/14944 Integration-Tests: Jenkins <[email protected]> Reviewed-by: Michael Blow <[email protected]> Tested-by: Michael Blow <[email protected]> --- asterixdb/asterix-server/pom.xml | 15 +- asterixdb/pom.xml | 5 +- .../appended-resources/supplemental-models.xml | 60 +-- ...90750a18d1b99c27c16b1b11d42f16c622_LICENSE.txt} | 0 ...2290750a18d1b99c27c16b1b11d42f16c622_NOTICE.txt | 514 +++++++++++++++++++++ ....com_Azure_azure-sdk-for-java_master_NOTICE.txt | 159 ------- 6 files changed, 554 insertions(+), 199 deletions(-) diff --git a/asterixdb/asterix-server/pom.xml b/asterixdb/asterix-server/pom.xml index 0a3d9ee..2e6afb2 100644 --- a/asterixdb/asterix-server/pom.xml +++ b/asterixdb/asterix-server/pom.xml @@ -218,14 +218,15 @@ </override> <override> <gavs> - <gav>com.azure:azure-core:1.17.0</gav> - <gav>com.azure:azure-core-http-netty:1.10.0</gav> - <gav>com.azure:azure-storage-blob:12.12.0</gav> - <gav>com.azure:azure-storage-common:12.12.0</gav> - <gav>com.azure:azure-storage-internal-avro:12.0.5</gav> + <gav>com.azure:azure-core:1.24.1</gav> + <gav>com.azure:azure-core-http-netty:1.11.6</gav> + <gav>com.azure:azure-storage-blob:12.14.3</gav> + <gav>com.azure:azure-storage-common:12.14.2</gav> + <gav>com.azure:azure-storage-internal-avro:12.1.3</gav> </gavs> - <noticeUrl>https://raw.githubusercontent.com/Azure/azure-sdk-for-java/master/NOTICE.txt</noticeUrl> - <url>https://raw.githubusercontent.com/Azure/azure-sdk-for-java/master/LICENSE.txt</url> + <!-- azure-storage-blob-batch_12.11.3 release is at 89a32290750a18d1b99c27c16b1b11d42f16c622 --> + <noticeUrl>https://raw.githubusercontent.com/Azure/azure-sdk-for-java/89a32290750a18d1b99c27c16b1b11d42f16c622/NOTICE.txt</noticeUrl> + <url>https://raw.githubusercontent.com/Azure/azure-sdk-for-java/89a32290750a18d1b99c27c16b1b11d42f16c622/LICENSE.txt</url> </override> <override> <gav>org.mindrot:jbcrypt:0.4</gav> diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml index ca0f509..838961e 100644 --- a/asterixdb/pom.xml +++ b/asterixdb/pom.xml @@ -88,7 +88,6 @@ <jacoco.version>0.7.6.201602180812</jacoco.version> <log4j.version>2.17.1</log4j.version> <awsjavasdk.version>2.17.116</awsjavasdk.version> - <azurejavasdk.version>12.12.0</azurejavasdk.version> <parquet.version>1.8.2</parquet.version> <implementation.title>Apache AsterixDB - ${project.name}</implementation.title> @@ -1523,7 +1522,7 @@ <dependency> <groupId>com.azure</groupId> <artifactId>azure-storage-blob</artifactId> - <version>${azurejavasdk.version}</version> + <version>12.14.3</version> <exclusions> <exclusion> <groupId>io.netty</groupId> @@ -1594,7 +1593,7 @@ <dependency> <groupId>com.azure</groupId> <artifactId>azure-storage-common</artifactId> - <version>${azurejavasdk.version}</version> + <version>12.14.2</version> <exclusions> <exclusion> <groupId>io.netty</groupId> diff --git a/asterixdb/src/main/appended-resources/supplemental-models.xml b/asterixdb/src/main/appended-resources/supplemental-models.xml index d6c8e73..6161b32 100644 --- a/asterixdb/src/main/appended-resources/supplemental-models.xml +++ b/asterixdb/src/main/appended-resources/supplemental-models.xml @@ -641,10 +641,10 @@ <groupId>com.azure</groupId> <artifactId>azure-storage-blob</artifactId> <properties> - <license.ignoreMissingEmbeddedLicense>12.12.0</license.ignoreMissingEmbeddedLicense> - <license.ignoreMissingEmbeddedNotice>12.12.0</license.ignoreMissingEmbeddedNotice> - <license.ignoreLicenseOverride>12.12.0</license.ignoreLicenseOverride> - <license.ignoreNoticeOverride>12.12.0</license.ignoreNoticeOverride> + <license.ignoreMissingEmbeddedLicense>12.14.3</license.ignoreMissingEmbeddedLicense> + <license.ignoreMissingEmbeddedNotice>12.14.3</license.ignoreMissingEmbeddedNotice> + <license.ignoreLicenseOverride>12.14.3</license.ignoreLicenseOverride> + <license.ignoreNoticeOverride>12.14.3</license.ignoreNoticeOverride> </properties> </project> </supplement> @@ -654,10 +654,10 @@ <groupId>com.azure</groupId> <artifactId>azure-storage-common</artifactId> <properties> - <license.ignoreMissingEmbeddedLicense>12.12.0</license.ignoreMissingEmbeddedLicense> - <license.ignoreMissingEmbeddedNotice>12.12.0</license.ignoreMissingEmbeddedNotice> - <license.ignoreLicenseOverride>12.12.0</license.ignoreLicenseOverride> - <license.ignoreNoticeOverride>12.12.0</license.ignoreNoticeOverride> + <license.ignoreMissingEmbeddedLicense>12.14.2</license.ignoreMissingEmbeddedLicense> + <license.ignoreMissingEmbeddedNotice>12.14.2</license.ignoreMissingEmbeddedNotice> + <license.ignoreLicenseOverride>12.14.2</license.ignoreLicenseOverride> + <license.ignoreNoticeOverride>12.14.2</license.ignoreNoticeOverride> </properties> </project> </supplement> @@ -667,10 +667,10 @@ <groupId>com.azure</groupId> <artifactId>azure-storage-internal-avro</artifactId> <properties> - <license.ignoreMissingEmbeddedLicense>12.0.5</license.ignoreMissingEmbeddedLicense> - <license.ignoreMissingEmbeddedNotice>12.0.5</license.ignoreMissingEmbeddedNotice> - <license.ignoreLicenseOverride>12.0.5</license.ignoreLicenseOverride> - <license.ignoreNoticeOverride>12.0.5</license.ignoreNoticeOverride> + <license.ignoreMissingEmbeddedLicense>12.1.3</license.ignoreMissingEmbeddedLicense> + <license.ignoreMissingEmbeddedNotice>12.1.3</license.ignoreMissingEmbeddedNotice> + <license.ignoreLicenseOverride>12.1.3</license.ignoreLicenseOverride> + <license.ignoreNoticeOverride>12.1.3</license.ignoreNoticeOverride> </properties> </project> </supplement> @@ -680,10 +680,10 @@ <groupId>com.azure</groupId> <artifactId>azure-core</artifactId> <properties> - <license.ignoreMissingEmbeddedLicense>1.17.0</license.ignoreMissingEmbeddedLicense> - <license.ignoreMissingEmbeddedNotice>1.17.0</license.ignoreMissingEmbeddedNotice> - <license.ignoreLicenseOverride>1.17.0</license.ignoreLicenseOverride> - <license.ignoreNoticeOverride>1.17.0</license.ignoreNoticeOverride> + <license.ignoreMissingEmbeddedLicense>1.24.1</license.ignoreMissingEmbeddedLicense> + <license.ignoreMissingEmbeddedNotice>1.24.1</license.ignoreMissingEmbeddedNotice> + <license.ignoreLicenseOverride>1.24.1</license.ignoreLicenseOverride> + <license.ignoreNoticeOverride>1.24.1</license.ignoreNoticeOverride> </properties> </project> </supplement> @@ -693,10 +693,10 @@ <groupId>com.azure</groupId> <artifactId>azure-core-http-netty</artifactId> <properties> - <license.ignoreMissingEmbeddedLicense>1.10.0</license.ignoreMissingEmbeddedLicense> - <license.ignoreMissingEmbeddedNotice>1.10.0</license.ignoreMissingEmbeddedNotice> - <license.ignoreLicenseOverride>1.10.0</license.ignoreLicenseOverride> - <license.ignoreNoticeOverride>1.10.0</license.ignoreNoticeOverride> + <license.ignoreMissingEmbeddedLicense>1.11.6</license.ignoreMissingEmbeddedLicense> + <license.ignoreMissingEmbeddedNotice>1.11.6</license.ignoreMissingEmbeddedNotice> + <license.ignoreLicenseOverride>1.11.6</license.ignoreLicenseOverride> + <license.ignoreNoticeOverride>1.11.6</license.ignoreNoticeOverride> </properties> </project> </supplement> @@ -709,7 +709,7 @@ <groupId>com.fasterxml.jackson.datatype</groupId> <artifactId>jackson-datatype-jsr310</artifactId> <properties> - <license.ignoreMissingEmbeddedNotice>2.12.3</license.ignoreMissingEmbeddedNotice> + <license.ignoreMissingEmbeddedNotice>2.13.1</license.ignoreMissingEmbeddedNotice> </properties> </project> </supplement> @@ -721,7 +721,7 @@ <groupId>com.fasterxml.woodstox</groupId> <artifactId>woodstox-core</artifactId> <properties> - <license.ignoreMissingEmbeddedNotice>6.2.4</license.ignoreMissingEmbeddedNotice> + <license.ignoreMissingEmbeddedNotice>6.2.7</license.ignoreMissingEmbeddedNotice> </properties> </project> </supplement> @@ -744,8 +744,8 @@ <groupId>io.projectreactor</groupId> <artifactId>reactor-core</artifactId> <properties> - <license.ignoreMissingEmbeddedLicense>3.4.6</license.ignoreMissingEmbeddedLicense> - <license.ignoreMissingEmbeddedNotice>3.4.6</license.ignoreMissingEmbeddedNotice> + <license.ignoreMissingEmbeddedLicense>3.4.13</license.ignoreMissingEmbeddedLicense> + <license.ignoreMissingEmbeddedNotice>3.4.13</license.ignoreMissingEmbeddedNotice> </properties> </project> </supplement> @@ -756,8 +756,8 @@ <groupId>io.projectreactor.netty</groupId> <artifactId>reactor-netty</artifactId> <properties> - <license.ignoreMissingEmbeddedLicense>1.0.7</license.ignoreMissingEmbeddedLicense> - <license.ignoreMissingEmbeddedNotice>1.0.7</license.ignoreMissingEmbeddedNotice> + <license.ignoreMissingEmbeddedLicense>1.0.14</license.ignoreMissingEmbeddedLicense> + <license.ignoreMissingEmbeddedNotice>1.0.14</license.ignoreMissingEmbeddedNotice> </properties> </project> </supplement> @@ -768,8 +768,8 @@ <groupId>io.projectreactor.netty</groupId> <artifactId>reactor-netty-core</artifactId> <properties> - <license.ignoreMissingEmbeddedLicense>1.0.7</license.ignoreMissingEmbeddedLicense> - <license.ignoreMissingEmbeddedNotice>1.0.7</license.ignoreMissingEmbeddedNotice> + <license.ignoreMissingEmbeddedLicense>1.0.14</license.ignoreMissingEmbeddedLicense> + <license.ignoreMissingEmbeddedNotice>1.0.14</license.ignoreMissingEmbeddedNotice> </properties> </project> </supplement> @@ -780,8 +780,8 @@ <groupId>io.projectreactor.netty</groupId> <artifactId>reactor-netty-http</artifactId> <properties> - <license.ignoreMissingEmbeddedLicense>1.0.7</license.ignoreMissingEmbeddedLicense> - <license.ignoreMissingEmbeddedNotice>1.0.7</license.ignoreMissingEmbeddedNotice> + <license.ignoreMissingEmbeddedLicense>1.0.14</license.ignoreMissingEmbeddedLicense> + <license.ignoreMissingEmbeddedNotice>1.0.14</license.ignoreMissingEmbeddedNotice> </properties> </project> </supplement> diff --git a/asterixdb/src/main/licenses/content/raw.githubusercontent.com_Azure_azure-sdk-for-java_master_LICENSE.txt b/asterixdb/src/main/licenses/content/raw.githubusercontent.com_Azure_azure-sdk-for-java_89a32290750a18d1b99c27c16b1b11d42f16c622_LICENSE.txt similarity index 100% rename from asterixdb/src/main/licenses/content/raw.githubusercontent.com_Azure_azure-sdk-for-java_master_LICENSE.txt rename to asterixdb/src/main/licenses/content/raw.githubusercontent.com_Azure_azure-sdk-for-java_89a32290750a18d1b99c27c16b1b11d42f16c622_LICENSE.txt diff --git a/asterixdb/src/main/licenses/content/raw.githubusercontent.com_Azure_azure-sdk-for-java_89a32290750a18d1b99c27c16b1b11d42f16c622_NOTICE.txt b/asterixdb/src/main/licenses/content/raw.githubusercontent.com_Azure_azure-sdk-for-java_89a32290750a18d1b99c27c16b1b11d42f16c622_NOTICE.txt new file mode 100644 index 0000000..9cee825 --- /dev/null +++ b/asterixdb/src/main/licenses/content/raw.githubusercontent.com_Azure_azure-sdk-for-java_89a32290750a18d1b99c27c16b1b11d42f16c622_NOTICE.txt @@ -0,0 +1,514 @@ +NOTICES AND INFORMATION +Do Not Translate or Localize + +This software incorporates material from third parties. Microsoft makes certain +open source code available at https://3rdpartysource.microsoft.com, or you may +send a check or money order for US $5.00, including the product name, the open +source component name, and version number, to: + +Source Code Compliance Team +Microsoft Corporation +One Microsoft Way +Redmond, WA 98052 +USA + +Notwithstanding any other terms, you may reverse engineer this software to the +extent required to debug changes to any libraries licensed under the GNU Lesser +General Public License. + +------------------------------------------------------------------------------ + +Azure SDK for Java uses third-party libraries or other resources that may be +distributed under licenses different than the Azure SDK for Java software. + +In the event that we accidentally failed to list a required notice, please +bring it to our attention. Post an issue or email us: + + [email protected] + +The attached notices are provided for information only. + +License notice for Hamcrest +------------------------------------------------------------------------------ + +The 3-Clause BSD License + +Copyright (c) 2000-2015 www.hamcrest.org +All rights reserved. + +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 Hamcrest 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. + +License notice for Slf4j API +------------------------------------------------------------------------------ + + Copyright (c) 2004-2017 QOS.ch + All rights reserved. + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +License notice for Slf4j Simple +------------------------------------------------------------------------------ + + Copyright (c) 2004-2017 QOS.ch + All rights reserved. + + Permission is hereby granted, free of charge, to any person obtaining + a copy of this software and associated documentation files (the + "Software"), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: + + The above copyright notice and this permission notice shall be + included in all copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +License notice for Guava (https://github.com/google/guava) +------------------------------------------------------------------------------ + +Copyright (C) 2010 The Guava Authors + +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. + +License notice for Netty +------------------------------------------------------------------------------ + +Copyright 2014 The Netty Project + +The Netty Project licenses this file to you 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. + +License notice for JUG Java Uuid Generator +------------------------------------------------------------------------------ + +JUG Java Uuid Generator + +Copyright (c) 2002- Tatu Saloranta, [email protected] + +Licensed under the License specified in the file LICENSE which is +included with the source code. +You may not use this file except in compliance with the License. + +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. + + +License notice for Jackson +------------------------------------------------------------------------------ + +Copyright (c) 2007 Jackson Project + +Jackson-annotations (http://github.com/FasterXML/jackson +Jackson-core (https://github.com/FasterXML/jackson-core +jackson-databind (http://github.com/FasterXML/jackson +Jackson-dataformat-XML (https://github.com/FasterXML/jackson-dataformat-xml) +Jackson datatype: JSR310 (https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310) +Jackson module: Afterburner (https://github.com/FasterXML/jackson-modules-base) +Jackson module: JAXB Annotations (https://github.com/FasterXML/jackson-modules-base) +Woodstox (https://github.com/FasterXML/woodstox) + +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. + + +License notice for Metrics Core +------------------------------------------------------------------------------ + +Copyright (c) 2010-2013 Coda Hale, Yammer.com, 2014-2020 Dropwizard Team + +Metrics Core (https://github.com/dropwizard/metrics) + +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. + +License notice for micrometer-core +------------------------------------------------------------------------------ + +Copyright (c) 2017-Present VMware, Inc. All Rights Reserved. + +micrometer-core (https://github.com/micrometer-metrics/micrometer) + +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. + + +License notice for project Reactor +------------------------------------------------------------------------------ + +Copyright (c) 2011-2017 Pivotal Software Inc, All Rights Reserved. + +Non-Blocking Reactive Foundation for the JVM (https://github.com/reactor/reactor-core) +reactor-scala-extensions (https://github.com/reactor/reactor-scala-extensions) +Reactive Streams Netty driver (https://github.com/reactor/reactor-netty) + +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. + + +License notice for JavaBeans Activation Framework API +------------------------------------------------------------------------------ + +JavaBeans Activation Framework API jar (https://github.com/eclipse-ee4j/jaf/jakarta.activation-api) + +Eclipse Distribution License - v 1.0 +Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors. + +All rights reserved. + +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 the Eclipse Foundation, Inc. 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. + + +License notice for jakarta.xml.bind-api +------------------------------------------------------------------------------ + +jakarta.xml.bind-api (https://github.com/eclipse-ee4j/jaxb-api/jakarta.xml.bind-api) + +Eclipse Distribution License - v 1.0 +Copyright (c) 2007, Eclipse Foundation, Inc. and its licensors. + +All rights reserved. + +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 the Eclipse Foundation, Inc. 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. + + +License notice for jakarta.xml.bind-api +------------------------------------------------------------------------------ + +Stax2 API (http://github.com/FasterXML/stax2-api) +Copyright (c) 2008 FasterXML LLC [email protected] + +This source code is licensed under standard BSD license, which is compatible with all Free and Open Software (OSS) licenses. + + +License notice for HdrHistogrami +------------------------------------------------------------------------------ +HdrHistogram (http://hdrhistogram.github.io/HdrHistogram/) + +The code in this repository code was Written by Gil Tene, Michael Barker, +and Matt Warren, and released to the public domain, as explained at +http://creativecommons.org/publicdomain/zero/1.0/ + +For users of this code who wish to consume it under the "BSD" license +rather than under the public domain or CC0 contribution text mentioned +above, the code found under this directory is *also* provided under the +following license (commonly referred to as the BSD 2-Clause License). This +license does not detract from the above stated release of the code into +the public domain, and simply represents an additional license granted by +the Author. + +----------------------------------------------------------------------------- +** Beginning of "BSD 2-Clause License" text. ** + + Copyright (c) 2012, 2013, 2014, 2015, 2016 Gil Tene + Copyright (c) 2014 Michael Barker + Copyright (c) 2014 Matt Warren + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. 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. + + 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 HOLDER 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. + + +License notice for LatencyUtils +------------------------------------------------------------------------------ + +LatencyUtils (http://latencyutils.github.io/LatencyUtils/) + + * This code was Written by Gil Tene of Azul Systems, and released to the + * public domain, as explained at http://creativecommons.org/publicdomain/zero/1.0/ + + For users of this code who wish to consume it under the "BSD" license + rather than under the public domain or CC0 contribution text mentioned + above, the code found under this directory is *also* provided under the + following license (commonly referred to as the BSD 2-Clause License). This + license does not detract from the above stated release of the code into + the public domain, and simply represents an additional license granted by + the Author. + + ----------------------------------------------------------------------------- + ** Beginning of "BSD 2-Clause License" text. ** + + Copyright (c) 2012, 2013, 2014 Gil Tene + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. 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. + + 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 HOLDER 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. + + +License notice for reactive-streams +------------------------------------------------------------------------------ + +reactive-streams (http://www.reactive-streams.org/) + +Copyright Statement for Contributions to the Reactive Streams Project +===================================================================== + +I hereby represent that all present, past and future contributions I make to +the Reactive Streams project (which includes all repositories owned by the +“reactive-streams” github organization) are governed by the Creative Commons +Zero 1.0 Universal copyright statement, placing my contributions in the public +domain. This entails that to the extent possible under law I waive all +copyright and related or neighboring rights to the code or documents I +contribute. I also represent that I have the authority to perform the above +waiver with respect to the entirety of my contributions. + +The text of the copyright statement is included in the COPYING file at the root +of the reactive-streams repository at +https://github.com/reactive-streams/reactive-streams-jvm/blob/master/COPYING. + +Underwriting parties: + +github name | Real Name, Email Address used for git commits, Company +---------------+---------------------------------------------------------------------------- +rkuhn | Roland Kuhn, [email protected], Typesafe Inc. +benjchristensen| Ben Christensen, [email protected], Netflix Inc. +viktorklang | Viktor Klang, [email protected], Typesafe Inc. +smaldini | Stephane Maldini, [email protected], Pivotal Software Inc. +savulchik | Stanislav Savulchik, [email protected] +ktoso | Konrad Malawski, [email protected], Typesafe Inc. +ouertani | Slim Ouertani, [email protected] +2m | Martynas Mickevičius, [email protected], Typesafe Inc. +ldaley | Luke Daley, [email protected], Gradleware Inc. +colinrgodsey | Colin Godsey, [email protected], MediaMath Inc. +davidmoten | Dave Moten, [email protected] +briantopping | Brian Topping, [email protected], Mauswerks LLC +rstoyanchev | Rossen Stoyanchev, [email protected], Pivotal +BjornHamels | Björn Hamels, [email protected] +JakeWharton | Jake Wharton, [email protected] +anthonyvdotbe | Anthony Vanelverdinghe, [email protected] +seratch | Kazuhiro Sera, [email protected], SmartNews, Inc. +akarnokd | David Karnok, [email protected] +egetman | Evgeniy Getman, [email protected] +patriknw | Patrik Nordwall, [email protected], Lightbend Inc +angelsanz | Ángel Sanz, [email protected] +shenghaiyang | 盛海洋, [email protected] +kiiadi | Kyle Thomson, [email protected], Amazon.com +jroper | James Roper, [email protected], Lightbend Inc. +olegdokuka | Oleh Dokuka, [email protected], Netifi Inc. +Scottmitch | Scott Mitchell, [email protected], Apple Inc. +retronym | Jason Zaugg, [email protected], Lightbend Inc. + +Licensed under Public Domain (CC0) + +To the extent possible under law, the person who associated CC0 with +this code has waived all copyright and related or neighboring +rights to this code. + +You should have received a copy of the CC0 legalcode along with this +work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>. + +License notice for Bouncy Castle +------------------------------------------------------------------------------ + +Copyright (c) 2000 - 2021 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and +to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS +OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +License notice for KeePassJava2 +------------------------------------------------------------------------------ + +Copyright 2015 Jo Rabin + +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. + +License notice for openkeepass +------------------------------------------------------------------------------ + +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. + +Openkeepass License Link: https://github.com/cternes/openkeepass/blob/master/LICENSE.txt +------------------------------------------------------------------------------------------------- \ No newline at end of file diff --git a/asterixdb/src/main/licenses/content/raw.githubusercontent.com_Azure_azure-sdk-for-java_master_NOTICE.txt b/asterixdb/src/main/licenses/content/raw.githubusercontent.com_Azure_azure-sdk-for-java_master_NOTICE.txt deleted file mode 100644 index 76791aa..0000000 --- a/asterixdb/src/main/licenses/content/raw.githubusercontent.com_Azure_azure-sdk-for-java_master_NOTICE.txt +++ /dev/null @@ -1,159 +0,0 @@ -NOTICES AND INFORMATION -Do Not Translate or Localize - -This software incorporates material from third parties. Microsoft makes certain -open source code available at https://3rdpartysource.microsoft.com, or you may -send a check or money order for US $5.00, including the product name, the open -source component name, and version number, to: - -Source Code Compliance Team -Microsoft Corporation -One Microsoft Way -Redmond, WA 98052 -USA - -Notwithstanding any other terms, you may reverse engineer this software to the -extent required to debug changes to any libraries licensed under the GNU Lesser -General Public License. - ------------------------------------------------------------------------------- - -Azure SDK for Java uses third-party libraries or other resources that may be -distributed under licenses different than the Azure SDK for Java software. - -In the event that we accidentally failed to list a required notice, please -bring it to our attention. Post an issue or email us: - - [email protected] - -The attached notices are provided for information only. - -License notice for Hamcrest ------------------------------------------------------------------------------- - -The 3-Clause BSD License - -Copyright (c) 2000-2015 www.hamcrest.org -All rights reserved. - -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 Hamcrest 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. - -License notice for Slf4j API ------------------------------------------------------------------------------- - - Copyright (c) 2004-2017 QOS.ch - All rights reserved. - - Permission is hereby granted, free of charge, to any person obtaining - a copy of this software and associated documentation files (the - "Software"), to deal in the Software without restriction, including - without limitation the rights to use, copy, modify, merge, publish, - distribute, sublicense, and/or sell copies of the Software, and to - permit persons to whom the Software is furnished to do so, subject to - the following conditions: - - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE - LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION - OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION - WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -License notice for Slf4j Simple ------------------------------------------------------------------------------- - - Copyright (c) 2004-2017 QOS.ch - All rights reserved. - - Permission is hereby granted, free of charge, to any person obtaining - a copy of this software and associated documentation files (the - "Software"), to deal in the Software without restriction, including - without limitation the rights to use, copy, modify, merge, publish, - distribute, sublicense, and/or sell copies of the Software, and to - permit persons to whom the Software is furnished to do so, subject to - the following conditions: - - The above copyright notice and this permission notice shall be - included in all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, - EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND - NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE - LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION - OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION - WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -License notice for Guava (https://github.com/google/guava) ------------------------------------------------------------------------------- - -Copyright (C) 2010 The Guava Authors - -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. - -License notice for Netty ------------------------------------------------------------------------------- - -Copyright 2014 The Netty Project - -The Netty Project licenses this file to you 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. - -License notice for JUG Java Uuid Generator ------------------------------------------------------------------------------- - -JUG Java Uuid Generator - -Copyright (c) 2002- Tatu Saloranta, [email protected] - -Licensed under the License specified in the file LICENSE which is -included with the source code. -You may not use this file except in compliance with the License. - -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
