You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/05/14 23:48:24 UTC

svn commit: r1103237 [1/3] - in /maven/indexer/trunk: indexer-artifact/src/main/java/org/apache/maven/index/artifact/ indexer-artifact/src/test/java/org/apache/maven/index/artifact/ indexer-core/src/main/java/org/apache/maven/index/ indexer-core/src/ma...

Author: hboutemy
Date: Sat May 14 21:48:19 2011
New Revision: 1103237

URL: http://svn.apache.org/viewvc?rev=1103237&view=rev
Log:
fixed license headers according to header defined in Checkstyle rule

Modified:
    maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/ArtifactPackagingMapper.java
    maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/DefaultArtifactPackagingMapper.java
    maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/Gav.java
    maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/GavCalculator.java
    maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/IllegalArtifactCoordinateException.java
    maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/M1ArtifactRecognizer.java
    maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/M1GavCalculator.java
    maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/M2ArtifactRecognizer.java
    maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/M2GavCalculator.java
    maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/VersionUtils.java
    maven/indexer/trunk/indexer-artifact/src/test/java/org/apache/maven/index/artifact/M1GavCalculatorTest.java
    maven/indexer/trunk/indexer-artifact/src/test/java/org/apache/maven/index/artifact/M2GavCalculatorTest.java
    maven/indexer/trunk/indexer-artifact/src/test/java/org/apache/maven/index/artifact/MavenArtifactRecognizerTest.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/AbstractMultiArtifactInfoFilter.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/AbstractSearchPageableRequest.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/AbstractSearchRequest.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/AbstractSearchResponse.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/AndMultiArtifactInfoFilter.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactAvailablility.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactContext.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactContextProducer.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactDiscoveryListener.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactInfo.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactInfoFilter.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactInfoGroup.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactInfoPostprocessor.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactInfoRecord.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactScanningListener.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/CleaningEncoder.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultArtifactContextProducer.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultIndexerEngine.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultIteratorResultSet.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultNexusIndexer.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultQueryCreator.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultScanner.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultScannerListener.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultSearchEngine.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/Field.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/FlatSearchRequest.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/FlatSearchResponse.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/GroupedSearchRequest.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/GroupedSearchResponse.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/Grouping.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IndexerEngine.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IndexerField.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IndexerFieldVersion.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IteratorResultSet.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IteratorSearchRequest.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IteratorSearchResponse.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/MAVEN.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/MatchHighlight.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/MatchHighlightMode.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/MatchHighlightRequest.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/NEXUS.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/NexusIndexer.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/OneLineFragmenter.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/QueryCreator.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/Scanner.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ScanningRequest.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ScanningResult.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/SearchEngine.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/SearchType.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/UniqueArtifactFilterPostprocessor.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/UniqueGAArtifactFilterPostprocessor.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/archetype/NexusArchetypeDataSource.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/cli/NexusIndexerCli.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/cli/PartialImplementation.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/context/AbstractIndexingContext.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/context/ContextMemberProvider.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/context/DefaultIndexingContext.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/context/DocumentFilter.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/context/IndexCreator.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/context/IndexUtils.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/context/IndexingContext.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/context/MergedIndexingContext.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/context/NexusAnalyzer.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/context/NexusIndexSearcher.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/context/NexusIndexWriter.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/context/NexusLegacyAnalyzer.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/context/StaticContextMemberProvider.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/context/UnsupportedExistingLuceneIndexException.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/creator/AbstractIndexCreator.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/creator/JarFileContentsIndexCreator.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/creator/LegacyDocumentUpdater.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/creator/MavenArchetypeArtifactInfoIndexCreator.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/creator/MavenPluginArtifactInfoIndexCreator.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/creator/MinimalArtifactInfoIndexCreator.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/expr/SearchExpression.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/expr/SearchTyped.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/expr/SearchTypedStringSearchExpression.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/expr/SourcedSearchExpression.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/expr/StringSearchExpression.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/expr/UserInputSearchExpression.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/fs/Lock.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/fs/Locker.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/incremental/DefaultIncrementalHandler.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/incremental/IncrementalHandler.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/locator/ArtifactLocator.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/locator/GavHelpedLocator.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/locator/JavadocLocator.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/locator/Locator.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/locator/Md5Locator.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/locator/MetadataLocator.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/locator/PomLocator.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/locator/Sha1Locator.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/locator/SignatureLocator.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/locator/SourcesLocator.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/packer/DefaultIndexPacker.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/packer/DigesterUtils.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/packer/IndexPacker.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/packer/IndexPackingRequest.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/search/grouping/AbstractGrouping.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/search/grouping/GAGrouping.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/search/grouping/GAVGrouping.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/search/grouping/GGrouping.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/search/grouping/RGAVGrouping.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/search/grouping/RGGrouping.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/treeview/AbstractTreeNode.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/treeview/DefaultIndexTreeView.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/treeview/DefaultTreeNode.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/treeview/DefaultTreeNodeFactory.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/treeview/IndexTreeView.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/treeview/TreeNode.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/treeview/TreeNodeFactory.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/treeview/TreeViewRequest.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/updater/DefaultIndexUpdater.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/updater/IndexDataReader.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/updater/IndexDataWriter.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/updater/IndexUpdateRequest.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/updater/IndexUpdateResult.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/updater/IndexUpdateSideEffect.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/updater/IndexUpdater.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/updater/ResourceFetcher.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/updater/WagonHelper.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/util/zip/AbstractZipHandle.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/util/zip/EntryNameFilter.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/util/zip/JavaZipFileHandle.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/util/zip/TrueZipZipFileHandle.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/util/zip/ZipFacade.java
    maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/util/zip/ZipHandle.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/AbstractIndexCreatorHelper.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/AbstractNexusIndexerTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/AbstractRepoNexusIndexerTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/ConcurrentUseTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/DefaultIndexNexusIndexerTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/FSDirectoryDeleteTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/FullIndexNexusIndexerTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/Index20081108RegressionTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/MinimalIndexNexusIndexerTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/Nexus1179NexusIndexerTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/Nexus13NexusIndexerTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/Nexus1911IncrementalMergedCtxTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/Nexus1911IncrementalTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/Nexus2046NexusIndexerTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/Nexus3177HitLimitChecks.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/Nexus3233NexusIndexerTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/Nexus3293TimestampSnapshotTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/Nexus3881NexusIndexerTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/Nexus645NexusIndexerTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/Nexus658NexusIndexerTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/Nexus687NexusIndexerTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/Nexus737NexusIndexerTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/NexusIndexerTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/SubPathReindexTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/UniqueArtifactFilterTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/archetype/NexusArchetypeDataSourceTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/cli/AbstractNexusIndexerCliTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/cli/NexusIndexerCliIT.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/cli/NexusIndexerCliTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/context/NexusAnalyzerTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/creator/JarFileContentsIndexCreatorTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/creator/MavenPluginArtifactInfoIndexCreatorTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/incremental/DefaultIncrementalHandlerTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/locator/ArtifactLocatorTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/treeview/IndexTreeViewTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/updater/AbstractIndexUpdaterTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/updater/DefaultIndexUpdaterEmbeddingIT.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/updater/DefaultIndexUpdaterTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/updater/DownloadRemoteIndexerManagerTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/updater/FullBootProofOfConcept.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/updater/IndexDataTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/updater/LocalIndexCacheTest.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/updater/TrackingFetcher.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/updater/fixtures/ServerTestFixture.java
    maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/updater/fixtures/TransferListenerFixture.java

