This is an automated email from the ASF dual-hosted git repository.
weitingchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 5cad4ff225 [GLUTEN-9878] Update LICENSE and NOTICE to list all
licenses used for copied code. (#9879)
5cad4ff225 is described below
commit 5cad4ff2258e00479c0fef91f21f3554a3ae61fc
Author: Wei-Ting Chen <[email protected]>
AuthorDate: Fri Jun 6 13:26:19 2025 +0800
[GLUTEN-9878] Update LICENSE and NOTICE to list all licenses used for
copied code. (#9879)
* Update LICENSE and NOTICE to list all licenses used for copied code.
* Update script from velox, gluten 2025, NOTICE-binary.
---
LICENSE | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
NOTICE | 18 +++++++++++++++++-
NOTICE-binary | 20 ++++++++++++++++++++
3 files changed, 97 insertions(+), 1 deletion(-)
diff --git a/LICENSE b/LICENSE
index d645695673..9d14bef56e 100644
--- a/LICENSE
+++ b/LICENSE
@@ -200,3 +200,63 @@
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 product bundles various third-party components also under the
+ Apache Software License 2.0.
+
+ Apache DataFusion(https://github.com/apache/datafusion)
+ ./.github/workflows/take.yml
+
+ Apache Spark(https://github.com/apache/spark)
+
./backends-clickhouse/src/main/scala/org/apache/spark/sql/execution/CHColumnarWrite.scala
+
./backends-clickhouse/src/main/scala/org/apache/spark/sql/execution/SparkWriteFilesCommitProtocol.scala
+
./cpp-ch/local-engine/Parser/aggregate_function_parser/BloomFilterAggParser.cpp
+
./gluten-substrait/src/main/scala/org/apache/spark/sql/execution/GlutenExplainUtils.scala
+
./shims/spark32/src/main/scala/org/apache/spark/sql/execution/FileSourceScanExecShim.scala
+
./shims/spark32/src/main/scala/org/apache/spark/sql/execution/datasources/FileFormatDataWriter.scala
+
./shims/spark32/src/main/scala/org/apache/spark/sql/execution/datasources/FileFormatWriter.scala
+
./shims/spark32/src/main/scala/org/apache/spark/sql/execution/datasources/WriteFiles.scala
+
./shims/spark32/src/main/scala/org/apache/spark/sql/execution/datasources/orc/OrcFileFormat.scala
+
./shims/spark32/src/main/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetFileFormat.scala
+
./shims/spark32/src/main/scala/org/apache/spark/sql/execution/datasources/v2/BatchScanExec.scala.deprecated
+
./shims/spark32/src/main/scala/org/apache/spark/sql/execution/stat/StatFunctions.scala
+
./shims/spark32/src/main/scala/org/apache/spark/sql/hive/execution/HiveFileFormat.scala
+
./shims/spark33/src/main/scala/org/apache/spark/sql/execution/FileSourceScanExecShim.scala
+
./shims/spark33/src/main/scala/org/apache/spark/sql/execution/datasources/WriteFiles.scala
+
./shims/spark33/src/main/scala/org/apache/spark/sql/execution/datasources/orc/OrcFileFormat.scala
+
./shims/spark33/src/main/scala/org/apache/spark/sql/execution/stat/StatFunctions.scala
+ ./tools/gluten-it/common/src/main/scala/org/apache/spark/sql/TestUtils.scala
+
+ Delta Lake(https://github.com/delta-io/delta)
+
./backends-clickhouse/src-delta-20/main/scala/org/apache/spark/sql/delta/DeltaLog.scala
+
./backends-clickhouse/src-delta-20/main/scala/org/apache/spark/sql/delta/Snapshot.scala
+
./backends-clickhouse/src-delta-20/main/scala/org/apache/spark/sql/delta/commands/DeleteCommand.scala
+
./backends-clickhouse/src-delta-20/main/scala/org/apache/spark/sql/delta/commands/MergeIntoCommand.scala
+
./backends-clickhouse/src-delta-20/main/scala/org/apache/spark/sql/delta/commands/OptimizeTableCommand.scala
+
./backends-clickhouse/src-delta-20/main/scala/org/apache/spark/sql/delta/commands/UpdateCommand.scala
+
./backends-clickhouse/src-delta-23/main/scala/org/apache/spark/sql/delta/DeltaLog.scala
+
./backends-clickhouse/src-delta-23/main/scala/org/apache/spark/sql/delta/Snapshot.scala
+
./backends-clickhouse/src-delta-23/main/scala/org/apache/spark/sql/delta/commands/DeleteCommand.scala
+
./backends-clickhouse/src-delta-23/main/scala/org/apache/spark/sql/delta/commands/MergeIntoCommand.scala
+
./backends-clickhouse/src-delta-23/main/scala/org/apache/spark/sql/delta/commands/OptimizeTableCommand.scala
+
./backends-clickhouse/src-delta-23/main/scala/org/apache/spark/sql/delta/commands/UpdateCommand.scala
+
./backends-clickhouse/src-delta-23/main/scala/org/apache/spark/sql/delta/commands/VacuumCommand.scala
+
./backends-clickhouse/src-delta-23/main/scala/org/apache/spark/sql/delta/stats/PrepareDeltaScan.scala
+
./backends-clickhouse/src-delta-33/main/scala/org/apache/spark/sql/delta/DeltaLog.scala
+
./backends-clickhouse/src-delta-33/main/scala/org/apache/spark/sql/delta/PreprocessTableWithDVs.scala
+
./backends-clickhouse/src-delta-33/main/scala/org/apache/spark/sql/delta/Snapshot.scala
+
./backends-clickhouse/src-delta-33/main/scala/org/apache/spark/sql/delta/commands/DMLWithDeletionVectorsHelper.scala
+
./backends-clickhouse/src-delta-33/main/scala/org/apache/spark/sql/delta/commands/VacuumCommand.scala
+
+ The Velox Project(https://github.com/facebookincubator/velox)
+ ./cpp/velox/udf/examples/MyUDAF.cc
+ ./cpp/velox/utils/Common.cc
+ ./ep/build-velox/src/setup-centos7.sh
+ ./ep/build-velox/src/setup-centos8.sh
+ ./ep/build-velox/src/setup-openeuler24.sh
+ ./ep/build-velox/src/setup-rhel.sh
+
+ ClickHouse(https://github.com/ClickHouse/ClickHouse)
+ ./cpp-ch/local-engine/AggregateFunctions/AggregateFunctionPartialMerge.h
+ ./cpp-ch/local-engine/Functions/SparkFunctionArrayDistinct.cpp
+
diff --git a/NOTICE b/NOTICE
index effe2ede4e..e0d62f303b 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,7 +1,23 @@
Apache Gluten(incubating)
-Copyright 2023-2024 The Apache Software Foundation
+Copyright 2023-2025 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
The initial codebase was donated to the ASF by Intel and Kyligence, copyright
2023-2024.
+
+Apache DataFusion
+Copyright 2019-2025 The Apache Software Foundation
+
+Apache Spark
+Copyright 2014 and onwards The Apache Software Foundation
+
+Delta Lake
+Copyright (2021) The Delta Lake Project Authors.
+
+The Velox Project
+Copyright © 2024 Meta Platforms, Inc.
+
+ClickHouse
+Copyright 2016-2025 ClickHouse, Inc.
+
diff --git a/NOTICE-binary b/NOTICE-binary
index be510d300f..4d494f4a2d 100644
--- a/NOTICE-binary
+++ b/NOTICE-binary
@@ -18,6 +18,11 @@ Copyright 2022-2024 The Apache Software Foundation.
---------------------------------------------------------
+Apache DataFusion
+Copyright 2019-2025 The Apache Software Foundation
+
+---------------------------------------------------------
+
Apache Uniffle (incubating)
Copyright 2022 and onwards The Apache Software Foundation.
@@ -43,6 +48,21 @@ Copyright (C) 2006 - 2019, The Apache Software Foundation.
---------------------------------------------------------
+Delta Lake
+Copyright (2021) The Delta Lake Project Authors.
+
+---------------------------------------------------------
+
+The Velox Project
+Copyright © 2024 Meta Platforms, Inc.
+
+---------------------------------------------------------
+
+ClickHouse
+Copyright 2016-2025 ClickHouse, Inc.
+
+---------------------------------------------------------
+
This project includes code from Daniel Lemire's FrameOfReference project.
https://github.com/lemire/FrameOfReference/blob/6ccaf9e97160f9a3b299e23a8ef739e711ef0c71/src/bpacking.cpp
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]