From df0a1884154b939434c45cb13c6b9442014e0356 Mon Sep 17 00:00:00 2001 From: Michael Busch Date: Sat, 9 Jun 2007 06:09:46 +0000 Subject: [PATCH] LUCENE-931: adding missing license headers to various files git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@545696 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 17 +++++++++++++ common-build.xml | 19 +++++++++++++++ contrib/analyzers/build.xml | 17 +++++++++++++ contrib/ant/build.xml | 18 ++++++++++++++ contrib/benchmark/build.xml | 18 ++++++++++++++ .../feeds/SimpleSloppyPhraseQueryMaker.java | 17 +++++++++++++ contrib/contrib-build.xml | 18 ++++++++++++++ contrib/db/build.xml | 18 ++++++++++++++ .../gdata/server/FeedNotFoundException.java | 21 ++++++++++++++-- .../gdata/server/registry/ComponentType.java | 17 +++++++++++++ .../server/registry/RegistryException.java | 17 +++++++++++++ .../lucenestorage/StorageAccountWrapper.java | 17 +++++++++++++ .../TestModifiedEntryFilter.java | 19 ++++++++++++++- .../gdata/gom/core/AtomUriElementTest.java | 17 +++++++++++++ .../gdata/gom/core/GOMEntryImplTest.java | 17 +++++++++++++ .../gdata/gom/core/GOMFeedImplTest.java | 17 +++++++++++++ .../gdata/gom/core/GOMGenereatorImplTest.java | 17 +++++++++++++ .../gdata/gom/core/GOMSourceImplTest.java | 17 +++++++++++++ contrib/highlighter/build.xml | 17 +++++++++++++ .../lucene/search/highlight/TokenSources.java | 17 +++++++++++++ .../luceneQueryConstructor.js | 19 ++++++++++++++- .../queryEscaper/luceneQueryEscaper.js | 19 ++++++++++++++- .../queryValidator/luceneQueryValidator.js | 19 ++++++++++++++- contrib/lucli/build.xml | 17 +++++++++++++ contrib/memory/build.xml | 17 +++++++++++++ contrib/miscellaneous/build.xml | 17 +++++++++++++ contrib/queries/build.xml | 17 +++++++++++++ .../apache/lucene/search/BooleanFilter.java | 19 ++++++++++++++- .../apache/lucene/search/BoostingQuery.java | 20 +++++++++++++++- .../apache/lucene/search/FilterClause.java | 17 +++++++++++++ .../lucene/search/FuzzyLikeThisQuery.java | 17 +++++++++++++ .../org/apache/lucene/search/TermsFilter.java | 17 +++++++++++++ .../search/similar/MoreLikeThisQuery.java | 17 +++++++++++++ .../lucene/search/BooleanFilterTest.java | 17 +++++++++++++ contrib/regex/build.xml | 17 +++++++++++++ .../search/regex/TestSpanRegexQuery.java | 17 +++++++++++++ contrib/similarity/build.xml | 17 +++++++++++++ contrib/snowball/build.xml | 17 +++++++++++++ .../src/java/net/sf/snowball/Among.java | 18 +++++++++++++- .../java/net/sf/snowball/SnowballProgram.java | 20 +++++++++++++++- .../src/java/net/sf/snowball/TestApp.java | 17 +++++++++++++ contrib/spellchecker/build.xml | 17 +++++++++++++ .../lucene/search/spell/TestSpellChecker.java | 16 +++++++++++++ contrib/surround/build.xml | 17 +++++++++++++ .../surround/query/BooleanQueryTst.java | 18 ++++++++++++++ .../surround/query/ExceptionQueryTst.java | 18 ++++++++++++++ .../surround/query/SingleFieldTestDb.java | 18 ++++++++++++++ .../surround/query/Test01Exceptions.java | 18 ++++++++++++++ .../surround/query/Test02Boolean.java | 17 +++++++++++++ .../surround/query/Test03Distance.java | 17 +++++++++++++ contrib/swing/build.xml | 17 +++++++++++++ contrib/wordnet/build.xml | 17 +++++++++++++ .../org/apache/lucene/wordnet/SynExpand.java | 17 +++++++++++++ .../org/apache/lucene/wordnet/SynLookup.java | 17 +++++++++++++ .../org/apache/lucene/wordnet/Syns2Index.java | 17 +++++++++++++ contrib/xml-query-parser/build.xml | 17 +++++++++++++ src/demo/demo-build.template | 17 +++++++++++++ .../lucene/document/MapFieldSelector.java | 24 +++++++++++++------ .../apache/lucene/search/PrefixFilter.java | 18 ++++++++++++++ .../org/apache/lucene/TestHitIterator.java | 17 +++++++++++++ .../analysis/TestISOLatin1AccentFilter.java | 19 ++++++++++++++- .../index/TestAddIndexesNoOptimize.java | 17 +++++++++++++ .../index/TestBackwardsCompatibility.java | 17 +++++++++++++ .../apache/lucene/index/TestFieldInfos.java | 16 +++++++++++++ .../lucene/index/TestIndexFileDeleter.java | 17 +++++++++++++ .../apache/lucene/index/TestIndexWriter.java | 18 ++++++++++++++ .../lucene/index/TestIndexWriterDelete.java | 17 +++++++++++++ .../index/TestIndexWriterLockRelease.java | 17 +++++++++++++ .../index/TestIndexWriterMergePolicy.java | 17 +++++++++++++ .../org/apache/lucene/index/TestNorms.java | 17 +++++++++++++ .../lucene/index/TestParallelTermEnum.java | 17 +++++++++++++ .../lucene/index/TestSegmentTermEnum.java | 17 +++++++++++++ .../org/apache/lucene/index/TestTerm.java | 17 +++++++++++++ .../lucene/index/TestTermVectorsReader.java | 16 +++++++++++++ .../apache/lucene/search/TestRangeQuery.java | 18 ++++++++++++++ .../apache/lucene/search/TestTermScorer.java | 18 +++++++++++++- .../lucene/store/TestBufferedIndexInput.java | 17 +++++++++++++ .../apache/lucene/store/TestWindowsMMap.java | 17 +++++++++++++ .../org/apache/lucene/store/_TestHelper.java | 17 +++++++++++++ .../org/apache/lucene/util/_TestUtil.java | 19 ++++++++++++++- 80 files changed, 1383 insertions(+), 20 deletions(-) diff --git a/build.xml b/build.xml index 904a8ebb32a..3de4323950c 100644 --- a/build.xml +++ b/build.xml @@ -1,5 +1,22 @@ + + diff --git a/common-build.xml b/common-build.xml index 45cb06e5168..f2f56012d0a 100644 --- a/common-build.xml +++ b/common-build.xml @@ -1,4 +1,22 @@ + + + This file is designed for importing into a main build file, and not intended @@ -393,3 +411,4 @@ + diff --git a/contrib/analyzers/build.xml b/contrib/analyzers/build.xml index 6b30ad583e7..b747397687b 100644 --- a/contrib/analyzers/build.xml +++ b/contrib/analyzers/build.xml @@ -1,5 +1,22 @@ + + diff --git a/contrib/ant/build.xml b/contrib/ant/build.xml index e0fc1ec7b34..121ebd161bb 100644 --- a/contrib/ant/build.xml +++ b/contrib/ant/build.xml @@ -1,4 +1,22 @@ + + + diff --git a/contrib/benchmark/build.xml b/contrib/benchmark/build.xml index 2586b0c4bc6..9d9023fc25b 100644 --- a/contrib/benchmark/build.xml +++ b/contrib/benchmark/build.xml @@ -1,4 +1,22 @@ + + + diff --git a/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/SimpleSloppyPhraseQueryMaker.java b/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/SimpleSloppyPhraseQueryMaker.java index 7e4f97558e2..f16f49e82a6 100644 --- a/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/SimpleSloppyPhraseQueryMaker.java +++ b/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/SimpleSloppyPhraseQueryMaker.java @@ -1,5 +1,22 @@ package org.apache.lucene.benchmark.byTask.feeds; +/** + * 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.util.ArrayList; import java.util.StringTokenizer; diff --git a/contrib/contrib-build.xml b/contrib/contrib-build.xml index 0e8cbcd2d26..d014a56c090 100644 --- a/contrib/contrib-build.xml +++ b/contrib/contrib-build.xml @@ -1,4 +1,22 @@ + + + Building ${ant.project.name}... diff --git a/contrib/db/build.xml b/contrib/db/build.xml index 350cb8e778f..8e33d737a1d 100644 --- a/contrib/db/build.xml +++ b/contrib/db/build.xml @@ -1,4 +1,22 @@ + + + diff --git a/contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/FeedNotFoundException.java b/contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/FeedNotFoundException.java index 5ebe60dcaf9..8c92f29f9e6 100644 --- a/contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/FeedNotFoundException.java +++ b/contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/FeedNotFoundException.java @@ -1,5 +1,22 @@ package org.apache.lucene.gdata.server; - + +/** + * 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. + */ + /** * Will be thrown if a requested feed could not be found or is not @@ -54,4 +71,4 @@ public class FeedNotFoundException extends ServiceException { } -} \ No newline at end of file +} diff --git a/contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/ComponentType.java b/contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/ComponentType.java index 29d36988050..cdbcdb06b34 100644 --- a/contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/ComponentType.java +++ b/contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/ComponentType.java @@ -1,5 +1,22 @@ package org.apache.lucene.gdata.server.registry; +/** + * 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.gdata.search.SearchComponent; import org.apache.lucene.gdata.server.ServiceFactory; import org.apache.lucene.gdata.server.authentication.AuthenticationController; diff --git a/contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/RegistryException.java b/contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/RegistryException.java index 81a5db1cd17..a904138ceb5 100644 --- a/contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/RegistryException.java +++ b/contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/server/registry/RegistryException.java @@ -1,5 +1,22 @@ package org.apache.lucene.gdata.server.registry; +/** + * 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. + */ + /** * This exception is thrown by the * {@link org.apache.lucene.gdata.server.registry.GDataServerRegistry} if diff --git a/contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageAccountWrapper.java b/contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageAccountWrapper.java index e721ccc1806..8728b362130 100644 --- a/contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageAccountWrapper.java +++ b/contrib/gdata-server/src/core/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageAccountWrapper.java @@ -1,5 +1,22 @@ package org.apache.lucene.gdata.storage.lucenestorage; +/** + * 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.net.MalformedURLException; import java.net.URL; diff --git a/contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/storage/lucenestorage/TestModifiedEntryFilter.java b/contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/storage/lucenestorage/TestModifiedEntryFilter.java index 2d942095313..709c062516b 100644 --- a/contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/storage/lucenestorage/TestModifiedEntryFilter.java +++ b/contrib/gdata-server/src/core/src/test/org/apache/lucene/gdata/storage/lucenestorage/TestModifiedEntryFilter.java @@ -1,5 +1,22 @@ package org.apache.lucene.gdata.storage.lucenestorage; - + +/** + * 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.IOException; import java.util.ArrayList; import java.util.List; diff --git a/contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/AtomUriElementTest.java b/contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/AtomUriElementTest.java index 9b44f736ae4..a8636b0c9b2 100644 --- a/contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/AtomUriElementTest.java +++ b/contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/AtomUriElementTest.java @@ -1,5 +1,22 @@ package org.apache.lucene.gdata.gom.core; +/** + * 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.StringWriter; import javax.xml.stream.FactoryConfigurationError; diff --git a/contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMEntryImplTest.java b/contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMEntryImplTest.java index 4a4601d413f..d79a30d5663 100644 --- a/contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMEntryImplTest.java +++ b/contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMEntryImplTest.java @@ -1,5 +1,22 @@ package org.apache.lucene.gdata.gom.core; +/** + * 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.StringWriter; import java.util.List; diff --git a/contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMFeedImplTest.java b/contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMFeedImplTest.java index a09d0cbe83d..512f130612a 100644 --- a/contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMFeedImplTest.java +++ b/contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMFeedImplTest.java @@ -1,5 +1,22 @@ package org.apache.lucene.gdata.gom.core; +/** + * 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.StringWriter; import java.util.LinkedList; import java.util.List; diff --git a/contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMGenereatorImplTest.java b/contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMGenereatorImplTest.java index 98c365bf542..1a94a0c5edc 100644 --- a/contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMGenereatorImplTest.java +++ b/contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMGenereatorImplTest.java @@ -1,5 +1,22 @@ package org.apache.lucene.gdata.gom.core; +/** + * 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.StringWriter; import javax.xml.namespace.QName; diff --git a/contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMSourceImplTest.java b/contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMSourceImplTest.java index bf07d663785..ed1cffbeeda 100644 --- a/contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMSourceImplTest.java +++ b/contrib/gdata-server/src/gom/src/test/org/apache/lucene/gdata/gom/core/GOMSourceImplTest.java @@ -1,5 +1,22 @@ package org.apache.lucene.gdata.gom.core; +/** + * 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.StringWriter; import java.util.List; diff --git a/contrib/highlighter/build.xml b/contrib/highlighter/build.xml index f8cfe6644aa..d12c899ffd8 100644 --- a/contrib/highlighter/build.xml +++ b/contrib/highlighter/build.xml @@ -1,5 +1,22 @@ + + diff --git a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/TokenSources.java b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/TokenSources.java index 2f4e16e4983..97c7ca59b1c 100644 --- a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/TokenSources.java +++ b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/TokenSources.java @@ -3,6 +3,23 @@ */ package org.apache.lucene.search.highlight; +/** + * 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.IOException; import java.io.StringReader; import java.util.ArrayList; diff --git a/contrib/javascript/queryConstructor/luceneQueryConstructor.js b/contrib/javascript/queryConstructor/luceneQueryConstructor.js index 32cfa7c6c78..ab6393cd220 100644 --- a/contrib/javascript/queryConstructor/luceneQueryConstructor.js +++ b/contrib/javascript/queryConstructor/luceneQueryConstructor.js @@ -1,3 +1,20 @@ +/* + * 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. + */ + // Lucene Search Query Constructor // Author: Kelvin Tan (kelvint at apache.org) // Version: $Id$ @@ -283,4 +300,4 @@ function trim(inputString) { pattern = /^(\s*)([\w\W]*)(\s*$)/; if (pattern.test(temp)) { temp = temp.replace(pattern, "$2"); } return temp; // Return the trimmed string back to the user -} \ No newline at end of file +} diff --git a/contrib/javascript/queryEscaper/luceneQueryEscaper.js b/contrib/javascript/queryEscaper/luceneQueryEscaper.js index c84d910987d..7fe8bbdf183 100644 --- a/contrib/javascript/queryEscaper/luceneQueryEscaper.js +++ b/contrib/javascript/queryEscaper/luceneQueryEscaper.js @@ -1,3 +1,20 @@ +/* + * 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. + */ + // Special characters are + - && || ! ( ) { } [ ] ^ " ~ * ? : \ // Special words are (case-sensitive) AND NOT OR // We escape the common ones, i.e. ! ? * ( ) " : @@ -95,4 +112,4 @@ function escapeDoubleAmpersands(query) function escapeDoubleBars(query) { return query.replace(/[\|]{2}/g, "\\|\\|"); -} \ No newline at end of file +} diff --git a/contrib/javascript/queryValidator/luceneQueryValidator.js b/contrib/javascript/queryValidator/luceneQueryValidator.js index 6c02c347bc3..5e500fbb3c0 100644 --- a/contrib/javascript/queryValidator/luceneQueryValidator.js +++ b/contrib/javascript/queryValidator/luceneQueryValidator.js @@ -1,3 +1,20 @@ +/* + * 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. + */ + // Author: Kelvin Tan (kelvint at apache.org) // JavaScript Lucene Query Validator // Version: $Id$ @@ -288,4 +305,4 @@ function checkColon(query) return false; } return true; -} \ No newline at end of file +} diff --git a/contrib/lucli/build.xml b/contrib/lucli/build.xml index ca062da40ad..34e93e5d8b9 100644 --- a/contrib/lucli/build.xml +++ b/contrib/lucli/build.xml @@ -1,5 +1,22 @@ + + diff --git a/contrib/memory/build.xml b/contrib/memory/build.xml index 849d7684953..5ce01f5184c 100644 --- a/contrib/memory/build.xml +++ b/contrib/memory/build.xml @@ -1,5 +1,22 @@ + + diff --git a/contrib/miscellaneous/build.xml b/contrib/miscellaneous/build.xml index 3d0874cc0f7..0da3506e06e 100644 --- a/contrib/miscellaneous/build.xml +++ b/contrib/miscellaneous/build.xml @@ -1,5 +1,22 @@ + + diff --git a/contrib/queries/build.xml b/contrib/queries/build.xml index 12ffdc9533d..8f57789ab4f 100644 --- a/contrib/queries/build.xml +++ b/contrib/queries/build.xml @@ -1,5 +1,22 @@ + + diff --git a/contrib/queries/src/java/org/apache/lucene/search/BooleanFilter.java b/contrib/queries/src/java/org/apache/lucene/search/BooleanFilter.java index 07d35634f1e..5450d2de130 100644 --- a/contrib/queries/src/java/org/apache/lucene/search/BooleanFilter.java +++ b/contrib/queries/src/java/org/apache/lucene/search/BooleanFilter.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 java.io.IOException; import java.util.ArrayList; import java.util.BitSet; @@ -161,4 +178,4 @@ public class BooleanFilter extends Filter return hash; } -} \ No newline at end of file +} diff --git a/contrib/queries/src/java/org/apache/lucene/search/BoostingQuery.java b/contrib/queries/src/java/org/apache/lucene/search/BoostingQuery.java index f5496572067..725f64b8cf7 100644 --- a/contrib/queries/src/java/org/apache/lucene/search/BoostingQuery.java +++ b/contrib/queries/src/java/org/apache/lucene/search/BoostingQuery.java @@ -1,4 +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 java.io.IOException; import org.apache.lucene.index.IndexReader; @@ -68,4 +86,4 @@ public class BoostingQuery extends Query { public String toString(String field) { return match.toString(field) + "/" + context.toString(field); } - } \ No newline at end of file + } diff --git a/contrib/queries/src/java/org/apache/lucene/search/FilterClause.java b/contrib/queries/src/java/org/apache/lucene/search/FilterClause.java index e5019c42712..72a947a15be 100644 --- a/contrib/queries/src/java/org/apache/lucene/search/FilterClause.java +++ b/contrib/queries/src/java/org/apache/lucene/search/FilterClause.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.search.BooleanClause.Occur; /** diff --git a/contrib/queries/src/java/org/apache/lucene/search/FuzzyLikeThisQuery.java b/contrib/queries/src/java/org/apache/lucene/search/FuzzyLikeThisQuery.java index 2af021bafe4..e4d14a6a05c 100644 --- a/contrib/queries/src/java/org/apache/lucene/search/FuzzyLikeThisQuery.java +++ b/contrib/queries/src/java/org/apache/lucene/search/FuzzyLikeThisQuery.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 java.io.IOException; import java.io.StringReader; import java.util.ArrayList; diff --git a/contrib/queries/src/java/org/apache/lucene/search/TermsFilter.java b/contrib/queries/src/java/org/apache/lucene/search/TermsFilter.java index a2c15469969..b3f83a64a0f 100644 --- a/contrib/queries/src/java/org/apache/lucene/search/TermsFilter.java +++ b/contrib/queries/src/java/org/apache/lucene/search/TermsFilter.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 java.io.IOException; import java.util.ArrayList; import java.util.BitSet; diff --git a/contrib/queries/src/java/org/apache/lucene/search/similar/MoreLikeThisQuery.java b/contrib/queries/src/java/org/apache/lucene/search/similar/MoreLikeThisQuery.java index 4ae8674d35d..f6d2d632ceb 100644 --- a/contrib/queries/src/java/org/apache/lucene/search/similar/MoreLikeThisQuery.java +++ b/contrib/queries/src/java/org/apache/lucene/search/similar/MoreLikeThisQuery.java @@ -3,6 +3,23 @@ */ package org.apache.lucene.search.similar; +/** + * 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.IOException; import java.util.Set; diff --git a/contrib/queries/src/test/org/apache/lucene/search/BooleanFilterTest.java b/contrib/queries/src/test/org/apache/lucene/search/BooleanFilterTest.java index 921102ddbab..fb032a65afc 100644 --- a/contrib/queries/src/test/org/apache/lucene/search/BooleanFilterTest.java +++ b/contrib/queries/src/test/org/apache/lucene/search/BooleanFilterTest.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 java.io.IOException; import java.util.BitSet; diff --git a/contrib/regex/build.xml b/contrib/regex/build.xml index cbdbf8f9a23..4c4831e5f75 100644 --- a/contrib/regex/build.xml +++ b/contrib/regex/build.xml @@ -1,5 +1,22 @@ + + diff --git a/contrib/regex/src/test/org/apache/lucene/search/regex/TestSpanRegexQuery.java b/contrib/regex/src/test/org/apache/lucene/search/regex/TestSpanRegexQuery.java index ab27374ef83..38744e16834 100644 --- a/contrib/regex/src/test/org/apache/lucene/search/regex/TestSpanRegexQuery.java +++ b/contrib/regex/src/test/org/apache/lucene/search/regex/TestSpanRegexQuery.java @@ -1,5 +1,22 @@ package org.apache.lucene.search.regex; +/** + * 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 junit.framework.TestCase; import org.apache.lucene.store.RAMDirectory; import org.apache.lucene.index.IndexWriter; diff --git a/contrib/similarity/build.xml b/contrib/similarity/build.xml index 48fb40c15e9..4a11816605b 100755 --- a/contrib/similarity/build.xml +++ b/contrib/similarity/build.xml @@ -1,5 +1,22 @@ + + diff --git a/contrib/snowball/build.xml b/contrib/snowball/build.xml index 69b23c74f08..a75c033a311 100644 --- a/contrib/snowball/build.xml +++ b/contrib/snowball/build.xml @@ -1,5 +1,22 @@ + + diff --git a/contrib/snowball/src/java/net/sf/snowball/Among.java b/contrib/snowball/src/java/net/sf/snowball/Among.java index 67ce60c8584..dec7822cb50 100644 --- a/contrib/snowball/src/java/net/sf/snowball/Among.java +++ b/contrib/snowball/src/java/net/sf/snowball/Among.java @@ -1,6 +1,22 @@ - package net.sf.snowball; +/** + * 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.lang.reflect.Method; public class Among { diff --git a/contrib/snowball/src/java/net/sf/snowball/SnowballProgram.java b/contrib/snowball/src/java/net/sf/snowball/SnowballProgram.java index 61a8c5b35ab..ba2052c3570 100644 --- a/contrib/snowball/src/java/net/sf/snowball/SnowballProgram.java +++ b/contrib/snowball/src/java/net/sf/snowball/SnowballProgram.java @@ -1,5 +1,22 @@ - package net.sf.snowball; + +/** + * 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.lang.reflect.InvocationTargetException; public class SnowballProgram { @@ -408,3 +425,4 @@ extern void debug(struct SN_env * z, int number, int line_count) }; + diff --git a/contrib/snowball/src/java/net/sf/snowball/TestApp.java b/contrib/snowball/src/java/net/sf/snowball/TestApp.java index 3958d9531ae..897e5e6a7a0 100644 --- a/contrib/snowball/src/java/net/sf/snowball/TestApp.java +++ b/contrib/snowball/src/java/net/sf/snowball/TestApp.java @@ -1,5 +1,22 @@ package net.sf.snowball; +/** + * 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.lang.reflect.Method; import java.io.Reader; import java.io.Writer; diff --git a/contrib/spellchecker/build.xml b/contrib/spellchecker/build.xml index cebfd50a58a..d89be94a268 100755 --- a/contrib/spellchecker/build.xml +++ b/contrib/spellchecker/build.xml @@ -1,5 +1,22 @@ + + diff --git a/contrib/spellchecker/src/test/org/apache/lucene/search/spell/TestSpellChecker.java b/contrib/spellchecker/src/test/org/apache/lucene/search/spell/TestSpellChecker.java index cd975596cd3..e0460aa8371 100755 --- a/contrib/spellchecker/src/test/org/apache/lucene/search/spell/TestSpellChecker.java +++ b/contrib/spellchecker/src/test/org/apache/lucene/search/spell/TestSpellChecker.java @@ -1,5 +1,21 @@ package org.apache.lucene.search.spell; +/** + * 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.IOException; diff --git a/contrib/surround/build.xml b/contrib/surround/build.xml index 2e098a64384..df316783f42 100644 --- a/contrib/surround/build.xml +++ b/contrib/surround/build.xml @@ -1,5 +1,22 @@ + + diff --git a/contrib/surround/src/test/org/apache/lucene/queryParser/surround/query/BooleanQueryTst.java b/contrib/surround/src/test/org/apache/lucene/queryParser/surround/query/BooleanQueryTst.java index 7e9ae63721f..03439ce84dd 100644 --- a/contrib/surround/src/test/org/apache/lucene/queryParser/surround/query/BooleanQueryTst.java +++ b/contrib/surround/src/test/org/apache/lucene/queryParser/surround/query/BooleanQueryTst.java @@ -1,5 +1,22 @@ package org.apache.lucene.queryParser.surround.query; +/** + * 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.search.IndexSearcher; import org.apache.lucene.search.Searcher; import org.apache.lucene.search.Query; @@ -91,3 +108,4 @@ public class BooleanQueryTst { } } + diff --git a/contrib/surround/src/test/org/apache/lucene/queryParser/surround/query/ExceptionQueryTst.java b/contrib/surround/src/test/org/apache/lucene/queryParser/surround/query/ExceptionQueryTst.java index 7bd73b8d0b2..e9937b3833e 100644 --- a/contrib/surround/src/test/org/apache/lucene/queryParser/surround/query/ExceptionQueryTst.java +++ b/contrib/surround/src/test/org/apache/lucene/queryParser/surround/query/ExceptionQueryTst.java @@ -1,5 +1,22 @@ package org.apache.lucene.queryParser.surround.query; +/** + * 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.queryParser.surround.parser.ParseException; import org.apache.lucene.queryParser.surround.parser.QueryParser; @@ -46,3 +63,4 @@ public class ExceptionQueryTst { } } + diff --git a/contrib/surround/src/test/org/apache/lucene/queryParser/surround/query/SingleFieldTestDb.java b/contrib/surround/src/test/org/apache/lucene/queryParser/surround/query/SingleFieldTestDb.java index da06b45386a..f863a3d7657 100644 --- a/contrib/surround/src/test/org/apache/lucene/queryParser/surround/query/SingleFieldTestDb.java +++ b/contrib/surround/src/test/org/apache/lucene/queryParser/surround/query/SingleFieldTestDb.java @@ -1,5 +1,22 @@ package org.apache.lucene.queryParser.surround.query; +/** + * 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 org.apache.lucene.store.RAMDirectory; import org.apache.lucene.document.Document; @@ -36,3 +53,4 @@ public class SingleFieldTestDb { String getFieldname() {return fieldName;} } + diff --git a/contrib/surround/src/test/org/apache/lucene/queryParser/surround/query/Test01Exceptions.java b/contrib/surround/src/test/org/apache/lucene/queryParser/surround/query/Test01Exceptions.java index 39a320d3b16..bb4b97d9226 100644 --- a/contrib/surround/src/test/org/apache/lucene/queryParser/surround/query/Test01Exceptions.java +++ b/contrib/surround/src/test/org/apache/lucene/queryParser/surround/query/Test01Exceptions.java @@ -1,5 +1,22 @@ package org.apache.lucene.queryParser.surround.query; +/** + * 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 junit.framework.TestCase; import junit.framework.TestSuite; import junit.textui.TestRunner; @@ -49,3 +66,4 @@ public class Test01Exceptions extends TestCase { } + diff --git a/contrib/surround/src/test/org/apache/lucene/queryParser/surround/query/Test02Boolean.java b/contrib/surround/src/test/org/apache/lucene/queryParser/surround/query/Test02Boolean.java index 41900921df1..029437a2e20 100644 --- a/contrib/surround/src/test/org/apache/lucene/queryParser/surround/query/Test02Boolean.java +++ b/contrib/surround/src/test/org/apache/lucene/queryParser/surround/query/Test02Boolean.java @@ -1,5 +1,22 @@ package org.apache.lucene.queryParser.surround.query; +/** + * 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 junit.framework.TestCase; import junit.framework.TestSuite; import junit.textui.TestRunner; diff --git a/contrib/surround/src/test/org/apache/lucene/queryParser/surround/query/Test03Distance.java b/contrib/surround/src/test/org/apache/lucene/queryParser/surround/query/Test03Distance.java index 98543b3190a..0ca41567084 100644 --- a/contrib/surround/src/test/org/apache/lucene/queryParser/surround/query/Test03Distance.java +++ b/contrib/surround/src/test/org/apache/lucene/queryParser/surround/query/Test03Distance.java @@ -1,5 +1,22 @@ package org.apache.lucene.queryParser.surround.query; +/** + * 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 junit.framework.TestCase; import junit.framework.TestSuite; import junit.textui.TestRunner; diff --git a/contrib/swing/build.xml b/contrib/swing/build.xml index c9198fe87b6..f9039d04089 100644 --- a/contrib/swing/build.xml +++ b/contrib/swing/build.xml @@ -1,5 +1,22 @@ + + diff --git a/contrib/wordnet/build.xml b/contrib/wordnet/build.xml index ae3b0c8b25c..269c9e0a35e 100644 --- a/contrib/wordnet/build.xml +++ b/contrib/wordnet/build.xml @@ -1,5 +1,22 @@ + + diff --git a/contrib/wordnet/src/java/org/apache/lucene/wordnet/SynExpand.java b/contrib/wordnet/src/java/org/apache/lucene/wordnet/SynExpand.java index fa059296616..936d541943c 100755 --- a/contrib/wordnet/src/java/org/apache/lucene/wordnet/SynExpand.java +++ b/contrib/wordnet/src/java/org/apache/lucene/wordnet/SynExpand.java @@ -1,5 +1,22 @@ package org.apache.lucene.wordnet; +/** + * 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.*; import org.apache.lucene.search.*; import org.apache.lucene.index.*; diff --git a/contrib/wordnet/src/java/org/apache/lucene/wordnet/SynLookup.java b/contrib/wordnet/src/java/org/apache/lucene/wordnet/SynLookup.java index 887afd5252b..8f697d1eb38 100644 --- a/contrib/wordnet/src/java/org/apache/lucene/wordnet/SynLookup.java +++ b/contrib/wordnet/src/java/org/apache/lucene/wordnet/SynLookup.java @@ -1,5 +1,22 @@ package org.apache.lucene.wordnet; +/** + * 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.*; import org.apache.lucene.search.*; import org.apache.lucene.index.*; diff --git a/contrib/wordnet/src/java/org/apache/lucene/wordnet/Syns2Index.java b/contrib/wordnet/src/java/org/apache/lucene/wordnet/Syns2Index.java index a01d44c0c76..8176bef86ec 100644 --- a/contrib/wordnet/src/java/org/apache/lucene/wordnet/Syns2Index.java +++ b/contrib/wordnet/src/java/org/apache/lucene/wordnet/Syns2Index.java @@ -1,5 +1,22 @@ package org.apache.lucene.wordnet; +/** + * 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.BufferedReader; import java.io.File; import java.io.FileInputStream; diff --git a/contrib/xml-query-parser/build.xml b/contrib/xml-query-parser/build.xml index 6d73a94016a..866e3278dba 100644 --- a/contrib/xml-query-parser/build.xml +++ b/contrib/xml-query-parser/build.xml @@ -1,5 +1,22 @@ + + diff --git a/src/demo/demo-build.template b/src/demo/demo-build.template index e9a2e5a60ad..5aa099d8ccf 100644 --- a/src/demo/demo-build.template +++ b/src/demo/demo-build.template @@ -1,5 +1,22 @@ + + diff --git a/src/java/org/apache/lucene/document/MapFieldSelector.java b/src/java/org/apache/lucene/document/MapFieldSelector.java index fe6489b99bc..57a6f7e8210 100644 --- a/src/java/org/apache/lucene/document/MapFieldSelector.java +++ b/src/java/org/apache/lucene/document/MapFieldSelector.java @@ -1,12 +1,22 @@ -/* - * MapFieldSelector.java - * - * Created on May 2, 2006, 6:49 PM - * - */ - package org.apache.lucene.document; +/** + * 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.util.HashMap; import java.util.List; import java.util.Map; diff --git a/src/java/org/apache/lucene/search/PrefixFilter.java b/src/java/org/apache/lucene/search/PrefixFilter.java index 9358dc76024..dd603b5586b 100755 --- a/src/java/org/apache/lucene/search/PrefixFilter.java +++ b/src/java/org/apache/lucene/search/PrefixFilter.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.search.Filter; import org.apache.lucene.index.Term; import org.apache.lucene.index.IndexReader; @@ -87,3 +104,4 @@ abstract class PrefixGenerator implements IdGenerator { } } + diff --git a/src/test/org/apache/lucene/TestHitIterator.java b/src/test/org/apache/lucene/TestHitIterator.java index b5df624bec5..83c882c2008 100644 --- a/src/test/org/apache/lucene/TestHitIterator.java +++ b/src/test/org/apache/lucene/TestHitIterator.java @@ -1,5 +1,22 @@ package org.apache.lucene; +/** + * 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 junit.framework.TestCase; import org.apache.lucene.store.RAMDirectory; import org.apache.lucene.index.IndexWriter; diff --git a/src/test/org/apache/lucene/analysis/TestISOLatin1AccentFilter.java b/src/test/org/apache/lucene/analysis/TestISOLatin1AccentFilter.java index c0bf42228f1..8abf2aa2912 100644 --- a/src/test/org/apache/lucene/analysis/TestISOLatin1AccentFilter.java +++ b/src/test/org/apache/lucene/analysis/TestISOLatin1AccentFilter.java @@ -1,5 +1,22 @@ package org.apache.lucene.analysis; +/** + * 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 junit.framework.TestCase; import java.io.StringReader; @@ -81,4 +98,4 @@ public class TestISOLatin1AccentFilter extends TestCase { assertEquals("y", filter.next().termText()); assertNull(filter.next()); } -} \ No newline at end of file +} diff --git a/src/test/org/apache/lucene/index/TestAddIndexesNoOptimize.java b/src/test/org/apache/lucene/index/TestAddIndexesNoOptimize.java index b3363c78754..392dabf0dc6 100755 --- a/src/test/org/apache/lucene/index/TestAddIndexesNoOptimize.java +++ b/src/test/org/apache/lucene/index/TestAddIndexesNoOptimize.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 java.io.IOException; import junit.framework.TestCase; diff --git a/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java b/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java index 997be3d27e0..70ed2b69d0e 100644 --- a/src/test/org/apache/lucene/index/TestBackwardsCompatibility.java +++ b/src/test/org/apache/lucene/index/TestBackwardsCompatibility.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 junit.framework.TestCase; import java.util.Vector; import java.util.Arrays; diff --git a/src/test/org/apache/lucene/index/TestFieldInfos.java b/src/test/org/apache/lucene/index/TestFieldInfos.java index cf3ff4712f9..69bed27fbe4 100644 --- a/src/test/org/apache/lucene/index/TestFieldInfos.java +++ b/src/test/org/apache/lucene/index/TestFieldInfos.java @@ -1,5 +1,21 @@ 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 junit.framework.TestCase; import org.apache.lucene.document.Document; diff --git a/src/test/org/apache/lucene/index/TestIndexFileDeleter.java b/src/test/org/apache/lucene/index/TestIndexFileDeleter.java index 4d835c75581..320470ad1fa 100644 --- a/src/test/org/apache/lucene/index/TestIndexFileDeleter.java +++ b/src/test/org/apache/lucene/index/TestIndexFileDeleter.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 junit.framework.TestCase; import java.util.Vector; import java.util.Arrays; diff --git a/src/test/org/apache/lucene/index/TestIndexWriter.java b/src/test/org/apache/lucene/index/TestIndexWriter.java index 668d64ab35d..947303cb410 100644 --- a/src/test/org/apache/lucene/index/TestIndexWriter.java +++ b/src/test/org/apache/lucene/index/TestIndexWriter.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 java.io.IOException; import java.io.File; import java.util.Arrays; @@ -1034,3 +1051,4 @@ public class TestIndexWriter extends TestCase } + diff --git a/src/test/org/apache/lucene/index/TestIndexWriterDelete.java b/src/test/org/apache/lucene/index/TestIndexWriterDelete.java index 1cb3be2d500..62f22a1a04e 100644 --- a/src/test/org/apache/lucene/index/TestIndexWriterDelete.java +++ b/src/test/org/apache/lucene/index/TestIndexWriterDelete.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 java.io.IOException; import java.util.Arrays; diff --git a/src/test/org/apache/lucene/index/TestIndexWriterLockRelease.java b/src/test/org/apache/lucene/index/TestIndexWriterLockRelease.java index 85e89985546..ef22de9a19e 100644 --- a/src/test/org/apache/lucene/index/TestIndexWriterLockRelease.java +++ b/src/test/org/apache/lucene/index/TestIndexWriterLockRelease.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 java.io.File; import java.io.FileNotFoundException; import java.io.IOException; diff --git a/src/test/org/apache/lucene/index/TestIndexWriterMergePolicy.java b/src/test/org/apache/lucene/index/TestIndexWriterMergePolicy.java index 8bf6b3b32b1..4475eca848e 100755 --- a/src/test/org/apache/lucene/index/TestIndexWriterMergePolicy.java +++ b/src/test/org/apache/lucene/index/TestIndexWriterMergePolicy.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 java.io.IOException; import org.apache.lucene.analysis.WhitespaceAnalyzer; diff --git a/src/test/org/apache/lucene/index/TestNorms.java b/src/test/org/apache/lucene/index/TestNorms.java index 8bb3052319b..3a84faf6bdf 100755 --- a/src/test/org/apache/lucene/index/TestNorms.java +++ b/src/test/org/apache/lucene/index/TestNorms.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 junit.framework.TestCase; import org.apache.lucene.analysis.Analyzer; diff --git a/src/test/org/apache/lucene/index/TestParallelTermEnum.java b/src/test/org/apache/lucene/index/TestParallelTermEnum.java index 1a564b63515..6d4d8a69458 100755 --- a/src/test/org/apache/lucene/index/TestParallelTermEnum.java +++ b/src/test/org/apache/lucene/index/TestParallelTermEnum.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 java.io.IOException; import junit.framework.TestCase; diff --git a/src/test/org/apache/lucene/index/TestSegmentTermEnum.java b/src/test/org/apache/lucene/index/TestSegmentTermEnum.java index 3eb23ffd6e6..c661de4d15f 100644 --- a/src/test/org/apache/lucene/index/TestSegmentTermEnum.java +++ b/src/test/org/apache/lucene/index/TestSegmentTermEnum.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 java.io.IOException; import junit.framework.TestCase; diff --git a/src/test/org/apache/lucene/index/TestTerm.java b/src/test/org/apache/lucene/index/TestTerm.java index 5bfb5ee471a..d151cb34ec0 100644 --- a/src/test/org/apache/lucene/index/TestTerm.java +++ b/src/test/org/apache/lucene/index/TestTerm.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 junit.framework.TestCase; public class TestTerm extends TestCase { diff --git a/src/test/org/apache/lucene/index/TestTermVectorsReader.java b/src/test/org/apache/lucene/index/TestTermVectorsReader.java index 7b1e5c99780..6aa9dd64288 100644 --- a/src/test/org/apache/lucene/index/TestTermVectorsReader.java +++ b/src/test/org/apache/lucene/index/TestTermVectorsReader.java @@ -1,5 +1,21 @@ 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 junit.framework.TestCase; import org.apache.lucene.store.RAMDirectory; diff --git a/src/test/org/apache/lucene/search/TestRangeQuery.java b/src/test/org/apache/lucene/search/TestRangeQuery.java index 3252733bed1..7eebae4de5e 100644 --- a/src/test/org/apache/lucene/search/TestRangeQuery.java +++ b/src/test/org/apache/lucene/search/TestRangeQuery.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.analysis.WhitespaceAnalyzer; import org.apache.lucene.document.Document; import org.apache.lucene.document.Field; @@ -139,3 +156,4 @@ public class TestRangeQuery extends TestCase { } } + diff --git a/src/test/org/apache/lucene/search/TestTermScorer.java b/src/test/org/apache/lucene/search/TestTermScorer.java index facaf5590e6..d0388ab1568 100644 --- a/src/test/org/apache/lucene/search/TestTermScorer.java +++ b/src/test/org/apache/lucene/search/TestTermScorer.java @@ -1,5 +1,21 @@ 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 java.io.IOException; import java.util.ArrayList; @@ -206,4 +222,4 @@ public class TestTermScorer extends TestCase } } -} \ No newline at end of file +} diff --git a/src/test/org/apache/lucene/store/TestBufferedIndexInput.java b/src/test/org/apache/lucene/store/TestBufferedIndexInput.java index 06c63b16cae..2df6b9f2505 100755 --- a/src/test/org/apache/lucene/store/TestBufferedIndexInput.java +++ b/src/test/org/apache/lucene/store/TestBufferedIndexInput.java @@ -1,5 +1,22 @@ package org.apache.lucene.store; +/** + * 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.IOException; import java.io.File; import java.util.List; diff --git a/src/test/org/apache/lucene/store/TestWindowsMMap.java b/src/test/org/apache/lucene/store/TestWindowsMMap.java index 68e8ac7f8b8..dc8cd01ae1e 100644 --- a/src/test/org/apache/lucene/store/TestWindowsMMap.java +++ b/src/test/org/apache/lucene/store/TestWindowsMMap.java @@ -1,5 +1,22 @@ package org.apache.lucene.store; +/** + * 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.util.HashSet; import java.util.Random; import java.io.File; diff --git a/src/test/org/apache/lucene/store/_TestHelper.java b/src/test/org/apache/lucene/store/_TestHelper.java index efcadf84e55..de4c94fb1a0 100644 --- a/src/test/org/apache/lucene/store/_TestHelper.java +++ b/src/test/org/apache/lucene/store/_TestHelper.java @@ -1,5 +1,22 @@ package org.apache.lucene.store; +/** + * 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.IOException; import org.apache.lucene.store.FSDirectory.FSIndexInput; diff --git a/src/test/org/apache/lucene/util/_TestUtil.java b/src/test/org/apache/lucene/util/_TestUtil.java index ad81f87b148..c9f2279ff21 100644 --- a/src/test/org/apache/lucene/util/_TestUtil.java +++ b/src/test/org/apache/lucene/util/_TestUtil.java @@ -1,5 +1,22 @@ - package org.apache.lucene.util; + +/** + * 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.File; import java.io.IOException;