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 2006/07/31 18:52:45 UTC

svn commit: r427170 - in /incubator/abdera/java/branches/0.1.0: ./ core/ core/src/main/java/org/apache/abdera/writer/ dependencies/json/ docs/ examples/ extensions/ extensions/src/main/java/org/apache/abdera/ext/thread/ extensions/src/main/java/org/apa...

Author: jmsnell
Date: Mon Jul 31 09:52:44 2006
New Revision: 427170

URL: http://svn.apache.org/viewvc?rev=427170&view=rev
Log:
Adding copyright notices to the branch (as done by Garrett in the trunk)

Modified:
    incubator/abdera/java/branches/0.1.0/core/pom.xml
    incubator/abdera/java/branches/0.1.0/core/src/main/java/org/apache/abdera/writer/NamedWriter.java
    incubator/abdera/java/branches/0.1.0/dependencies/json/pom.xml
    incubator/abdera/java/branches/0.1.0/docs/building.html
    incubator/abdera/java/branches/0.1.0/docs/gettingstarted.html
    incubator/abdera/java/branches/0.1.0/docs/index.html
    incubator/abdera/java/branches/0.1.0/examples/pom.xml
    incubator/abdera/java/branches/0.1.0/extensions/pom.xml
    incubator/abdera/java/branches/0.1.0/extensions/src/main/java/org/apache/abdera/ext/thread/Total.java
    incubator/abdera/java/branches/0.1.0/extensions/src/main/java/org/apache/abdera/ext/thread/impl/FOMTotal.java
    incubator/abdera/java/branches/0.1.0/parser/pom.xml
    incubator/abdera/java/branches/0.1.0/pom.xml
    incubator/abdera/java/branches/0.1.0/security/pom.xml
    incubator/abdera/java/branches/0.1.0/server/pom.xml
    incubator/abdera/java/branches/0.1.0/server/src/main/java/org/apache/abdera/server/exceptions/NotFoundException.java

