-
Notifications
You must be signed in to change notification settings - Fork 45
Catalog Migrator: Add missing BUNDLE-NOTICE and BUNDLE-LICENSE entries #196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,6 +9,32 @@ to the ASF by Dremio Corporation. (https://www.dremio.com/) copyright 2022. | |
|
|
||
| ------------------------------------------------------------------------- | ||
|
|
||
| This artifact bundles Apache Iceberg with the following in its NOTICE: | ||
| | Apache Iceberg | ||
| | Copyright 2017-2026 The Apache Software Foundation | ||
| | | ||
| | This product includes software developed at | ||
| | The Apache Software Foundation (http://www.apache.org/). | ||
| | | ||
| | This project includes code from Kite, developed at Cloudera, Inc. with | ||
| | the following copyright notice: | ||
| | | ||
| | Copyright 2013 Cloudera Inc. | ||
| | | ||
| | 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. | ||
|
|
||
| ------------------------------------------------------------------------- | ||
|
|
||
| This artifact bundles reload4j with the following in its NOTICE: | ||
| | Apache log4j | ||
| | Copyright 2007 The Apache Software Foundation | ||
|
|
@@ -165,3 +191,90 @@ This artifact bundles Netty with the following in its NOTICE: | |
| | * HOMEPAGE: | ||
| | * https://github.com/JCTools/JCTools | ||
|
|
||
| ------------------------------------------------------------------------- | ||
|
|
||
| This artifact bundles Snappy Java with the following in its NOTICE: | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Notice from Snappy |
||
| | This product includes software developed by Google | ||
| | Snappy: http://code.google.com/p/snappy/ (New BSD License) | ||
| | | ||
| | This product includes software developed by Apache | ||
| | PureJavaCrc32C from apache-hadoop-common http://hadoop.apache.org/ | ||
| | (Apache 2.0 license) | ||
| | | ||
| | This library contains statically linked libstdc++. This inclusion is allowed by | ||
| | "GCC Runtime Library Exception" | ||
| | http://gcc.gnu.org/onlinedocs/libstdc++/manual/license.html | ||
| | | ||
| | == Contributors == | ||
| | * Tatu Saloranta | ||
| | * Providing benchmark suite | ||
| | * Alec Wysoker | ||
| | * Performance and memory usage improvement | ||
| | | ||
| | Third-Party Notices and Licenses: | ||
| | | ||
| | - Hadoop: Apache Hadoop is used as a dependency | ||
| | License: Apache License 2.0 | ||
| | Source/Reference: https://github.com/apache/hadoop/blob/trunk/NOTICE.txt | ||
|
|
||
| ------------------------------------------------------------------------- | ||
|
|
||
| This artifact bundles Amazon S3 Analytics Accelerator with the following in its NOTICE: | ||
| | Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. | ||
|
|
||
| ------------------------------------------------------------------------- | ||
|
|
||
| This artifact bundles Apache Parquet Format, shaded by Amazon S3 Analytics Accelerator, | ||
| with the following in its NOTICE: | ||
| | Apache Parquet Format | ||
| | Copyright 2014 The Apache Software Foundation | ||
| | | ||
| | This product includes software developed at | ||
| | The Apache Software Foundation (http://www.apache.org/). | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nit: This is a standard ASF NOTICE. Since
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We have done this above. So, followed same pattern. Maybe we can have one separate clean up PR and get it reviewed once JB is back.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok |
||
|
|
||
|
ajantha-bhat marked this conversation as resolved.
|
||
| ------------------------------------------------------------------------- | ||
|
|
||
| This artifact bundles HawtJNI with the following in its NOTICE: | ||
| | This product includes software developed by FuseSource Corp. | ||
| | http://fusesource.com | ||
| | | ||
| | This product includes software developed at | ||
| | Progress Software Corporation and/or its subsidiaries or affiliates. | ||
| | | ||
| | This product includes software developed by IBM Corporation and others. | ||
|
|
||
| ------------------------------------------------------------------------- | ||
|
|
||
| This artifact bundles BoneCP with the following in its NOTICE: | ||
| | BoneCP | ||
| | Copyright 2010 Wallace Wadge | ||
|
|
||
| ------------------------------------------------------------------------- | ||
|
|
||
| This artifact bundles Eigenbase Properties with the following in its NOTICE: | ||
| | eigenbase-properties | ||
| | Copyright (C) 2012-2020, Julian Hyde | ||
| | This product includes software from the Eigenbase project, licensed from | ||
| | DynamoBI Corporation. | ||
| | Copyright (C) 2005 Dynamo BI Corporation | ||
|
|
||
| ------------------------------------------------------------------------- | ||
|
|
||
| This artifact bundles Groovy with the following in its NOTICE: | ||
| | Apache Groovy | ||
| | Copyright 2003-2015 The Apache Software Foundation | ||
| | | ||
| | This product includes software developed at | ||
| | The Apache Software Foundation (http://www.apache.org/). | ||
| | | ||
| | It includes the following other software: | ||
| | | ||
| | Antlr 2 (http://www.antlr2.org/) | ||
| | ASM (http://asm.ow2.org/) | ||
| | GPars (http://www.gpars.org/) | ||
| | Hamcrest (https://github.com/hamcrest/JavaHamcrest) | ||
| | JCommander (http://jcommander.org/) | ||
| | Openbeans (https://code.google.com/p/openbeans/) | ||
| | QDox (http://qdox.codehaus.org/) | ||
| | TestNG (http://testng.org/) | ||
| | XStream (http://xstream.codehaus.org/) | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -182,6 +182,7 @@ val shadowJar = | |
| "META-INF/**/DISCLAIMER", | ||
| "LICENSE*", | ||
| "NOTICE*", | ||
| "THIRD-PARTY-NOTICES", | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
| "DISCLAIMER", | ||
| "META-INF/DISCLAIMER", | ||
| "META-INF/ASL2.0", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Notice from Apache Iceberg.