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 2007/07/29 15:28:17 UTC

svn commit: r560719 [3/4] - in /james/server/sandbox/imap-functional: conf/ src/main/java/org/apache/james/ src/main/java/org/apache/james/imapserver/ src/main/java/org/apache/james/imapserver/commands/ src/main/java/org/apache/james/imapserver/store/ ...

Modified: james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/ImapStore.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/ImapStore.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/ImapStore.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/ImapStore.java Sun Jul 29 06:28:07 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2000-2004 The Apache Software Foundation.             *
- * All rights reserved.                                                *
- * ------------------------------------------------------------------- *
- * Licensed 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.                      *
- ***********************************************************************/
+/****************************************************************
+ * 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.imapserver.store;
 

Modified: james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/InMemoryStore.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/InMemoryStore.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/InMemoryStore.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/InMemoryStore.java Sun Jul 29 06:28:07 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2000-2004 The Apache Software Foundation.             *
- * All rights reserved.                                                *
- * ------------------------------------------------------------------- *
- * Licensed 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.                      *
- ***********************************************************************/
+/****************************************************************
+ * 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.imapserver.store;
 

Modified: james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/MailboxException.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/MailboxException.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/MailboxException.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/MailboxException.java Sun Jul 29 06:28:07 2007
@@ -1,19 +1,22 @@
-/***********************************************************************
- * Copyright (c) 2000-2004 The Apache Software Foundation.             *
- * All rights reserved.                                                *
- * ------------------------------------------------------------------- *
- * Licensed 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.                      *
- ***********************************************************************/
+/****************************************************************
+ * 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.imapserver.store;
 

Modified: james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/MailboxListener.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/MailboxListener.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/MailboxListener.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/MailboxListener.java Sun Jul 29 06:28:07 2007
@@ -1,19 +1,22 @@
-/***********************************************************************
- * Copyright (c) 2000-2004 The Apache Software Foundation.             *
- * All rights reserved.                                                *
- * ------------------------------------------------------------------- *
- * Licensed 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.                      *
- ***********************************************************************/
+/****************************************************************
+ * 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.imapserver.store;
 

Modified: james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/MessageFlags.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/MessageFlags.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/MessageFlags.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/MessageFlags.java Sun Jul 29 06:28:07 2007
@@ -1,19 +1,22 @@
-/***********************************************************************
- * Copyright (c) 2000-2004 The Apache Software Foundation.             *
- * All rights reserved.                                                *
- * ------------------------------------------------------------------- *
- * Licensed 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.                      *
- ***********************************************************************/
+/****************************************************************
+ * 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.imapserver.store;
 

Modified: james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/SimpleImapMessage.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/SimpleImapMessage.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/SimpleImapMessage.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/SimpleImapMessage.java Sun Jul 29 06:28:07 2007
@@ -1,19 +1,22 @@
-/***********************************************************************
- * Copyright (c) 2000-2004 The Apache Software Foundation.             *
- * All rights reserved.                                                *
- * ------------------------------------------------------------------- *
- * Licensed 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.                      *
- ***********************************************************************/
+/****************************************************************
+ * 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.imapserver.store;
 

Modified: james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/SimpleMessageAttributes.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/SimpleMessageAttributes.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/SimpleMessageAttributes.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/SimpleMessageAttributes.java Sun Jul 29 06:28:07 2007
@@ -1,19 +1,22 @@
-/***********************************************************************
- * Copyright (c) 2000-2004 The Apache Software Foundation.             *
- * All rights reserved.                                                *
- * ------------------------------------------------------------------- *
- * Licensed 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.                      *
- ***********************************************************************/
+/****************************************************************
+ * 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.imapserver.store;
 

Modified: james/server/sandbox/imap-functional/src/main/java/org/apache/james/util/Assert.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/util/Assert.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/util/Assert.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/util/Assert.java Sun Jul 29 06:28:07 2007
@@ -1,19 +1,22 @@
-/***********************************************************************
- * Copyright (c) 2000-2004 The Apache Software Foundation.             *
- * All rights reserved.                                                *
- * ------------------------------------------------------------------- *
- * Licensed 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.                      *
- ***********************************************************************/
+/****************************************************************
+ * 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.util;
 

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Append.test
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Append.test?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Append.test (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Append.test Sun Jul 29 06:28:07 2007
@@ -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.                                           #
+################################################################
 C: a1 CREATE appendBox
 S: a1 OK CREATE completed
 

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/AppendExamineInbox.test
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/AppendExamineInbox.test?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/AppendExamineInbox.test (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/AppendExamineInbox.test Sun Jul 29 06:28:07 2007
@@ -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.                                           #
+################################################################
 # Create a couple of messages to retrieve
 C: A003 APPEND inbox {254+}
 C: Date: Mon, 7 Feb 1994 21:52:25 -0800 (PST)

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/AppendExpunge.test
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/AppendExpunge.test?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/AppendExpunge.test (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/AppendExpunge.test Sun Jul 29 06:28:07 2007
@@ -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.                                           #
+################################################################
 C: 10 CREATE appendexpunge
 S: 10 OK CREATE completed
 

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/AppendSelectInbox.test
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/AppendSelectInbox.test?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/AppendSelectInbox.test (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/AppendSelectInbox.test Sun Jul 29 06:28:07 2007
@@ -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.                                           #
+################################################################
 # Create a couple of messages to retrieve
 C: A003 APPEND inbox {254+}
 C: Date: Mon, 7 Feb 1994 21:52:25 -0800 (PST)

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Authenticate.test
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Authenticate.test?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Authenticate.test (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Authenticate.test Sun Jul 29 06:28:07 2007
@@ -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.                                           #
+################################################################
 # Unsupported Authentication mechanism
 C: abcd AUTHENTICATE KERBEROS_V4
 S: abcd NO AUTHENTICATE failed. Unsupported authentication mechanism 'KERBEROS_V4'

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Capability.test
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Capability.test?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Capability.test (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Capability.test Sun Jul 29 06:28:07 2007
@@ -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.                                           #
+################################################################
 C: abcd CAPABILITY
 S: \* CAPABILITY IMAP4rev1 LITERAL+
 S: abcd OK CAPABILITY completed

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Check.test
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Check.test?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Check.test (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Check.test Sun Jul 29 06:28:07 2007
@@ -1,2 +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.                                           #
+################################################################
 C: a01 CHECK
 S: a01 OK CHECK completed

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/CommandParserTest.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/CommandParserTest.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/CommandParserTest.java (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/CommandParserTest.java Sun Jul 29 06:28:07 2007
@@ -1,19 +1,22 @@
-/***********************************************************************
- * Copyright (c) 2000-2004 The Apache Software Foundation.             *
- * All rights reserved.                                                *
- * ------------------------------------------------------------------- *
- * Licensed 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.                      *
- ***********************************************************************/
+/****************************************************************
+ * 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.imapserver;
 

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Copy.test
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Copy.test?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Copy.test (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Copy.test Sun Jul 29 06:28:07 2007
@@ -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.                                           #
+################################################################
 C: a1 CREATE copied
 S: a1 OK CREATE completed
 

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Create.test
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Create.test?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Create.test (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Create.test Sun Jul 29 06:28:07 2007
@@ -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.                                           #
+################################################################
 # Create a simple name
 C: 10 CREATE test
 S: 10 OK CREATE completed

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Delete.test
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Delete.test?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Delete.test (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Delete.test Sun Jul 29 06:28:07 2007
@@ -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.                                           #
+################################################################
 # Create a few folders
 C: 10 CREATE deletetest
 S: 10 OK CREATE completed

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ExamineEmpty.test
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ExamineEmpty.test?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ExamineEmpty.test (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ExamineEmpty.test Sun Jul 29 06:28:07 2007
@@ -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.                                           #
+################################################################
 # Create a few folders
 C: 10 CREATE test
 S: 10 OK CREATE completed

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Expunge.test
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Expunge.test?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Expunge.test (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Expunge.test Sun Jul 29 06:28:07 2007
@@ -1,2 +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.                                           #
+################################################################
 C: a1 EXPUNGE
 S: a1 OK EXPUNGE completed

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/FetchMultipleMessages.test
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/FetchMultipleMessages.test?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/FetchMultipleMessages.test (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/FetchMultipleMessages.test Sun Jul 29 06:28:07 2007
@@ -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.                                           #
+################################################################
 # Fetch 3 messages with UID
 C: f1 FETCH 1:3 (UID)
 S: \* 1 FETCH \(UID .*\)

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/FetchPeek.test
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/FetchPeek.test?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/FetchPeek.test (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/FetchPeek.test Sun Jul 29 06:28:07 2007
@@ -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.                                           #
+################################################################
 # Tests for PEEK fetches, ensuring that the SEEN flag is not set.
 C: f1 STORE 2 +FLAGS.SILENT (\Flagged)
 S: f1 OK STORE completed

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/FetchSingleMessage.test
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/FetchSingleMessage.test?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/FetchSingleMessage.test (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/FetchSingleMessage.test Sun Jul 29 06:28:07 2007
@@ -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.                                           #
+################################################################
 # BODY
 C: f1 FETCH 1 (BODY)
 # TODO this is wrong - line number incorrect.

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ImapHostTest.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ImapHostTest.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ImapHostTest.java (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ImapHostTest.java Sun Jul 29 06:28:07 2007
@@ -1,19 +1,22 @@
-/***********************************************************************
- * Copyright (c) 2000-2004 The Apache Software Foundation.             *
- * All rights reserved.                                                *
- * ------------------------------------------------------------------- *
- * Licensed 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.                      *
- ***********************************************************************/
+/****************************************************************
+ * 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.imapserver;
 

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ImapMailboxTest.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ImapMailboxTest.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ImapMailboxTest.java (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ImapMailboxTest.java Sun Jul 29 06:28:07 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2000-2004 The Apache Software Foundation.             *
- * All rights reserved.                                                *
- * ------------------------------------------------------------------- *
- * Licensed 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.                      *
- ***********************************************************************/
+/****************************************************************
+ * 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.imapserver;
 

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ImapStoreTest.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ImapStoreTest.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ImapStoreTest.java (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ImapStoreTest.java Sun Jul 29 06:28:07 2007
@@ -1,19 +1,22 @@
-/***********************************************************************
- * Copyright (c) 2000-2004 The Apache Software Foundation.             *
- * All rights reserved.                                                *
- * ------------------------------------------------------------------- *
- * Licensed 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.                      *
- ***********************************************************************/
+/****************************************************************
+ * 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.imapserver;
 

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ImapTest.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ImapTest.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ImapTest.java (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ImapTest.java Sun Jul 29 06:28:07 2007
@@ -1,19 +1,22 @@
-/***********************************************************************
- * Copyright (c) 2000-2004 The Apache Software Foundation.             *
- * All rights reserved.                                                *
- * ------------------------------------------------------------------- *
- * Licensed 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.                      *
- ***********************************************************************/
+/****************************************************************
+ * 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.imapserver;
 

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/InboxAddMessages.test
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/InboxAddMessages.test?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/InboxAddMessages.test (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/InboxAddMessages.test Sun Jul 29 06:28:07 2007
@@ -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.                                           #
+################################################################
 C: A003 APPEND inbox {254+}
 C: Date: Mon, 7 Feb 1994 21:52:25 -0800 (PST)
 C: From: Fred Foobar <fo...@Blurdybloop.COM>

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/InboxDeleteMessages.test
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/InboxDeleteMessages.test?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/InboxDeleteMessages.test (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/InboxDeleteMessages.test Sun Jul 29 06:28:07 2007
@@ -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.                                           #
+################################################################
 # Rename the INBOX - this copied all of the messages out
 C: a RENAME INBOX tobedeleted
 S: a OK RENAME completed

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/InitialMail.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/InitialMail.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/InitialMail.java (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/InitialMail.java Sun Jul 29 06:28:07 2007
@@ -1,19 +1,22 @@
-/***********************************************************************
- * Copyright (c) 2000-2004 The Apache Software Foundation.             *
- * All rights reserved.                                                *
- * ------------------------------------------------------------------- *
- * Licensed 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.                      *
- ***********************************************************************/
+/****************************************************************
+ * 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.imapserver;
 

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ListMailboxes.test
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ListMailboxes.test?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ListMailboxes.test (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ListMailboxes.test Sun Jul 29 06:28:07 2007
@@ -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.                                           #
+################################################################
 # Create a few folders
 C: 10 CREATE listtest
 S: 10 OK CREATE completed

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ListNamespace.test
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ListNamespace.test?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ListNamespace.test (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ListNamespace.test Sun Jul 29 06:28:07 2007
@@ -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.                                           #
+################################################################
 # Empty 2nd arg retrieves hierarchy delimiter and root name of 1st argument
 # Rooted in private namespace
 C: e1 LIST "" ""

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Login.test
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Login.test?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Login.test (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Login.test Sun Jul 29 06:28:07 2007
@@ -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.                                           #
+################################################################
 # Empty file to use for simple login test.
 C: a001 LOGIN
 S: a001 BAD Missing argument. Command should be '<tag> LOGIN <userid> <password>'

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Logout.test
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Logout.test?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Logout.test (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Logout.test Sun Jul 29 06:28:07 2007
@@ -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.                                           #
+################################################################
 C: a023 LOGOUT extra stuff
 S: a023 BAD Expected end-of-line, found more characters. Command should be '<tag> LOGOUT'
 

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Noop.test
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Noop.test?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Noop.test (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Noop.test Sun Jul 29 06:28:07 2007
@@ -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.                                           #
+################################################################
 # TODO make sure we get unsolicited responses on NOOP
 C: a01 NOOP
 S: a01 OK NOOP completed

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Rename.test
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Rename.test?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Rename.test (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Rename.test Sun Jul 29 06:28:07 2007
@@ -1 +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.                                           #
+################################################################
 # TODO - this test

Modified: james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Search.test
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Search.test?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Search.test (original)
+++ james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Search.test Sun Jul 29 06:28:07 2007
@@ -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.                                           #
+################################################################
 # TODO implement search - currently returns everything regardless
 C: a SEARCH FLAGGED
 S: \* SEARCH 1 2 3 4



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