You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uniffle.apache.org by js...@apache.org on 2022/10/11 01:37:40 UTC

[incubator-uniffle] branch master updated: Rename DISCLAIMER to DISCLAIMER-WIP (#258)

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

jshao 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 13f61cd3 Rename DISCLAIMER to DISCLAIMER-WIP (#258)
13f61cd3 is described below

commit 13f61cd35b130928ddb2d1de8bf0605ed005f741
Author: roryqi <je...@gmail.com>
AuthorDate: Tue Oct 11 09:37:34 2022 +0800

    Rename DISCLAIMER to DISCLAIMER-WIP (#258)
    
    Co-authored-by: roryqi <ro...@tencent.com>
---
 DISCLAIMER     | 11 -----------
 DISCLAIMER-WIP | 21 +++++++++++++++++++++
 pom.xml        |  2 +-
 3 files changed, 22 insertions(+), 12 deletions(-)

diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index 3e401182..00000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1,11 +0,0 @@
-Apache Uniffle (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/DISCLAIMER-WIP b/DISCLAIMER-WIP
new file mode 100644
index 00000000..23df370b
--- /dev/null
+++ b/DISCLAIMER-WIP
@@ -0,0 +1,21 @@
+Apache Uniffle (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.
+
+Some of the incubating project’s releases may not be fully compliant with ASF policy.
+For example, releases may have incomplete or un-reviewed licensing conditions.
+What follows is a list of issues the project is currently aware of (this list is likely to be incomplete):
+
+1. Releases may have incomplete licensing conditions
+
+If you are planning to incorporate this work into your product/project,please be aware that
+you will need to conduct a thorough licensing review to determine the overall implications of
+including this work.For the current status of this project through the Apache Incubator,
+visit: https://incubator.apache.org/projects/uniffle.html
diff --git a/pom.xml b/pom.xml
index b8e57475..c18d1be7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -925,7 +925,7 @@
         <configuration>
           <excludes>
             <exclude>LICENSE</exclude>
-            <exclude>DISCLAIMER</exclude>
+            <exclude>DISCLAIMER-WIP</exclude>
             <exclude>NOTICE</exclude>
             <exclude>**/target/**</exclude>
             <exclude>src/test/resources/empty</exclude>