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 no...@apache.org on 2007/01/08 11:24:22 UTC

svn commit: r494012 [10/14] - in /james/server/branches/v2.3/src: java/org/apache/james/ java/org/apache/james/context/ java/org/apache/james/core/ java/org/apache/james/dnsserver/ java/org/apache/james/fetchmail/ java/org/apache/james/mailrepository/ ...

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/io/ClassLoaderObjectInputStream.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/io/ClassLoaderObjectInputStream.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/io/ClassLoaderObjectInputStream.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/io/ClassLoaderObjectInputStream.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/* 
- * Copyright 1999-2006 The Apache Software Foundation
- * 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.io;
 

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/io/DirectoryFileFilter.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/io/DirectoryFileFilter.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/io/DirectoryFileFilter.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/io/DirectoryFileFilter.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/* 
- * Copyright 2002-2006 The Apache Software Foundation
- * 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.io;
 
 import java.io.File;

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/io/ExtensionFileFilter.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/io/ExtensionFileFilter.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/io/ExtensionFileFilter.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/io/ExtensionFileFilter.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/* 
- * Copyright 1999-2006 The Apache Software Foundation
- * 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.io;
 

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/io/IOUtil.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/io/IOUtil.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/io/IOUtil.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/io/IOUtil.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/* 
- * Copyright 1999-2006 The Apache Software Foundation
- * 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.io;
 

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/io/InvertedFileFilter.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/io/InvertedFileFilter.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/io/InvertedFileFilter.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/io/InvertedFileFilter.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/* 
- * Copyright 2002-2006 The Apache Software Foundation
- * 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.io;
 
 import java.io.File;

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/io/ResettableFileInputStream.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/io/ResettableFileInputStream.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/io/ResettableFileInputStream.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/io/ResettableFileInputStream.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2000-2006 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.io;
 

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/mail/MimeMultipartReport.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/mail/MimeMultipartReport.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/mail/MimeMultipartReport.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/mail/MimeMultipartReport.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2003-2006 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.mail;
 
 import javax.activation.DataSource;

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/mail/dsn/DSNStatus.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/mail/dsn/DSNStatus.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/mail/dsn/DSNStatus.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/mail/dsn/DSNStatus.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2000-2006 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.mail.dsn;
 

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/mail/handlers/AbstractDataContentHandler.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/mail/handlers/AbstractDataContentHandler.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/mail/handlers/AbstractDataContentHandler.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/mail/handlers/AbstractDataContentHandler.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2003-2006 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.mail.handlers;
 
 import java.awt.datatransfer.DataFlavor;

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/mail/handlers/message_disposition_notification.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/mail/handlers/message_disposition_notification.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/mail/handlers/message_disposition_notification.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/mail/handlers/message_disposition_notification.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2003-2006 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.mail.handlers;
 
 import java.io.BufferedReader;

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/mail/handlers/multipart_report.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/mail/handlers/multipart_report.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/mail/handlers/multipart_report.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/mail/handlers/multipart_report.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2003-2006 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.mail.handlers;
 
 import java.io.IOException;

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ActionModeAutomatic.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ActionModeAutomatic.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ActionModeAutomatic.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ActionModeAutomatic.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2003-2006 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.mail.mdn;
 
 

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ActionModeManual.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ActionModeManual.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ActionModeManual.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ActionModeManual.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2003-2006 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.mail.mdn;
 
 

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/Disposition.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/Disposition.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/Disposition.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/Disposition.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2003-2006 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.mail.mdn;
 
 /**

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/DispositionActionMode.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/DispositionActionMode.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/DispositionActionMode.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/DispositionActionMode.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2003-2006 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.mail.mdn;
 
 /**

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/DispositionModifier.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/DispositionModifier.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/DispositionModifier.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/DispositionModifier.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2003-2006 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.mail.mdn;
 
 /**

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/DispositionSendingMode.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/DispositionSendingMode.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/DispositionSendingMode.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/DispositionSendingMode.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2003-2006 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.mail.mdn;
 
 /**

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/DispositionType.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/DispositionType.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/DispositionType.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/DispositionType.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2003-2006 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.mail.mdn;
 
 /**

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/MDNFactory.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/MDNFactory.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/MDNFactory.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/MDNFactory.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2003-2006 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.mail.mdn;
 
 import javax.mail.MessagingException;

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ModifierError.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ModifierError.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ModifierError.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ModifierError.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2003-2006 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.mail.mdn;
 
 

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ModifierExpired.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ModifierExpired.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ModifierExpired.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ModifierExpired.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2003-2006 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.mail.mdn;
 
 

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ModifierFailed.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ModifierFailed.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ModifierFailed.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ModifierFailed.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2003-2006 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.mail.mdn;
 
 

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ModifierMailboxTerminated.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ModifierMailboxTerminated.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ModifierMailboxTerminated.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ModifierMailboxTerminated.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2003-2006 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.mail.mdn;
 
 

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ModifierSuperseded.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ModifierSuperseded.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ModifierSuperseded.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ModifierSuperseded.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2003-2006 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.mail.mdn;
 
 

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ModifierWarning.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ModifierWarning.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ModifierWarning.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/ModifierWarning.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2003-2006 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.mail.mdn;
 
 

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/SendingModeAutomatic.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/SendingModeAutomatic.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/SendingModeAutomatic.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/SendingModeAutomatic.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2003-2006 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.mail.mdn;
 
 

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/SendingModeManual.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/SendingModeManual.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/SendingModeManual.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/SendingModeManual.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2003-2006 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.mail.mdn;
 
 

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/TypeDeleted.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/TypeDeleted.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/TypeDeleted.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/TypeDeleted.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2003-2006 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.mail.mdn;
 
 

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/TypeDenied.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/TypeDenied.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/TypeDenied.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/TypeDenied.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2003-2006 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.mail.mdn;
 
 

Modified: james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/TypeDispatched.java
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/TypeDispatched.java?view=diff&rev=494012&r1=494011&r2=494012
==============================================================================
--- james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/TypeDispatched.java (original)
+++ james/server/branches/v2.3/src/java/org/apache/james/util/mail/mdn/TypeDispatched.java Mon Jan  8 02:23:58 2007
@@ -1,19 +1,21 @@
-/***********************************************************************
- * Copyright (c) 2003-2006 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.mail.mdn;
 
 



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