Modified: maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/ArtifactPackagingMapper.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/ArtifactPackagingMapper.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/ArtifactPackagingMapper.java (original)
+++ maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/ArtifactPackagingMapper.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index.artifact;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index.artifact;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
@@ -17,7 +17,6 @@ package org.apache.maven.index.artifact;
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- *
  */
 
 import java.io.File;

Modified: maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/DefaultArtifactPackagingMapper.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/DefaultArtifactPackagingMapper.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/DefaultArtifactPackagingMapper.java (original)
+++ maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/DefaultArtifactPackagingMapper.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index.artifact;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index.artifact;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
@@ -17,7 +17,6 @@ package org.apache.maven.index.artifact;
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- *
  */
 
 import java.io.File;

Modified: maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/Gav.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/Gav.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/Gav.java (original)
+++ maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/Gav.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index.artifact;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index.artifact;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
@@ -17,7 +17,6 @@ package org.apache.maven.index.artifact;
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- *
  */
 
 /**

Modified: maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/GavCalculator.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/GavCalculator.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/GavCalculator.java (original)
+++ maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/GavCalculator.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index.artifact;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index.artifact;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
@@ -17,7 +17,6 @@ package org.apache.maven.index.artifact;
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- *
  */
 
 /**

Modified: maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/IllegalArtifactCoordinateException.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/IllegalArtifactCoordinateException.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/IllegalArtifactCoordinateException.java (original)
+++ maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/IllegalArtifactCoordinateException.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index.artifact;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index.artifact;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
@@ -17,7 +17,6 @@ package org.apache.maven.index.artifact;
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- *
  */
 
 /**

Modified: maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/M1ArtifactRecognizer.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/M1ArtifactRecognizer.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/M1ArtifactRecognizer.java (original)
+++ maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/M1ArtifactRecognizer.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index.artifact;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index.artifact;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
@@ -17,7 +17,6 @@ package org.apache.maven.index.artifact;
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- *
  */
 
 /**

Modified: maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/M1GavCalculator.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/M1GavCalculator.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/M1GavCalculator.java (original)
+++ maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/M1GavCalculator.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index.artifact;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index.artifact;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
@@ -17,7 +17,6 @@ package org.apache.maven.index.artifact;
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- *
  */
 
 import java.util.regex.Matcher;

