Author: danny
Date: Tue Aug 14 07:51:19 2007
New Revision: 565782
URL: http://svn.apache.org/viewvc?view=rev&rev=565782
Log:
Corrected headers
Modified:
james/mailet/trunk/src/test/java/org/apache/mailet/MailAddressTest.java
Modified:
james/mailet/trunk/src/test/java/org/apache/mailet/MailAddressTest.java
URL:
http://svn.apache.org/viewvc/james/mailet/trunk/src/test/java/org/apache/mailet/MailAddressTest.java?view=diff&rev=565782&r1=565781&r2=565782
==============================================================================
--- james/mailet/trunk/src/test/java/org/apache/mailet/MailAddressTest.java
(original)
+++ james/mailet/trunk/src/test/java/org/apache/mailet/MailAddressTest.java Tue
Aug 14 07:51:19 2007
@@ -1,13 +1,21 @@
-/*
- * Created on 14 Aug 2007
- *
- * PVCS Workfile Details:
- * $Workfile$
- * $Revision$
- * $Author$
- * $Date$
- * $Modtime$
- */
+/****************************************************************
+ * 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.mailet;
@@ -16,10 +24,9 @@
import javax.mail.internet.ParseException;
import junit.framework.TestCase;
+
/**
- * @author angusd
- * @author $Author$
- * @version $Revision$
+ * Tests for Test method for [EMAIL PROTECTED] org.apache.mailet.MailAddress}.
*/
public class MailAddressTest extends TestCase {
private static final String GOOD_LOCAL_PART = "\"[EMAIL PROTECTED] part\"";
@@ -213,9 +220,3 @@
assertTrue(a.toString()+" != "+b.toString(),a.equals(b));
}
}
-/*
- *
- * PVCS Log History:
- * $Log$
- *
- */
\ No newline at end of file