Index: TermVectorsWriter.java =================================================================== RCS file: /home/cvspublic/jakarta-lucene/src/java/org/apache/lucene/index/TermVectorsWriter.java,v retrieving revision 1.1 diff -u -r1.1 TermVectorsWriter.java --- TermVectorsWriter.java 20 Feb 2004 20:14:55 -0000 1.1 +++ TermVectorsWriter.java 8 Aug 2004 11:23:46 -0000 @@ -1,5 +1,21 @@ package org.apache.lucene.index; +/** + * 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.store.Directory; import org.apache.lucene.store.OutputStream; import org.apache.lucene.util.StringHelper; @@ -29,6 +45,9 @@ writer.closeDocument() } + * + * @version $Id: Exp $ + * */ final class TermVectorsWriter { public static final int FORMAT_VERSION = 1;