JCLOUDS-387: Removing DISCLAIMER file and assembly references now that jclouds has graduated
diff --git a/DISCLAIMER b/DISCLAIMER
deleted file mode 100644
index 930418e..0000000
--- a/DISCLAIMER
+++ /dev/null
@@ -1,16 +0,0 @@
-Apache jclouds 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.
-
-For more information about the incubation status of the Apache jclouds project you
-can go to the following page:
-
-http://incubator.apache.org/projects/jclouds.html
-http://jclouds.incubator.apache.org
diff --git a/assembly/src/main/assembly/unix.xml b/assembly/src/main/assembly/unix.xml
index 2b3da8f..0c00ed6 100644
--- a/assembly/src/main/assembly/unix.xml
+++ b/assembly/src/main/assembly/unix.xml
@@ -125,13 +125,6 @@
             <fileMode>0755</fileMode>
             <lineEnding>unix</lineEnding>
         </file>
-        <file>
-            <source>${basedir}/../DISCLAIMER</source>
-            <outputDirectory>/</outputDirectory>
-            <destName>DISCLAIMER</destName>
-            <lineEnding>dos</lineEnding>
-            <fileMode>0644</fileMode>
-        </file>
     </files>
 
     <dependencySets>
diff --git a/assembly/src/main/assembly/win.xml b/assembly/src/main/assembly/win.xml
index d5b27b5..df3d11b 100644
--- a/assembly/src/main/assembly/win.xml
+++ b/assembly/src/main/assembly/win.xml
@@ -123,13 +123,6 @@
             <lineEnding>dos</lineEnding>
             <fileMode>0644</fileMode>
         </file>
-        <file>
-            <source>${basedir}/../DISCLAIMER</source>
-            <outputDirectory>/</outputDirectory>
-            <destName>DISCLAIMER</destName>
-            <lineEnding>dos</lineEnding>
-            <fileMode>0644</fileMode>
-        </file>
     </files>
 
     <dependencySets>