You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uniffle.apache.org by ro...@apache.org on 2022/09/13 06:04:59 UTC

[incubator-uniffle] branch master updated: Add DISCLAIMER (#212)

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

roryqi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d4de8cd Add DISCLAIMER (#212)
3d4de8cd is described below

commit 3d4de8cd9c361c0d9ad9c53df750329dea417553
Author: roryqi <je...@gmail.com>
AuthorDate: Tue Sep 13 14:04:54 2022 +0800

    Add DISCLAIMER (#212)
    
    ### What changes were proposed in this pull request?
    Add DISCLAIMER
    
    ### Why are the changes needed?
    ASF podding
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    No need.
    
    Co-authored-by: roryqi <ro...@tencent.com>
---
 DISCLAIMER | 7 +++++++
 pom.xml    | 1 +
 2 files changed, 8 insertions(+)

diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 00000000..92e84faa
--- /dev/null
+++ b/DISCLAIMER
@@ -0,0 +1,7 @@
+Apache Uniffle 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/pom.xml b/pom.xml
index d13c0651..d08dc4ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -912,6 +912,7 @@
         <configuration>
           <excludes>
             <exclude>LICENSE</exclude>
+            <exclude>DISCLAIMER</exclude>
             <exclude>**/target/**</exclude>
             <exclude>src/test/resources/empty</exclude>
             <exclude>**/dependency-reduced-pom.xml</exclude>