You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by tj...@apache.org on 2004/04/23 16:44:37 UTC

cvs commit: jakarta-lucene/src/test/org/apache/lucene/search SampleComparable.java

tjones      2004/04/23 07:44:37

  Modified:    src/test/org/apache/lucene/search SampleComparable.java
  Log:
  add apache license
  
  Revision  Changes    Path
  1.2       +17 -1     jakarta-lucene/src/test/org/apache/lucene/search/SampleComparable.java
  
  Index: SampleComparable.java
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/src/test/org/apache/lucene/search/SampleComparable.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SampleComparable.java	22 Apr 2004 22:23:15 -0000	1.1
  +++ SampleComparable.java	23 Apr 2004 14:44:37 -0000	1.2
  @@ -1,5 +1,21 @@
   package org.apache.lucene.search;
   
  +/**
  + * Copyright 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.
  + */
  +
   import org.apache.lucene.index.IndexReader;
   import org.apache.lucene.index.Term;
   import org.apache.lucene.index.TermDocs;
  
  
  

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