Modified: maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/M2ArtifactRecognizer.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/M2ArtifactRecognizer.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/M2ArtifactRecognizer.java (original)
+++ maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/M2ArtifactRecognizer.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index.artifact;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index.artifact;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
@@ -17,7 +17,6 @@ package org.apache.maven.index.artifact;
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- *
  */
 
 /**

Modified: maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/M2GavCalculator.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/M2GavCalculator.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/M2GavCalculator.java (original)
+++ maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/M2GavCalculator.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index.artifact;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index.artifact;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
@@ -17,7 +17,6 @@ package org.apache.maven.index.artifact;
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- *
  */
 
 import java.text.ParseException;

Modified: maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/VersionUtils.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/VersionUtils.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/VersionUtils.java (original)
+++ maven/indexer/trunk/indexer-artifact/src/main/java/org/apache/maven/index/artifact/VersionUtils.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index.artifact;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index.artifact;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an
@@ -17,7 +17,6 @@ package org.apache.maven.index.artifact;
  * KIND, either express or implied.  See the License for the
  * specific language governing permissions and limitations
  * under the License.
- *
  */
 
 import java.util.regex.Pattern;

Modified: maven/indexer/trunk/indexer-artifact/src/test/java/org/apache/maven/index/artifact/M1GavCalculatorTest.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-artifact/src/test/java/org/apache/maven/index/artifact/M1GavCalculatorTest.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-artifact/src/test/java/org/apache/maven/index/artifact/M1GavCalculatorTest.java (original)
+++ maven/indexer/trunk/indexer-artifact/src/test/java/org/apache/maven/index/artifact/M1GavCalculatorTest.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index.artifact;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index.artifact;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-artifact/src/test/java/org/apache/maven/index/artifact/M2GavCalculatorTest.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-artifact/src/test/java/org/apache/maven/index/artifact/M2GavCalculatorTest.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-artifact/src/test/java/org/apache/maven/index/artifact/M2GavCalculatorTest.java (original)
+++ maven/indexer/trunk/indexer-artifact/src/test/java/org/apache/maven/index/artifact/M2GavCalculatorTest.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index.artifact;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index.artifact;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-artifact/src/test/java/org/apache/maven/index/artifact/MavenArtifactRecognizerTest.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-artifact/src/test/java/org/apache/maven/index/artifact/MavenArtifactRecognizerTest.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-artifact/src/test/java/org/apache/maven/index/artifact/MavenArtifactRecognizerTest.java (original)
+++ maven/indexer/trunk/indexer-artifact/src/test/java/org/apache/maven/index/artifact/MavenArtifactRecognizerTest.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index.artifact;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index.artifact;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/AbstractMultiArtifactInfoFilter.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/AbstractMultiArtifactInfoFilter.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/AbstractMultiArtifactInfoFilter.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/AbstractMultiArtifactInfoFilter.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/AbstractSearchPageableRequest.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/AbstractSearchPageableRequest.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/AbstractSearchPageableRequest.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/AbstractSearchPageableRequest.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/AbstractSearchRequest.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/AbstractSearchRequest.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/AbstractSearchRequest.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/AbstractSearchRequest.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/AbstractSearchResponse.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/AbstractSearchResponse.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/AbstractSearchResponse.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/AbstractSearchResponse.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/AndMultiArtifactInfoFilter.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/AndMultiArtifactInfoFilter.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/AndMultiArtifactInfoFilter.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/AndMultiArtifactInfoFilter.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactAvailablility.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactAvailablility.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactAvailablility.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactAvailablility.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactContext.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactContext.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactContext.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactContext.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactContextProducer.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactContextProducer.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactContextProducer.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactContextProducer.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactDiscoveryListener.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactDiscoveryListener.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactDiscoveryListener.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactDiscoveryListener.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactInfo.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactInfo.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactInfo.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactInfo.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactInfoFilter.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactInfoFilter.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactInfoFilter.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactInfoFilter.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactInfoGroup.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactInfoGroup.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactInfoGroup.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactInfoGroup.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactInfoPostprocessor.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactInfoPostprocessor.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactInfoPostprocessor.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactInfoPostprocessor.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactInfoRecord.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactInfoRecord.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactInfoRecord.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactInfoRecord.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactScanningListener.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactScanningListener.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactScanningListener.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/ArtifactScanningListener.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/CleaningEncoder.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/CleaningEncoder.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/CleaningEncoder.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/CleaningEncoder.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultArtifactContextProducer.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultArtifactContextProducer.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultArtifactContextProducer.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultArtifactContextProducer.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultIndexerEngine.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultIndexerEngine.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultIndexerEngine.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultIndexerEngine.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultIteratorResultSet.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultIteratorResultSet.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultIteratorResultSet.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultIteratorResultSet.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultNexusIndexer.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultNexusIndexer.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultNexusIndexer.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultNexusIndexer.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultQueryCreator.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultQueryCreator.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultQueryCreator.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultQueryCreator.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultScanner.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultScanner.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultScanner.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultScanner.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultScannerListener.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultScannerListener.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultScannerListener.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultScannerListener.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultSearchEngine.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultSearchEngine.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultSearchEngine.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/DefaultSearchEngine.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/Field.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/Field.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/Field.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/Field.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/FlatSearchRequest.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/FlatSearchRequest.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/FlatSearchRequest.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/FlatSearchRequest.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/FlatSearchResponse.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/FlatSearchResponse.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/FlatSearchResponse.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/FlatSearchResponse.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/GroupedSearchRequest.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/GroupedSearchRequest.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/GroupedSearchRequest.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/GroupedSearchRequest.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/GroupedSearchResponse.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/GroupedSearchResponse.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/GroupedSearchResponse.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/GroupedSearchResponse.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/Grouping.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/Grouping.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/Grouping.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/Grouping.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IndexerEngine.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IndexerEngine.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IndexerEngine.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IndexerEngine.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IndexerField.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IndexerField.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IndexerField.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IndexerField.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IndexerFieldVersion.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IndexerFieldVersion.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IndexerFieldVersion.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IndexerFieldVersion.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IteratorResultSet.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IteratorResultSet.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IteratorResultSet.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IteratorResultSet.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IteratorSearchRequest.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IteratorSearchRequest.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IteratorSearchRequest.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IteratorSearchRequest.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IteratorSearchResponse.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IteratorSearchResponse.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IteratorSearchResponse.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/IteratorSearchResponse.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/MAVEN.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/MAVEN.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/MAVEN.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/MAVEN.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/MatchHighlight.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/MatchHighlight.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/MatchHighlight.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/MatchHighlight.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/MatchHighlightMode.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/MatchHighlightMode.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/MatchHighlightMode.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/MatchHighlightMode.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an

Modified: maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/MatchHighlightRequest.java
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/MatchHighlightRequest.java?rev=1103237&r1=1103236&r2=1103237&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/MatchHighlightRequest.java (original)
+++ maven/indexer/trunk/indexer-core/src/main/java/org/apache/maven/index/MatchHighlightRequest.java Sat May 14 21:48:19 2011
@@ -1,6 +1,6 @@
 package org.apache.maven.index;
 
-/**
+/*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information
@@ -9,7 +9,7 @@ package org.apache.maven.index;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://www.apache.org/licenses/LICENSE-2.0    
  *
  * Unless required by applicable law or agreed to in writing,
  * software distributed under the License is distributed on an