You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oltu.apache.org by si...@apache.org on 2010/07/11 18:26:48 UTC

svn commit: r963101 - in /incubator/amber/trunk: DISCLAIMER pom.xml

Author: simonetripodi
Date: Sun Jul 11 16:26:48 2010
New Revision: 963101

URL: http://svn.apache.org/viewvc?rev=963101&view=rev
Log:
added DISCLAIMER file

Added:
    incubator/amber/trunk/DISCLAIMER
Modified:
    incubator/amber/trunk/pom.xml

Added: incubator/amber/trunk/DISCLAIMER
URL: http://svn.apache.org/viewvc/incubator/amber/trunk/DISCLAIMER?rev=963101&view=auto
==============================================================================
--- incubator/amber/trunk/DISCLAIMER (added)
+++ incubator/amber/trunk/DISCLAIMER Sun Jul 11 16:26:48 2010
@@ -0,0 +1,11 @@
+Apache Amber is an effort undergoing incubation at the Apache Software
+Foundation (ASF), sponsored by the Shindig 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: incubator/amber/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/amber/trunk/pom.xml?rev=963101&r1=963100&r2=963101&view=diff
==============================================================================
--- incubator/amber/trunk/pom.xml (original)
+++ incubator/amber/trunk/pom.xml Sun Jul 11 16:26:48 2010
@@ -485,6 +485,7 @@
                 <includes>
                     <include>LICENSE</include>
                     <include>NOTICE</include>
+                    <include>DISCLAIMER</include>
                 </includes>
             </resource>
         </resources>