From 7ca20ee19f88e64a64e6b083411d98ba6674e625 Mon Sep 17 00:00:00 2001 From: Yonik Seeley Date: Thu, 9 Nov 2006 16:21:50 +0000 Subject: [PATCH] new ASF licenses header git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@472959 13f79535-47bb-0310-9956-ffa450edef68 --- NOTICE.txt | 8 ++++++-- .../apache/lucene/analysis/br/BrazilianAnalyzer.java | 11 ++++++----- .../lucene/analysis/br/BrazilianStemFilter.java | 11 ++++++----- .../apache/lucene/analysis/br/BrazilianStemmer.java | 11 ++++++----- .../org/apache/lucene/analysis/cjk/CJKAnalyzer.java | 11 ++++++----- .../org/apache/lucene/analysis/cjk/CJKTokenizer.java | 11 ++++++----- .../apache/lucene/analysis/cn/ChineseAnalyzer.java | 11 ++++++----- .../org/apache/lucene/analysis/cn/ChineseFilter.java | 11 ++++++----- .../apache/lucene/analysis/cn/ChineseTokenizer.java | 11 ++++++----- .../org/apache/lucene/analysis/cz/CzechAnalyzer.java | 11 ++++++----- .../org/apache/lucene/analysis/de/GermanAnalyzer.java | 11 ++++++----- .../apache/lucene/analysis/de/GermanStemFilter.java | 11 ++++++----- .../org/apache/lucene/analysis/de/GermanStemmer.java | 11 ++++++----- .../org/apache/lucene/analysis/fr/FrenchAnalyzer.java | 11 ++++++----- .../apache/lucene/analysis/fr/FrenchStemFilter.java | 11 ++++++----- .../org/apache/lucene/analysis/fr/FrenchStemmer.java | 11 ++++++----- .../org/apache/lucene/analysis/nl/DutchAnalyzer.java | 11 ++++++----- .../apache/lucene/analysis/nl/DutchStemFilter.java | 11 ++++++----- .../org/apache/lucene/analysis/nl/DutchStemmer.java | 11 ++++++----- .../org/apache/lucene/analysis/nl/WordlistLoader.java | 11 ++++++----- .../apache/lucene/analysis/ru/RussianAnalyzer.java | 11 ++++++----- .../apache/lucene/analysis/ru/RussianCharsets.java | 11 ++++++----- .../lucene/analysis/ru/RussianLetterTokenizer.java | 11 ++++++----- .../lucene/analysis/ru/RussianLowerCaseFilter.java | 11 ++++++----- .../apache/lucene/analysis/ru/RussianStemFilter.java | 11 ++++++----- .../org/apache/lucene/analysis/ru/RussianStemmer.java | 11 ++++++----- .../lucene/analysis/cn/TestChineseTokenizer.java | 11 ++++++----- .../lucene/analysis/de/TestGermanStemFilter.java | 11 ++++++----- .../lucene/analysis/ru/TestRussianAnalyzer.java | 11 ++++++----- .../apache/lucene/analysis/ru/TestRussianStem.java | 11 ++++++----- .../apache/lucene/analysis/th/TestThaiAnalyzer.java | 11 ++++++----- .../lucene/ant/ConfigurableDocumentHandler.java | 11 ++++++----- .../java/org/apache/lucene/ant/DocumentHandler.java | 11 ++++++----- .../apache/lucene/ant/DocumentHandlerException.java | 11 ++++++----- .../lucene/ant/FileExtensionDocumentHandler.java | 11 ++++++----- .../src/java/org/apache/lucene/ant/HtmlDocument.java | 11 ++++++----- .../ant/src/java/org/apache/lucene/ant/IndexTask.java | 11 ++++++----- .../src/java/org/apache/lucene/ant/TextDocument.java | 11 ++++++----- .../test/org/apache/lucene/ant/DocumentTestCase.java | 11 ++++++----- .../test/org/apache/lucene/ant/HtmlDocumentTest.java | 11 ++++++----- .../src/test/org/apache/lucene/ant/IndexTaskTest.java | 11 ++++++----- .../test/org/apache/lucene/ant/TextDocumentTest.java | 11 ++++++----- .../src/java/org/apache/lucene/store/je/Block.java | 11 ++++++----- .../src/java/org/apache/lucene/store/je/File.java | 11 ++++++----- .../java/org/apache/lucene/store/je/JEDirectory.java | 11 ++++++----- .../java/org/apache/lucene/store/je/JEIndexInput.java | 11 ++++++----- .../org/apache/lucene/store/je/JEIndexOutput.java | 11 ++++++----- .../src/java/org/apache/lucene/store/je/JELock.java | 11 ++++++----- .../test/org/apache/lucene/store/je/JEStoreTest.java | 11 ++++++----- .../src/java/com/sleepycat/db/DbHandleExtractor.java | 11 ++++++----- .../src/java/org/apache/lucene/store/db/Block.java | 11 ++++++----- .../java/org/apache/lucene/store/db/DbDirectory.java | 11 ++++++----- .../java/org/apache/lucene/store/db/DbIndexInput.java | 11 ++++++----- .../org/apache/lucene/store/db/DbIndexOutput.java | 11 ++++++----- .../src/java/org/apache/lucene/store/db/DbLock.java | 11 ++++++----- .../bdb/src/java/org/apache/lucene/store/db/File.java | 11 ++++++----- .../test/org/apache/lucene/store/db/DbStoreTest.java | 11 ++++++----- .../org/apache/lucene/gdata/data/ServerBaseEntry.java | 11 ++++++----- .../org/apache/lucene/gdata/data/ServerBaseFeed.java | 11 ++++++----- .../org/apache/lucene/gdata/search/GDataSearcher.java | 11 ++++++----- .../apache/lucene/gdata/search/SearchComponent.java | 11 ++++++----- .../lucene/gdata/search/StandardGdataSearcher.java | 11 ++++++----- .../lucene/gdata/search/analysis/ContentStrategy.java | 11 ++++++----- .../lucene/gdata/search/analysis/DomIndexable.java | 11 ++++++----- .../gdata/search/analysis/GdataCategoryStrategy.java | 11 ++++++----- .../gdata/search/analysis/GdataDateStrategy.java | 11 ++++++----- .../lucene/gdata/search/analysis/HTMLStrategy.java | 11 ++++++----- .../lucene/gdata/search/analysis/Indexable.java | 11 ++++++----- .../lucene/gdata/search/analysis/KeywordStrategy.java | 11 ++++++----- .../gdata/search/analysis/MixedContentStrategy.java | 11 ++++++----- .../gdata/search/analysis/NotIndexableException.java | 11 ++++++----- .../gdata/search/analysis/PlainTextStrategy.java | 11 ++++++----- .../lucene/gdata/search/analysis/XHtmlStrategy.java | 11 ++++++----- .../lucene/gdata/search/config/IndexSchema.java | 11 ++++++----- .../lucene/gdata/search/config/IndexSchemaField.java | 11 ++++++----- .../lucene/gdata/search/index/GDataIndexDocument.java | 11 ++++++----- .../lucene/gdata/search/index/GDataIndexWriter.java | 11 ++++++----- .../lucene/gdata/search/index/GDataIndexer.java | 11 ++++++----- .../gdata/search/index/GdataIndexerException.java | 11 ++++++----- .../apache/lucene/gdata/search/index/IndexAction.java | 11 ++++++----- .../lucene/gdata/search/index/IndexController.java | 11 ++++++----- .../gdata/search/index/IndexDocumentBuilder.java | 11 ++++++----- .../gdata/search/index/IndexDocumentBuilderTask.java | 11 ++++++----- .../gdata/search/index/IndexFeedDeleteTask.java | 11 ++++++----- .../lucene/gdata/search/index/IndexLogReader.java | 11 ++++++----- .../lucene/gdata/search/index/IndexLogWriter.java | 11 ++++++----- .../apache/lucene/gdata/search/index/IndexTask.java | 11 ++++++----- .../lucene/gdata/search/index/TimedIndexTask.java | 11 ++++++----- .../lucene/gdata/search/query/GDataQueryParser.java | 11 ++++++----- .../lucene/gdata/search/query/QueryTranslator.java | 11 ++++++----- .../lucene/gdata/server/GDataSearchService.java | 11 ++++++----- .../org/apache/lucene/gdata/server/GDataService.java | 11 ++++++----- .../apache/lucene/gdata/server/ServiceFactory.java | 11 ++++++----- .../authentication/AuthenticationController.java | 11 ++++++----- .../authentication/AuthenticationException.java | 11 ++++++----- .../server/authentication/AuthenticatorException.java | 11 ++++++----- .../BlowfishAuthenticationController.java | 11 ++++++----- .../server/authentication/GDataHttpAuthenticator.java | 11 ++++++----- .../lucene/gdata/server/registry/Component.java | 11 ++++++----- .../gdata/server/registry/EntryEventListener.java | 11 ++++++----- .../gdata/server/registry/EntryEventMediator.java | 11 ++++++----- .../gdata/server/registry/GDataRequestListener.java | 11 ++++++----- .../gdata/server/registry/GDataServerRegistry.java | 11 ++++++----- .../server/registry/RegistryContextListener.java | 11 ++++++----- .../apache/lucene/gdata/server/registry/Scope.java | 11 ++++++----- .../lucene/gdata/server/registry/ScopeVisitable.java | 11 ++++++----- .../lucene/gdata/server/registry/ScopeVisitor.java | 11 ++++++----- .../lucene/gdata/server/registry/ServerComponent.java | 11 ++++++----- .../lucene/gdata/server/registry/SuperType.java | 11 ++++++----- .../configuration/ComponentConfiguration.java | 11 ++++++----- .../registry/configuration/InjectionException.java | 11 ++++++----- .../registry/configuration/PropertyInjector.java | 11 ++++++----- .../server/registry/configuration/Requiered.java | 11 ++++++----- .../gdata/servlet/AccountAdministrationServlet.java | 11 ++++++----- .../lucene/gdata/servlet/AuthenticationServlet.java | 11 ++++++----- .../gdata/servlet/FeedAdministrationServlet.java | 11 ++++++----- .../gdata/servlet/RequestControllerServlet.java | 11 ++++++----- .../gdata/servlet/handler/AbstractAccountHandler.java | 11 ++++++----- .../gdata/servlet/handler/AbstractFeedHandler.java | 11 ++++++----- .../servlet/handler/AbstractGdataRequestHandler.java | 11 ++++++----- .../gdata/servlet/handler/AuthenticationHandler.java | 11 ++++++----- .../gdata/servlet/handler/DefaultDeleteHandler.java | 11 ++++++----- .../gdata/servlet/handler/DefaultGetHandler.java | 11 ++++++----- .../gdata/servlet/handler/DefaultInsertHandler.java | 11 ++++++----- .../servlet/handler/DefaultRequestHandlerFactory.java | 11 ++++++----- .../gdata/servlet/handler/DefaultUpdateHandler.java | 11 ++++++----- .../gdata/servlet/handler/DeleteAccountStrategy.java | 11 ++++++----- .../gdata/servlet/handler/DeleteFeedHandler.java | 11 ++++++----- .../gdata/servlet/handler/InsertAccountStrategy.java | 11 ++++++----- .../gdata/servlet/handler/InsertFeedHandler.java | 11 ++++++----- .../gdata/servlet/handler/RequestAuthenticator.java | 11 ++++++----- .../gdata/servlet/handler/RequestHandlerFactory.java | 11 ++++++----- .../gdata/servlet/handler/UpdateAccountStrategy.java | 11 ++++++----- .../gdata/servlet/handler/UpdateFeedHandler.java | 11 ++++++----- .../gdata/storage/ModificationConflictException.java | 11 ++++++----- .../gdata/storage/ResourceNotFoundException.java | 11 ++++++----- .../lucene/gdata/storage/StorageController.java | 11 ++++++----- .../lucene/gdata/storage/db4o/DB4oController.java | 11 ++++++----- .../apache/lucene/gdata/storage/db4o/DB4oStorage.java | 11 ++++++----- .../gdata/storage/db4o/ObjectServerDecorator.java | 11 ++++++----- .../storage/lucenestorage/ConcurrentStorageLock.java | 11 ++++++----- .../SingleHostConcurrentStorageLock.java | 11 ++++++----- .../storage/lucenestorage/StorageCoreController.java | 11 ++++++----- .../storage/lucenestorage/StorageFeedWrapper.java | 11 ++++++----- .../storage/lucenestorage/StorageImplementation.java | 11 ++++++----- .../gdata/storage/lucenestorage/StorageModifier.java | 11 ++++++----- .../gdata/storage/lucenestorage/StorageWrapper.java | 11 ++++++----- .../lucenestorage/recover/RecoverController.java | 11 ++++++----- .../lucenestorage/recover/RecoverException.java | 11 ++++++----- .../storage/lucenestorage/recover/RecoverReader.java | 11 ++++++----- .../storage/lucenestorage/recover/RecoverWriter.java | 11 ++++++----- .../org/apache/lucene/gdata/utils/DateFormater.java | 11 ++++++----- .../src/java/org/apache/lucene/gdata/utils/Pool.java | 11 ++++++----- .../apache/lucene/gdata/utils/PoolObjectFactory.java | 11 ++++++----- .../apache/lucene/gdata/utils/ReflectionUtils.java | 11 ++++++----- .../apache/lucene/gdata/utils/SimpleObjectPool.java | 11 ++++++----- .../lucene/gdata/utils/SimpleSaxErrorHandler.java | 11 ++++++----- .../lucene/gdata/search/analysis/IndexableStub.java | 11 ++++++----- .../gdata/search/analysis/TestContentStrategy.java | 11 ++++++----- .../gdata/search/analysis/TestDomIndexable.java | 11 ++++++----- .../search/analysis/TestGdataCategoryStrategy.java | 11 ++++++----- .../gdata/search/analysis/TestGdataDateStrategy.java | 11 ++++++----- .../gdata/search/analysis/TestHTMLStrategy.java | 11 ++++++----- .../gdata/search/analysis/TestKeywordStrategy.java | 11 ++++++----- .../gdata/search/analysis/TestMixedStrategy.java | 11 ++++++----- .../gdata/search/analysis/TestPlainTextStrategy.java | 11 ++++++----- .../apache/lucene/gdata/search/index/FutureStub.java | 11 ++++++----- .../lucene/gdata/search/index/IndexDocumentStub.java | 11 ++++++----- .../gdata/search/index/IndexEventListenerStub.java | 11 ++++++----- .../gdata/search/index/TestGdataIndexWriter.java | 11 ++++++----- .../lucene/gdata/search/index/TestGdataIndexer.java | 11 ++++++----- .../gdata/search/index/TestIndexController.java | 11 ++++++----- .../TestBlowfishAuthenticationController.java | 11 ++++++----- .../gdata/server/registry/TestFeedRegistry.java | 11 ++++++----- .../servlet/handler/TestAbstractFeedHandler.java | 11 ++++++----- .../lucenestorage/StorageCoreControllerStub.java | 11 ++++++----- .../storage/lucenestorage/StorageModifierStub.java | 11 ++++++----- .../gdata/storage/lucenestorage/StorageQueryStub.java | 11 ++++++----- .../gdata/utils/AuthenticationContorllerStub.java | 11 ++++++----- .../lucene/gdata/utils/MultiThreadEntryStub.java | 11 ++++++----- .../lucene/gdata/utils/ProvidedServiceStub.java | 11 ++++++----- .../apache/lucene/gdata/utils/ServiceFactoryStub.java | 11 ++++++----- .../lucene/gdata/utils/StorageControllerStub.java | 11 ++++++----- .../org/apache/lucene/gdata/utils/StorageStub.java | 11 ++++++----- .../org/apache/lucene/search/highlight/Formatter.java | 11 ++++++----- .../apache/lucene/search/highlight/Fragmenter.java | 11 ++++++----- .../lucene/search/highlight/GradientFormatter.java | 11 ++++++----- .../apache/lucene/search/highlight/Highlighter.java | 11 ++++++----- .../lucene/search/highlight/NullFragmenter.java | 11 ++++++----- .../apache/lucene/search/highlight/QueryScorer.java | 11 ++++++----- .../lucene/search/highlight/QueryTermExtractor.java | 11 ++++++----- .../org/apache/lucene/search/highlight/Scorer.java | 11 ++++++----- .../lucene/search/highlight/SimpleFragmenter.java | 11 ++++++----- .../lucene/search/highlight/SimpleHTMLFormatter.java | 11 ++++++----- .../search/highlight/SpanGradientFormatter.java | 11 ++++++----- .../apache/lucene/search/highlight/TextFragment.java | 11 ++++++----- .../apache/lucene/search/highlight/TokenGroup.java | 11 ++++++----- .../apache/lucene/search/highlight/WeightedTerm.java | 11 ++++++----- .../lucene/search/highlight/HighlighterTest.java | 11 ++++++----- .../org/apache/lucene/index/memory/AnalyzerUtil.java | 11 ++++++----- .../org/apache/lucene/index/memory/MemoryIndex.java | 11 ++++++----- .../apache/lucene/index/memory/PatternAnalyzer.java | 11 ++++++----- .../org/apache/lucene/index/memory/SynonymMap.java | 11 ++++++----- .../lucene/index/memory/SynonymTokenFilter.java | 11 ++++++----- .../apache/lucene/index/memory/MemoryIndexTest.java | 11 ++++++----- .../lucene/index/memory/PatternAnalyzerTest.java | 11 ++++++----- .../org/apache/lucene/misc/SweetSpotSimilarity.java | 11 ++++++----- .../queryParser/analyzing/AnalyzingQueryParser.java | 11 ++++++----- .../lucene/queryParser/precedence/FastCharStream.java | 11 ++++++----- .../queryParser/precedence/PrecedenceQueryParser.jj | 11 ++++++----- .../org/apache/lucene/misc/ChainedFilterTest.java | 11 ++++++----- .../apache/lucene/misc/SweetSpotSimilarityTest.java | 11 ++++++----- .../apache/lucene/misc/TestLengthNormModifier.java | 11 ++++++----- .../analyzing/TestAnalyzingQueryParser.java | 11 ++++++----- .../precedence/TestPrecedenceQueryParser.java | 11 ++++++----- .../search/regex/JakartaRegexpCapabilities.java | 11 ++++++----- .../search/regex/JavaUtilRegexCapabilities.java | 11 ++++++----- .../apache/lucene/search/regex/RegexCapabilities.java | 11 ++++++----- .../org/apache/lucene/search/regex/RegexQuery.java | 11 ++++++----- .../apache/lucene/search/regex/RegexQueryCapable.java | 11 ++++++----- .../org/apache/lucene/search/regex/RegexTermEnum.java | 11 ++++++----- .../apache/lucene/search/regex/SpanRegexQuery.java | 11 ++++++----- .../src/java/org/apache/regexp/RegexpTunnel.java | 11 ++++++----- .../apache/lucene/search/regex/TestRegexQuery.java | 11 ++++++----- .../apache/lucene/search/similar/MoreLikeThis.java | 11 ++++++----- .../lucene/search/similar/SimilarityQueries.java | 11 ++++++----- contrib/snowball/LICENSE.txt | 11 ++++++----- .../lucene/analysis/snowball/SnowballAnalyzer.java | 11 ++++++----- .../lucene/analysis/snowball/SnowballFilter.java | 11 ++++++----- .../org/apache/lucene/search/spell/Dictionary.java | 11 ++++++----- .../apache/lucene/search/spell/LuceneDictionary.java | 11 ++++++----- .../lucene/search/spell/PlainTextDictionary.java | 11 ++++++----- .../org/apache/lucene/search/spell/SpellChecker.java | 11 ++++++----- .../org/apache/lucene/search/spell/SuggestWord.java | 11 ++++++----- .../apache/lucene/search/spell/SuggestWordQueue.java | 11 ++++++----- .../apache/lucene/search/spell/TRStringDistance.java | 11 ++++++----- .../queryParser/surround/parser/FastCharStream.java | 11 ++++++----- .../lucene/queryParser/surround/parser/QueryParser.jj | 11 ++++++----- .../lucene/queryParser/surround/query/AndQuery.java | 11 ++++++----- .../queryParser/surround/query/BasicQueryFactory.java | 11 ++++++----- .../queryParser/surround/query/ComposedQuery.java | 11 ++++++----- .../queryParser/surround/query/DistanceQuery.java | 11 ++++++----- .../queryParser/surround/query/DistanceSubQuery.java | 11 ++++++----- .../queryParser/surround/query/FieldsQuery.java | 11 ++++++----- .../lucene/queryParser/surround/query/NotQuery.java | 11 ++++++----- .../lucene/queryParser/surround/query/OrQuery.java | 11 ++++++----- .../lucene/queryParser/surround/query/SimpleTerm.java | 11 ++++++----- .../surround/query/SpanNearClauseFactory.java | 11 ++++++----- .../queryParser/surround/query/SrndBooleanQuery.java | 11 ++++++----- .../queryParser/surround/query/SrndPrefixQuery.java | 11 ++++++----- .../lucene/queryParser/surround/query/SrndQuery.java | 11 ++++++----- .../queryParser/surround/query/SrndTermQuery.java | 11 ++++++----- .../queryParser/surround/query/SrndTruncQuery.java | 11 ++++++----- .../surround/query/TooManyBasicQueries.java | 11 ++++++----- docs/benchmarks.html | 10 ++++++---- docs/contributions.html | 10 ++++++---- docs/demo.html | 10 ++++++---- docs/demo2.html | 10 ++++++---- docs/demo3.html | 10 ++++++---- docs/demo4.html | 10 ++++++---- docs/features.html | 10 ++++++---- docs/fileformats.html | 10 ++++++---- docs/gettingstarted.html | 10 ++++++---- docs/index.html | 10 ++++++---- docs/lucene-sandbox/index.html | 10 ++++++---- docs/mailinglists.html | 10 ++++++---- docs/queryparsersyntax.html | 10 ++++++---- docs/resources.html | 10 ++++++---- docs/scoring.html | 10 ++++++---- docs/systemproperties.html | 10 ++++++---- docs/whoweare.html | 10 ++++++---- src/demo/org/apache/lucene/demo/DeleteFiles.java | 11 ++++++----- src/demo/org/apache/lucene/demo/FileDocument.java | 11 ++++++----- src/demo/org/apache/lucene/demo/HTMLDocument.java | 11 ++++++----- src/demo/org/apache/lucene/demo/IndexFiles.java | 11 ++++++----- src/demo/org/apache/lucene/demo/IndexHTML.java | 11 ++++++----- src/demo/org/apache/lucene/demo/SearchFiles.java | 11 ++++++----- src/demo/org/apache/lucene/demo/html/Entities.java | 11 ++++++----- src/demo/org/apache/lucene/demo/html/HTMLParser.jj | 11 ++++++----- .../org/apache/lucene/demo/html/ParserThread.java | 11 ++++++----- src/demo/org/apache/lucene/demo/html/Tags.java | 11 ++++++----- src/demo/org/apache/lucene/demo/html/Test.java | 11 ++++++----- src/gcj/org/apache/lucene/index/GCJSegmentReader.java | 11 ++++++----- src/gcj/org/apache/lucene/index/GCJTermDocs.java | 11 ++++++----- src/gcj/org/apache/lucene/store/GCJDirectory.java | 11 ++++++----- src/gcj/org/apache/lucene/store/GCJIndexInput.java | 11 ++++++----- src/java/org/apache/lucene/LucenePackage.java | 11 ++++++----- src/java/org/apache/lucene/analysis/Analyzer.java | 11 ++++++----- .../org/apache/lucene/analysis/CharTokenizer.java | 11 ++++++----- .../apache/lucene/analysis/ISOLatin1AccentFilter.java | 11 ++++++----- .../org/apache/lucene/analysis/KeywordAnalyzer.java | 11 ++++++----- .../org/apache/lucene/analysis/KeywordTokenizer.java | 11 ++++++----- src/java/org/apache/lucene/analysis/LengthFilter.java | 11 ++++++----- .../org/apache/lucene/analysis/LetterTokenizer.java | 11 ++++++----- .../org/apache/lucene/analysis/LowerCaseFilter.java | 11 ++++++----- .../apache/lucene/analysis/LowerCaseTokenizer.java | 11 ++++++----- .../lucene/analysis/PerFieldAnalyzerWrapper.java | 11 ++++++----- .../org/apache/lucene/analysis/PorterStemFilter.java | 11 ++++++----- .../org/apache/lucene/analysis/PorterStemmer.java | 11 ++++++----- .../org/apache/lucene/analysis/SimpleAnalyzer.java | 11 ++++++----- src/java/org/apache/lucene/analysis/StopAnalyzer.java | 11 ++++++----- src/java/org/apache/lucene/analysis/StopFilter.java | 11 ++++++----- src/java/org/apache/lucene/analysis/Token.java | 11 ++++++----- src/java/org/apache/lucene/analysis/TokenFilter.java | 11 ++++++----- src/java/org/apache/lucene/analysis/TokenStream.java | 11 ++++++----- src/java/org/apache/lucene/analysis/Tokenizer.java | 11 ++++++----- .../apache/lucene/analysis/WhitespaceAnalyzer.java | 11 ++++++----- .../apache/lucene/analysis/WhitespaceTokenizer.java | 11 ++++++----- .../org/apache/lucene/analysis/WordlistLoader.java | 11 ++++++----- .../lucene/analysis/standard/FastCharStream.java | 11 ++++++----- .../lucene/analysis/standard/StandardAnalyzer.java | 11 ++++++----- .../lucene/analysis/standard/StandardFilter.java | 11 ++++++----- .../lucene/analysis/standard/StandardTokenizer.jj | 11 ++++++----- src/java/org/apache/lucene/document/DateField.java | 11 ++++++----- src/java/org/apache/lucene/document/DateTools.java | 11 ++++++----- src/java/org/apache/lucene/document/Document.java | 11 ++++++----- src/java/org/apache/lucene/document/Field.java | 11 ++++++----- src/java/org/apache/lucene/document/NumberTools.java | 11 ++++++----- .../org/apache/lucene/index/CompoundFileReader.java | 11 ++++++----- .../org/apache/lucene/index/CompoundFileWriter.java | 11 ++++++----- src/java/org/apache/lucene/index/DocumentWriter.java | 11 ++++++----- src/java/org/apache/lucene/index/FieldInfo.java | 11 ++++++----- src/java/org/apache/lucene/index/FieldInfos.java | 11 ++++++----- src/java/org/apache/lucene/index/FieldsReader.java | 11 ++++++----- .../org/apache/lucene/index/FilterIndexReader.java | 11 ++++++----- .../org/apache/lucene/index/IndexFileNameFilter.java | 11 ++++++----- src/java/org/apache/lucene/index/IndexFileNames.java | 11 ++++++----- src/java/org/apache/lucene/index/IndexModifier.java | 11 ++++++----- src/java/org/apache/lucene/index/IndexReader.java | 11 ++++++----- src/java/org/apache/lucene/index/IndexWriter.java | 11 ++++++----- src/java/org/apache/lucene/index/MultiReader.java | 11 ++++++----- .../apache/lucene/index/MultipleTermPositions.java | 11 ++++++----- src/java/org/apache/lucene/index/ParallelReader.java | 11 ++++++----- src/java/org/apache/lucene/index/SegmentInfo.java | 11 ++++++----- src/java/org/apache/lucene/index/SegmentInfos.java | 11 ++++++----- .../org/apache/lucene/index/SegmentMergeInfo.java | 11 ++++++----- .../org/apache/lucene/index/SegmentMergeQueue.java | 11 ++++++----- src/java/org/apache/lucene/index/SegmentMerger.java | 11 ++++++----- src/java/org/apache/lucene/index/SegmentReader.java | 11 ++++++----- src/java/org/apache/lucene/index/SegmentTermDocs.java | 11 ++++++----- src/java/org/apache/lucene/index/SegmentTermEnum.java | 11 ++++++----- .../lucene/index/SegmentTermPositionVector.java | 11 ++++++----- .../org/apache/lucene/index/SegmentTermPositions.java | 11 ++++++----- .../org/apache/lucene/index/SegmentTermVector.java | 11 ++++++----- src/java/org/apache/lucene/index/Term.java | 11 ++++++----- src/java/org/apache/lucene/index/TermBuffer.java | 11 ++++++----- src/java/org/apache/lucene/index/TermDocs.java | 11 ++++++----- src/java/org/apache/lucene/index/TermEnum.java | 11 ++++++----- src/java/org/apache/lucene/index/TermFreqVector.java | 11 ++++++----- src/java/org/apache/lucene/index/TermInfo.java | 11 ++++++----- src/java/org/apache/lucene/index/TermInfosReader.java | 11 ++++++----- src/java/org/apache/lucene/index/TermInfosWriter.java | 11 ++++++----- .../org/apache/lucene/index/TermPositionVector.java | 11 ++++++----- src/java/org/apache/lucene/index/TermPositions.java | 11 ++++++----- .../org/apache/lucene/index/TermVectorOffsetInfo.java | 11 ++++++----- .../org/apache/lucene/index/TermVectorsReader.java | 11 ++++++----- .../org/apache/lucene/index/TermVectorsWriter.java | 11 ++++++----- .../org/apache/lucene/queryParser/FastCharStream.java | 11 ++++++----- .../lucene/queryParser/MultiFieldQueryParser.java | 11 ++++++----- src/java/org/apache/lucene/queryParser/QueryParser.jj | 11 ++++++----- src/java/org/apache/lucene/search/BooleanClause.java | 11 ++++++----- src/java/org/apache/lucene/search/BooleanQuery.java | 11 ++++++----- src/java/org/apache/lucene/search/BooleanScorer.java | 11 ++++++----- src/java/org/apache/lucene/search/BooleanScorer2.java | 11 ++++++----- .../apache/lucene/search/CachingWrapperFilter.java | 11 ++++++----- .../org/apache/lucene/search/ComplexExplanation.java | 11 ++++++----- .../org/apache/lucene/search/ConjunctionScorer.java | 11 ++++++----- .../org/apache/lucene/search/ConstantScoreQuery.java | 11 ++++++----- .../apache/lucene/search/ConstantScoreRangeQuery.java | 11 ++++++----- .../org/apache/lucene/search/DefaultSimilarity.java | 11 ++++++----- .../apache/lucene/search/DisjunctionSumScorer.java | 11 ++++++----- .../org/apache/lucene/search/ExactPhraseScorer.java | 11 ++++++----- src/java/org/apache/lucene/search/Explanation.java | 11 ++++++----- src/java/org/apache/lucene/search/FieldCache.java | 11 ++++++----- src/java/org/apache/lucene/search/FieldCacheImpl.java | 11 ++++++----- src/java/org/apache/lucene/search/FieldDoc.java | 11 ++++++----- .../apache/lucene/search/FieldDocSortedHitQueue.java | 11 ++++++----- .../org/apache/lucene/search/FieldSortedHitQueue.java | 11 ++++++----- src/java/org/apache/lucene/search/Filter.java | 11 ++++++----- src/java/org/apache/lucene/search/FilteredQuery.java | 11 ++++++----- .../org/apache/lucene/search/FilteredTermEnum.java | 11 ++++++----- src/java/org/apache/lucene/search/FuzzyQuery.java | 11 ++++++----- src/java/org/apache/lucene/search/FuzzyTermEnum.java | 11 ++++++----- src/java/org/apache/lucene/search/Hit.java | 11 ++++++----- src/java/org/apache/lucene/search/HitCollector.java | 11 ++++++----- src/java/org/apache/lucene/search/HitIterator.java | 11 ++++++----- src/java/org/apache/lucene/search/HitQueue.java | 11 ++++++----- src/java/org/apache/lucene/search/Hits.java | 11 ++++++----- src/java/org/apache/lucene/search/IndexSearcher.java | 11 ++++++----- .../org/apache/lucene/search/MatchAllDocsQuery.java | 11 ++++++----- .../org/apache/lucene/search/MultiPhraseQuery.java | 11 ++++++----- src/java/org/apache/lucene/search/MultiSearcher.java | 11 ++++++----- src/java/org/apache/lucene/search/MultiTermQuery.java | 11 ++++++----- .../org/apache/lucene/search/NonMatchingScorer.java | 11 ++++++----- .../apache/lucene/search/ParallelMultiSearcher.java | 11 ++++++----- .../org/apache/lucene/search/PhrasePositions.java | 11 ++++++----- src/java/org/apache/lucene/search/PhraseQuery.java | 11 ++++++----- src/java/org/apache/lucene/search/PhraseQueue.java | 11 ++++++----- src/java/org/apache/lucene/search/PhraseScorer.java | 11 ++++++----- src/java/org/apache/lucene/search/PrefixQuery.java | 11 ++++++----- src/java/org/apache/lucene/search/Query.java | 11 ++++++----- src/java/org/apache/lucene/search/QueryFilter.java | 11 ++++++----- .../org/apache/lucene/search/QueryTermVector.java | 11 ++++++----- src/java/org/apache/lucene/search/RangeFilter.java | 11 ++++++----- src/java/org/apache/lucene/search/RangeQuery.java | 11 ++++++----- .../org/apache/lucene/search/RemoteSearchable.java | 11 ++++++----- src/java/org/apache/lucene/search/ReqExclScorer.java | 11 ++++++----- .../org/apache/lucene/search/ReqOptSumScorer.java | 11 ++++++----- src/java/org/apache/lucene/search/ScoreDoc.java | 11 ++++++----- .../org/apache/lucene/search/ScoreDocComparator.java | 11 ++++++----- src/java/org/apache/lucene/search/Scorer.java | 11 ++++++----- src/java/org/apache/lucene/search/Searchable.java | 11 ++++++----- src/java/org/apache/lucene/search/Searcher.java | 11 ++++++----- src/java/org/apache/lucene/search/Similarity.java | 11 ++++++----- .../org/apache/lucene/search/SimilarityDelegator.java | 11 ++++++----- .../org/apache/lucene/search/SloppyPhraseScorer.java | 11 ++++++----- src/java/org/apache/lucene/search/Sort.java | 11 ++++++----- src/java/org/apache/lucene/search/SortField.java | 11 ++++++----- src/java/org/apache/lucene/search/TermQuery.java | 11 ++++++----- src/java/org/apache/lucene/search/TermScorer.java | 11 ++++++----- .../org/apache/lucene/search/TopDocCollector.java | 11 ++++++----- src/java/org/apache/lucene/search/TopDocs.java | 11 ++++++----- .../apache/lucene/search/TopFieldDocCollector.java | 11 ++++++----- src/java/org/apache/lucene/search/TopFieldDocs.java | 11 ++++++----- src/java/org/apache/lucene/search/Weight.java | 11 ++++++----- src/java/org/apache/lucene/search/WildcardQuery.java | 11 ++++++----- .../org/apache/lucene/search/WildcardTermEnum.java | 11 ++++++----- .../apache/lucene/search/spans/NearSpansOrdered.java | 11 ++++++----- .../lucene/search/spans/NearSpansUnordered.java | 11 ++++++----- .../apache/lucene/search/spans/SpanFirstQuery.java | 11 ++++++----- .../org/apache/lucene/search/spans/SpanNearQuery.java | 11 ++++++----- .../org/apache/lucene/search/spans/SpanNotQuery.java | 11 ++++++----- .../org/apache/lucene/search/spans/SpanOrQuery.java | 11 ++++++----- .../org/apache/lucene/search/spans/SpanQuery.java | 11 ++++++----- .../org/apache/lucene/search/spans/SpanScorer.java | 11 ++++++----- .../org/apache/lucene/search/spans/SpanTermQuery.java | 11 ++++++----- .../org/apache/lucene/search/spans/SpanWeight.java | 11 ++++++----- src/java/org/apache/lucene/search/spans/Spans.java | 11 ++++++----- .../org/apache/lucene/store/BufferedIndexInput.java | 11 ++++++----- .../org/apache/lucene/store/BufferedIndexOutput.java | 11 ++++++----- src/java/org/apache/lucene/store/Directory.java | 11 ++++++----- src/java/org/apache/lucene/store/FSDirectory.java | 11 ++++++----- src/java/org/apache/lucene/store/IndexInput.java | 11 ++++++----- src/java/org/apache/lucene/store/IndexOutput.java | 11 ++++++----- src/java/org/apache/lucene/store/Lock.java | 11 ++++++----- src/java/org/apache/lucene/store/LockFactory.java | 11 ++++++----- src/java/org/apache/lucene/store/MMapDirectory.java | 11 ++++++----- .../org/apache/lucene/store/NativeFSLockFactory.java | 11 ++++++----- src/java/org/apache/lucene/store/NoLockFactory.java | 11 ++++++----- src/java/org/apache/lucene/store/RAMDirectory.java | 11 ++++++----- src/java/org/apache/lucene/store/RAMFile.java | 11 ++++++----- src/java/org/apache/lucene/store/RAMInputStream.java | 11 ++++++----- src/java/org/apache/lucene/store/RAMOutputStream.java | 11 ++++++----- .../org/apache/lucene/store/SimpleFSLockFactory.java | 11 ++++++----- .../lucene/store/SingleInstanceLockFactory.java | 11 ++++++----- src/java/org/apache/lucene/util/BitVector.java | 11 ++++++----- src/java/org/apache/lucene/util/Constants.java | 11 ++++++----- src/java/org/apache/lucene/util/Parameter.java | 11 ++++++----- src/java/org/apache/lucene/util/PriorityQueue.java | 11 ++++++----- src/java/org/apache/lucene/util/ScorerDocQueue.java | 11 ++++++----- src/java/org/apache/lucene/util/StringHelper.java | 11 ++++++----- src/java/org/apache/lucene/util/ToStringUtils.java | 11 ++++++----- src/test/org/apache/lucene/AnalysisTest.java | 11 ++++++----- src/test/org/apache/lucene/IndexTest.java | 11 ++++++----- src/test/org/apache/lucene/SearchTest.java | 11 ++++++----- .../org/apache/lucene/SearchTestForDuplicates.java | 11 ++++++----- src/test/org/apache/lucene/StoreTest.java | 11 ++++++----- src/test/org/apache/lucene/TestDemo.java | 11 ++++++----- src/test/org/apache/lucene/TestSearch.java | 11 ++++++----- .../org/apache/lucene/TestSearchForDuplicates.java | 11 ++++++----- src/test/org/apache/lucene/ThreadSafetyTest.java | 11 ++++++----- .../org/apache/lucene/analysis/TestAnalyzers.java | 11 ++++++----- .../apache/lucene/analysis/TestKeywordAnalyzer.java | 11 ++++++----- .../org/apache/lucene/analysis/TestLengthFilter.java | 11 ++++++----- .../lucene/analysis/TestPerFieldAnalzyerWrapper.java | 11 ++++++----- .../org/apache/lucene/analysis/TestStopAnalyzer.java | 11 ++++++----- .../apache/lucene/document/TestBinaryDocument.java | 11 ++++++----- .../org/apache/lucene/document/TestDateTools.java | 11 ++++++----- src/test/org/apache/lucene/document/TestDocument.java | 11 ++++++----- .../org/apache/lucene/document/TestNumberTools.java | 11 ++++++----- src/test/org/apache/lucene/index/DocHelper.java | 11 ++++++----- src/test/org/apache/lucene/index/MockIndexInput.java | 11 ++++++----- .../org/apache/lucene/index/TestCompoundFile.java | 11 ++++++----- src/test/org/apache/lucene/index/TestDoc.java | 11 ++++++----- .../org/apache/lucene/index/TestDocumentWriter.java | 11 ++++++----- .../org/apache/lucene/index/TestFieldsReader.java | 11 ++++++----- .../apache/lucene/index/TestFilterIndexReader.java | 11 ++++++----- src/test/org/apache/lucene/index/TestIndexInput.java | 11 ++++++----- .../org/apache/lucene/index/TestIndexModifier.java | 11 ++++++----- src/test/org/apache/lucene/index/TestIndexReader.java | 11 ++++++----- src/test/org/apache/lucene/index/TestLazyBug.java | 11 ++++++----- .../org/apache/lucene/index/TestLazyProxSkipping.java | 11 ++++++----- src/test/org/apache/lucene/index/TestMultiReader.java | 11 ++++++----- .../org/apache/lucene/index/TestParallelReader.java | 11 ++++++----- .../org/apache/lucene/index/TestSegmentMerger.java | 11 ++++++----- .../org/apache/lucene/index/TestSegmentReader.java | 11 ++++++----- .../org/apache/lucene/index/TestSegmentTermDocs.java | 11 ++++++----- .../apache/lucene/index/TestTermVectorsWriter.java | 11 ++++++----- .../org/apache/lucene/index/TestWordlistLoader.java | 11 ++++++----- .../apache/lucene/index/store/TestRAMDirectory.java | 11 ++++++----- .../apache/lucene/queryParser/TestMultiAnalyzer.java | 11 ++++++----- .../lucene/queryParser/TestMultiFieldQueryParser.java | 11 ++++++----- .../apache/lucene/queryParser/TestQueryParser.java | 11 ++++++----- .../org/apache/lucene/search/BaseTestRangeFilter.java | 11 ++++++----- src/test/org/apache/lucene/search/CheckHits.java | 11 ++++++----- src/test/org/apache/lucene/search/MockFilter.java | 11 ++++++----- .../org/apache/lucene/search/SampleComparable.java | 11 ++++++----- .../org/apache/lucene/search/SingleDocTestFilter.java | 11 ++++++----- src/test/org/apache/lucene/search/TestBoolean2.java | 11 ++++++----- .../lucene/search/TestBooleanMinShouldMatch.java | 11 ++++++----- src/test/org/apache/lucene/search/TestBooleanOr.java | 11 ++++++----- .../apache/lucene/search/TestBooleanPrefixQuery.java | 11 ++++++----- .../org/apache/lucene/search/TestBooleanQuery.java | 11 ++++++----- .../org/apache/lucene/search/TestBooleanScorer.java | 11 ++++++----- .../lucene/search/TestCachingWrapperFilter.java | 11 ++++++----- .../apache/lucene/search/TestComplexExplanations.java | 11 ++++++----- .../search/TestComplexExplanationsOfNonMatches.java | 11 ++++++----- .../lucene/search/TestConstantScoreRangeQuery.java | 11 ++++++----- src/test/org/apache/lucene/search/TestDateFilter.java | 11 ++++++----- .../apache/lucene/search/TestDisjunctionMaxQuery.java | 11 ++++++----- src/test/org/apache/lucene/search/TestDocBoost.java | 11 ++++++----- .../org/apache/lucene/search/TestExplanations.java | 11 ++++++----- .../org/apache/lucene/search/TestFilteredQuery.java | 11 ++++++----- src/test/org/apache/lucene/search/TestFuzzyQuery.java | 11 ++++++----- .../apache/lucene/search/TestMatchAllDocsQuery.java | 11 ++++++----- .../apache/lucene/search/TestMultiPhraseQuery.java | 11 ++++++----- .../org/apache/lucene/search/TestMultiSearcher.java | 11 ++++++----- .../lucene/search/TestMultiSearcherRanking.java | 11 ++++++----- .../lucene/search/TestMultiThreadTermVectors.java | 11 ++++++----- src/test/org/apache/lucene/search/TestNot.java | 11 ++++++----- .../lucene/search/TestParallelMultiSearcher.java | 11 ++++++----- .../apache/lucene/search/TestPhrasePrefixQuery.java | 11 ++++++----- .../org/apache/lucene/search/TestPhraseQuery.java | 11 ++++++----- .../apache/lucene/search/TestPositionIncrement.java | 11 ++++++----- .../org/apache/lucene/search/TestPrefixFilter.java | 11 ++++++----- .../org/apache/lucene/search/TestPrefixQuery.java | 11 ++++++----- .../org/apache/lucene/search/TestQueryTermVector.java | 11 ++++++----- .../org/apache/lucene/search/TestRangeFilter.java | 11 ++++++----- .../apache/lucene/search/TestRemoteSearchable.java | 11 ++++++----- src/test/org/apache/lucene/search/TestScorerPerf.java | 11 ++++++----- src/test/org/apache/lucene/search/TestSetNorm.java | 11 ++++++----- src/test/org/apache/lucene/search/TestSimilarity.java | 11 ++++++----- .../apache/lucene/search/TestSimpleExplanations.java | 11 ++++++----- .../search/TestSimpleExplanationsOfNonMatches.java | 11 ++++++----- src/test/org/apache/lucene/search/TestSort.java | 11 ++++++----- .../org/apache/lucene/search/TestTermVectors.java | 11 ++++++----- src/test/org/apache/lucene/search/TestThreadSafe.java | 11 ++++++----- src/test/org/apache/lucene/search/TestWildcard.java | 11 ++++++----- .../org/apache/lucene/search/spans/TestBasics.java | 11 ++++++----- .../lucene/search/spans/TestNearSpansOrdered.java | 11 ++++++----- .../lucene/search/spans/TestSpanExplanations.java | 11 ++++++----- .../spans/TestSpanExplanationsOfNonMatches.java | 11 ++++++----- .../org/apache/lucene/search/spans/TestSpans.java | 11 ++++++----- .../apache/lucene/search/spans/TestSpansAdvanced.java | 11 ++++++----- .../lucene/search/spans/TestSpansAdvanced2.java | 11 ++++++----- src/test/org/apache/lucene/store/TestLockFactory.java | 11 ++++++----- src/test/org/apache/lucene/util/English.java | 11 ++++++----- src/test/org/apache/lucene/util/TestBitVector.java | 11 ++++++----- .../org/apache/lucene/util/TestPriorityQueue.java | 11 ++++++----- src/test/org/apache/lucene/util/TestStringHelper.java | 11 ++++++----- xdocs/stylesheets/site.vsl | 10 ++++++---- 561 files changed, 3366 insertions(+), 2784 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index 3cf0ece1673..4ab955c39fd 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -1,2 +1,6 @@ - This product includes software developed by - The Apache Software Foundation (http://www.apache.org/). +Apache Lucene +Copyright 2006 The Apache Software Foundation + +This product includes software developed by +The Apache Software Foundation (http://www.apache.org/). + diff --git a/contrib/analyzers/src/java/org/apache/lucene/analysis/br/BrazilianAnalyzer.java b/contrib/analyzers/src/java/org/apache/lucene/analysis/br/BrazilianAnalyzer.java index aceab49e445..bca7d1db4da 100644 --- a/contrib/analyzers/src/java/org/apache/lucene/analysis/br/BrazilianAnalyzer.java +++ b/contrib/analyzers/src/java/org/apache/lucene/analysis/br/BrazilianAnalyzer.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.br; /** - * Copyright 2004-2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/java/org/apache/lucene/analysis/br/BrazilianStemFilter.java b/contrib/analyzers/src/java/org/apache/lucene/analysis/br/BrazilianStemFilter.java index a119e6a194a..0796636f2ec 100644 --- a/contrib/analyzers/src/java/org/apache/lucene/analysis/br/BrazilianStemFilter.java +++ b/contrib/analyzers/src/java/org/apache/lucene/analysis/br/BrazilianStemFilter.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.br; /** - * Copyright 2004-2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/java/org/apache/lucene/analysis/br/BrazilianStemmer.java b/contrib/analyzers/src/java/org/apache/lucene/analysis/br/BrazilianStemmer.java index 76be18e6f03..b358f02711b 100644 --- a/contrib/analyzers/src/java/org/apache/lucene/analysis/br/BrazilianStemmer.java +++ b/contrib/analyzers/src/java/org/apache/lucene/analysis/br/BrazilianStemmer.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.br; /** - * Copyright 2004-2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/java/org/apache/lucene/analysis/cjk/CJKAnalyzer.java b/contrib/analyzers/src/java/org/apache/lucene/analysis/cjk/CJKAnalyzer.java index 8f15983d302..b21a3479a38 100644 --- a/contrib/analyzers/src/java/org/apache/lucene/analysis/cjk/CJKAnalyzer.java +++ b/contrib/analyzers/src/java/org/apache/lucene/analysis/cjk/CJKAnalyzer.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.cjk; /** - * Copyright 2004-2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/java/org/apache/lucene/analysis/cjk/CJKTokenizer.java b/contrib/analyzers/src/java/org/apache/lucene/analysis/cjk/CJKTokenizer.java index 6365075940e..109cfbdaf11 100644 --- a/contrib/analyzers/src/java/org/apache/lucene/analysis/cjk/CJKTokenizer.java +++ b/contrib/analyzers/src/java/org/apache/lucene/analysis/cjk/CJKTokenizer.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.cjk; /** - * Copyright 2004-2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/java/org/apache/lucene/analysis/cn/ChineseAnalyzer.java b/contrib/analyzers/src/java/org/apache/lucene/analysis/cn/ChineseAnalyzer.java index 40b3a3b05e0..cf620386754 100644 --- a/contrib/analyzers/src/java/org/apache/lucene/analysis/cn/ChineseAnalyzer.java +++ b/contrib/analyzers/src/java/org/apache/lucene/analysis/cn/ChineseAnalyzer.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.cn; /** - * Copyright 2004-2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/java/org/apache/lucene/analysis/cn/ChineseFilter.java b/contrib/analyzers/src/java/org/apache/lucene/analysis/cn/ChineseFilter.java index ef664a3a2b3..8cfbf5f4ccc 100644 --- a/contrib/analyzers/src/java/org/apache/lucene/analysis/cn/ChineseFilter.java +++ b/contrib/analyzers/src/java/org/apache/lucene/analysis/cn/ChineseFilter.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.cn; /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/java/org/apache/lucene/analysis/cn/ChineseTokenizer.java b/contrib/analyzers/src/java/org/apache/lucene/analysis/cn/ChineseTokenizer.java index 8c5a0b5a950..c3336643c3a 100644 --- a/contrib/analyzers/src/java/org/apache/lucene/analysis/cn/ChineseTokenizer.java +++ b/contrib/analyzers/src/java/org/apache/lucene/analysis/cn/ChineseTokenizer.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.cn; /** - * Copyright 2004-2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/java/org/apache/lucene/analysis/cz/CzechAnalyzer.java b/contrib/analyzers/src/java/org/apache/lucene/analysis/cz/CzechAnalyzer.java index c6675104ea3..36f8e5f929e 100644 --- a/contrib/analyzers/src/java/org/apache/lucene/analysis/cz/CzechAnalyzer.java +++ b/contrib/analyzers/src/java/org/apache/lucene/analysis/cz/CzechAnalyzer.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.cz; /** - * Copyright 2004-2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/java/org/apache/lucene/analysis/de/GermanAnalyzer.java b/contrib/analyzers/src/java/org/apache/lucene/analysis/de/GermanAnalyzer.java index 57710d70745..2bc93ca57d9 100644 --- a/contrib/analyzers/src/java/org/apache/lucene/analysis/de/GermanAnalyzer.java +++ b/contrib/analyzers/src/java/org/apache/lucene/analysis/de/GermanAnalyzer.java @@ -2,11 +2,12 @@ package org.apache.lucene.analysis.de; // This file is encoded in UTF-8 /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/java/org/apache/lucene/analysis/de/GermanStemFilter.java b/contrib/analyzers/src/java/org/apache/lucene/analysis/de/GermanStemFilter.java index 7ba3132eace..e62d54891b5 100644 --- a/contrib/analyzers/src/java/org/apache/lucene/analysis/de/GermanStemFilter.java +++ b/contrib/analyzers/src/java/org/apache/lucene/analysis/de/GermanStemFilter.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.de; /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/java/org/apache/lucene/analysis/de/GermanStemmer.java b/contrib/analyzers/src/java/org/apache/lucene/analysis/de/GermanStemmer.java index 6a81f949fff..309db70cfa6 100644 --- a/contrib/analyzers/src/java/org/apache/lucene/analysis/de/GermanStemmer.java +++ b/contrib/analyzers/src/java/org/apache/lucene/analysis/de/GermanStemmer.java @@ -2,11 +2,12 @@ package org.apache.lucene.analysis.de; // This file is encoded in UTF-8 /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/java/org/apache/lucene/analysis/fr/FrenchAnalyzer.java b/contrib/analyzers/src/java/org/apache/lucene/analysis/fr/FrenchAnalyzer.java index f4542716806..78ba05475c5 100644 --- a/contrib/analyzers/src/java/org/apache/lucene/analysis/fr/FrenchAnalyzer.java +++ b/contrib/analyzers/src/java/org/apache/lucene/analysis/fr/FrenchAnalyzer.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.fr; /** - * Copyright 2004-2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/java/org/apache/lucene/analysis/fr/FrenchStemFilter.java b/contrib/analyzers/src/java/org/apache/lucene/analysis/fr/FrenchStemFilter.java index c9aab4c41c9..da109f4f004 100644 --- a/contrib/analyzers/src/java/org/apache/lucene/analysis/fr/FrenchStemFilter.java +++ b/contrib/analyzers/src/java/org/apache/lucene/analysis/fr/FrenchStemFilter.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.fr; /** - * Copyright 2004-2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/java/org/apache/lucene/analysis/fr/FrenchStemmer.java b/contrib/analyzers/src/java/org/apache/lucene/analysis/fr/FrenchStemmer.java index f9b109b9c72..8429464f49c 100644 --- a/contrib/analyzers/src/java/org/apache/lucene/analysis/fr/FrenchStemmer.java +++ b/contrib/analyzers/src/java/org/apache/lucene/analysis/fr/FrenchStemmer.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.fr; /** - * Copyright 2001-2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/java/org/apache/lucene/analysis/nl/DutchAnalyzer.java b/contrib/analyzers/src/java/org/apache/lucene/analysis/nl/DutchAnalyzer.java index a035f1c6974..952badbefb2 100644 --- a/contrib/analyzers/src/java/org/apache/lucene/analysis/nl/DutchAnalyzer.java +++ b/contrib/analyzers/src/java/org/apache/lucene/analysis/nl/DutchAnalyzer.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.nl; /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/java/org/apache/lucene/analysis/nl/DutchStemFilter.java b/contrib/analyzers/src/java/org/apache/lucene/analysis/nl/DutchStemFilter.java index 0b6b316c747..9d010d818a7 100644 --- a/contrib/analyzers/src/java/org/apache/lucene/analysis/nl/DutchStemFilter.java +++ b/contrib/analyzers/src/java/org/apache/lucene/analysis/nl/DutchStemFilter.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.nl; /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/java/org/apache/lucene/analysis/nl/DutchStemmer.java b/contrib/analyzers/src/java/org/apache/lucene/analysis/nl/DutchStemmer.java index 464b8c7a317..72fd201a329 100644 --- a/contrib/analyzers/src/java/org/apache/lucene/analysis/nl/DutchStemmer.java +++ b/contrib/analyzers/src/java/org/apache/lucene/analysis/nl/DutchStemmer.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.nl; /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/java/org/apache/lucene/analysis/nl/WordlistLoader.java b/contrib/analyzers/src/java/org/apache/lucene/analysis/nl/WordlistLoader.java index 285defbd537..a5924f4c827 100644 --- a/contrib/analyzers/src/java/org/apache/lucene/analysis/nl/WordlistLoader.java +++ b/contrib/analyzers/src/java/org/apache/lucene/analysis/nl/WordlistLoader.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.nl; /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianAnalyzer.java b/contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianAnalyzer.java index 0bade3df8b1..d77ec637338 100644 --- a/contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianAnalyzer.java +++ b/contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianAnalyzer.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.ru; /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianCharsets.java b/contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianCharsets.java index e1305b0b8c6..93ec440a67e 100644 --- a/contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianCharsets.java +++ b/contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianCharsets.java @@ -1,10 +1,11 @@ package org.apache.lucene.analysis.ru; /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianLetterTokenizer.java b/contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianLetterTokenizer.java index 484b09b9bf9..8343bcb20cb 100644 --- a/contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianLetterTokenizer.java +++ b/contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianLetterTokenizer.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.ru; /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianLowerCaseFilter.java b/contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianLowerCaseFilter.java index 79f273aab16..75232d111ad 100644 --- a/contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianLowerCaseFilter.java +++ b/contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianLowerCaseFilter.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.ru; /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianStemFilter.java b/contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianStemFilter.java index 597fe1d7073..e2775286a47 100644 --- a/contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianStemFilter.java +++ b/contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianStemFilter.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.ru; /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianStemmer.java b/contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianStemmer.java index ba6b7312397..881a5abdbd9 100644 --- a/contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianStemmer.java +++ b/contrib/analyzers/src/java/org/apache/lucene/analysis/ru/RussianStemmer.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.ru; /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/test/org/apache/lucene/analysis/cn/TestChineseTokenizer.java b/contrib/analyzers/src/test/org/apache/lucene/analysis/cn/TestChineseTokenizer.java index a11cec7ed46..905e7e5bd0a 100644 --- a/contrib/analyzers/src/test/org/apache/lucene/analysis/cn/TestChineseTokenizer.java +++ b/contrib/analyzers/src/test/org/apache/lucene/analysis/cn/TestChineseTokenizer.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.cn; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/test/org/apache/lucene/analysis/de/TestGermanStemFilter.java b/contrib/analyzers/src/test/org/apache/lucene/analysis/de/TestGermanStemFilter.java index adaddc92ce6..fb91afa59f9 100644 --- a/contrib/analyzers/src/test/org/apache/lucene/analysis/de/TestGermanStemFilter.java +++ b/contrib/analyzers/src/test/org/apache/lucene/analysis/de/TestGermanStemFilter.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.de; /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/test/org/apache/lucene/analysis/ru/TestRussianAnalyzer.java b/contrib/analyzers/src/test/org/apache/lucene/analysis/ru/TestRussianAnalyzer.java index 1294d5e577b..75cab72c2f2 100644 --- a/contrib/analyzers/src/test/org/apache/lucene/analysis/ru/TestRussianAnalyzer.java +++ b/contrib/analyzers/src/test/org/apache/lucene/analysis/ru/TestRussianAnalyzer.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.ru; /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/test/org/apache/lucene/analysis/ru/TestRussianStem.java b/contrib/analyzers/src/test/org/apache/lucene/analysis/ru/TestRussianStem.java index 96e1801ad8c..122bf651eb9 100644 --- a/contrib/analyzers/src/test/org/apache/lucene/analysis/ru/TestRussianStem.java +++ b/contrib/analyzers/src/test/org/apache/lucene/analysis/ru/TestRussianStem.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.ru; /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/analyzers/src/test/org/apache/lucene/analysis/th/TestThaiAnalyzer.java b/contrib/analyzers/src/test/org/apache/lucene/analysis/th/TestThaiAnalyzer.java index ef6cf26170f..776909e4459 100644 --- a/contrib/analyzers/src/test/org/apache/lucene/analysis/th/TestThaiAnalyzer.java +++ b/contrib/analyzers/src/test/org/apache/lucene/analysis/th/TestThaiAnalyzer.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.th; /** - * Copyright 2006 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/ant/src/java/org/apache/lucene/ant/ConfigurableDocumentHandler.java b/contrib/ant/src/java/org/apache/lucene/ant/ConfigurableDocumentHandler.java index 8f54e30f26e..741f61d405c 100644 --- a/contrib/ant/src/java/org/apache/lucene/ant/ConfigurableDocumentHandler.java +++ b/contrib/ant/src/java/org/apache/lucene/ant/ConfigurableDocumentHandler.java @@ -1,11 +1,12 @@ package org.apache.lucene.ant; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/ant/src/java/org/apache/lucene/ant/DocumentHandler.java b/contrib/ant/src/java/org/apache/lucene/ant/DocumentHandler.java index c2002aa380d..b897d9bcc22 100644 --- a/contrib/ant/src/java/org/apache/lucene/ant/DocumentHandler.java +++ b/contrib/ant/src/java/org/apache/lucene/ant/DocumentHandler.java @@ -1,11 +1,12 @@ package org.apache.lucene.ant; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/ant/src/java/org/apache/lucene/ant/DocumentHandlerException.java b/contrib/ant/src/java/org/apache/lucene/ant/DocumentHandlerException.java index 70e69f11122..4ea1225fcf0 100644 --- a/contrib/ant/src/java/org/apache/lucene/ant/DocumentHandlerException.java +++ b/contrib/ant/src/java/org/apache/lucene/ant/DocumentHandlerException.java @@ -1,11 +1,12 @@ package org.apache.lucene.ant; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/ant/src/java/org/apache/lucene/ant/FileExtensionDocumentHandler.java b/contrib/ant/src/java/org/apache/lucene/ant/FileExtensionDocumentHandler.java index 0878a6171fa..8b13919e277 100644 --- a/contrib/ant/src/java/org/apache/lucene/ant/FileExtensionDocumentHandler.java +++ b/contrib/ant/src/java/org/apache/lucene/ant/FileExtensionDocumentHandler.java @@ -1,11 +1,12 @@ package org.apache.lucene.ant; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/ant/src/java/org/apache/lucene/ant/HtmlDocument.java b/contrib/ant/src/java/org/apache/lucene/ant/HtmlDocument.java index a453e198432..8173313d528 100644 --- a/contrib/ant/src/java/org/apache/lucene/ant/HtmlDocument.java +++ b/contrib/ant/src/java/org/apache/lucene/ant/HtmlDocument.java @@ -1,11 +1,12 @@ package org.apache.lucene.ant; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/ant/src/java/org/apache/lucene/ant/IndexTask.java b/contrib/ant/src/java/org/apache/lucene/ant/IndexTask.java index 1ca8dc9b3c9..c28865baff9 100644 --- a/contrib/ant/src/java/org/apache/lucene/ant/IndexTask.java +++ b/contrib/ant/src/java/org/apache/lucene/ant/IndexTask.java @@ -1,11 +1,12 @@ package org.apache.lucene.ant; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/ant/src/java/org/apache/lucene/ant/TextDocument.java b/contrib/ant/src/java/org/apache/lucene/ant/TextDocument.java index 9d49e3c99d3..8630bd56a2d 100644 --- a/contrib/ant/src/java/org/apache/lucene/ant/TextDocument.java +++ b/contrib/ant/src/java/org/apache/lucene/ant/TextDocument.java @@ -1,11 +1,12 @@ package org.apache.lucene.ant; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/ant/src/test/org/apache/lucene/ant/DocumentTestCase.java b/contrib/ant/src/test/org/apache/lucene/ant/DocumentTestCase.java index 2d31e8b61dc..e9c21e4477e 100644 --- a/contrib/ant/src/test/org/apache/lucene/ant/DocumentTestCase.java +++ b/contrib/ant/src/test/org/apache/lucene/ant/DocumentTestCase.java @@ -1,11 +1,12 @@ package org.apache.lucene.ant; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/ant/src/test/org/apache/lucene/ant/HtmlDocumentTest.java b/contrib/ant/src/test/org/apache/lucene/ant/HtmlDocumentTest.java index 023769199fa..5373b908ad2 100644 --- a/contrib/ant/src/test/org/apache/lucene/ant/HtmlDocumentTest.java +++ b/contrib/ant/src/test/org/apache/lucene/ant/HtmlDocumentTest.java @@ -1,11 +1,12 @@ package org.apache.lucene.ant; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/ant/src/test/org/apache/lucene/ant/IndexTaskTest.java b/contrib/ant/src/test/org/apache/lucene/ant/IndexTaskTest.java index f415d9c7614..aa6ef73dbe2 100644 --- a/contrib/ant/src/test/org/apache/lucene/ant/IndexTaskTest.java +++ b/contrib/ant/src/test/org/apache/lucene/ant/IndexTaskTest.java @@ -1,11 +1,12 @@ package org.apache.lucene.ant; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/ant/src/test/org/apache/lucene/ant/TextDocumentTest.java b/contrib/ant/src/test/org/apache/lucene/ant/TextDocumentTest.java index 36f82dd966c..fafeff422c8 100644 --- a/contrib/ant/src/test/org/apache/lucene/ant/TextDocumentTest.java +++ b/contrib/ant/src/test/org/apache/lucene/ant/TextDocumentTest.java @@ -1,11 +1,12 @@ package org.apache.lucene.ant; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/db/bdb-je/src/java/org/apache/lucene/store/je/Block.java b/contrib/db/bdb-je/src/java/org/apache/lucene/store/je/Block.java index 3421676b7c0..5592f94a0c1 100644 --- a/contrib/db/bdb-je/src/java/org/apache/lucene/store/je/Block.java +++ b/contrib/db/bdb-je/src/java/org/apache/lucene/store/je/Block.java @@ -1,11 +1,12 @@ package org.apache.lucene.store.je; /** - * Copyright 2002-2006 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/db/bdb-je/src/java/org/apache/lucene/store/je/File.java b/contrib/db/bdb-je/src/java/org/apache/lucene/store/je/File.java index 9ca947658e1..1c6e01128e5 100644 --- a/contrib/db/bdb-je/src/java/org/apache/lucene/store/je/File.java +++ b/contrib/db/bdb-je/src/java/org/apache/lucene/store/je/File.java @@ -1,11 +1,12 @@ package org.apache.lucene.store.je; /** - * Copyright 2002-2006 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JEDirectory.java b/contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JEDirectory.java index 5c52da8abf7..4bf54d683d4 100644 --- a/contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JEDirectory.java +++ b/contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JEDirectory.java @@ -1,11 +1,12 @@ package org.apache.lucene.store.je; /** - * Copyright 2002-2006 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JEIndexInput.java b/contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JEIndexInput.java index 0fa57519281..3c7727fe572 100644 --- a/contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JEIndexInput.java +++ b/contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JEIndexInput.java @@ -1,11 +1,12 @@ package org.apache.lucene.store.je; /** - * Copyright 2002-2006 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JEIndexOutput.java b/contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JEIndexOutput.java index 5dab52f1f87..b1de7ae0a67 100644 --- a/contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JEIndexOutput.java +++ b/contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JEIndexOutput.java @@ -1,11 +1,12 @@ package org.apache.lucene.store.je; /** - * Copyright 2002-2006 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JELock.java b/contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JELock.java index f2988f164fd..bd6c41ef1b9 100644 --- a/contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JELock.java +++ b/contrib/db/bdb-je/src/java/org/apache/lucene/store/je/JELock.java @@ -1,11 +1,12 @@ package org.apache.lucene.store.je; /** - * Copyright 2002-2006 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/db/bdb-je/src/test/org/apache/lucene/store/je/JEStoreTest.java b/contrib/db/bdb-je/src/test/org/apache/lucene/store/je/JEStoreTest.java index b75150f7b0e..106095663f3 100644 --- a/contrib/db/bdb-je/src/test/org/apache/lucene/store/je/JEStoreTest.java +++ b/contrib/db/bdb-je/src/test/org/apache/lucene/store/je/JEStoreTest.java @@ -1,11 +1,12 @@ package org.apache.lucene.store.je; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/db/bdb/src/java/com/sleepycat/db/DbHandleExtractor.java b/contrib/db/bdb/src/java/com/sleepycat/db/DbHandleExtractor.java index 88a98c1d224..8f54aae2577 100644 --- a/contrib/db/bdb/src/java/com/sleepycat/db/DbHandleExtractor.java +++ b/contrib/db/bdb/src/java/com/sleepycat/db/DbHandleExtractor.java @@ -1,11 +1,12 @@ package com.sleepycat.db; /** - * Copyright 2002-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/db/bdb/src/java/org/apache/lucene/store/db/Block.java b/contrib/db/bdb/src/java/org/apache/lucene/store/db/Block.java index 5d436a77e2b..b43d70e3d94 100644 --- a/contrib/db/bdb/src/java/org/apache/lucene/store/db/Block.java +++ b/contrib/db/bdb/src/java/org/apache/lucene/store/db/Block.java @@ -1,11 +1,12 @@ package org.apache.lucene.store.db; /** - * Copyright 2002-2006 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/db/bdb/src/java/org/apache/lucene/store/db/DbDirectory.java b/contrib/db/bdb/src/java/org/apache/lucene/store/db/DbDirectory.java index 257ab3e25b5..814fac12df7 100644 --- a/contrib/db/bdb/src/java/org/apache/lucene/store/db/DbDirectory.java +++ b/contrib/db/bdb/src/java/org/apache/lucene/store/db/DbDirectory.java @@ -1,11 +1,12 @@ package org.apache.lucene.store.db; /** - * Copyright 2002-2006 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/db/bdb/src/java/org/apache/lucene/store/db/DbIndexInput.java b/contrib/db/bdb/src/java/org/apache/lucene/store/db/DbIndexInput.java index 4d206732bb1..415d0424cf0 100644 --- a/contrib/db/bdb/src/java/org/apache/lucene/store/db/DbIndexInput.java +++ b/contrib/db/bdb/src/java/org/apache/lucene/store/db/DbIndexInput.java @@ -1,11 +1,12 @@ package org.apache.lucene.store.db; /** - * Copyright 2002-2006 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/db/bdb/src/java/org/apache/lucene/store/db/DbIndexOutput.java b/contrib/db/bdb/src/java/org/apache/lucene/store/db/DbIndexOutput.java index 740c9a29326..61c15ca01c2 100644 --- a/contrib/db/bdb/src/java/org/apache/lucene/store/db/DbIndexOutput.java +++ b/contrib/db/bdb/src/java/org/apache/lucene/store/db/DbIndexOutput.java @@ -1,11 +1,12 @@ package org.apache.lucene.store.db; /** - * Copyright 2002-2006 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/db/bdb/src/java/org/apache/lucene/store/db/DbLock.java b/contrib/db/bdb/src/java/org/apache/lucene/store/db/DbLock.java index 3c8f8c1df96..f2cf0886a6c 100644 --- a/contrib/db/bdb/src/java/org/apache/lucene/store/db/DbLock.java +++ b/contrib/db/bdb/src/java/org/apache/lucene/store/db/DbLock.java @@ -1,11 +1,12 @@ package org.apache.lucene.store.db; /** - * Copyright 2002-2006 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/db/bdb/src/java/org/apache/lucene/store/db/File.java b/contrib/db/bdb/src/java/org/apache/lucene/store/db/File.java index 15805ba0e49..8a9dc8053b2 100644 --- a/contrib/db/bdb/src/java/org/apache/lucene/store/db/File.java +++ b/contrib/db/bdb/src/java/org/apache/lucene/store/db/File.java @@ -1,11 +1,12 @@ package org.apache.lucene.store.db; /** - * Copyright 2002-2006 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/db/bdb/src/test/org/apache/lucene/store/db/DbStoreTest.java b/contrib/db/bdb/src/test/org/apache/lucene/store/db/DbStoreTest.java index 3b913960cba..c324eeac479 100644 --- a/contrib/db/bdb/src/test/org/apache/lucene/store/db/DbStoreTest.java +++ b/contrib/db/bdb/src/test/org/apache/lucene/store/db/DbStoreTest.java @@ -1,11 +1,12 @@ package org.apache.lucene.store.db; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/data/ServerBaseEntry.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/data/ServerBaseEntry.java index 931ec70cb73..1f983c270b8 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/data/ServerBaseEntry.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/data/ServerBaseEntry.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/data/ServerBaseFeed.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/data/ServerBaseFeed.java index b44022eeca2..5ae81a22413 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/data/ServerBaseFeed.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/data/ServerBaseFeed.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/GDataSearcher.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/GDataSearcher.java index b7f918b5215..f4bd72b47a2 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/GDataSearcher.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/GDataSearcher.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/SearchComponent.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/SearchComponent.java index 97373f74da8..407944be51c 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/SearchComponent.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/SearchComponent.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/StandardGdataSearcher.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/StandardGdataSearcher.java index d6c1860857f..34db0758198 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/StandardGdataSearcher.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/StandardGdataSearcher.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/ContentStrategy.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/ContentStrategy.java index 9d56a6d4d2f..8951a9ccb54 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/ContentStrategy.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/ContentStrategy.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/DomIndexable.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/DomIndexable.java index 32336486511..477e0856798 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/DomIndexable.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/DomIndexable.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/GdataCategoryStrategy.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/GdataCategoryStrategy.java index 984ab6c8eb2..d4e0a7c8c80 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/GdataCategoryStrategy.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/GdataCategoryStrategy.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/GdataDateStrategy.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/GdataDateStrategy.java index ffe236b87ac..775215b93b4 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/GdataDateStrategy.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/GdataDateStrategy.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/HTMLStrategy.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/HTMLStrategy.java index dbfbee30083..b057c5c407f 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/HTMLStrategy.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/HTMLStrategy.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/Indexable.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/Indexable.java index 1401d404f1b..ae800b36e68 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/Indexable.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/Indexable.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/KeywordStrategy.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/KeywordStrategy.java index 26938b22105..273140fc25b 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/KeywordStrategy.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/KeywordStrategy.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/MixedContentStrategy.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/MixedContentStrategy.java index 943102d247f..0037c5ed594 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/MixedContentStrategy.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/MixedContentStrategy.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/NotIndexableException.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/NotIndexableException.java index 9a8b8d4555c..83d7d9ff768 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/NotIndexableException.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/NotIndexableException.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/PlainTextStrategy.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/PlainTextStrategy.java index b8603824d79..ef0305b0f13 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/PlainTextStrategy.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/PlainTextStrategy.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/XHtmlStrategy.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/XHtmlStrategy.java index c4a4b440f19..39d0f5bc9b7 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/XHtmlStrategy.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/analysis/XHtmlStrategy.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/config/IndexSchema.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/config/IndexSchema.java index 3dc7c9c7757..1535229f992 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/config/IndexSchema.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/config/IndexSchema.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/config/IndexSchemaField.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/config/IndexSchemaField.java index d292b9c7e3e..c499fdfd4d4 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/config/IndexSchemaField.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/config/IndexSchemaField.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/GDataIndexDocument.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/GDataIndexDocument.java index 15d0bce1b22..1e2054c4e79 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/GDataIndexDocument.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/GDataIndexDocument.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/GDataIndexWriter.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/GDataIndexWriter.java index 038daf965e4..3b71de4354f 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/GDataIndexWriter.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/GDataIndexWriter.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/GDataIndexer.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/GDataIndexer.java index 299cd145e7e..7cb8885d1eb 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/GDataIndexer.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/GDataIndexer.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/GdataIndexerException.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/GdataIndexerException.java index b0c0d287590..037b8f8e94b 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/GdataIndexerException.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/GdataIndexerException.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexAction.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexAction.java index 827a2864f98..55c17ed71dd 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexAction.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexAction.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexController.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexController.java index ed7eb98d69a..5fad024d588 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexController.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexController.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexDocumentBuilder.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexDocumentBuilder.java index a34d5cf3b54..77df6ae41cd 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexDocumentBuilder.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexDocumentBuilder.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexDocumentBuilderTask.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexDocumentBuilderTask.java index f16afaa8250..75e069085df 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexDocumentBuilderTask.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexDocumentBuilderTask.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexFeedDeleteTask.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexFeedDeleteTask.java index 730bde51a58..5e8fec241a7 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexFeedDeleteTask.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexFeedDeleteTask.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexLogReader.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexLogReader.java index b2fee1e9e88..1dfa608cce9 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexLogReader.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexLogReader.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexLogWriter.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexLogWriter.java index 2e6fcc947fb..54e53c47a52 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexLogWriter.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexLogWriter.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexTask.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexTask.java index 658bad76e10..92bebaa2130 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexTask.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/IndexTask.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/TimedIndexTask.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/TimedIndexTask.java index d6e05febe9a..f191c6233ff 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/TimedIndexTask.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/index/TimedIndexTask.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/query/GDataQueryParser.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/query/GDataQueryParser.java index a92e8bca176..ee63c4d9faa 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/query/GDataQueryParser.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/query/GDataQueryParser.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/query/QueryTranslator.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/query/QueryTranslator.java index df29c72785e..174a8f9f695 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/query/QueryTranslator.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/search/query/QueryTranslator.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/GDataSearchService.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/GDataSearchService.java index 47706258f82..fd28f4de876 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/GDataSearchService.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/GDataSearchService.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/GDataService.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/GDataService.java index 97d6d1451ad..01513942278 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/GDataService.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/GDataService.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/ServiceFactory.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/ServiceFactory.java index 94b15d70419..9476695ca9e 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/ServiceFactory.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/ServiceFactory.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/authentication/AuthenticationController.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/authentication/AuthenticationController.java index 49f9831be6f..6102735f307 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/authentication/AuthenticationController.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/authentication/AuthenticationController.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/authentication/AuthenticationException.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/authentication/AuthenticationException.java index 7d1044b39fa..40fa48971f9 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/authentication/AuthenticationException.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/authentication/AuthenticationException.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/authentication/AuthenticatorException.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/authentication/AuthenticatorException.java index 4bf9872747a..ca972bca4d3 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/authentication/AuthenticatorException.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/authentication/AuthenticatorException.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/authentication/BlowfishAuthenticationController.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/authentication/BlowfishAuthenticationController.java index 78fce9779de..8c04ec615a9 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/authentication/BlowfishAuthenticationController.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/authentication/BlowfishAuthenticationController.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/authentication/GDataHttpAuthenticator.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/authentication/GDataHttpAuthenticator.java index 433e1d5917a..5062e75d011 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/authentication/GDataHttpAuthenticator.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/authentication/GDataHttpAuthenticator.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/Component.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/Component.java index 335d816a7cc..4733cdd9213 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/Component.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/Component.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/EntryEventListener.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/EntryEventListener.java index 2d161ff0639..36e283eb281 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/EntryEventListener.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/EntryEventListener.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/EntryEventMediator.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/EntryEventMediator.java index 3d295a56631..27d7d7653c4 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/EntryEventMediator.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/EntryEventMediator.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/GDataRequestListener.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/GDataRequestListener.java index 9a493eb8f9f..661b7b99357 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/GDataRequestListener.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/GDataRequestListener.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/GDataServerRegistry.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/GDataServerRegistry.java index 3f7086eab98..00593479edc 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/GDataServerRegistry.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/GDataServerRegistry.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/RegistryContextListener.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/RegistryContextListener.java index b4a4d59b45a..40016e227f2 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/RegistryContextListener.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/RegistryContextListener.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/Scope.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/Scope.java index 3e06f77598a..ed5ec039852 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/Scope.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/Scope.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/ScopeVisitable.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/ScopeVisitable.java index 08050b24fce..6f406ac639a 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/ScopeVisitable.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/ScopeVisitable.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/ScopeVisitor.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/ScopeVisitor.java index 28b1a3ec6b9..b2fc87e1b9a 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/ScopeVisitor.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/ScopeVisitor.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/ServerComponent.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/ServerComponent.java index 369067b0c79..2d1e20b87a8 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/ServerComponent.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/ServerComponent.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/SuperType.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/SuperType.java index c23a95d4c98..9c6eb052cdd 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/SuperType.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/SuperType.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/configuration/ComponentConfiguration.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/configuration/ComponentConfiguration.java index d3522a2bfe1..2898bf98396 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/configuration/ComponentConfiguration.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/configuration/ComponentConfiguration.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/configuration/InjectionException.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/configuration/InjectionException.java index 5c96fc6cb0e..b6c96dddf2f 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/configuration/InjectionException.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/configuration/InjectionException.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/configuration/PropertyInjector.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/configuration/PropertyInjector.java index 1f8e7eed8b7..7837ad56a0f 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/configuration/PropertyInjector.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/configuration/PropertyInjector.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/configuration/Requiered.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/configuration/Requiered.java index 69ec805af4e..366a72fd56e 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/configuration/Requiered.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/server/registry/configuration/Requiered.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/AccountAdministrationServlet.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/AccountAdministrationServlet.java index 3e9a64ce9b3..9e1d5cbe4d4 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/AccountAdministrationServlet.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/AccountAdministrationServlet.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/AuthenticationServlet.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/AuthenticationServlet.java index 0d84c684e5d..eb68a1e96ed 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/AuthenticationServlet.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/AuthenticationServlet.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/FeedAdministrationServlet.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/FeedAdministrationServlet.java index 3a1607384b7..0ada64eca3a 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/FeedAdministrationServlet.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/FeedAdministrationServlet.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/RequestControllerServlet.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/RequestControllerServlet.java index 50d42dffda0..58c45537f56 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/RequestControllerServlet.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/RequestControllerServlet.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/AbstractAccountHandler.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/AbstractAccountHandler.java index d64a14b604a..7f857accf92 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/AbstractAccountHandler.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/AbstractAccountHandler.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/AbstractFeedHandler.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/AbstractFeedHandler.java index 160b2677f66..10ce873442a 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/AbstractFeedHandler.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/AbstractFeedHandler.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/AbstractGdataRequestHandler.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/AbstractGdataRequestHandler.java index 8dcf0a698d3..d9140145170 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/AbstractGdataRequestHandler.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/AbstractGdataRequestHandler.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/AuthenticationHandler.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/AuthenticationHandler.java index 5612114de8f..6161fbe9645 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/AuthenticationHandler.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/AuthenticationHandler.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DefaultDeleteHandler.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DefaultDeleteHandler.java index e354341a094..7d33bdbd4df 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DefaultDeleteHandler.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DefaultDeleteHandler.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DefaultGetHandler.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DefaultGetHandler.java index af77e2b3380..d1fed95bce5 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DefaultGetHandler.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DefaultGetHandler.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DefaultInsertHandler.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DefaultInsertHandler.java index ff6eefb7896..f37a0f97fe3 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DefaultInsertHandler.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DefaultInsertHandler.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DefaultRequestHandlerFactory.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DefaultRequestHandlerFactory.java index 1b91deb5070..7c4aa30c162 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DefaultRequestHandlerFactory.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DefaultRequestHandlerFactory.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DefaultUpdateHandler.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DefaultUpdateHandler.java index 32ae3b04b21..e22b724496e 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DefaultUpdateHandler.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DefaultUpdateHandler.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DeleteAccountStrategy.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DeleteAccountStrategy.java index 5623b7143d2..b808a2a3720 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DeleteAccountStrategy.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DeleteAccountStrategy.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DeleteFeedHandler.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DeleteFeedHandler.java index a7a8f75e5ab..881432a21f3 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DeleteFeedHandler.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/DeleteFeedHandler.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/InsertAccountStrategy.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/InsertAccountStrategy.java index 8c46c083d9f..f13eaeb36db 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/InsertAccountStrategy.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/InsertAccountStrategy.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/InsertFeedHandler.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/InsertFeedHandler.java index eb678772f24..bda76f6b41e 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/InsertFeedHandler.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/InsertFeedHandler.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/RequestAuthenticator.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/RequestAuthenticator.java index cd90cc4ee12..952798717c9 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/RequestAuthenticator.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/RequestAuthenticator.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/RequestHandlerFactory.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/RequestHandlerFactory.java index d7115339395..b3a9cd6ae32 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/RequestHandlerFactory.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/RequestHandlerFactory.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/UpdateAccountStrategy.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/UpdateAccountStrategy.java index aa62df41355..38735f6dec3 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/UpdateAccountStrategy.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/UpdateAccountStrategy.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/UpdateFeedHandler.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/UpdateFeedHandler.java index 6166e552f81..c6db626adaa 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/UpdateFeedHandler.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/servlet/handler/UpdateFeedHandler.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/ModificationConflictException.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/ModificationConflictException.java index c3c102f7036..08e22394492 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/ModificationConflictException.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/ModificationConflictException.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/ResourceNotFoundException.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/ResourceNotFoundException.java index 69d0945019d..f7470fa48ff 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/ResourceNotFoundException.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/ResourceNotFoundException.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/StorageController.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/StorageController.java index a312a2bd04e..b4f9710da38 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/StorageController.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/StorageController.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/db4o/DB4oController.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/db4o/DB4oController.java index a53a907015d..20aa47645c3 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/db4o/DB4oController.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/db4o/DB4oController.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/db4o/DB4oStorage.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/db4o/DB4oStorage.java index 8a2548b9bb8..c1eba4f4c35 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/db4o/DB4oStorage.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/db4o/DB4oStorage.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/db4o/ObjectServerDecorator.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/db4o/ObjectServerDecorator.java index 2a6426e480f..2430e7a93cd 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/db4o/ObjectServerDecorator.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/db4o/ObjectServerDecorator.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/ConcurrentStorageLock.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/ConcurrentStorageLock.java index 3106c09ab71..df89cef3723 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/ConcurrentStorageLock.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/ConcurrentStorageLock.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/SingleHostConcurrentStorageLock.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/SingleHostConcurrentStorageLock.java index 2aff2528ca7..1f1f8754e52 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/SingleHostConcurrentStorageLock.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/SingleHostConcurrentStorageLock.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageCoreController.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageCoreController.java index da695f697a7..9c10004767d 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageCoreController.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageCoreController.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageFeedWrapper.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageFeedWrapper.java index 08feb06230a..3567b1fe09a 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageFeedWrapper.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageFeedWrapper.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageImplementation.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageImplementation.java index 36e216520aa..fc2c49cc0ec 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageImplementation.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageImplementation.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageModifier.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageModifier.java index 72a37bdd195..ec5a1719de9 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageModifier.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageModifier.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageWrapper.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageWrapper.java index 90791e6a13b..f3296db4c59 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageWrapper.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/StorageWrapper.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverController.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverController.java index 8c9e13d7b61..94f3314b3b0 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverController.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverController.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverException.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverException.java index 6aad310d06a..90acff5d6f9 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverException.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverException.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverReader.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverReader.java index dd9b974da49..933fbf786cc 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverReader.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverReader.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverWriter.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverWriter.java index ec3bfdfbd56..a5c78c878a4 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverWriter.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/storage/lucenestorage/recover/RecoverWriter.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/utils/DateFormater.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/utils/DateFormater.java index 87f10a0fc87..3f3c3cdd34c 100644 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/utils/DateFormater.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/utils/DateFormater.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/utils/Pool.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/utils/Pool.java index 614d3ee03ec..17bcded91b2 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/utils/Pool.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/utils/Pool.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/utils/PoolObjectFactory.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/utils/PoolObjectFactory.java index 910aabc6680..1b570bca25b 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/utils/PoolObjectFactory.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/utils/PoolObjectFactory.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/utils/ReflectionUtils.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/utils/ReflectionUtils.java index 6a645faa2a5..0f7c5fa088b 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/utils/ReflectionUtils.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/utils/ReflectionUtils.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/utils/SimpleObjectPool.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/utils/SimpleObjectPool.java index 864fd108faa..8da88773470 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/utils/SimpleObjectPool.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/utils/SimpleObjectPool.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/java/org/apache/lucene/gdata/utils/SimpleSaxErrorHandler.java b/contrib/gdata-server/src/java/org/apache/lucene/gdata/utils/SimpleSaxErrorHandler.java index 11c05a6bb57..194fa54dca8 100755 --- a/contrib/gdata-server/src/java/org/apache/lucene/gdata/utils/SimpleSaxErrorHandler.java +++ b/contrib/gdata-server/src/java/org/apache/lucene/gdata/utils/SimpleSaxErrorHandler.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/IndexableStub.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/IndexableStub.java index c1c526af4cb..f16c213cc1d 100755 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/IndexableStub.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/IndexableStub.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestContentStrategy.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestContentStrategy.java index 59f4e70b937..2ae2fa5b3e9 100755 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestContentStrategy.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestContentStrategy.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestDomIndexable.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestDomIndexable.java index 5d4cd0cea32..255567341f8 100755 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestDomIndexable.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestDomIndexable.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestGdataCategoryStrategy.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestGdataCategoryStrategy.java index 18ee9a0a176..4d06e2a48b2 100755 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestGdataCategoryStrategy.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestGdataCategoryStrategy.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestGdataDateStrategy.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestGdataDateStrategy.java index b39d2b4aafe..13c4600381a 100755 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestGdataDateStrategy.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestGdataDateStrategy.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestHTMLStrategy.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestHTMLStrategy.java index fd2dbde1bdb..9b209369414 100755 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestHTMLStrategy.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestHTMLStrategy.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestKeywordStrategy.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestKeywordStrategy.java index 633dc7a2eed..bd9cc9af220 100755 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestKeywordStrategy.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestKeywordStrategy.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestMixedStrategy.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestMixedStrategy.java index d913955815f..edb9b62f1f3 100755 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestMixedStrategy.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestMixedStrategy.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestPlainTextStrategy.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestPlainTextStrategy.java index f3c83f37f79..08a497b2931 100755 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestPlainTextStrategy.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/analysis/TestPlainTextStrategy.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/index/FutureStub.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/index/FutureStub.java index 5dff5a33486..cf8fecd9a46 100755 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/index/FutureStub.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/index/FutureStub.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/index/IndexDocumentStub.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/index/IndexDocumentStub.java index 7ce9e6f057b..c93dd566148 100755 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/index/IndexDocumentStub.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/index/IndexDocumentStub.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/index/IndexEventListenerStub.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/index/IndexEventListenerStub.java index 929ec4626ed..5b16bfe496b 100755 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/index/IndexEventListenerStub.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/index/IndexEventListenerStub.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/index/TestGdataIndexWriter.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/index/TestGdataIndexWriter.java index 79b49ba2152..1be9c4dc3ed 100755 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/index/TestGdataIndexWriter.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/index/TestGdataIndexWriter.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/index/TestGdataIndexer.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/index/TestGdataIndexer.java index 6a060d3badb..87e16b7fb12 100755 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/index/TestGdataIndexer.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/index/TestGdataIndexer.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/index/TestIndexController.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/index/TestIndexController.java index f775af87cc5..f8a35515caf 100755 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/index/TestIndexController.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/search/index/TestIndexController.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/server/authentication/TestBlowfishAuthenticationController.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/server/authentication/TestBlowfishAuthenticationController.java index e8f8810cf01..12c7a8d26db 100644 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/server/authentication/TestBlowfishAuthenticationController.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/server/authentication/TestBlowfishAuthenticationController.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/server/registry/TestFeedRegistry.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/server/registry/TestFeedRegistry.java index 62c8c816112..147b743a1e0 100644 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/server/registry/TestFeedRegistry.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/server/registry/TestFeedRegistry.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/servlet/handler/TestAbstractFeedHandler.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/servlet/handler/TestAbstractFeedHandler.java index f9a0f71f9b0..c3cd3915fd9 100644 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/servlet/handler/TestAbstractFeedHandler.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/servlet/handler/TestAbstractFeedHandler.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/storage/lucenestorage/StorageCoreControllerStub.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/storage/lucenestorage/StorageCoreControllerStub.java index 0aec6b50f61..e648520a1e3 100755 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/storage/lucenestorage/StorageCoreControllerStub.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/storage/lucenestorage/StorageCoreControllerStub.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/storage/lucenestorage/StorageModifierStub.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/storage/lucenestorage/StorageModifierStub.java index be566db6564..b521dcd3ff0 100644 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/storage/lucenestorage/StorageModifierStub.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/storage/lucenestorage/StorageModifierStub.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/storage/lucenestorage/StorageQueryStub.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/storage/lucenestorage/StorageQueryStub.java index 8971dcf42d4..707912e86f3 100755 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/storage/lucenestorage/StorageQueryStub.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/storage/lucenestorage/StorageQueryStub.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/utils/AuthenticationContorllerStub.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/utils/AuthenticationContorllerStub.java index ce789a248c2..d0ff01203cc 100644 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/utils/AuthenticationContorllerStub.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/utils/AuthenticationContorllerStub.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/utils/MultiThreadEntryStub.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/utils/MultiThreadEntryStub.java index 963e1af9c64..d344c1b525e 100755 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/utils/MultiThreadEntryStub.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/utils/MultiThreadEntryStub.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/utils/ProvidedServiceStub.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/utils/ProvidedServiceStub.java index c9d8cb58ec2..3e5c04296f1 100644 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/utils/ProvidedServiceStub.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/utils/ProvidedServiceStub.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/utils/ServiceFactoryStub.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/utils/ServiceFactoryStub.java index ccfefe3ee33..0311e9ce430 100644 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/utils/ServiceFactoryStub.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/utils/ServiceFactoryStub.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/utils/StorageControllerStub.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/utils/StorageControllerStub.java index 78866aa0220..26670147441 100644 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/utils/StorageControllerStub.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/utils/StorageControllerStub.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/gdata-server/src/test/org/apache/lucene/gdata/utils/StorageStub.java b/contrib/gdata-server/src/test/org/apache/lucene/gdata/utils/StorageStub.java index a8c0b78c0eb..321d6038cd2 100644 --- a/contrib/gdata-server/src/test/org/apache/lucene/gdata/utils/StorageStub.java +++ b/contrib/gdata-server/src/test/org/apache/lucene/gdata/utils/StorageStub.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/Formatter.java b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/Formatter.java index 8eb874109e9..a41d660bb96 100644 --- a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/Formatter.java +++ b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/Formatter.java @@ -1,10 +1,11 @@ package org.apache.lucene.search.highlight; /** - * Copyright 2002-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/Fragmenter.java b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/Fragmenter.java index 0dd268f8d5a..b9189a6d78f 100644 --- a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/Fragmenter.java +++ b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/Fragmenter.java @@ -1,10 +1,11 @@ package org.apache.lucene.search.highlight; /** - * Copyright 2002-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/GradientFormatter.java b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/GradientFormatter.java index 81f6a047596..23230b9efb7 100644 --- a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/GradientFormatter.java +++ b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/GradientFormatter.java @@ -1,10 +1,11 @@ package org.apache.lucene.search.highlight; /** - * Copyright 2002-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/Highlighter.java b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/Highlighter.java index e86d0f75709..d9b656500ea 100644 --- a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/Highlighter.java +++ b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/Highlighter.java @@ -1,10 +1,11 @@ package org.apache.lucene.search.highlight; /** - * Copyright 2002-2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/NullFragmenter.java b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/NullFragmenter.java index 8ba12179204..67a027655bb 100644 --- a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/NullFragmenter.java +++ b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/NullFragmenter.java @@ -1,10 +1,11 @@ package org.apache.lucene.search.highlight; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/QueryScorer.java b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/QueryScorer.java index 40610af85f4..cb33f7f8d7d 100644 --- a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/QueryScorer.java +++ b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/QueryScorer.java @@ -1,10 +1,11 @@ package org.apache.lucene.search.highlight; /** - * Copyright 2002-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/QueryTermExtractor.java b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/QueryTermExtractor.java index 9b7e3ed172c..77c41185c50 100644 --- a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/QueryTermExtractor.java +++ b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/QueryTermExtractor.java @@ -1,10 +1,11 @@ package org.apache.lucene.search.highlight; /** - * Copyright 2002-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/Scorer.java b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/Scorer.java index 0cef80ac2e4..5d0caeae265 100644 --- a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/Scorer.java +++ b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/Scorer.java @@ -1,10 +1,11 @@ package org.apache.lucene.search.highlight; /** - * Copyright 2002-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/SimpleFragmenter.java b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/SimpleFragmenter.java index d4de11b1239..b98a34b52dd 100644 --- a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/SimpleFragmenter.java +++ b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/SimpleFragmenter.java @@ -1,10 +1,11 @@ package org.apache.lucene.search.highlight; /** - * Copyright 2002-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/SimpleHTMLFormatter.java b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/SimpleHTMLFormatter.java index fe8a6c0d70b..9d6d62702e9 100644 --- a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/SimpleHTMLFormatter.java +++ b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/SimpleHTMLFormatter.java @@ -1,10 +1,11 @@ package org.apache.lucene.search.highlight; /** - * Copyright 2002-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/SpanGradientFormatter.java b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/SpanGradientFormatter.java index 457012af562..8217442acbf 100755 --- a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/SpanGradientFormatter.java +++ b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/SpanGradientFormatter.java @@ -1,10 +1,11 @@ package org.apache.lucene.search.highlight; /** - * Copyright 2002-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/TextFragment.java b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/TextFragment.java index 80b601b8744..40c4b979bfb 100644 --- a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/TextFragment.java +++ b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/TextFragment.java @@ -1,10 +1,11 @@ package org.apache.lucene.search.highlight; /** - * Copyright 2002-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/TokenGroup.java b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/TokenGroup.java index 1755cfc081b..f5e7a9d7ba5 100644 --- a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/TokenGroup.java +++ b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/TokenGroup.java @@ -1,10 +1,11 @@ package org.apache.lucene.search.highlight; /** - * Copyright 2002-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/WeightedTerm.java b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/WeightedTerm.java index eed4164ff24..bcff68c3158 100644 --- a/contrib/highlighter/src/java/org/apache/lucene/search/highlight/WeightedTerm.java +++ b/contrib/highlighter/src/java/org/apache/lucene/search/highlight/WeightedTerm.java @@ -1,10 +1,11 @@ package org.apache.lucene.search.highlight; /** - * Copyright 2002-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/highlighter/src/test/org/apache/lucene/search/highlight/HighlighterTest.java b/contrib/highlighter/src/test/org/apache/lucene/search/highlight/HighlighterTest.java index b161f06af39..b21e88c8c2e 100644 --- a/contrib/highlighter/src/test/org/apache/lucene/search/highlight/HighlighterTest.java +++ b/contrib/highlighter/src/test/org/apache/lucene/search/highlight/HighlighterTest.java @@ -1,11 +1,12 @@ package org.apache.lucene.search.highlight; /** - * Copyright 2002-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/memory/src/java/org/apache/lucene/index/memory/AnalyzerUtil.java b/contrib/memory/src/java/org/apache/lucene/index/memory/AnalyzerUtil.java index 294a47d18da..38f5446d8ae 100644 --- a/contrib/memory/src/java/org/apache/lucene/index/memory/AnalyzerUtil.java +++ b/contrib/memory/src/java/org/apache/lucene/index/memory/AnalyzerUtil.java @@ -1,11 +1,12 @@ package org.apache.lucene.index.memory; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java b/contrib/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java index 1c725ad4d58..25e4c634c65 100644 --- a/contrib/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java +++ b/contrib/memory/src/java/org/apache/lucene/index/memory/MemoryIndex.java @@ -1,11 +1,12 @@ package org.apache.lucene.index.memory; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/memory/src/java/org/apache/lucene/index/memory/PatternAnalyzer.java b/contrib/memory/src/java/org/apache/lucene/index/memory/PatternAnalyzer.java index 7d174bf1489..509da2703db 100644 --- a/contrib/memory/src/java/org/apache/lucene/index/memory/PatternAnalyzer.java +++ b/contrib/memory/src/java/org/apache/lucene/index/memory/PatternAnalyzer.java @@ -1,11 +1,12 @@ package org.apache.lucene.index.memory; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/memory/src/java/org/apache/lucene/index/memory/SynonymMap.java b/contrib/memory/src/java/org/apache/lucene/index/memory/SynonymMap.java index 36e51e1a4da..e187b4d86b5 100644 --- a/contrib/memory/src/java/org/apache/lucene/index/memory/SynonymMap.java +++ b/contrib/memory/src/java/org/apache/lucene/index/memory/SynonymMap.java @@ -1,11 +1,12 @@ package org.apache.lucene.index.memory; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/memory/src/java/org/apache/lucene/index/memory/SynonymTokenFilter.java b/contrib/memory/src/java/org/apache/lucene/index/memory/SynonymTokenFilter.java index e6287c5e8e0..a5ed175e98b 100644 --- a/contrib/memory/src/java/org/apache/lucene/index/memory/SynonymTokenFilter.java +++ b/contrib/memory/src/java/org/apache/lucene/index/memory/SynonymTokenFilter.java @@ -1,11 +1,12 @@ package org.apache.lucene.index.memory; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/memory/src/test/org/apache/lucene/index/memory/MemoryIndexTest.java b/contrib/memory/src/test/org/apache/lucene/index/memory/MemoryIndexTest.java index 9fbc3501d9d..7b20c640a74 100644 --- a/contrib/memory/src/test/org/apache/lucene/index/memory/MemoryIndexTest.java +++ b/contrib/memory/src/test/org/apache/lucene/index/memory/MemoryIndexTest.java @@ -1,11 +1,12 @@ package org.apache.lucene.index.memory; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/memory/src/test/org/apache/lucene/index/memory/PatternAnalyzerTest.java b/contrib/memory/src/test/org/apache/lucene/index/memory/PatternAnalyzerTest.java index 0c329c2fc3a..cdb6ff253e4 100644 --- a/contrib/memory/src/test/org/apache/lucene/index/memory/PatternAnalyzerTest.java +++ b/contrib/memory/src/test/org/apache/lucene/index/memory/PatternAnalyzerTest.java @@ -1,11 +1,12 @@ package org.apache.lucene.index.memory; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/miscellaneous/src/java/org/apache/lucene/misc/SweetSpotSimilarity.java b/contrib/miscellaneous/src/java/org/apache/lucene/misc/SweetSpotSimilarity.java index a2a9030727f..8247bd8a305 100644 --- a/contrib/miscellaneous/src/java/org/apache/lucene/misc/SweetSpotSimilarity.java +++ b/contrib/miscellaneous/src/java/org/apache/lucene/misc/SweetSpotSimilarity.java @@ -1,9 +1,10 @@ /** - * Copyright 2006 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/miscellaneous/src/java/org/apache/lucene/queryParser/analyzing/AnalyzingQueryParser.java b/contrib/miscellaneous/src/java/org/apache/lucene/queryParser/analyzing/AnalyzingQueryParser.java index 2f4fc302104..abc2976f065 100644 --- a/contrib/miscellaneous/src/java/org/apache/lucene/queryParser/analyzing/AnalyzingQueryParser.java +++ b/contrib/miscellaneous/src/java/org/apache/lucene/queryParser/analyzing/AnalyzingQueryParser.java @@ -1,11 +1,12 @@ package org.apache.lucene.queryParser.analyzing; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/miscellaneous/src/java/org/apache/lucene/queryParser/precedence/FastCharStream.java b/contrib/miscellaneous/src/java/org/apache/lucene/queryParser/precedence/FastCharStream.java index 39753dcb788..5a7be6066e1 100644 --- a/contrib/miscellaneous/src/java/org/apache/lucene/queryParser/precedence/FastCharStream.java +++ b/contrib/miscellaneous/src/java/org/apache/lucene/queryParser/precedence/FastCharStream.java @@ -2,11 +2,12 @@ package org.apache.lucene.queryParser.precedence; /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/miscellaneous/src/java/org/apache/lucene/queryParser/precedence/PrecedenceQueryParser.jj b/contrib/miscellaneous/src/java/org/apache/lucene/queryParser/precedence/PrecedenceQueryParser.jj index b93aab6094d..eff76e9c1f1 100644 --- a/contrib/miscellaneous/src/java/org/apache/lucene/queryParser/precedence/PrecedenceQueryParser.jj +++ b/contrib/miscellaneous/src/java/org/apache/lucene/queryParser/precedence/PrecedenceQueryParser.jj @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/miscellaneous/src/test/org/apache/lucene/misc/ChainedFilterTest.java b/contrib/miscellaneous/src/test/org/apache/lucene/misc/ChainedFilterTest.java index cc3c341b9ee..2928102d6f5 100644 --- a/contrib/miscellaneous/src/test/org/apache/lucene/misc/ChainedFilterTest.java +++ b/contrib/miscellaneous/src/test/org/apache/lucene/misc/ChainedFilterTest.java @@ -1,11 +1,12 @@ package org.apache.lucene.misc; /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/miscellaneous/src/test/org/apache/lucene/misc/SweetSpotSimilarityTest.java b/contrib/miscellaneous/src/test/org/apache/lucene/misc/SweetSpotSimilarityTest.java index d2f073b0cd3..28173322b10 100644 --- a/contrib/miscellaneous/src/test/org/apache/lucene/misc/SweetSpotSimilarityTest.java +++ b/contrib/miscellaneous/src/test/org/apache/lucene/misc/SweetSpotSimilarityTest.java @@ -1,10 +1,11 @@ /** - * Copyright 2006 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/miscellaneous/src/test/org/apache/lucene/misc/TestLengthNormModifier.java b/contrib/miscellaneous/src/test/org/apache/lucene/misc/TestLengthNormModifier.java index 40ddf99094f..f0b2919bebb 100644 --- a/contrib/miscellaneous/src/test/org/apache/lucene/misc/TestLengthNormModifier.java +++ b/contrib/miscellaneous/src/test/org/apache/lucene/misc/TestLengthNormModifier.java @@ -1,11 +1,12 @@ package org.apache.lucene.misc; /** - * Copyright 2006 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/miscellaneous/src/test/org/apache/lucene/queryParser/analyzing/TestAnalyzingQueryParser.java b/contrib/miscellaneous/src/test/org/apache/lucene/queryParser/analyzing/TestAnalyzingQueryParser.java index 26a30683928..a04a413e8f8 100644 --- a/contrib/miscellaneous/src/test/org/apache/lucene/queryParser/analyzing/TestAnalyzingQueryParser.java +++ b/contrib/miscellaneous/src/test/org/apache/lucene/queryParser/analyzing/TestAnalyzingQueryParser.java @@ -1,11 +1,12 @@ package org.apache.lucene.queryParser.analyzing; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/miscellaneous/src/test/org/apache/lucene/queryParser/precedence/TestPrecedenceQueryParser.java b/contrib/miscellaneous/src/test/org/apache/lucene/queryParser/precedence/TestPrecedenceQueryParser.java index e0181c32a17..bf2a174cfd8 100644 --- a/contrib/miscellaneous/src/test/org/apache/lucene/queryParser/precedence/TestPrecedenceQueryParser.java +++ b/contrib/miscellaneous/src/test/org/apache/lucene/queryParser/precedence/TestPrecedenceQueryParser.java @@ -1,11 +1,12 @@ package org.apache.lucene.queryParser.precedence; /** - * Copyright 2002-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/regex/src/java/org/apache/lucene/search/regex/JakartaRegexpCapabilities.java b/contrib/regex/src/java/org/apache/lucene/search/regex/JakartaRegexpCapabilities.java index 5f4a76cb043..1a7de6509c2 100644 --- a/contrib/regex/src/java/org/apache/lucene/search/regex/JakartaRegexpCapabilities.java +++ b/contrib/regex/src/java/org/apache/lucene/search/regex/JakartaRegexpCapabilities.java @@ -1,11 +1,12 @@ package org.apache.lucene.search.regex; /** - * Copyright 2006 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/regex/src/java/org/apache/lucene/search/regex/JavaUtilRegexCapabilities.java b/contrib/regex/src/java/org/apache/lucene/search/regex/JavaUtilRegexCapabilities.java index ce7140ad624..4748e0a0bab 100644 --- a/contrib/regex/src/java/org/apache/lucene/search/regex/JavaUtilRegexCapabilities.java +++ b/contrib/regex/src/java/org/apache/lucene/search/regex/JavaUtilRegexCapabilities.java @@ -1,11 +1,12 @@ package org.apache.lucene.search.regex; /** - * Copyright 2006 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/regex/src/java/org/apache/lucene/search/regex/RegexCapabilities.java b/contrib/regex/src/java/org/apache/lucene/search/regex/RegexCapabilities.java index 08bec89606f..1577b301c5b 100644 --- a/contrib/regex/src/java/org/apache/lucene/search/regex/RegexCapabilities.java +++ b/contrib/regex/src/java/org/apache/lucene/search/regex/RegexCapabilities.java @@ -1,11 +1,12 @@ package org.apache.lucene.search.regex; /** - * Copyright 2006 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/regex/src/java/org/apache/lucene/search/regex/RegexQuery.java b/contrib/regex/src/java/org/apache/lucene/search/regex/RegexQuery.java index f34789e220c..993d61a6716 100644 --- a/contrib/regex/src/java/org/apache/lucene/search/regex/RegexQuery.java +++ b/contrib/regex/src/java/org/apache/lucene/search/regex/RegexQuery.java @@ -1,11 +1,12 @@ package org.apache.lucene.search.regex; /** - * Copyright 2006 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/regex/src/java/org/apache/lucene/search/regex/RegexQueryCapable.java b/contrib/regex/src/java/org/apache/lucene/search/regex/RegexQueryCapable.java index 4b85435928d..4c8938c51d1 100644 --- a/contrib/regex/src/java/org/apache/lucene/search/regex/RegexQueryCapable.java +++ b/contrib/regex/src/java/org/apache/lucene/search/regex/RegexQueryCapable.java @@ -1,11 +1,12 @@ package org.apache.lucene.search.regex; /** - * Copyright 2006 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/regex/src/java/org/apache/lucene/search/regex/RegexTermEnum.java b/contrib/regex/src/java/org/apache/lucene/search/regex/RegexTermEnum.java index 6d8ec490155..8130acc6939 100644 --- a/contrib/regex/src/java/org/apache/lucene/search/regex/RegexTermEnum.java +++ b/contrib/regex/src/java/org/apache/lucene/search/regex/RegexTermEnum.java @@ -1,11 +1,12 @@ package org.apache.lucene.search.regex; /** - * Copyright 2006 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/regex/src/java/org/apache/lucene/search/regex/SpanRegexQuery.java b/contrib/regex/src/java/org/apache/lucene/search/regex/SpanRegexQuery.java index 99701e1ee0d..79f2bcde19d 100644 --- a/contrib/regex/src/java/org/apache/lucene/search/regex/SpanRegexQuery.java +++ b/contrib/regex/src/java/org/apache/lucene/search/regex/SpanRegexQuery.java @@ -1,11 +1,12 @@ package org.apache.lucene.search.regex; /** - * Copyright 2006 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/regex/src/java/org/apache/regexp/RegexpTunnel.java b/contrib/regex/src/java/org/apache/regexp/RegexpTunnel.java index dc5665a8935..9e43b93a142 100644 --- a/contrib/regex/src/java/org/apache/regexp/RegexpTunnel.java +++ b/contrib/regex/src/java/org/apache/regexp/RegexpTunnel.java @@ -1,11 +1,12 @@ package org.apache.regexp; /** - * Copyright 2006 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/regex/src/test/org/apache/lucene/search/regex/TestRegexQuery.java b/contrib/regex/src/test/org/apache/lucene/search/regex/TestRegexQuery.java index 74b105d231a..5e7a48ce38f 100644 --- a/contrib/regex/src/test/org/apache/lucene/search/regex/TestRegexQuery.java +++ b/contrib/regex/src/test/org/apache/lucene/search/regex/TestRegexQuery.java @@ -1,11 +1,12 @@ package org.apache.lucene.search.regex; /** - * Copyright 2005 Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/similarity/src/java/org/apache/lucene/search/similar/MoreLikeThis.java b/contrib/similarity/src/java/org/apache/lucene/search/similar/MoreLikeThis.java index d407a577f85..3cee02282fc 100755 --- a/contrib/similarity/src/java/org/apache/lucene/search/similar/MoreLikeThis.java +++ b/contrib/similarity/src/java/org/apache/lucene/search/similar/MoreLikeThis.java @@ -1,9 +1,10 @@ /** - * Copyright 2004-2005 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/similarity/src/java/org/apache/lucene/search/similar/SimilarityQueries.java b/contrib/similarity/src/java/org/apache/lucene/search/similar/SimilarityQueries.java index 12cd404714c..d2f6673ce0b 100755 --- a/contrib/similarity/src/java/org/apache/lucene/search/similar/SimilarityQueries.java +++ b/contrib/similarity/src/java/org/apache/lucene/search/similar/SimilarityQueries.java @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/snowball/LICENSE.txt b/contrib/snowball/LICENSE.txt index aac7fca4910..8c563ab525d 100644 --- a/contrib/snowball/LICENSE.txt +++ b/contrib/snowball/LICENSE.txt @@ -1,9 +1,10 @@ /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/snowball/src/java/org/apache/lucene/analysis/snowball/SnowballAnalyzer.java b/contrib/snowball/src/java/org/apache/lucene/analysis/snowball/SnowballAnalyzer.java index 4f3a7a16dcd..a862e9f0128 100644 --- a/contrib/snowball/src/java/org/apache/lucene/analysis/snowball/SnowballAnalyzer.java +++ b/contrib/snowball/src/java/org/apache/lucene/analysis/snowball/SnowballAnalyzer.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.snowball; /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/snowball/src/java/org/apache/lucene/analysis/snowball/SnowballFilter.java b/contrib/snowball/src/java/org/apache/lucene/analysis/snowball/SnowballFilter.java index 5385719ca09..e42469a30b7 100644 --- a/contrib/snowball/src/java/org/apache/lucene/analysis/snowball/SnowballFilter.java +++ b/contrib/snowball/src/java/org/apache/lucene/analysis/snowball/SnowballFilter.java @@ -1,11 +1,12 @@ package org.apache.lucene.analysis.snowball; /** - * Copyright 2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/spellchecker/src/java/org/apache/lucene/search/spell/Dictionary.java b/contrib/spellchecker/src/java/org/apache/lucene/search/spell/Dictionary.java index 3bc240a3b40..d141754cffd 100755 --- a/contrib/spellchecker/src/java/org/apache/lucene/search/spell/Dictionary.java +++ b/contrib/spellchecker/src/java/org/apache/lucene/search/spell/Dictionary.java @@ -1,10 +1,11 @@ package org.apache.lucene.search.spell; /** - * Copyright 2002-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/spellchecker/src/java/org/apache/lucene/search/spell/LuceneDictionary.java b/contrib/spellchecker/src/java/org/apache/lucene/search/spell/LuceneDictionary.java index 91362f80131..9469cb937ec 100755 --- a/contrib/spellchecker/src/java/org/apache/lucene/search/spell/LuceneDictionary.java +++ b/contrib/spellchecker/src/java/org/apache/lucene/search/spell/LuceneDictionary.java @@ -1,11 +1,12 @@ package org.apache.lucene.search.spell; /** - * Copyright 2002-2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/spellchecker/src/java/org/apache/lucene/search/spell/PlainTextDictionary.java b/contrib/spellchecker/src/java/org/apache/lucene/search/spell/PlainTextDictionary.java index cd9abbfe246..652cb6067a7 100755 --- a/contrib/spellchecker/src/java/org/apache/lucene/search/spell/PlainTextDictionary.java +++ b/contrib/spellchecker/src/java/org/apache/lucene/search/spell/PlainTextDictionary.java @@ -1,11 +1,12 @@ package org.apache.lucene.search.spell; /** - * Copyright 2002-2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/spellchecker/src/java/org/apache/lucene/search/spell/SpellChecker.java b/contrib/spellchecker/src/java/org/apache/lucene/search/spell/SpellChecker.java index 0d14eefd1eb..bb10c48251e 100755 --- a/contrib/spellchecker/src/java/org/apache/lucene/search/spell/SpellChecker.java +++ b/contrib/spellchecker/src/java/org/apache/lucene/search/spell/SpellChecker.java @@ -1,11 +1,12 @@ package org.apache.lucene.search.spell; /** - * Copyright 2002-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/spellchecker/src/java/org/apache/lucene/search/spell/SuggestWord.java b/contrib/spellchecker/src/java/org/apache/lucene/search/spell/SuggestWord.java index 07efdfe4553..33f7ec1e773 100755 --- a/contrib/spellchecker/src/java/org/apache/lucene/search/spell/SuggestWord.java +++ b/contrib/spellchecker/src/java/org/apache/lucene/search/spell/SuggestWord.java @@ -2,11 +2,12 @@ package org.apache.lucene.search.spell; /** - * Copyright 2002-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/spellchecker/src/java/org/apache/lucene/search/spell/SuggestWordQueue.java b/contrib/spellchecker/src/java/org/apache/lucene/search/spell/SuggestWordQueue.java index bd1765d41c9..25268d450a7 100755 --- a/contrib/spellchecker/src/java/org/apache/lucene/search/spell/SuggestWordQueue.java +++ b/contrib/spellchecker/src/java/org/apache/lucene/search/spell/SuggestWordQueue.java @@ -2,11 +2,12 @@ package org.apache.lucene.search.spell; /** - * Copyright 2002-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/spellchecker/src/java/org/apache/lucene/search/spell/TRStringDistance.java b/contrib/spellchecker/src/java/org/apache/lucene/search/spell/TRStringDistance.java index d79cf715153..389caf8619a 100755 --- a/contrib/spellchecker/src/java/org/apache/lucene/search/spell/TRStringDistance.java +++ b/contrib/spellchecker/src/java/org/apache/lucene/search/spell/TRStringDistance.java @@ -2,11 +2,12 @@ package org.apache.lucene.search.spell; /** - * Copyright 2002-2004 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/parser/FastCharStream.java b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/parser/FastCharStream.java index bfa636c545e..093c4eb4707 100644 --- a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/parser/FastCharStream.java +++ b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/parser/FastCharStream.java @@ -1,11 +1,12 @@ // FastCharStream.java package org.apache.lucene.queryParser.surround.parser; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.jj b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.jj index 98f687d8d5e..84a78e82833 100644 --- a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.jj +++ b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/parser/QueryParser.jj @@ -1,9 +1,10 @@ /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/AndQuery.java b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/AndQuery.java index 83bce99bc45..125804b7e48 100644 --- a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/AndQuery.java +++ b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/AndQuery.java @@ -1,10 +1,11 @@ package org.apache.lucene.queryParser.surround.query; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/BasicQueryFactory.java b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/BasicQueryFactory.java index bd005df21fd..a55bdd2ebd5 100644 --- a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/BasicQueryFactory.java +++ b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/BasicQueryFactory.java @@ -1,10 +1,11 @@ package org.apache.lucene.queryParser.surround.query; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/ComposedQuery.java b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/ComposedQuery.java index 3de99348582..0c758ed2c98 100644 --- a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/ComposedQuery.java +++ b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/ComposedQuery.java @@ -1,10 +1,11 @@ package org.apache.lucene.queryParser.surround.query; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/DistanceQuery.java b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/DistanceQuery.java index 608866b4154..f963e63ead7 100644 --- a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/DistanceQuery.java +++ b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/DistanceQuery.java @@ -1,10 +1,11 @@ package org.apache.lucene.queryParser.surround.query; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/DistanceSubQuery.java b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/DistanceSubQuery.java index 0c7f2d88d07..d63b82ea1f9 100644 --- a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/DistanceSubQuery.java +++ b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/DistanceSubQuery.java @@ -1,10 +1,11 @@ package org.apache.lucene.queryParser.surround.query; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/FieldsQuery.java b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/FieldsQuery.java index 265b807a5d7..14e16e2d70d 100644 --- a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/FieldsQuery.java +++ b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/FieldsQuery.java @@ -1,10 +1,11 @@ package org.apache.lucene.queryParser.surround.query; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/NotQuery.java b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/NotQuery.java index 49ab4cb35fa..8fed9184ce3 100644 --- a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/NotQuery.java +++ b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/NotQuery.java @@ -1,10 +1,11 @@ package org.apache.lucene.queryParser.surround.query; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/OrQuery.java b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/OrQuery.java index 5be438081c6..dc4a556001a 100644 --- a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/OrQuery.java +++ b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/OrQuery.java @@ -1,10 +1,11 @@ package org.apache.lucene.queryParser.surround.query; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SimpleTerm.java b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SimpleTerm.java index e370462ed3b..203e0525f61 100644 --- a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SimpleTerm.java +++ b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SimpleTerm.java @@ -1,10 +1,11 @@ package org.apache.lucene.queryParser.surround.query; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SpanNearClauseFactory.java b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SpanNearClauseFactory.java index 92e60ed9509..cf3532ad744 100644 --- a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SpanNearClauseFactory.java +++ b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SpanNearClauseFactory.java @@ -1,10 +1,11 @@ package org.apache.lucene.queryParser.surround.query; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SrndBooleanQuery.java b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SrndBooleanQuery.java index b7f232cb6ca..ab00cbc7598 100644 --- a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SrndBooleanQuery.java +++ b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SrndBooleanQuery.java @@ -1,10 +1,11 @@ package org.apache.lucene.queryParser.surround.query; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SrndPrefixQuery.java b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SrndPrefixQuery.java index e1683b8f126..931610baf78 100644 --- a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SrndPrefixQuery.java +++ b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SrndPrefixQuery.java @@ -1,10 +1,11 @@ package org.apache.lucene.queryParser.surround.query; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SrndQuery.java b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SrndQuery.java index 154efc69805..326b448ea78 100644 --- a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SrndQuery.java +++ b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SrndQuery.java @@ -1,10 +1,11 @@ package org.apache.lucene.queryParser.surround.query; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SrndTermQuery.java b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SrndTermQuery.java index 6680b558269..d64aee7e90a 100644 --- a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SrndTermQuery.java +++ b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SrndTermQuery.java @@ -1,10 +1,11 @@ package org.apache.lucene.queryParser.surround.query; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SrndTruncQuery.java b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SrndTruncQuery.java index 4dfbf665bb3..229db6fa88c 100644 --- a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SrndTruncQuery.java +++ b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/SrndTruncQuery.java @@ -1,10 +1,11 @@ package org.apache.lucene.queryParser.surround.query; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/TooManyBasicQueries.java b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/TooManyBasicQueries.java index 627c8d8c1d3..bf5d0744f99 100644 --- a/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/TooManyBasicQueries.java +++ b/contrib/surround/src/java/org/apache/lucene/queryParser/surround/query/TooManyBasicQueries.java @@ -1,10 +1,11 @@ package org.apache.lucene.queryParser.surround.query; /** - * Copyright 2005 The Apache Software Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * 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 * diff --git a/docs/benchmarks.html b/docs/benchmarks.html index 9cf3b289242..f242e9ddb5c 100644 --- a/docs/benchmarks.html +++ b/docs/benchmarks.html @@ -1,10 +1,12 @@