Return-Path: Delivered-To: apmail-incubator-abdera-commits-archive@locus.apache.org Received: (qmail 47117 invoked from network); 27 Sep 2007 21:50:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Sep 2007 21:50:34 -0000 Received: (qmail 362 invoked by uid 500); 27 Sep 2007 21:50:24 -0000 Delivered-To: apmail-incubator-abdera-commits-archive@incubator.apache.org Received: (qmail 334 invoked by uid 500); 27 Sep 2007 21:50:24 -0000 Mailing-List: contact abdera-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-commits@incubator.apache.org Received: (qmail 325 invoked by uid 99); 27 Sep 2007 21:50:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Sep 2007 14:50:24 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Sep 2007 21:52:44 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 4A3D41A9832; Thu, 27 Sep 2007 14:50:01 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r580169 - in /incubator/abdera/java/branches/0.3.0-incubating: NOTICE build/build.xml core/src/main/java/org/apache/abdera/util/XmlRestrictedCharReader.java spring/src/test/java/org/apache/abdera/spring/TestProvider.java Date: Thu, 27 Sep 2007 21:50:00 -0000 To: abdera-commits@incubator.apache.org From: jmsnell@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20070927215001.4A3D41A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jmsnell Date: Thu Sep 27 14:49:59 2007 New Revision: 580169 URL: http://svn.apache.org/viewvc?rev=580169&view=rev Log: Adding some notices per feedback from the incubator pmc Modified: incubator/abdera/java/branches/0.3.0-incubating/NOTICE incubator/abdera/java/branches/0.3.0-incubating/build/build.xml incubator/abdera/java/branches/0.3.0-incubating/core/src/main/java/org/apache/abdera/util/XmlRestrictedCharReader.java incubator/abdera/java/branches/0.3.0-incubating/spring/src/test/java/org/apache/abdera/spring/TestProvider.java Modified: incubator/abdera/java/branches/0.3.0-incubating/NOTICE URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.3.0-incubating/NOTICE?rev=580169&r1=580168&r2=580169&view=diff ============================================================================== --- incubator/abdera/java/branches/0.3.0-incubating/NOTICE (original) +++ incubator/abdera/java/branches/0.3.0-incubating/NOTICE Thu Sep 27 14:49:59 2007 @@ -3,6 +3,9 @@ == Version 2.0, in this case for the Apache Abdera distribution. == ========================================================================= +Apache Abdera +Copyright 2006-2007 The Apache Software Foundation + This product includes software developed by The Apache Software Foundation (http://www.apache.org/). @@ -20,3 +23,16 @@ licensed using Apache License by the author Douglas Crockford and made available at http://json.org/java/apache.zip We have included portions of the code in the extensions module. + +========================================================================= +== Incubation Disclaimer == +========================================================================= + +Abdera 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. Modified: incubator/abdera/java/branches/0.3.0-incubating/build/build.xml URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.3.0-incubating/build/build.xml?rev=580169&r1=580168&r2=580169&view=diff ============================================================================== --- incubator/abdera/java/branches/0.3.0-incubating/build/build.xml (original) +++ incubator/abdera/java/branches/0.3.0-incubating/build/build.xml Thu Sep 27 14:49:59 2007 @@ -136,7 +136,15 @@ - + + + + + + + + + Modified: incubator/abdera/java/branches/0.3.0-incubating/core/src/main/java/org/apache/abdera/util/XmlRestrictedCharReader.java URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.3.0-incubating/core/src/main/java/org/apache/abdera/util/XmlRestrictedCharReader.java?rev=580169&r1=580168&r2=580169&view=diff ============================================================================== --- incubator/abdera/java/branches/0.3.0-incubating/core/src/main/java/org/apache/abdera/util/XmlRestrictedCharReader.java (original) +++ incubator/abdera/java/branches/0.3.0-incubating/core/src/main/java/org/apache/abdera/util/XmlRestrictedCharReader.java Thu Sep 27 14:49:59 2007 @@ -1,3 +1,20 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. The ASF licenses this file to You +* under the Apache License, Version 2.0 (the "License"); you may not +* use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. For additional information regarding +* copyright in this work, please see the NOTICE file in the top level +* directory of this distribution. +*/ package org.apache.abdera.util; import java.io.FilterReader; Modified: incubator/abdera/java/branches/0.3.0-incubating/spring/src/test/java/org/apache/abdera/spring/TestProvider.java URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.3.0-incubating/spring/src/test/java/org/apache/abdera/spring/TestProvider.java?rev=580169&r1=580168&r2=580169&view=diff ============================================================================== --- incubator/abdera/java/branches/0.3.0-incubating/spring/src/test/java/org/apache/abdera/spring/TestProvider.java (original) +++ incubator/abdera/java/branches/0.3.0-incubating/spring/src/test/java/org/apache/abdera/spring/TestProvider.java Thu Sep 27 14:49:59 2007 @@ -1,3 +1,20 @@ +/* +* Licensed to the Apache Software Foundation (ASF) under one or more +* contributor license agreements. The ASF licenses this file to You +* under the Apache License, Version 2.0 (the "License"); you may not +* use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. For additional information regarding +* copyright in this work, please see the NOTICE file in the top level +* directory of this distribution. +*/ package org.apache.abdera.spring; import org.apache.abdera.protocol.server.RequestContext;