You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by he...@apache.org on 2007/01/28 22:30:05 UTC

svn commit: r500889 - /velocity/engine/branches/Velocity_1.5_BRANCH/src/test/org/apache/velocity/io/UnicodeInputStreamTestCase.java

Author: henning
Date: Sun Jan 28 13:30:04 2007
New Revision: 500889

URL: http://svn.apache.org/viewvc?view=rev&rev=500889
Log:
License Block got botched. Fix it.


Modified:
    velocity/engine/branches/Velocity_1.5_BRANCH/src/test/org/apache/velocity/io/UnicodeInputStreamTestCase.java

Modified: velocity/engine/branches/Velocity_1.5_BRANCH/src/test/org/apache/velocity/io/UnicodeInputStreamTestCase.java
URL: http://svn.apache.org/viewvc/velocity/engine/branches/Velocity_1.5_BRANCH/src/test/org/apache/velocity/io/UnicodeInputStreamTestCase.java?view=diff&rev=500889&r1=500888&r2=500889
==============================================================================
--- velocity/engine/branches/Velocity_1.5_BRANCH/src/test/org/apache/velocity/io/UnicodeInputStreamTestCase.java (original)
+++ velocity/engine/branches/Velocity_1.5_BRANCH/src/test/org/apache/velocity/io/UnicodeInputStreamTestCase.java Sun Jan 28 13:30:04 2007
@@ -1,5 +1,24 @@
 package org.apache.velocity.io;
 
+/*
+ * 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.
+ */
+
 import java.io.ByteArrayInputStream;
 import java.io.InputStream;
 import java.io.InputStreamReader;
@@ -12,12 +31,7 @@
 
 
 /**
- * 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.
+ * Test the UnicodeInputStream.
  *
  * @author  $author$
  * @version  $Revision$, $Date$