Modified: incubator/abdera/java/branches/0.1.0/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.1.0/core/pom.xml?rev=427170&r1=427169&r2=427170&view=diff
==============================================================================
--- incubator/abdera/java/branches/0.1.0/core/pom.xml (original)
+++ incubator/abdera/java/branches/0.1.0/core/pom.xml Mon Jul 31 09:52:44 2006
@@ -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.  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. -->
 <project 
   xmlns="http://maven.apache.org/POM/4.0.0" 
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: incubator/abdera/java/branches/0.1.0/core/src/main/java/org/apache/abdera/writer/NamedWriter.java
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.1.0/core/src/main/java/org/apache/abdera/writer/NamedWriter.java?rev=427170&r1=427169&r2=427170&view=diff
==============================================================================
--- incubator/abdera/java/branches/0.1.0/core/src/main/java/org/apache/abdera/writer/NamedWriter.java (original)
+++ incubator/abdera/java/branches/0.1.0/core/src/main/java/org/apache/abdera/writer/NamedWriter.java Mon Jul 31 09:52:44 2006
@@ -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.writer;
 
 public interface NamedWriter extends Writer {

Modified: incubator/abdera/java/branches/0.1.0/dependencies/json/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.1.0/dependencies/json/pom.xml?rev=427170&r1=427169&r2=427170&view=diff
==============================================================================
--- incubator/abdera/java/branches/0.1.0/dependencies/json/pom.xml (original)
+++ incubator/abdera/java/branches/0.1.0/dependencies/json/pom.xml Mon Jul 31 09:52:44 2006
@@ -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.  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. -->
 <project 
   xmlns="http://maven.apache.org/POM/4.0.0" 
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: incubator/abdera/java/branches/0.1.0/docs/building.html
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.1.0/docs/building.html?rev=427170&r1=427169&r2=427170&view=diff
==============================================================================
--- incubator/abdera/java/branches/0.1.0/docs/building.html (original)
+++ incubator/abdera/java/branches/0.1.0/docs/building.html Mon Jul 31 09:52:44 2006
@@ -1,4 +1,20 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<!--
+  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. -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 <head>
 <title>Apache Abdera</title>

Modified: incubator/abdera/java/branches/0.1.0/docs/gettingstarted.html
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.1.0/docs/gettingstarted.html?rev=427170&r1=427169&r2=427170&view=diff
==============================================================================
--- incubator/abdera/java/branches/0.1.0/docs/gettingstarted.html (original)
+++ incubator/abdera/java/branches/0.1.0/docs/gettingstarted.html Mon Jul 31 09:52:44 2006
@@ -1,4 +1,20 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<!--
+  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. -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 <head>
 <title>Apache Abdera</title>

Modified: incubator/abdera/java/branches/0.1.0/docs/index.html
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.1.0/docs/index.html?rev=427170&r1=427169&r2=427170&view=diff
==============================================================================
--- incubator/abdera/java/branches/0.1.0/docs/index.html (original)
+++ incubator/abdera/java/branches/0.1.0/docs/index.html Mon Jul 31 09:52:44 2006
@@ -1,3 +1,19 @@
+<!--
+  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. -->
 <html>
 <head>
 <title>Apache Abdera</title>

Modified: incubator/abdera/java/branches/0.1.0/examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.1.0/examples/pom.xml?rev=427170&r1=427169&r2=427170&view=diff
==============================================================================
--- incubator/abdera/java/branches/0.1.0/examples/pom.xml (original)
+++ incubator/abdera/java/branches/0.1.0/examples/pom.xml Mon Jul 31 09:52:44 2006
@@ -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.  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. -->
 <project 
   xmlns="http://maven.apache.org/POM/4.0.0" 
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: incubator/abdera/java/branches/0.1.0/extensions/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.1.0/extensions/pom.xml?rev=427170&r1=427169&r2=427170&view=diff
==============================================================================
--- incubator/abdera/java/branches/0.1.0/extensions/pom.xml (original)
+++ incubator/abdera/java/branches/0.1.0/extensions/pom.xml Mon Jul 31 09:52:44 2006
@@ -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.  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. -->
 <project 
   xmlns="http://maven.apache.org/POM/4.0.0" 
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: incubator/abdera/java/branches/0.1.0/extensions/src/main/java/org/apache/abdera/ext/thread/Total.java
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.1.0/extensions/src/main/java/org/apache/abdera/ext/thread/Total.java?rev=427170&r1=427169&r2=427170&view=diff
==============================================================================
--- incubator/abdera/java/branches/0.1.0/extensions/src/main/java/org/apache/abdera/ext/thread/Total.java (original)
+++ incubator/abdera/java/branches/0.1.0/extensions/src/main/java/org/apache/abdera/ext/thread/Total.java Mon Jul 31 09:52:44 2006
@@ -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.ext.thread;
 
 import org.apache.abdera.model.Element;

Modified: incubator/abdera/java/branches/0.1.0/extensions/src/main/java/org/apache/abdera/ext/thread/impl/FOMTotal.java
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.1.0/extensions/src/main/java/org/apache/abdera/ext/thread/impl/FOMTotal.java?rev=427170&r1=427169&r2=427170&view=diff
==============================================================================
--- incubator/abdera/java/branches/0.1.0/extensions/src/main/java/org/apache/abdera/ext/thread/impl/FOMTotal.java (original)
+++ incubator/abdera/java/branches/0.1.0/extensions/src/main/java/org/apache/abdera/ext/thread/impl/FOMTotal.java Mon Jul 31 09:52:44 2006
@@ -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.ext.thread.impl;
 
 import javax.xml.namespace.QName;

Modified: incubator/abdera/java/branches/0.1.0/parser/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.1.0/parser/pom.xml?rev=427170&r1=427169&r2=427170&view=diff
==============================================================================
--- incubator/abdera/java/branches/0.1.0/parser/pom.xml (original)
+++ incubator/abdera/java/branches/0.1.0/parser/pom.xml Mon Jul 31 09:52:44 2006
@@ -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.  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. -->
 <project 
   xmlns="http://maven.apache.org/POM/4.0.0" 
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: incubator/abdera/java/branches/0.1.0/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.1.0/pom.xml?rev=427170&r1=427169&r2=427170&view=diff
==============================================================================
--- incubator/abdera/java/branches/0.1.0/pom.xml (original)
+++ incubator/abdera/java/branches/0.1.0/pom.xml Mon Jul 31 09:52:44 2006
@@ -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.  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. -->
 <project 
   xmlns="http://maven.apache.org/POM/4.0.0" 
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: incubator/abdera/java/branches/0.1.0/security/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.1.0/security/pom.xml?rev=427170&r1=427169&r2=427170&view=diff
==============================================================================
--- incubator/abdera/java/branches/0.1.0/security/pom.xml (original)
+++ incubator/abdera/java/branches/0.1.0/security/pom.xml Mon Jul 31 09:52:44 2006
@@ -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.  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. -->
 <project 
   xmlns="http://maven.apache.org/POM/4.0.0" 
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: incubator/abdera/java/branches/0.1.0/server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.1.0/server/pom.xml?rev=427170&r1=427169&r2=427170&view=diff
==============================================================================
--- incubator/abdera/java/branches/0.1.0/server/pom.xml (original)
+++ incubator/abdera/java/branches/0.1.0/server/pom.xml Mon Jul 31 09:52:44 2006
@@ -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.  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. -->
 <project 
   xmlns="http://maven.apache.org/POM/4.0.0" 
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: incubator/abdera/java/branches/0.1.0/server/src/main/java/org/apache/abdera/server/exceptions/NotFoundException.java
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.1.0/server/src/main/java/org/apache/abdera/server/exceptions/NotFoundException.java?rev=427170&r1=427169&r2=427170&view=diff
==============================================================================
--- incubator/abdera/java/branches/0.1.0/server/src/main/java/org/apache/abdera/server/exceptions/NotFoundException.java (original)
+++ incubator/abdera/java/branches/0.1.0/server/src/main/java/org/apache/abdera/server/exceptions/NotFoundException.java Mon Jul 31 09:52:44 2006
@@ -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.server.exceptions;
 
 public class NotFoundException extends AbderaServerException {