You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by rd...@apache.org on 2008/12/03 18:32:33 UTC

svn commit: r722978 - in /james/protocols/imap/trunk: api/src/main/java/org/apache/james/api/imap/message/request/ deployment/ processor/src/main/java/org/apache/james/imap/processor/imap4rev1/fetch/ processor/src/test/java/org/apache/james/imap/proces...

Author: rdonkin
Date: Wed Dec  3 09:32:33 2008
New Revision: 722978

URL: http://svn.apache.org/viewvc?rev=722978&view=rev
Log:
Added some license headers which I'd missed

Removed:
    james/protocols/imap/trunk/processor/src/test/java/org/apache/james/imap/processor/imap4rev1/AbstractTestListProcessor.java
Modified:
    james/protocols/imap/trunk/api/src/main/java/org/apache/james/api/imap/message/request/SearchKey.java
    james/protocols/imap/trunk/deployment/build.xml
    james/protocols/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/imap4rev1/fetch/PartialFetchBodyElement.java
    james/protocols/imap/trunk/seda/src/test/resources/org/apache/james/test/functional/imap/scripts/Concurrent.todo.txt

Modified: james/protocols/imap/trunk/api/src/main/java/org/apache/james/api/imap/message/request/SearchKey.java
URL: http://svn.apache.org/viewvc/james/protocols/imap/trunk/api/src/main/java/org/apache/james/api/imap/message/request/SearchKey.java?rev=722978&r1=722977&r2=722978&view=diff
==============================================================================
--- james/protocols/imap/trunk/api/src/main/java/org/apache/james/api/imap/message/request/SearchKey.java (original)
+++ james/protocols/imap/trunk/api/src/main/java/org/apache/james/api/imap/message/request/SearchKey.java Wed Dec  3 09:32:33 2008
@@ -1,3 +1,22 @@
+/****************************************************************
+ * 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.api.imap.message.request;
 
 import java.util.ArrayList;

Modified: james/protocols/imap/trunk/deployment/build.xml
URL: http://svn.apache.org/viewvc/james/protocols/imap/trunk/deployment/build.xml?rev=722978&r1=722977&r2=722978&view=diff
==============================================================================
--- james/protocols/imap/trunk/deployment/build.xml (original)
+++ james/protocols/imap/trunk/deployment/build.xml Wed Dec  3 09:32:33 2008
@@ -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.    
+-->
 <project default="main" name="deployment">
   <description>Builds main deployment module. This is an deployment module.</description>
   <property name="name.module" value="deployment" />

Modified: james/protocols/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/imap4rev1/fetch/PartialFetchBodyElement.java
URL: http://svn.apache.org/viewvc/james/protocols/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/imap4rev1/fetch/PartialFetchBodyElement.java?rev=722978&r1=722977&r2=722978&view=diff
==============================================================================
--- james/protocols/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/imap4rev1/fetch/PartialFetchBodyElement.java (original)
+++ james/protocols/imap/trunk/processor/src/main/java/org/apache/james/imap/processor/imap4rev1/fetch/PartialFetchBodyElement.java Wed Dec  3 09:32:33 2008
@@ -1,3 +1,22 @@
+/****************************************************************
+ * 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.imap.processor.imap4rev1.fetch;
 
 import java.io.IOException;

Modified: james/protocols/imap/trunk/seda/src/test/resources/org/apache/james/test/functional/imap/scripts/Concurrent.todo.txt
URL: http://svn.apache.org/viewvc/james/protocols/imap/trunk/seda/src/test/resources/org/apache/james/test/functional/imap/scripts/Concurrent.todo.txt?rev=722978&r1=722977&r2=722978&view=diff
==============================================================================
--- james/protocols/imap/trunk/seda/src/test/resources/org/apache/james/test/functional/imap/scripts/Concurrent.todo.txt (original)
+++ james/protocols/imap/trunk/seda/src/test/resources/org/apache/james/test/functional/imap/scripts/Concurrent.todo.txt Wed Dec  3 09:32:33 2008
@@ -1,3 +1,22 @@
+################################################################
+# 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.                                           #
+################################################################
+#
 Simple tests:
 FETCH should set the /SEEN flag, and this should be propogated to other sessions.
 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org