Author: mostarda
Date: Wed Sep 12 12:16:54 2012
New Revision: 1383906

URL: http://svn.apache.org/viewvc?rev=1383906&view=rev
Log:
Removed disclaimer as per patch provided by simone.tripodi . See 
#ANY23-125#comment-13453933

Modified:
    any23/trunk/DISCLAIMER.txt
    any23/trunk/api/pom.xml
    any23/trunk/core/pom.xml
    any23/trunk/csvutils/pom.xml
    any23/trunk/encoding/pom.xml
    any23/trunk/mime/pom.xml
    any23/trunk/nquads/pom.xml
    any23/trunk/plugins/basic-crawler/pom.xml
    any23/trunk/plugins/html-scraper/pom.xml
    any23/trunk/plugins/integration-test/pom.xml
    any23/trunk/plugins/office-scraper/pom.xml
    any23/trunk/service/pom.xml
    any23/trunk/src/site/apt/index.apt

Modified: any23/trunk/DISCLAIMER.txt
URL: 
http://svn.apache.org/viewvc/any23/trunk/DISCLAIMER.txt?rev=1383906&r1=1383905&r2=1383906&view=diff
==============================================================================
--- any23/trunk/DISCLAIMER.txt (original)
+++ any23/trunk/DISCLAIMER.txt Wed Sep 12 12:16:54 2012
@@ -1,10 +0,0 @@
-Apache Any23 is an effort undergoing incubation at the Apache Software
-Foundation (ASF), sponsored by the Tika 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.

Modified: any23/trunk/api/pom.xml
URL: 
http://svn.apache.org/viewvc/any23/trunk/api/pom.xml?rev=1383906&r1=1383905&r2=1383906&view=diff
==============================================================================
--- any23/trunk/api/pom.xml (original)
+++ any23/trunk/api/pom.xml Wed Sep 12 12:16:54 2012
@@ -56,7 +56,6 @@
         <directory>${basedir}/../</directory>
         <targetPath>META-INF</targetPath>
         <includes>
-          <include>DISCLAIMER.txt</include>
           <include>LICENSE.txt</include>
           <include>NOTICE.txt</include>
         </includes>
@@ -73,7 +72,6 @@
             <directory>${basedir}/../</directory>
             
<targetPath>${project.build.directory}/apidocs/META-INF</targetPath>
             <includes>
-              <include>DISCLAIMER.txt</include>
               <include>LICENSE.txt</include>
               <include>NOTICE.txt</include>
             </includes>

Modified: any23/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/any23/trunk/core/pom.xml?rev=1383906&r1=1383905&r2=1383906&view=diff
==============================================================================
--- any23/trunk/core/pom.xml (original)
+++ any23/trunk/core/pom.xml Wed Sep 12 12:16:54 2012
@@ -209,7 +209,6 @@
         <directory>${basedir}/../</directory>
         <targetPath>META-INF</targetPath>
         <includes>
-          <include>DISCLAIMER.txt</include>
           <include>LICENSE.txt</include>
           <include>NOTICE.txt</include>
         </includes>
@@ -273,7 +272,6 @@
             <directory>${basedir}/../</directory>
             
<targetPath>${project.build.directory}/apidocs/META-INF</targetPath>
             <includes>
-              <include>DISCLAIMER.txt</include>
               <include>LICENSE.txt</include>
               <include>NOTICE.txt</include>
             </includes>

Modified: any23/trunk/csvutils/pom.xml
URL: 
http://svn.apache.org/viewvc/any23/trunk/csvutils/pom.xml?rev=1383906&r1=1383905&r2=1383906&view=diff
==============================================================================
--- any23/trunk/csvutils/pom.xml (original)
+++ any23/trunk/csvutils/pom.xml Wed Sep 12 12:16:54 2012
@@ -48,7 +48,6 @@
         <directory>${basedir}/../</directory>
         <targetPath>META-INF</targetPath>
         <includes>
-          <include>DISCLAIMER.txt</include>
           <include>LICENSE.txt</include>
           <include>NOTICE.txt</include>
         </includes>
@@ -65,7 +64,6 @@
             <directory>${basedir}/../</directory>
             
<targetPath>${project.build.directory}/apidocs/META-INF</targetPath>
             <includes>
-              <include>DISCLAIMER.txt</include>
               <include>LICENSE.txt</include>
               <include>NOTICE.txt</include>
             </includes>

