From 4001544144506be5b1f1cadb8ea9aaa85a902236 Mon Sep 17 00:00:00 2001 From: Michael McCandless Date: Mon, 22 Sep 2008 23:11:04 +0000 Subject: [PATCH] adding missing copyright headers found by RAT git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@698033 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/lucene/analysis/package.html | 16 ++++++++++++++++ .../lucene/analysis/standard/package.html | 16 ++++++++++++++++ .../org/apache/lucene/document/package.html | 16 ++++++++++++++++ .../apache/lucene/index/CheckIndexStatus.java | 17 +++++++++++++++++ src/java/org/apache/lucene/index/package.html | 16 ++++++++++++++++ src/java/org/apache/lucene/package.html | 16 ++++++++++++++++ .../org/apache/lucene/queryParser/package.html | 16 ++++++++++++++++ .../lucene/search/ExtendedFieldCache.java | 17 +++++++++++++++++ .../lucene/search/ExtendedFieldCacheImpl.java | 17 +++++++++++++++++ src/java/org/apache/lucene/search/package.html | 16 ++++++++++++++++ .../org/apache/lucene/search/spans/package.html | 16 ++++++++++++++++ src/java/org/apache/lucene/store/package.html | 16 ++++++++++++++++ src/java/org/apache/lucene/util/package.html | 16 ++++++++++++++++ src/java/overview.html | 16 ++++++++++++++++ 14 files changed, 227 insertions(+) diff --git a/src/java/org/apache/lucene/analysis/package.html b/src/java/org/apache/lucene/analysis/package.html index 2b3837e629c..d5fe91c0041 100644 --- a/src/java/org/apache/lucene/analysis/package.html +++ b/src/java/org/apache/lucene/analysis/package.html @@ -1,4 +1,20 @@ + diff --git a/src/java/org/apache/lucene/analysis/standard/package.html b/src/java/org/apache/lucene/analysis/standard/package.html index 939e6ee4ad3..58028942775 100644 --- a/src/java/org/apache/lucene/analysis/standard/package.html +++ b/src/java/org/apache/lucene/analysis/standard/package.html @@ -1,4 +1,20 @@ + diff --git a/src/java/org/apache/lucene/document/package.html b/src/java/org/apache/lucene/document/package.html index cc28c8dc1bc..ac80c122a6d 100644 --- a/src/java/org/apache/lucene/document/package.html +++ b/src/java/org/apache/lucene/document/package.html @@ -1,4 +1,20 @@ + diff --git a/src/java/org/apache/lucene/index/CheckIndexStatus.java b/src/java/org/apache/lucene/index/CheckIndexStatus.java index c283a6efb23..3202d2c2fe6 100644 --- a/src/java/org/apache/lucene/index/CheckIndexStatus.java +++ b/src/java/org/apache/lucene/index/CheckIndexStatus.java @@ -1,5 +1,22 @@ package org.apache.lucene.index; +/** + * 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 org.apache.lucene.store.Directory; import java.util.List; diff --git a/src/java/org/apache/lucene/index/package.html b/src/java/org/apache/lucene/index/package.html index 25947337a7e..00ee4ed8ba8 100644 --- a/src/java/org/apache/lucene/index/package.html +++ b/src/java/org/apache/lucene/index/package.html @@ -1,4 +1,20 @@ + diff --git a/src/java/org/apache/lucene/package.html b/src/java/org/apache/lucene/package.html index 6eb7927f48a..4fc580979ef 100644 --- a/src/java/org/apache/lucene/package.html +++ b/src/java/org/apache/lucene/package.html @@ -1 +1,17 @@ + Top-level package. diff --git a/src/java/org/apache/lucene/queryParser/package.html b/src/java/org/apache/lucene/queryParser/package.html index 4acbc989ddd..07bf6d48756 100644 --- a/src/java/org/apache/lucene/queryParser/package.html +++ b/src/java/org/apache/lucene/queryParser/package.html @@ -1,4 +1,20 @@ + diff --git a/src/java/org/apache/lucene/search/ExtendedFieldCache.java b/src/java/org/apache/lucene/search/ExtendedFieldCache.java index 265e997ad77..57a739b6952 100644 --- a/src/java/org/apache/lucene/search/ExtendedFieldCache.java +++ b/src/java/org/apache/lucene/search/ExtendedFieldCache.java @@ -1,5 +1,22 @@ package org.apache.lucene.search; +/** + * 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 org.apache.lucene.index.IndexReader; import java.io.IOException; diff --git a/src/java/org/apache/lucene/search/ExtendedFieldCacheImpl.java b/src/java/org/apache/lucene/search/ExtendedFieldCacheImpl.java index 64f1953178e..626ee281864 100644 --- a/src/java/org/apache/lucene/search/ExtendedFieldCacheImpl.java +++ b/src/java/org/apache/lucene/search/ExtendedFieldCacheImpl.java @@ -1,5 +1,22 @@ package org.apache.lucene.search; +/** + * 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 org.apache.lucene.index.IndexReader; import org.apache.lucene.index.Term; import org.apache.lucene.index.TermDocs; diff --git a/src/java/org/apache/lucene/search/package.html b/src/java/org/apache/lucene/search/package.html index 68017b78eba..60c010599bc 100644 --- a/src/java/org/apache/lucene/search/package.html +++ b/src/java/org/apache/lucene/search/package.html @@ -1,4 +1,20 @@ + diff --git a/src/java/org/apache/lucene/search/spans/package.html b/src/java/org/apache/lucene/search/spans/package.html index 1a84737084e..1b41b07a065 100644 --- a/src/java/org/apache/lucene/search/spans/package.html +++ b/src/java/org/apache/lucene/search/spans/package.html @@ -1,4 +1,20 @@ + diff --git a/src/java/org/apache/lucene/store/package.html b/src/java/org/apache/lucene/store/package.html index b4275857dde..ee632d7cd9b 100644 --- a/src/java/org/apache/lucene/store/package.html +++ b/src/java/org/apache/lucene/store/package.html @@ -1,4 +1,20 @@ + diff --git a/src/java/org/apache/lucene/util/package.html b/src/java/org/apache/lucene/util/package.html index d4aaedff7f9..29b7eb89bcb 100644 --- a/src/java/org/apache/lucene/util/package.html +++ b/src/java/org/apache/lucene/util/package.html @@ -1,4 +1,20 @@ + diff --git a/src/java/overview.html b/src/java/overview.html index d48207e6a7a..388a61a0d1d 100644 --- a/src/java/overview.html +++ b/src/java/overview.html @@ -1,4 +1,20 @@ + Apache Lucene API