Author: rdonkin
Date: Sat Jun  4 18:48:26 2011
New Revision: 1131464

URL: http://svn.apache.org/viewvc?rev=1131464&view=rev
Log:
Added source headers missed when originally committed. It is our understnding 
that these are original works. See 
http://mail-archives.apache.org/mod_mbox/james-server-dev/201106.mbox/%[email protected]%3E

Modified:
    
james/server/trunk/cli/src/main/java/org/apache/james/cli/probe/ServerProbe.java
    
james/server/trunk/dnsservice-dnsjava/src/main/resources/META-INF/spring/dns-osgi.xml
    
james/server/trunk/osgi/src/main/resources/META-INF/spring/extender/osgi-extender.xml
    
james/server/trunk/pop3server/src/test/java/org/apache/james/pop3server/AbstractInputStreamTest.java

Modified: 
james/server/trunk/cli/src/main/java/org/apache/james/cli/probe/ServerProbe.java
URL: 
http://svn.apache.org/viewvc/james/server/trunk/cli/src/main/java/org/apache/james/cli/probe/ServerProbe.java?rev=1131464&r1=1131463&r2=1131464&view=diff
==============================================================================
--- 
james/server/trunk/cli/src/main/java/org/apache/james/cli/probe/ServerProbe.java
 (original)
+++ 
james/server/trunk/cli/src/main/java/org/apache/james/cli/probe/ServerProbe.java
 Sat Jun  4 18:48:26 2011
@@ -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.                                           *
+ ****************************************************************/
 package org.apache.james.cli.probe;
 
 import java.util.Collection;

Modified: 
james/server/trunk/dnsservice-dnsjava/src/main/resources/META-INF/spring/dns-osgi.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/dnsservice-dnsjava/src/main/resources/META-INF/spring/dns-osgi.xml?rev=1131464&r1=1131463&r2=1131464&view=diff
==============================================================================
--- 
james/server/trunk/dnsservice-dnsjava/src/main/resources/META-INF/spring/dns-osgi.xml
 (original)
+++ 
james/server/trunk/dnsservice-dnsjava/src/main/resources/META-INF/spring/dns-osgi.xml
 Sat Jun  4 18:48:26 2011
@@ -1,4 +1,22 @@
 <?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.
+-->
 <beans:beans                                                                   
         
    xmlns="http://www.springframework.org/schema/osgi";                          
         
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

Modified: 
james/server/trunk/osgi/src/main/resources/META-INF/spring/extender/osgi-extender.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/osgi/src/main/resources/META-INF/spring/extender/osgi-extender.xml?rev=1131464&r1=1131463&r2=1131464&view=diff
==============================================================================
--- 
james/server/trunk/osgi/src/main/resources/META-INF/spring/extender/osgi-extender.xml
 (original)
+++ 
james/server/trunk/osgi/src/main/resources/META-INF/spring/extender/osgi-extender.xml
 Sat Jun  4 18:48:26 2011
@@ -1,4 +1,22 @@
 <?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.    
+-->
 <beans xmlns="http://www.springframework.org/schema/beans"; 
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xmlns:camel="http://camel.apache.org/schema/spring";
@@ -17,4 +35,4 @@
     <bean 
class="org.apache.james.container.osgi.JamesOsgiBeanFactoryPostProcessor">
         <property name="configurationDirectory" value="${config.dir}"/>
     </bean>
- </beans> 
\ No newline at end of file
+ </beans> 

Modified: 
james/server/trunk/pop3server/src/test/java/org/apache/james/pop3server/AbstractInputStreamTest.java
URL: 
http://svn.apache.org/viewvc/james/server/trunk/pop3server/src/test/java/org/apache/james/pop3server/AbstractInputStreamTest.java?rev=1131464&r1=1131463&r2=1131464&view=diff
==============================================================================
--- 
james/server/trunk/pop3server/src/test/java/org/apache/james/pop3server/AbstractInputStreamTest.java
 (original)
+++ 
james/server/trunk/pop3server/src/test/java/org/apache/james/pop3server/AbstractInputStreamTest.java
 Sat Jun  4 18:48:26 2011
@@ -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.                                           *
+ ****************************************************************/
 package org.apache.james.pop3server;
 
 import java.io.ByteArrayOutputStream;



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to