You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by jm...@apache.org on 2007/09/27 23:50:00 UTC

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

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 @@
     <copy todir="${dependencies.work}/i18n">
       <fileset dir="${i18n.src.resources}" includes="**/*" />
     </copy>
-    <jar destfile="${i18n.jar}" basedir="${dependencies.work}/i18n" includes="org/apache/abdera/i18n/**/*" />
+    
+    <mkdir dir="${dependencies.work}/i18n/META-INF" />
+    <copy todir="${dependencies.work}/i18n/META-INF">
+      <fileset dir="${basedir}">
+        <include name="LICENSE" />
+        <include name="NOTICE" />
+      </fileset>
+    </copy>
+    <jar destfile="${i18n.jar}" basedir="${dependencies.work}/i18n"  />
 
   </target>
 

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;