This is an automated email from the ASF dual-hosted git repository.

nicholasjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git


The following commit(s) were added to refs/heads/master by this push:
     new 460a1eaf [AURON-1297] Add license and notice for source package 
release (#1298)
460a1eaf is described below

commit 460a1eafa160688cdfa57c9f54b24ad20bb4c427
Author: Ethan Feng <[email protected]>
AuthorDate: Tue Sep 16 10:15:37 2025 +0800

    [AURON-1297] Add license and notice for source package release (#1298)
    
    * [AURON-1297] Add license and notice for source package release
    
    Signed-off-by: fengmingxiao <[email protected]>
    
    * add data fusion
    
    Signed-off-by: fengmingxiao <[email protected]>
    
    ---------
    
    Signed-off-by: fengmingxiao <[email protected]>
---
 .github/labeler.yml    |  2 +-
 DISCLAIMER             | 10 ++++++++++
 LICENSE.txt => LICENSE |  0
 NOTICE                 | 27 +++++++++++++++++++++++++++
 README.md              |  2 +-
 5 files changed, 39 insertions(+), 2 deletions(-)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index 91d09052..067718d5 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -36,7 +36,7 @@ build:
 
 documentation:
   - "**/*.md"
-  - "LICENSE.txt"
+  - "LICENSE"
 
 common:
   - "common/**"
diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 00000000..f5d642ac
--- /dev/null
+++ b/DISCLAIMER
@@ -0,0 +1,10 @@
+Apache Auron (Incubating) is an effort undergoing incubation at the Apache
+Software Foundation (ASF), sponsored by the Apache Incubator PMC.
+
+Incubation is required of all newly accepted projects until a further review
+indicates that the infrastructure, communications, and decision making process
+have stabilized in a manner consistent with other successful ASF projects.
+
+While incubation status is not necessarily a reflection of the completeness
+or stability of the code, it does indicate that the project has yet to be
+fully endorsed by the ASF.
diff --git a/LICENSE.txt b/LICENSE
similarity index 100%
rename from LICENSE.txt
rename to LICENSE
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 00000000..2093df6b
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,27 @@
+
+Apache Auron (Incubating)
+Copyright 2025 The Apache Software Foundation.
+
+This product includes software developed at
+The Apache Software Foundation (https://www.apache.org/).
+
+Apache Arrow
+Copyright 2016-2024 The Apache Software Foundation
+
+Apache Celeborn
+Copyright 2022-2024 The Apache Software Foundation.
+
+Apache DataFusion
+Copyright 2019-2025 The Apache Software Foundation
+
+Apache Hadoop
+Copyright 2006 and onwards The Apache Software Foundation.
+
+Apache Paimon
+Copyright 2023-2025 The Apache Software Foundation
+
+Apache Spark
+Copyright 2014 and onwards The Apache Software Foundation
+
+Apache Uniffle
+Copyright 2022 and onwards The Apache Software Foundation.
diff --git a/README.md b/README.md
index 140c6f7c..037d2eb7 100644
--- a/README.md
+++ b/README.md
@@ -126,4 +126,4 @@ If you meet any questions, connect us and fix it by 
submitting a 🔗[Pull Reque
 ## License
 
 Auron is licensed under the Apache 2.0 License. A copy of the license
-[can be found here.](LICENSE.txt)
+[can be found here.](LICENSE)

Reply via email to