diff --git a/NOTICE.txt b/NOTICE.txt index cc4e3c58b39f..6a2e7e0ab97a 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,5 +1,5 @@ Apache Ozone -Copyright 2024 The Apache Software Foundation +Copyright 2025 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/hadoop-ozone/dist/src/main/license/bin/LICENSE.txt b/hadoop-ozone/dist/src/main/license/bin/LICENSE.txt index b291afc568a9..812151333114 100644 --- a/hadoop-ozone/dist/src/main/license/bin/LICENSE.txt +++ b/hadoop-ozone/dist/src/main/license/bin/LICENSE.txt @@ -324,6 +324,7 @@ Apache License 2.0 io.grpc:grpc-protobuf io.grpc:grpc-protobuf-lite io.grpc:grpc-stub + io.grpc:grpc-util io.jaegertracing:jaeger-client io.jaegertracing:jaeger-core io.jaegertracing:jaeger-thrift @@ -374,7 +375,7 @@ Apache License 2.0 org.apache.hadoop:hadoop-hdfs org.apache.hadoop:hadoop-hdfs-client org.apache.hadoop:hadoop-shaded-guava - org.apache.hadoop:hadoop-shaded-protobuf + org.apache.hadoop:hadoop-shaded-protobuf_3_25 org.apache.httpcomponents:httpasyncclient org.apache.httpcomponents:httpcore org.apache.httpcomponents:httpcore-nio @@ -405,7 +406,8 @@ Apache License 2.0 org.apache.ratis:ratis-client org.apache.ratis:ratis-common org.apache.ratis:ratis-grpc - org.apache.ratis:ratis-metrics + org.apache.ratis:ratis-metrics-api + org.apache.ratis:ratis-metrics-dropwizard3 org.apache.ratis:ratis-proto org.apache.ratis:ratis-server org.apache.ratis:ratis-server-api diff --git a/hadoop-ozone/dist/src/main/license/bin/NOTICE.txt b/hadoop-ozone/dist/src/main/license/bin/NOTICE.txt index 44492fd26f09..1d4fd7e82b7a 100644 --- a/hadoop-ozone/dist/src/main/license/bin/NOTICE.txt +++ b/hadoop-ozone/dist/src/main/license/bin/NOTICE.txt @@ -1,5 +1,5 @@ Apache Ozone -Copyright 2022 The Apache Software Foundation +Copyright 2025 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). @@ -508,3 +508,10 @@ The Apache Software Foundation (http://www.apache.org/). ==================== ratis-thirdparty-misc is a shaded dependency which includes additional 3rd party dependencies in shaded form. For the detailed list of the dependencies and the associated NOTICE file see licenses/NOTICE-ratis-thirdparty-misc.txt. + +==================== +Apache Hadoop Third-party Libs +Copyright 2020 and onwards The Apache Software Foundation. + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). diff --git a/hadoop-ozone/dist/src/main/license/bin/licenses/LICENSE-org.jline.txt b/hadoop-ozone/dist/src/main/license/bin/licenses/LICENSE-org.jline.txt new file mode 100644 index 000000000000..b62fe457163c --- /dev/null +++ b/hadoop-ozone/dist/src/main/license/bin/licenses/LICENSE-org.jline.txt @@ -0,0 +1,35 @@ +Copyright (c) 2002-2023, the original author or authors. +All rights reserved. + +https://opensource.org/licenses/BSD-3-Clause + +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 JLine 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. + diff --git a/hadoop-ozone/dist/src/main/license/bin/licenses/NOTICE-hadoop.txt b/hadoop-ozone/dist/src/main/license/bin/licenses/NOTICE-hadoop.txt new file mode 100644 index 000000000000..f6715f7beb08 --- /dev/null +++ b/hadoop-ozone/dist/src/main/license/bin/licenses/NOTICE-hadoop.txt @@ -0,0 +1,34 @@ +Apache Hadoop +Copyright 2006 and onwards The Apache Software Foundation. + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). + +Export Control Notice +--------------------- + +This distribution includes cryptographic software. The country in +which you currently reside may have restrictions on the import, +possession, use, and/or re-export to another country, of +encryption software. BEFORE using any encryption software, please +check your country's laws, regulations and policies concerning the +import, possession, or use, and re-export of encryption software, to +see if this is permitted. See for more +information. + +The U.S. Government Department of Commerce, Bureau of Industry and +Security (BIS), has classified this software as Export Commodity +Control Number (ECCN) 5D002.C.1, which includes information security +software using or performing cryptographic functions with asymmetric +algorithms. The form and manner of this Apache Software Foundation +distribution makes it eligible for export under the License Exception +ENC Technology Software Unrestricted (TSU) exception (see the BIS +Export Administration Regulations, Section 740.13) for both object +code and source code. + +The following provides more details on the included cryptographic software: + +This software uses the SSL libraries from the Jetty project written +by mortbay.org. +Hadoop Yarn Server Web Proxy uses the BouncyCastle Java +cryptography APIs written by the Legion of the Bouncy Castle Inc.