Modified: any23/trunk/encoding/pom.xml
URL: 
http://svn.apache.org/viewvc/any23/trunk/encoding/pom.xml?rev=1383906&r1=1383905&r2=1383906&view=diff
==============================================================================
--- any23/trunk/encoding/pom.xml (original)
+++ any23/trunk/encoding/pom.xml Wed Sep 12 12:16:54 2012
@@ -65,7 +65,6 @@
         <directory>${basedir}/../</directory>
         <targetPath>META-INF</targetPath>
         <includes>
-          <include>DISCLAIMER.txt</include>
           <include>LICENSE.txt</include>
           <include>NOTICE.txt</include>
         </includes>
@@ -82,7 +81,6 @@
             <directory>${basedir}/../</directory>
             
<targetPath>${project.build.directory}/apidocs/META-INF</targetPath>
             <includes>
-              <include>DISCLAIMER.txt</include>
               <include>LICENSE.txt</include>
               <include>NOTICE.txt</include>
             </includes>

Modified: any23/trunk/mime/pom.xml
URL: 
http://svn.apache.org/viewvc/any23/trunk/mime/pom.xml?rev=1383906&r1=1383905&r2=1383906&view=diff
==============================================================================
--- any23/trunk/mime/pom.xml (original)
+++ any23/trunk/mime/pom.xml Wed Sep 12 12:16:54 2012
@@ -98,7 +98,6 @@
         <directory>${basedir}/../</directory>
         <targetPath>META-INF</targetPath>
         <includes>
-          <include>DISCLAIMER.txt</include>
           <include>LICENSE.txt</include>
           <include>NOTICE.txt</include>
         </includes>
@@ -115,7 +114,6 @@
             <directory>${basedir}/../</directory>
             
<targetPath>${project.build.directory}/apidocs/META-INF</targetPath>
             <includes>
-              <include>DISCLAIMER.txt</include>
               <include>LICENSE.txt</include>
               <include>NOTICE.txt</include>
             </includes>

Modified: any23/trunk/nquads/pom.xml
URL: 
http://svn.apache.org/viewvc/any23/trunk/nquads/pom.xml?rev=1383906&r1=1383905&r2=1383906&view=diff
==============================================================================
--- any23/trunk/nquads/pom.xml (original)
+++ any23/trunk/nquads/pom.xml Wed Sep 12 12:16:54 2012
@@ -69,7 +69,6 @@
         <directory>${basedir}/../</directory>
         <targetPath>META-INF</targetPath>
         <includes>
-          <include>DISCLAIMER.txt</include>
           <include>LICENSE.txt</include>
           <include>NOTICE.txt</include>
         </includes>
@@ -86,7 +85,6 @@
             <directory>${basedir}/../</directory>
             
<targetPath>${project.build.directory}/apidocs/META-INF</targetPath>
             <includes>
-              <include>DISCLAIMER.txt</include>
               <include>LICENSE.txt</include>
               <include>NOTICE.txt</include>
             </includes>

Modified: any23/trunk/plugins/basic-crawler/pom.xml
URL: 
http://svn.apache.org/viewvc/any23/trunk/plugins/basic-crawler/pom.xml?rev=1383906&r1=1383905&r2=1383906&view=diff
==============================================================================
--- any23/trunk/plugins/basic-crawler/pom.xml (original)
+++ any23/trunk/plugins/basic-crawler/pom.xml Wed Sep 12 12:16:54 2012
@@ -97,7 +97,6 @@
         <directory>${basedir}/../../</directory>
         <targetPath>META-INF</targetPath>
         <includes>
-          <include>DISCLAIMER.txt</include>
           <include>LICENSE.txt</include>
           <include>NOTICE.txt</include>
         </includes>
@@ -148,7 +147,6 @@
             <directory>${basedir}/../../</directory>
             
<targetPath>${project.build.directory}/apidocs/META-INF</targetPath>
             <includes>
-              <include>DISCLAIMER.txt</include>
               <include>LICENSE.txt</include>
               <include>NOTICE.txt</include>
             </includes>

Modified: any23/trunk/plugins/html-scraper/pom.xml
URL: 
http://svn.apache.org/viewvc/any23/trunk/plugins/html-scraper/pom.xml?rev=1383906&r1=1383905&r2=1383906&view=diff
==============================================================================
--- any23/trunk/plugins/html-scraper/pom.xml (original)
+++ any23/trunk/plugins/html-scraper/pom.xml Wed Sep 12 12:16:54 2012
@@ -102,7 +102,6 @@
         <directory>${basedir}/../../</directory>
         <targetPath>META-INF</targetPath>
         <includes>
