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 2008/04/01 21:48:49 UTC

svn commit: r643537 - in /incubator/abdera/java/branches/abdera-0.4.0-incubating: ./ adapters/ adapters/couchdb/ adapters/filesystem/ adapters/hibernate/ adapters/jcr/ adapters/jdbc/ bundle/ client/ core/ core/src/main/resources/ dependencies/i18n/ doc...

Author: jmsnell
Date: Tue Apr  1 12:48:46 2008
New Revision: 643537

URL: http://svn.apache.org/viewvc?rev=643537&view=rev
Log:
adding license headers to the build scripts

Modified:
    incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/couchdb/build.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/couchdb/readme
    incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/filesystem/build.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/filesystem/pom.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/filesystem/readme
    incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/hibernate/readme
    incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/jcr/build.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/jcr/pom.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/jdbc/build.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/jdbc/pom.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/pom.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/bundle/pom.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/client/pom.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/core/pom.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/core/src/main/resources/abderamessages.properties
    incubator/abdera/java/branches/abdera-0.4.0-incubating/dependencies/i18n/pom.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/docs/knownissues.txt
    incubator/abdera/java/branches/abdera-0.4.0-incubating/etc/notice-supplements.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/examples/pom.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/gdata/pom.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/geo/pom.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/html/pom.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/json/pom.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/main/pom.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/media/pom.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/oauth/pom.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/opensearch/pom.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/pom.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/serializer/pom.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/sharing/pom.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/wsse/pom.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/parser/pom.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/pom.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/security/pom.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/server/pom.xml
    incubator/abdera/java/branches/abdera-0.4.0-incubating/spring/pom.xml

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/couchdb/build.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/couchdb/build.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/couchdb/build.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/couchdb/build.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project name="couchdb" default="compile">
 
   <property name="version" value="0.4.0-incubating-SNAPSHOT" />

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/couchdb/readme
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/couchdb/readme?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/couchdb/readme (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/couchdb/readme Tue Apr  1 12:48:46 2008
@@ -1,3 +1,21 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
+
+
 CouchDB Collection Adapter
 
 Dependencies: 

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/filesystem/build.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/filesystem/build.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/filesystem/build.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/filesystem/build.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project name="filesystem" default="compile">
 
   <property name="version" value="0.4.0-incubating-SNAPSHOT" />

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/filesystem/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/filesystem/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/filesystem/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/filesystem/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <parent>
         <groupId>org.apache.abdera</groupId>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/filesystem/readme
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/filesystem/readme?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/filesystem/readme (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/filesystem/readme Tue Apr  1 12:48:46 2008
@@ -1,3 +1,20 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
+
 Filesystem Collection Adapter
 
 Dependencies: 

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/hibernate/readme
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/hibernate/readme?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/hibernate/readme (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/hibernate/readme Tue Apr  1 12:48:46 2008
@@ -1,3 +1,20 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
+
 The Hibernate adapter is not yet included in the build.
 because of licensing restrictions, we cannot depend on hibernate for the 
 build and cannot ship the jars.  So while this code is included in the

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/jcr/build.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/jcr/build.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/jcr/build.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/jcr/build.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project name="jcr" default="compile">
 
   <property name="version" value="0.4.0-incubating-SNAPSHOT" />

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/jcr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/jcr/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/jcr/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/jcr/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.abdera</groupId>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/jdbc/build.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/jdbc/build.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/jdbc/build.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/jdbc/build.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project name="ibatis" default="compile">
 
   <property name="version" value="0.4.0-incubating-SNAPSHOT" />

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/jdbc/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/jdbc/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/jdbc/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/jdbc/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.abdera</groupId>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/adapters/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<parent>
 		<groupId>org.apache.abdera</groupId>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/bundle/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/bundle/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/bundle/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/bundle/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <parent>
         <groupId>org.apache.abdera</groupId>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/client/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/client/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/client/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.abdera</groupId>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/core/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/core/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/core/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.abdera</groupId>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/core/src/main/resources/abderamessages.properties
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/core/src/main/resources/abderamessages.properties?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/core/src/main/resources/abderamessages.properties (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/core/src/main/resources/abderamessages.properties Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+#   Licensed to the Apache Software Foundation (ASF) under one or more
+#   contributor license agreements.  See the NOTICE file distributed with
+#   this work for additional information regarding copyright ownership.
+#   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.
+
+
 IMPLEMENTATION.NOT.AVAILABLE=An Abdera %s implementation is not available
 INVALID.ENTITY.TAG=Invalid Entity Tag
 UTF8.NOT.SUPPORTED=UTF-8 not supported?

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/dependencies/i18n/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/dependencies/i18n/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/dependencies/i18n/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/dependencies/i18n/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/docs/knownissues.txt
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/docs/knownissues.txt?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/docs/knownissues.txt (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/docs/knownissues.txt Tue Apr  1 12:48:46 2008
@@ -1,3 +1,20 @@
+ 
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+
+ 
  * The client-side cache implementation in the Abdera Client does not support
    the HTTP Vary header
    

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/etc/notice-supplements.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/etc/notice-supplements.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/etc/notice-supplements.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/etc/notice-supplements.xml Tue Apr  1 12:48:46 2008
@@ -1,4 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <supplementalDataModels>
 
   <supplement>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/examples/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/examples/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/examples/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.abdera</groupId>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/gdata/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/gdata/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/gdata/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/gdata/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.abdera</groupId>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/geo/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/geo/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/geo/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/geo/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.abdera</groupId>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/html/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/html/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/html/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/html/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.abdera</groupId>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/json/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/json/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/json/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/json/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.abdera</groupId>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/main/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/main/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/main/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/main/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.abdera</groupId>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/media/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/media/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/media/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/media/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.abdera</groupId>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/oauth/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/oauth/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/oauth/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/oauth/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.abdera</groupId>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/opensearch/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/opensearch/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/opensearch/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/opensearch/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.abdera</groupId>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<parent>
 		<groupId>org.apache.abdera</groupId>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/serializer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/serializer/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/serializer/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/serializer/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.abdera</groupId>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/sharing/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/sharing/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/sharing/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/sharing/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.abdera</groupId>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/wsse/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/wsse/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/wsse/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/extensions/wsse/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.abdera</groupId>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/parser/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/parser/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/parser/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/parser/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.abdera</groupId>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/security/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/security/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/security/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/security/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.abdera</groupId>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/server/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/server/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/server/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.abdera</groupId>

Modified: incubator/abdera/java/branches/abdera-0.4.0-incubating/spring/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/abdera-0.4.0-incubating/spring/pom.xml?rev=643537&r1=643536&r2=643537&view=diff
==============================================================================
--- incubator/abdera/java/branches/abdera-0.4.0-incubating/spring/pom.xml (original)
+++ incubator/abdera/java/branches/abdera-0.4.0-incubating/spring/pom.xml Tue Apr  1 12:48:46 2008
@@ -1,3 +1,19 @@
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   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.
+-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>org.apache.abdera</groupId>