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 [1/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/ ...

Author: rdonkin
Date: Sun Jul 29 06:28:07 2007
New Revision: 560719

URL: http://svn.apache.org/viewvc?view=rev&rev=560719
Log:
Updated license headers

Removed:
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/TestConcurrentSessions.java
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/remotemanager/
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/smtpserver/
Modified:
    james/server/sandbox/imap-functional/conf/james-config.xml
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/JamesImap.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/AuthorizationException.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapConstants.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapHandler.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapHandlerConfigurationData.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapHost.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapRequestHandler.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapRequestLineReader.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapResponse.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapServer.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapSession.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapSessionImpl.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapSessionMailbox.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapSessionState.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/JamesImapHost.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ProtocolException.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/AppendCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/AuthenticateCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/AuthenticatedStateCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CapabilityCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CheckCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CloseCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CommandParser.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CommandTemplate.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CreateCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/DeleteCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/ExamineCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/ExpungeCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/FetchCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/IdRange.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/IdSet.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/ImapCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/ImapCommandFactory.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/ListCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/LoginCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/LogoutCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/LsubCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/MsnRange.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/NonAuthenticatedStateCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/NoopCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/RenameCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/SearchCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/SelectCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/SelectedStateCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/StatusCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/StoreCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/SubscribeCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/UidCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/UidEnabledCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/UnsubscribeCommand.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/ImapMailbox.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/ImapMessage.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/ImapMessageAttributes.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/ImapStore.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/InMemoryStore.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/MailboxException.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/MailboxListener.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/MessageFlags.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/SimpleImapMessage.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/store/SimpleMessageAttributes.java
    james/server/sandbox/imap-functional/src/main/java/org/apache/james/util/Assert.java
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Append.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/AppendExamineInbox.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/AppendExpunge.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/AppendSelectInbox.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Authenticate.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Capability.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Check.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/CommandParserTest.java
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Copy.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Create.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Delete.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ExamineEmpty.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Expunge.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/FetchMultipleMessages.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/FetchPeek.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/FetchSingleMessage.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ImapHostTest.java
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ImapMailboxTest.java
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ImapStoreTest.java
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ImapTest.java
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/InboxAddMessages.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/InboxDeleteMessages.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/InitialMail.java
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ListMailboxes.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ListNamespace.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Login.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Logout.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Noop.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Rename.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Search.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/SelectAppend.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/SelectEmpty.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/SelectInbox.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/SelectedStateCleanup.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/SelectedStateSetup.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Status.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Store.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/StringArgs.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Subscribe.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/TestCommandsInAuthenticatedState.java
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/TestCommandsInNonAuthenticatedState.java
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/TestCompound.java
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/TestOtherCommandsInSelectedState.java
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/TestSelectedCommandsInSelectedState.java
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Uid.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ValidAuthenticated.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ValidNonAuthenticated.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/ValidSelected.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/Welcome.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/concurrent/DeleteSelected.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/concurrent/ExistsResponse.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/concurrent/ExpungeResponse.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/concurrent/FetchResponse.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/imapserver/concurrent/RenameSelected.test
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/test/AbstractProtocolTest.java
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/test/FileProtocolSessionBuilder.java
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/test/ProtocolSession.java
    james/server/sandbox/imap-functional/src/test/java/org/apache/james/test/SimpleFileProtocolTest.java

Modified: james/server/sandbox/imap-functional/conf/james-config.xml
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/conf/james-config.xml?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/conf/james-config.xml (original)
+++ james/server/sandbox/imap-functional/conf/james-config.xml Sun Jul 29 06:28:07 2007
@@ -15,7 +15,7 @@
 <!-- For production use you will probably need to make more extensive changes, see -->
 <!-- http://jakarta.apache.org/james/configuration_v2_1.html -->
 
-<!-- $Revision: 1.2 $ Committed on $Date: 2003/01/27 13:03:10 $ by: $Author: darrell $ -->
+<!-- $Revision$ Committed on $Date$ by: $Author$ -->
 
 <config>
    <James>

Modified: james/server/sandbox/imap-functional/src/main/java/org/apache/james/JamesImap.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/JamesImap.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/JamesImap.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/JamesImap.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;
 

Modified: james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/AuthorizationException.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/AuthorizationException.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/AuthorizationException.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/AuthorizationException.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/main/java/org/apache/james/imapserver/ImapConstants.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapConstants.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapConstants.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapConstants.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/main/java/org/apache/james/imapserver/ImapHandler.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapHandler.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapHandler.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapHandler.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/main/java/org/apache/james/imapserver/ImapHandlerConfigurationData.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapHandlerConfigurationData.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapHandlerConfigurationData.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapHandlerConfigurationData.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/main/java/org/apache/james/imapserver/ImapHost.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapHost.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapHost.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapHost.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/main/java/org/apache/james/imapserver/ImapRequestHandler.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapRequestHandler.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapRequestHandler.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapRequestHandler.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/main/java/org/apache/james/imapserver/ImapRequestLineReader.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapRequestLineReader.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapRequestLineReader.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapRequestLineReader.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/main/java/org/apache/james/imapserver/ImapResponse.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapResponse.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapResponse.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapResponse.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/main/java/org/apache/james/imapserver/ImapServer.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapServer.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapServer.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapServer.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/main/java/org/apache/james/imapserver/ImapSession.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapSession.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapSession.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapSession.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/main/java/org/apache/james/imapserver/ImapSessionImpl.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapSessionImpl.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapSessionImpl.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapSessionImpl.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/main/java/org/apache/james/imapserver/ImapSessionMailbox.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapSessionMailbox.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapSessionMailbox.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapSessionMailbox.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/main/java/org/apache/james/imapserver/ImapSessionState.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapSessionState.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapSessionState.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ImapSessionState.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/main/java/org/apache/james/imapserver/JamesImapHost.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/JamesImapHost.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/JamesImapHost.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/JamesImapHost.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/main/java/org/apache/james/imapserver/ProtocolException.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ProtocolException.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ProtocolException.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/ProtocolException.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/main/java/org/apache/james/imapserver/commands/AppendCommand.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/AppendCommand.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/AppendCommand.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/AppendCommand.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.commands;
 

Modified: james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/AuthenticateCommand.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/AuthenticateCommand.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/AuthenticateCommand.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/AuthenticateCommand.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.commands;
 

Modified: james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/AuthenticatedStateCommand.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/AuthenticatedStateCommand.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/AuthenticatedStateCommand.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/AuthenticatedStateCommand.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.commands;
 

Modified: james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CapabilityCommand.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CapabilityCommand.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CapabilityCommand.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CapabilityCommand.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.commands;
 

Modified: james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CheckCommand.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CheckCommand.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CheckCommand.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CheckCommand.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.commands;
 

Modified: james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CloseCommand.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CloseCommand.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CloseCommand.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CloseCommand.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.commands;
 

Modified: james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CommandParser.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CommandParser.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CommandParser.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CommandParser.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.commands;
 

Modified: james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CommandTemplate.java
URL: http://svn.apache.org/viewvc/james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CommandTemplate.java?view=diff&rev=560719&r1=560718&r2=560719
==============================================================================
--- james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CommandTemplate.java (original)
+++ james/server/sandbox/imap-functional/src/main/java/org/apache/james/imapserver/commands/CommandTemplate.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.commands;
 



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