You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by dn...@apache.org on 2006/04/29 11:54:17 UTC

svn commit: r398112 - /lucene/java/trunk/contrib/analyzers/src/test/org/apache/lucene/analysis/cn/TestChineseTokenizer.java

Author: dnaber
Date: Sat Apr 29 02:54:16 2006
New Revision: 398112

URL: http://svn.apache.org/viewcvs?rev=398112&view=rev
Log:
add missing license header

Modified:
    lucene/java/trunk/contrib/analyzers/src/test/org/apache/lucene/analysis/cn/TestChineseTokenizer.java

Modified: lucene/java/trunk/contrib/analyzers/src/test/org/apache/lucene/analysis/cn/TestChineseTokenizer.java
URL: http://svn.apache.org/viewcvs/lucene/java/trunk/contrib/analyzers/src/test/org/apache/lucene/analysis/cn/TestChineseTokenizer.java?rev=398112&r1=398111&r2=398112&view=diff
==============================================================================
--- lucene/java/trunk/contrib/analyzers/src/test/org/apache/lucene/analysis/cn/TestChineseTokenizer.java (original)
+++ lucene/java/trunk/contrib/analyzers/src/test/org/apache/lucene/analysis/cn/TestChineseTokenizer.java Sat Apr 29 02:54:16 2006
@@ -1,5 +1,21 @@
 package org.apache.lucene.analysis.cn;
 
+/**
+ * Copyright 2005 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.
+ */
+
 import java.io.IOException;
 import java.io.StringReader;
 
@@ -28,4 +44,4 @@
             correctEndOffset++;
         }
     }
-}
\ No newline at end of file
+}