Return-Path: Delivered-To: apmail-incubator-couchdb-commits-archive@locus.apache.org Received: (qmail 18144 invoked from network); 10 Jun 2008 16:53:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jun 2008 16:53:52 -0000 Received: (qmail 94199 invoked by uid 500); 10 Jun 2008 16:53:55 -0000 Delivered-To: apmail-incubator-couchdb-commits-archive@incubator.apache.org Received: (qmail 94150 invoked by uid 500); 10 Jun 2008 16:53:55 -0000 Mailing-List: contact couchdb-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-commits@incubator.apache.org Received: (qmail 94141 invoked by uid 99); 10 Jun 2008 16:53:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jun 2008 09:53:55 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Jun 2008 16:53:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 204772388A0A; Tue, 10 Jun 2008 09:53:32 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r666202 - /incubator/couchdb/trunk/README Date: Tue, 10 Jun 2008 16:53:32 -0000 To: couchdb-commits@incubator.apache.org From: nslater@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080610165332.204772388A0A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nslater Date: Tue Jun 10 09:53:31 2008 New Revision: 666202 URL: http://svn.apache.org/viewvc?rev=666202&view=rev Log: added standard Incubator disclaimer Modified: incubator/couchdb/trunk/README Modified: incubator/couchdb/trunk/README URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/README?rev=666202&r1=666201&r2=666202&view=diff ============================================================================== --- incubator/couchdb/trunk/README (original) +++ incubator/couchdb/trunk/README Tue Jun 10 09:53:31 2008 @@ -5,6 +5,14 @@ aware that important areas such as the public API or internal database format may see backwards incompatible changes between versions. +Apache CouchDB 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. + Building From Subversion ------------------------