SLIDER-72: add a DISCLAIMER file according to incubator rules, tell RAT to ignore it as it lacks an ASF license
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.
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>