You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2014/05/21 20:45:42 UTC

[2/2] git commit: SLIDER-72: add a DISCLAIMER file according to incubator rules, tell RAT to ignore it as it lacks an ASF license

SLIDER-72: add a DISCLAIMER file according to incubator rules, tell RAT to ignore it as it lacks an ASF license


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/6d95ea34
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/6d95ea34
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/6d95ea34

Branch: refs/heads/develop
Commit: 6d95ea34ea1ffb202ab6643d53759eab41511fb1
Parents: 1cb2547
Author: Steve Loughran <st...@hortonworks.com>
Authored: Wed May 21 19:45:31 2014 +0100
Committer: Steve Loughran <st...@hortonworks.com>
Committed: Wed May 21 19:45:31 2014 +0100

----------------------------------------------------------------------
 DISCLAIMER | 10 ++++++++++
 pom.xml    |  1 +
 2 files changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/6d95ea34/DISCLAIMER
----------------------------------------------------------------------
diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 0000000..f855d84
--- /dev/null
+++ b/DISCLAIMER
@@ -0,0 +1,10 @@
+
+Apache Slider is an effort undergoing incubation at The Apache Software
+Foundation (ASF), sponsored by Apache Incubator.
+ 
+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.

http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/6d95ea34/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8810da5..efb3ac5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -347,6 +347,7 @@
             <exclude>**/httpfs-signature.secret</exclude>
             <exclude>**/dfs.exclude</exclude>
             <exclude>**/*.iml</exclude>
+            <exclude>DISCLAIMER</exclude>
           </excludes>
         </configuration>
       </plugin>