You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by yo...@apache.org on 2006/11/08 19:25:58 UTC

svn commit: r472574 [1/3] - in /incubator/solr/trunk: ./ example/solr/conf/xslt/ src/apps/SolrTest/src/ src/java/org/apache/solr/analysis/ src/java/org/apache/solr/core/ src/java/org/apache/solr/request/ src/java/org/apache/solr/schema/ src/java/org/ap...

Author: yonik
Date: Wed Nov  8 10:25:52 2006
New Revision: 472574

URL: http://svn.apache.org/viewvc?view=rev&rev=472574
Log:
new license header

Modified:
    incubator/solr/trunk/NOTICE.txt
    incubator/solr/trunk/example/solr/conf/xslt/example.xsl
    incubator/solr/trunk/src/apps/SolrTest/src/SolrTest.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/BaseTokenFilterFactory.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/BaseTokenizerFactory.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/BufferedTokenStream.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/EnglishPorterFilterFactory.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/HTMLStripReader.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/HTMLStripStandardTokenizerFactory.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/HTMLStripWhitespaceTokenizerFactory.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/HyphenatedWordsFilter.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/HyphenatedWordsFilterFactory.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/ISOLatin1AccentFilterFactory.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/KeywordTokenizerFactory.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/LengthFilter.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/LengthFilterFactory.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/LetterTokenizerFactory.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/LowerCaseFilterFactory.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/LowerCaseTokenizerFactory.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/PorterStemFilterFactory.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/RemoveDuplicatesTokenFilter.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/RemoveDuplicatesTokenFilterFactory.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/SnowballPorterFilterFactory.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/StandardFilterFactory.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/StandardTokenizerFactory.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/StopFilterFactory.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/SynonymFilter.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/SynonymFilterFactory.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/SynonymMap.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/TokenFilterFactory.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/TokenizerChain.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/TokenizerFactory.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/WhitespaceTokenizerFactory.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/WordDelimiterFilter.java
    incubator/solr/trunk/src/java/org/apache/solr/analysis/WordDelimiterFilterFactory.java
    incubator/solr/trunk/src/java/org/apache/solr/core/AbstractSolrEventListener.java
    incubator/solr/trunk/src/java/org/apache/solr/core/Config.java
    incubator/solr/trunk/src/java/org/apache/solr/core/QuerySenderListener.java
    incubator/solr/trunk/src/java/org/apache/solr/core/RequestHandlers.java
    incubator/solr/trunk/src/java/org/apache/solr/core/RunExecutableListener.java
    incubator/solr/trunk/src/java/org/apache/solr/core/SolrConfig.java
    incubator/solr/trunk/src/java/org/apache/solr/core/SolrCore.java
    incubator/solr/trunk/src/java/org/apache/solr/core/SolrEventListener.java
    incubator/solr/trunk/src/java/org/apache/solr/core/SolrException.java
    incubator/solr/trunk/src/java/org/apache/solr/core/SolrInfoMBean.java
    incubator/solr/trunk/src/java/org/apache/solr/core/SolrInfoRegistry.java
    incubator/solr/trunk/src/java/org/apache/solr/request/AppendedSolrParams.java
    incubator/solr/trunk/src/java/org/apache/solr/request/DefaultSolrParams.java
    incubator/solr/trunk/src/java/org/apache/solr/request/DisMaxRequestHandler.java
    incubator/solr/trunk/src/java/org/apache/solr/request/LocalSolrQueryRequest.java
    incubator/solr/trunk/src/java/org/apache/solr/request/MapSolrParams.java
    incubator/solr/trunk/src/java/org/apache/solr/request/MultiMapSolrParams.java
    incubator/solr/trunk/src/java/org/apache/solr/request/QueryResponseWriter.java
    incubator/solr/trunk/src/java/org/apache/solr/request/SimpleFacets.java
    incubator/solr/trunk/src/java/org/apache/solr/request/SolrParams.java
    incubator/solr/trunk/src/java/org/apache/solr/request/SolrQueryRequest.java
    incubator/solr/trunk/src/java/org/apache/solr/request/SolrQueryRequestBase.java
    incubator/solr/trunk/src/java/org/apache/solr/request/SolrQueryResponse.java
    incubator/solr/trunk/src/java/org/apache/solr/request/SolrRequestHandler.java
    incubator/solr/trunk/src/java/org/apache/solr/request/StandardRequestHandler.java
    incubator/solr/trunk/src/java/org/apache/solr/request/XMLResponseWriter.java
    incubator/solr/trunk/src/java/org/apache/solr/request/XMLWriter.java
    incubator/solr/trunk/src/java/org/apache/solr/request/XSLTResponseWriter.java
    incubator/solr/trunk/src/java/org/apache/solr/schema/BCDIntField.java
    incubator/solr/trunk/src/java/org/apache/solr/schema/BCDLongField.java
    incubator/solr/trunk/src/java/org/apache/solr/schema/BCDStrField.java
    incubator/solr/trunk/src/java/org/apache/solr/schema/BoolField.java
    incubator/solr/trunk/src/java/org/apache/solr/schema/CompressableField.java
    incubator/solr/trunk/src/java/org/apache/solr/schema/DateField.java
    incubator/solr/trunk/src/java/org/apache/solr/schema/DoubleField.java
    incubator/solr/trunk/src/java/org/apache/solr/schema/FieldProperties.java
    incubator/solr/trunk/src/java/org/apache/solr/schema/FieldType.java
    incubator/solr/trunk/src/java/org/apache/solr/schema/FloatField.java
    incubator/solr/trunk/src/java/org/apache/solr/schema/IndexSchema.java
    incubator/solr/trunk/src/java/org/apache/solr/schema/IntField.java
    incubator/solr/trunk/src/java/org/apache/solr/schema/LongField.java
    incubator/solr/trunk/src/java/org/apache/solr/schema/SchemaField.java
    incubator/solr/trunk/src/java/org/apache/solr/schema/SortableDoubleField.java
    incubator/solr/trunk/src/java/org/apache/solr/schema/SortableFloatField.java
    incubator/solr/trunk/src/java/org/apache/solr/schema/SortableIntField.java
    incubator/solr/trunk/src/java/org/apache/solr/schema/SortableLongField.java
    incubator/solr/trunk/src/java/org/apache/solr/schema/StrField.java
    incubator/solr/trunk/src/java/org/apache/solr/schema/TextField.java
    incubator/solr/trunk/src/java/org/apache/solr/search/BitDocSet.java
    incubator/solr/trunk/src/java/org/apache/solr/search/CacheConfig.java
    incubator/solr/trunk/src/java/org/apache/solr/search/CacheRegenerator.java
    incubator/solr/trunk/src/java/org/apache/solr/search/ConstantScorePrefixQuery.java
    incubator/solr/trunk/src/java/org/apache/solr/search/DocIterator.java
    incubator/solr/trunk/src/java/org/apache/solr/search/DocList.java
    incubator/solr/trunk/src/java/org/apache/solr/search/DocListAndSet.java
    incubator/solr/trunk/src/java/org/apache/solr/search/DocSet.java
    incubator/solr/trunk/src/java/org/apache/solr/search/DocSlice.java
    incubator/solr/trunk/src/java/org/apache/solr/search/HashDocSet.java
    incubator/solr/trunk/src/java/org/apache/solr/search/LRUCache.java
    incubator/solr/trunk/src/java/org/apache/solr/search/LuceneQueryOptimizer.java
    incubator/solr/trunk/src/java/org/apache/solr/search/MissingStringLastComparatorSource.java
    incubator/solr/trunk/src/java/org/apache/solr/search/QueryParsing.java
    incubator/solr/trunk/src/java/org/apache/solr/search/QueryResultKey.java
    incubator/solr/trunk/src/java/org/apache/solr/search/SolrCache.java
    incubator/solr/trunk/src/java/org/apache/solr/search/SolrIndexSearcher.java
    incubator/solr/trunk/src/java/org/apache/solr/search/SolrQueryParser.java
    incubator/solr/trunk/src/java/org/apache/solr/search/SolrSimilarity.java
    incubator/solr/trunk/src/java/org/apache/solr/search/Sorting.java
    incubator/solr/trunk/src/java/org/apache/solr/search/function/DocValues.java
    incubator/solr/trunk/src/java/org/apache/solr/search/function/FieldCacheSource.java
    incubator/solr/trunk/src/java/org/apache/solr/search/function/FloatFieldSource.java
    incubator/solr/trunk/src/java/org/apache/solr/search/function/FunctionQuery.java
    incubator/solr/trunk/src/java/org/apache/solr/search/function/IntFieldSource.java
    incubator/solr/trunk/src/java/org/apache/solr/search/function/LinearFloatFunction.java
    incubator/solr/trunk/src/java/org/apache/solr/search/function/MaxFloatFunction.java
    incubator/solr/trunk/src/java/org/apache/solr/search/function/OrdFieldSource.java
    incubator/solr/trunk/src/java/org/apache/solr/search/function/ReciprocalFloatFunction.java
    incubator/solr/trunk/src/java/org/apache/solr/search/function/ReverseOrdFieldSource.java
    incubator/solr/trunk/src/java/org/apache/solr/search/function/ValueSource.java
    incubator/solr/trunk/src/java/org/apache/solr/tst/OldRequestHandler.java
    incubator/solr/trunk/src/java/org/apache/solr/tst/TestRequestHandler.java
    incubator/solr/trunk/src/java/org/apache/solr/update/AddUpdateCommand.java
    incubator/solr/trunk/src/java/org/apache/solr/update/CommitUpdateCommand.java
    incubator/solr/trunk/src/java/org/apache/solr/update/DeleteUpdateCommand.java
    incubator/solr/trunk/src/java/org/apache/solr/update/DirectUpdateHandler.java
    incubator/solr/trunk/src/java/org/apache/solr/update/DirectUpdateHandler2.java
    incubator/solr/trunk/src/java/org/apache/solr/update/DocumentBuilder.java
    incubator/solr/trunk/src/java/org/apache/solr/update/SolrIndexConfig.java
    incubator/solr/trunk/src/java/org/apache/solr/update/SolrIndexWriter.java
    incubator/solr/trunk/src/java/org/apache/solr/update/UpdateCommand.java
    incubator/solr/trunk/src/java/org/apache/solr/update/UpdateHandler.java
    incubator/solr/trunk/src/java/org/apache/solr/util/BCDUtils.java
    incubator/solr/trunk/src/java/org/apache/solr/util/BoundedTreeSet.java
    incubator/solr/trunk/src/java/org/apache/solr/util/CommonParams.java
    incubator/solr/trunk/src/java/org/apache/solr/util/DOMUtil.java
    incubator/solr/trunk/src/java/org/apache/solr/util/DisMaxParams.java
    incubator/solr/trunk/src/java/org/apache/solr/util/HighlightingUtils.java
    incubator/solr/trunk/src/java/org/apache/solr/util/NamedList.java
    incubator/solr/trunk/src/java/org/apache/solr/util/NumberUtils.java
    incubator/solr/trunk/src/java/org/apache/solr/util/RefCounted.java
    incubator/solr/trunk/src/java/org/apache/solr/util/SolrPluginUtils.java
    incubator/solr/trunk/src/java/org/apache/solr/util/StrUtils.java
    incubator/solr/trunk/src/java/org/apache/solr/util/TestHarness.java
    incubator/solr/trunk/src/java/org/apache/solr/util/XML.java
    incubator/solr/trunk/src/java/org/apache/solr/util/test/TestNumberUtils.java
    incubator/solr/trunk/src/java/org/apache/solr/util/xslt/TransformerProvider.java
    incubator/solr/trunk/src/scripts/abc
    incubator/solr/trunk/src/scripts/abo
    incubator/solr/trunk/src/scripts/backup
    incubator/solr/trunk/src/scripts/backupcleaner
    incubator/solr/trunk/src/scripts/commit
    incubator/solr/trunk/src/scripts/optimize
    incubator/solr/trunk/src/scripts/readercycle
    incubator/solr/trunk/src/scripts/rsyncd-disable
    incubator/solr/trunk/src/scripts/rsyncd-enable
    incubator/solr/trunk/src/scripts/rsyncd-start
    incubator/solr/trunk/src/scripts/rsyncd-stop
    incubator/solr/trunk/src/scripts/scripts-util
    incubator/solr/trunk/src/scripts/snapcleaner
    incubator/solr/trunk/src/scripts/snapinstaller
    incubator/solr/trunk/src/scripts/snappuller
    incubator/solr/trunk/src/scripts/snappuller-disable
    incubator/solr/trunk/src/scripts/snappuller-enable
    incubator/solr/trunk/src/scripts/snapshooter
    incubator/solr/trunk/src/site/forrest.properties
    incubator/solr/trunk/src/site/src/documentation/classes/CatalogManager.properties
    incubator/solr/trunk/src/site/src/documentation/content/xdocs/index.xml
    incubator/solr/trunk/src/site/src/documentation/content/xdocs/site.xml
    incubator/solr/trunk/src/site/src/documentation/content/xdocs/tabs.xml
    incubator/solr/trunk/src/site/src/documentation/sitemap.xmap
    incubator/solr/trunk/src/site/src/documentation/skinconf.xml
    incubator/solr/trunk/src/test/org/apache/solr/BasicFunctionalityTest.java
    incubator/solr/trunk/src/test/org/apache/solr/ConvertedLegacyTest.java
    incubator/solr/trunk/src/test/org/apache/solr/DisMaxRequestHandlerTest.java
    incubator/solr/trunk/src/test/org/apache/solr/HighlighterTest.java
    incubator/solr/trunk/src/test/org/apache/solr/OutputWriterTest.java
    incubator/solr/trunk/src/test/org/apache/solr/SampleTest.java
    incubator/solr/trunk/src/test/org/apache/solr/analysis/TestBufferedTokenStream.java
    incubator/solr/trunk/src/test/org/apache/solr/analysis/TestRemoveDuplicatesTokenFilter.java
    incubator/solr/trunk/src/test/org/apache/solr/analysis/TestSynonymFilter.java
    incubator/solr/trunk/src/test/org/apache/solr/search/DocSetPerf.java
    incubator/solr/trunk/src/test/org/apache/solr/util/SolrPluginUtilsTest.java
    incubator/solr/trunk/src/test/test-files/solr/conf/xslt/dummy.xsl
    incubator/solr/trunk/src/webapp/src/org/apache/solr/servlet/SolrServlet.java
    incubator/solr/trunk/src/webapp/src/org/apache/solr/servlet/SolrServletRequest.java
    incubator/solr/trunk/src/webapp/src/org/apache/solr/servlet/SolrUpdateServlet.java