-          <include>DISCLAIMER.txt</include>
           <include>LICENSE.txt</include>
           <include>NOTICE.txt</include>
         </includes>
@@ -133,7 +132,6 @@
             <directory>${basedir}/../../</directory>
             
<targetPath>${project.build.directory}/apidocs/META-INF</targetPath>
             <includes>
-              <include>DISCLAIMER.txt</include>
               <include>LICENSE.txt</include>
               <include>NOTICE.txt</include>
             </includes>

Modified: any23/trunk/plugins/integration-test/pom.xml
URL: 
http://svn.apache.org/viewvc/any23/trunk/plugins/integration-test/pom.xml?rev=1383906&r1=1383905&r2=1383906&view=diff
==============================================================================
--- any23/trunk/plugins/integration-test/pom.xml (original)
+++ any23/trunk/plugins/integration-test/pom.xml Wed Sep 12 12:16:54 2012
@@ -69,7 +69,6 @@
         <directory>${basedir}/../../</directory>
         <targetPath>META-INF</targetPath>
         <includes>
-          <include>DISCLAIMER.txt</include>
           <include>LICENSE.txt</include>
           <include>NOTICE.txt</include>
         </includes>
@@ -160,7 +159,6 @@
             <directory>${basedir}/../../</directory>
             
<targetPath>${project.build.directory}/apidocs/META-INF</targetPath>
             <includes>
-              <include>DISCLAIMER.txt</include>
               <include>LICENSE.txt</include>
               <include>NOTICE.txt</include>
             </includes>

Modified: any23/trunk/plugins/office-scraper/pom.xml
URL: 
http://svn.apache.org/viewvc/any23/trunk/plugins/office-scraper/pom.xml?rev=1383906&r1=1383905&r2=1383906&view=diff
==============================================================================
--- any23/trunk/plugins/office-scraper/pom.xml (original)
+++ any23/trunk/plugins/office-scraper/pom.xml Wed Sep 12 12:16:54 2012
@@ -85,7 +85,6 @@
         <directory>${basedir}/../../</directory>
         <targetPath>META-INF</targetPath>
         <includes>
-          <include>DISCLAIMER.txt</include>
           <include>LICENSE.txt</include>
           <include>NOTICE.txt</include>
         </includes>
@@ -116,7 +115,6 @@
             <directory>${basedir}/../../</directory>
             
<targetPath>${project.build.directory}/apidocs/META-INF</targetPath>
             <includes>
-              <include>DISCLAIMER.txt</include>
               <include>LICENSE.txt</include>
               <include>NOTICE.txt</include>
             </includes>

Modified: any23/trunk/service/pom.xml
URL: 
http://svn.apache.org/viewvc/any23/trunk/service/pom.xml?rev=1383906&r1=1383905&r2=1383906&view=diff
==============================================================================
--- any23/trunk/service/pom.xml (original)
+++ any23/trunk/service/pom.xml Wed Sep 12 12:16:54 2012
@@ -197,7 +197,6 @@
             <directory>${basedir}/../</directory>
             
<targetPath>${project.build.directory}/apidocs/META-INF</targetPath>
             <includes>
-              <include>DISCLAIMER.txt</include>
               <include>LICENSE.txt</include>
               <include>NOTICE.txt</include>
             </includes>

Modified: any23/trunk/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/any23/trunk/src/site/apt/index.apt?rev=1383906&r1=1383905&r2=1383906&view=diff
==============================================================================
--- any23/trunk/src/site/apt/index.apt (original)
+++ any23/trunk/src/site/apt/index.apt Wed Sep 12 12:16:54 2012
@@ -73,15 +73,3 @@ Introduction to Apache Any23
     Questions, comments? Get in touch on the 
{{{http://groups.google.com/group/any23-dev}mailing list}}!
     Bugs, feature requests, patches? Please submit to the 
{{{http://code.google.com/p/any23/issues}issue tracker}}.
     You can access the source through Subversion, see the 
{{{./install.html}Installation Guide}} for details.
-
-Disclaimer
-
-    Apache Any23 is an effort undergoing 
{{{http://incubator.apache.org}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.
-
-    You can view our current 
{{{http://incubator.apache.org/projects/any23.html}incubation status}}
-    for more details.


Reply via email to