This is an automated email from the ASF dual-hosted git repository.
yao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/main by this push:
new d8a2008955 Remove DISCLAIMER file after TLP graduation (#11738)
d8a2008955 is described below
commit d8a2008955cf9df22ffddcb16f7de0568226ff5d
Author: Wei-Ting Chen <[email protected]>
AuthorDate: Thu Mar 12 20:13:40 2026 +0800
Remove DISCLAIMER file after TLP graduation (#11738)
The DISCLAIMER file is no longer needed now that Apache Gluten has
graduated as a Top Level Project. Also removes the DISCLAIMER
reference from the release packaging script.
Part of: https://github.com/apache/gluten/issues/11713
Co-authored-by: Copilot <[email protected]>
---
DISCLAIMER | 7 -------
dev/release/package-release.sh | 1 -
2 files changed, 8 deletions(-)
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index 520cfe8ac7..0000000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1,7 +0,0 @@
-Apache Gluten is a Top Level Project (TLP) at the Apache Software
-Foundation (ASF).
-
-This product includes software developed at The Apache Software
-Foundation (http://www.apache.org/).
-
-http://gluten.apache.org
diff --git a/dev/release/package-release.sh b/dev/release/package-release.sh
index 4e9ed85cb6..531be09cc8 100755
--- a/dev/release/package-release.sh
+++ b/dev/release/package-release.sh
@@ -57,7 +57,6 @@ for v in $SPARK_VERSIONS; do
echo "Packaging for Spark $v (Scala $SCALA)..."
tar -czf apache-gluten-${RELEASE_VERSION}-bin-spark-${v}.tar.gz \
- ${GLUTEN_HOME}/DISCLAIMER \
$JAR
done
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]