Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,17 @@ the following copyright notice:
| See the License for the specific language governing permissions and
| limitations under the License.

--------------------------------------------------------------------------------

This project includes code from Presto, developed at Facebook, with the
following copyright notice:

| Copyright 2016 Facebook and contributors.

--------------------------------------------------------------------------------

This project includes code from Delta Lake, developed at The Delta Lake Project,
with the following copyright notice:

| Copyright (2021) The Delta Lake Project Authors.

40 changes: 40 additions & 0 deletions aws-bundle/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -337,3 +337,43 @@ This product bundles Netty with the following in its NOTICE file:

This product bundles AWS Analytics Accelerator S3 with the following in its NOTICE file:
| Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.

--------------------------------------------------------------------------------

This product bundles AWS Common Runtime (CRT) for Java with the following in its NOTICE file:
| AWS Crt Java
| Copyright 2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
| SPDX-License-Identifier: Apache-2.0.
|
| ** XXHash - https://xxhash.com/
| Copyright (c) 2012-2021 Yann Collet
| All rights reserved.
|
| BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
|
| 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.
|
| 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.

--------------------------------------------------------------------------------

This product bundles AWS EventStream for Java with the following in its NOTICE file:
| AWS EventStream for Java
| Copyright 2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.
4 changes: 4 additions & 0 deletions aws-bundle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ project(":iceberg-aws-bundle") {
include 'NOTICE'
}

// exclude dependency-provided LICENSE/NOTICE files in favor of the bundled Iceberg ones
exclude 'META-INF/LICENSE*'
exclude 'META-INF/NOTICE*'

// relocate AWS-specific versions
relocate 'org.apache.http', 'org.apache.iceberg.aws.shaded.org.apache.http'
relocate 'io.netty', 'org.apache.iceberg.aws.shaded.io.netty'
Expand Down
7 changes: 7 additions & 0 deletions azure-bundle/NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -307,3 +307,10 @@ This product bundles Netty with the following in its NOTICE file:
| * license/LICENSE.brotli4j.txt (Apache License 2.0)
| * HOMEPAGE:
| * https://github.com/hyperxpro/Brotli4j

--------------------------------------------------------------------------------

This product bundles Project Reactor (reactor-core, reactor-netty-core and
reactor-netty-http), which is available under the Apache License, Version 2.0,
with the following copyright notice:
| Copyright (c) 2011-2025 VMware, Inc. or its affiliates. All Rights Reserved.
4 changes: 4 additions & 0 deletions azure-bundle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ project(":iceberg-azure-bundle") {
include 'NOTICE'
}

// exclude dependency-provided LICENSE/NOTICE files in favor of the bundled Iceberg ones
exclude 'META-INF/LICENSE*'
exclude 'META-INF/NOTICE*'

// relocate Azure-specific versions
relocate 'io.netty', 'org.apache.iceberg.azure.shaded.io.netty'
relocate 'com.fasterxml.jackson', 'org.apache.iceberg.azure.shaded.com.fasterxml.jackson'
Expand Down
4 changes: 4 additions & 0 deletions flink/v1.20/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,10 @@ project(":iceberg-flink:iceberg-flink-runtime-${flinkMajorVersion}") {
include 'NOTICE'
}

// exclude dependency-provided LICENSE/NOTICE files in favor of the bundled Iceberg ones
exclude 'META-INF/LICENSE*'
exclude 'META-INF/NOTICE*'

// Relocate dependencies to avoid conflicts
relocate 'org.apache.avro', 'org.apache.iceberg.shaded.org.apache.avro'
relocate 'org.apache.parquet', 'org.apache.iceberg.shaded.org.apache.parquet'
Expand Down
4 changes: 4 additions & 0 deletions flink/v2.0/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,10 @@ project(":iceberg-flink:iceberg-flink-runtime-${flinkMajorVersion}") {
include 'NOTICE'
}

// exclude dependency-provided LICENSE/NOTICE files in favor of the bundled Iceberg ones
exclude 'META-INF/LICENSE*'
exclude 'META-INF/NOTICE*'

// Relocate dependencies to avoid conflicts
relocate 'org.apache.avro', 'org.apache.iceberg.shaded.org.apache.avro'
relocate 'org.apache.parquet', 'org.apache.iceberg.shaded.org.apache.parquet'
Expand Down
4 changes: 4 additions & 0 deletions flink/v2.1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,10 @@ project(":iceberg-flink:iceberg-flink-runtime-${flinkMajorVersion}") {
include 'NOTICE'
}

// exclude dependency-provided LICENSE/NOTICE files in favor of the bundled Iceberg ones
exclude 'META-INF/LICENSE*'
exclude 'META-INF/NOTICE*'

// Relocate dependencies to avoid conflicts
relocate 'org.apache.avro', 'org.apache.iceberg.shaded.org.apache.avro'
relocate 'org.apache.parquet', 'org.apache.iceberg.shaded.org.apache.parquet'
Expand Down
4 changes: 4 additions & 0 deletions gcp-bundle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ project(":iceberg-gcp-bundle") {
include 'NOTICE'
}

// exclude dependency-provided LICENSE/NOTICE files in favor of the bundled Iceberg ones
exclude 'META-INF/LICENSE*'
exclude 'META-INF/NOTICE*'

// relocate GCP-specific versions
relocate 'com.fasterxml.jackson', 'org.apache.iceberg.gcp.shaded.com.fasterxml.jackson'
relocate 'com.google.common', 'org.apache.iceberg.gcp.shaded.com.google.common'
Expand Down
Loading