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 7c4be406b [#1900] improvement: Rename DISCLAIMER-WIP to DISCLAIMER (#1974) 7c4be406b is described below commit 7c4be406b2cb6799d3c34ab59a0b7781f0a02cfe Author: roryqi <ror...@apache.org> AuthorDate: Mon Jul 29 12:04:50 2024 +0800 [#1900] improvement: Rename DISCLAIMER-WIP to DISCLAIMER (#1974) ### What changes were proposed in this pull request? Fix: #1900 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No. --- DISCLAIMER | 11 +++++++++++ DISCLAIMER-WIP | 21 --------------------- pom.xml | 2 +- 3 files changed, 12 insertions(+), 22 deletions(-) diff --git a/DISCLAIMER b/DISCLAIMER new file mode 100644 index 000000000..3e4011822 --- /dev/null +++ b/DISCLAIMER @@ -0,0 +1,11 @@ +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 deleted file mode 100644 index 23df370b6..000000000 --- a/DISCLAIMER-WIP +++ /dev/null @@ -1,21 +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. - -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 d5e4747d3..aa5605e15 100644 --- a/pom.xml +++ b/pom.xml @@ -1176,7 +1176,7 @@ <configuration> <excludes> <exclude>LICENSE</exclude> - <exclude>DISCLAIMER-WIP</exclude> + <exclude>DISCLAIMER</exclude> <exclude>NOTICE</exclude> <exclude>**/target/**</exclude> <exclude>**/src/main/resources/META-INF/services/*</exclude>