Modified: incubator/solr/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/NOTICE.txt?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/NOTICE.txt (original)
+++ incubator/solr/trunk/NOTICE.txt Wed Nov  8 10:25:52 2006
@@ -1,3 +1,6 @@
+Apache Solr
+Copyright 2006 The Apache Software Foundation
+
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).
 

Modified: incubator/solr/trunk/example/solr/conf/xslt/example.xsl
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/example/solr/conf/xslt/example.xsl?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/example/solr/conf/xslt/example.xsl (original)
+++ incubator/solr/trunk/example/solr/conf/xslt/example.xsl Wed Nov  8 10:25:52 2006
@@ -1,11 +1,12 @@
 <?xml version='1.0' encoding='UTF-8'?>
 
 <!-- 
- * 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
  *

Modified: incubator/solr/trunk/src/apps/SolrTest/src/SolrTest.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/apps/SolrTest/src/SolrTest.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/apps/SolrTest/src/SolrTest.java (original)
+++ incubator/solr/trunk/src/apps/SolrTest/src/SolrTest.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/BaseTokenFilterFactory.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/BaseTokenFilterFactory.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/BaseTokenFilterFactory.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/BaseTokenFilterFactory.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/BaseTokenizerFactory.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/BaseTokenizerFactory.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/BaseTokenizerFactory.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/BaseTokenizerFactory.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/BufferedTokenStream.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/BufferedTokenStream.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/BufferedTokenStream.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/BufferedTokenStream.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/EnglishPorterFilterFactory.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/EnglishPorterFilterFactory.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/EnglishPorterFilterFactory.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/EnglishPorterFilterFactory.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/HTMLStripReader.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/HTMLStripReader.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/HTMLStripReader.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/HTMLStripReader.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/HTMLStripStandardTokenizerFactory.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/HTMLStripStandardTokenizerFactory.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/HTMLStripStandardTokenizerFactory.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/HTMLStripStandardTokenizerFactory.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/HTMLStripWhitespaceTokenizerFactory.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/HTMLStripWhitespaceTokenizerFactory.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/HTMLStripWhitespaceTokenizerFactory.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/HTMLStripWhitespaceTokenizerFactory.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/HyphenatedWordsFilter.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/HyphenatedWordsFilter.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/HyphenatedWordsFilter.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/HyphenatedWordsFilter.java Wed Nov  8 10:25:52 2006
@@ -1,11 +1,12 @@
 package org.apache.solr.analysis;
 
 /**
- * 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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/HyphenatedWordsFilterFactory.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/HyphenatedWordsFilterFactory.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/HyphenatedWordsFilterFactory.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/HyphenatedWordsFilterFactory.java Wed Nov  8 10:25:52 2006
@@ -1,11 +1,12 @@
 package org.apache.solr.analysis;
 
 /**
- * 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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/ISOLatin1AccentFilterFactory.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/ISOLatin1AccentFilterFactory.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/ISOLatin1AccentFilterFactory.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/ISOLatin1AccentFilterFactory.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/KeywordTokenizerFactory.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/KeywordTokenizerFactory.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/KeywordTokenizerFactory.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/KeywordTokenizerFactory.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/LengthFilter.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/LengthFilter.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/LengthFilter.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/LengthFilter.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/LengthFilterFactory.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/LengthFilterFactory.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/LengthFilterFactory.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/LengthFilterFactory.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/LetterTokenizerFactory.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/LetterTokenizerFactory.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/LetterTokenizerFactory.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/LetterTokenizerFactory.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/LowerCaseFilterFactory.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/LowerCaseFilterFactory.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/LowerCaseFilterFactory.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/LowerCaseFilterFactory.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/LowerCaseTokenizerFactory.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/LowerCaseTokenizerFactory.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/LowerCaseTokenizerFactory.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/LowerCaseTokenizerFactory.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/PorterStemFilterFactory.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/PorterStemFilterFactory.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/PorterStemFilterFactory.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/PorterStemFilterFactory.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/RemoveDuplicatesTokenFilter.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/RemoveDuplicatesTokenFilter.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/RemoveDuplicatesTokenFilter.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/RemoveDuplicatesTokenFilter.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/RemoveDuplicatesTokenFilterFactory.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/RemoveDuplicatesTokenFilterFactory.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/RemoveDuplicatesTokenFilterFactory.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/RemoveDuplicatesTokenFilterFactory.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/SnowballPorterFilterFactory.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/SnowballPorterFilterFactory.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/SnowballPorterFilterFactory.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/SnowballPorterFilterFactory.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/StandardFilterFactory.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/StandardFilterFactory.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/StandardFilterFactory.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/StandardFilterFactory.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/StandardTokenizerFactory.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/StandardTokenizerFactory.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/StandardTokenizerFactory.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/StandardTokenizerFactory.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/StopFilterFactory.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/StopFilterFactory.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/StopFilterFactory.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/StopFilterFactory.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/SynonymFilter.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/SynonymFilter.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/SynonymFilter.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/SynonymFilter.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/SynonymFilterFactory.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/SynonymFilterFactory.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/SynonymFilterFactory.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/SynonymFilterFactory.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/SynonymMap.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/SynonymMap.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/SynonymMap.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/SynonymMap.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/TokenFilterFactory.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/TokenFilterFactory.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/TokenFilterFactory.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/TokenFilterFactory.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/TokenizerChain.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/TokenizerChain.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/TokenizerChain.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/TokenizerChain.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/TokenizerFactory.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/TokenizerFactory.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/TokenizerFactory.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/TokenizerFactory.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/WhitespaceTokenizerFactory.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/WhitespaceTokenizerFactory.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/WhitespaceTokenizerFactory.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/WhitespaceTokenizerFactory.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/WordDelimiterFilter.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/WordDelimiterFilter.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/WordDelimiterFilter.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/WordDelimiterFilter.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/analysis/WordDelimiterFilterFactory.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/analysis/WordDelimiterFilterFactory.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/analysis/WordDelimiterFilterFactory.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/analysis/WordDelimiterFilterFactory.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/core/AbstractSolrEventListener.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/core/AbstractSolrEventListener.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/core/AbstractSolrEventListener.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/core/AbstractSolrEventListener.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/core/Config.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/core/Config.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/core/Config.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/core/Config.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/core/QuerySenderListener.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/core/QuerySenderListener.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/core/QuerySenderListener.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/core/QuerySenderListener.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/core/RequestHandlers.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/core/RequestHandlers.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/core/RequestHandlers.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/core/RequestHandlers.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/core/RunExecutableListener.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/core/RunExecutableListener.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/core/RunExecutableListener.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/core/RunExecutableListener.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/core/SolrConfig.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/core/SolrConfig.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/core/SolrConfig.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/core/SolrConfig.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/core/SolrCore.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/core/SolrCore.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/core/SolrCore.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/core/SolrCore.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/core/SolrEventListener.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/core/SolrEventListener.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/core/SolrEventListener.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/core/SolrEventListener.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/core/SolrException.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/core/SolrException.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/core/SolrException.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/core/SolrException.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/core/SolrInfoMBean.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/core/SolrInfoMBean.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/core/SolrInfoMBean.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/core/SolrInfoMBean.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/core/SolrInfoRegistry.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/core/SolrInfoRegistry.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/core/SolrInfoRegistry.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/core/SolrInfoRegistry.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/request/AppendedSolrParams.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/request/AppendedSolrParams.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/request/AppendedSolrParams.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/request/AppendedSolrParams.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/request/DefaultSolrParams.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/request/DefaultSolrParams.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/request/DefaultSolrParams.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/request/DefaultSolrParams.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/request/DisMaxRequestHandler.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/request/DisMaxRequestHandler.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/request/DisMaxRequestHandler.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/request/DisMaxRequestHandler.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/request/LocalSolrQueryRequest.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/request/LocalSolrQueryRequest.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/request/LocalSolrQueryRequest.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/request/LocalSolrQueryRequest.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/request/MapSolrParams.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/request/MapSolrParams.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/request/MapSolrParams.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/request/MapSolrParams.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/request/MultiMapSolrParams.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/request/MultiMapSolrParams.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/request/MultiMapSolrParams.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/request/MultiMapSolrParams.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/request/QueryResponseWriter.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/request/QueryResponseWriter.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/request/QueryResponseWriter.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/request/QueryResponseWriter.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/request/SimpleFacets.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/request/SimpleFacets.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/request/SimpleFacets.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/request/SimpleFacets.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/request/SolrParams.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/request/SolrParams.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/request/SolrParams.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/request/SolrParams.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/request/SolrQueryRequest.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/request/SolrQueryRequest.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/request/SolrQueryRequest.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/request/SolrQueryRequest.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/request/SolrQueryRequestBase.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/request/SolrQueryRequestBase.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/request/SolrQueryRequestBase.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/request/SolrQueryRequestBase.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/request/SolrQueryResponse.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/request/SolrQueryResponse.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/request/SolrQueryResponse.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/request/SolrQueryResponse.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/request/SolrRequestHandler.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/request/SolrRequestHandler.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/request/SolrRequestHandler.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/request/SolrRequestHandler.java Wed Nov  8 10:25:52 2006
@@ -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
  *

Modified: incubator/solr/trunk/src/java/org/apache/solr/request/StandardRequestHandler.java
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/request/StandardRequestHandler.java?view=diff&rev=472574&r1=472573&r2=472574
==============================================================================
--- incubator/solr/trunk/src/java/org/apache/solr/request/StandardRequestHandler.java (original)
+++ incubator/solr/trunk/src/java/org/apache/solr/request/StandardRequestHandler.java Wed Nov  8 10:25:52 2006
@@ -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
  *