Author: jmitchell
Date: Sun Apr 17 11:31:49 2005
New Revision: 161676

URL: http://svn.apache.org/viewcvs?view=rev&rev=161676
Log:
fix license and remove author tag (IDEs....sheesh)

Modified:
    struts/taglib/trunk/src/test/org/apache/struts/taglib/TagTestBase.java

Modified: struts/taglib/trunk/src/test/org/apache/struts/taglib/TagTestBase.java
URL: 
http://svn.apache.org/viewcvs/struts/taglib/trunk/src/test/org/apache/struts/taglib/TagTestBase.java?view=diff&r1=161675&r2=161676
==============================================================================
--- struts/taglib/trunk/src/test/org/apache/struts/taglib/TagTestBase.java 
(original)
+++ struts/taglib/trunk/src/test/org/apache/struts/taglib/TagTestBase.java Sun 
Apr 17 11:31:49 2005
@@ -1,6 +1,19 @@
 /*
- * Created on Apr 14, 2005
+ * $Id: TaglibTestBase.java 54929 2004-10-16 16:38:42Z germuska $
  *
+ * Copyright 1999-2004 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.
  */
 package org.apache.struts.taglib;
 
@@ -20,10 +33,6 @@
 import org.apache.struts.util.MessageResourcesFactory;
 import org.apache.struts.util.PropertyMessageResources;
 
-/**
- * @author jmitchell
- *
- */
 public class TagTestBase  extends TestCase{
 
     protected TagUtils tagutils = TagUtils.getInstance();



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to