updated license to Apache License v2.0

Project: http://git-wip-us.apache.org/repos/asf/maven-aether/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-aether/commit/540d7cca
Tree: http://git-wip-us.apache.org/repos/asf/maven-aether/tree/540d7cca
Diff: http://git-wip-us.apache.org/repos/asf/maven-aether/diff/540d7cca

Branch: refs/heads/master
Commit: 540d7cca51c175804c0c8ba32546890779546536
Parents: e3cd116
Author: Hervé Boutemy <hbout...@apache.org>
Authored: Sun May 1 15:59:42 2016 +0200
Committer: Hervé Boutemy <hbout...@apache.org>
Committed: Sun May 1 15:59:42 2016 +0200

----------------------------------------------------------------------
 CONTRIBUTING.md                                 |   5 -
 README.md                                       |   7 -
 aether-api/pom.xml                              |  27 +-
 ...stractForwardingRepositorySystemSession.java |  28 +-
 .../aether/AbstractRepositoryListener.java      |  28 +-
 .../eclipse/aether/ConfigurationProperties.java |  28 +-
 .../eclipse/aether/DefaultRepositoryCache.java  |  28 +-
 .../aether/DefaultRepositorySystemSession.java  |  28 +-
 .../org/eclipse/aether/DefaultSessionData.java  |  28 +-
 .../org/eclipse/aether/RepositoryCache.java     |  28 +-
 .../org/eclipse/aether/RepositoryEvent.java     |  28 +-
 .../org/eclipse/aether/RepositoryException.java |  28 +-
 .../org/eclipse/aether/RepositoryListener.java  |  28 +-
 .../org/eclipse/aether/RepositorySystem.java    |  28 +-
 .../eclipse/aether/RepositorySystemSession.java |  28 +-
 .../java/org/eclipse/aether/RequestTrace.java   |  28 +-
 .../java/org/eclipse/aether/SessionData.java    |  28 +-
 .../java/org/eclipse/aether/SyncContext.java    |  28 +-
 .../aether/artifact/AbstractArtifact.java       |  28 +-
 .../org/eclipse/aether/artifact/Artifact.java   |  28 +-
 .../aether/artifact/ArtifactProperties.java     |  28 +-
 .../eclipse/aether/artifact/ArtifactType.java   |  28 +-
 .../aether/artifact/ArtifactTypeRegistry.java   |  28 +-
 .../aether/artifact/DefaultArtifact.java        |  28 +-
 .../aether/artifact/DefaultArtifactType.java    |  28 +-
 .../eclipse/aether/artifact/package-info.java   |  28 +-
 .../aether/collection/CollectRequest.java       |  28 +-
 .../aether/collection/CollectResult.java        |  28 +-
 .../collection/DependencyCollectionContext.java |  28 +-
 .../DependencyCollectionException.java          |  28 +-
 .../DependencyGraphTransformationContext.java   |  28 +-
 .../collection/DependencyGraphTransformer.java  |  28 +-
 .../aether/collection/DependencyManagement.java |  28 +-
 .../aether/collection/DependencyManager.java    |  28 +-
 .../aether/collection/DependencySelector.java   |  28 +-
 .../aether/collection/DependencyTraverser.java  |  28 +-
 .../UnsolvableVersionConflictException.java     |  28 +-
 .../aether/collection/VersionFilter.java        |  28 +-
 .../eclipse/aether/collection/package-info.java |  28 +-
 .../aether/deployment/DeployRequest.java        |  28 +-
 .../eclipse/aether/deployment/DeployResult.java |  28 +-
 .../aether/deployment/DeploymentException.java  |  28 +-
 .../eclipse/aether/deployment/package-info.java |  28 +-
 .../aether/graph/DefaultDependencyNode.java     |  28 +-
 .../org/eclipse/aether/graph/Dependency.java    |  28 +-
 .../eclipse/aether/graph/DependencyCycle.java   |  28 +-
 .../eclipse/aether/graph/DependencyFilter.java  |  28 +-
 .../eclipse/aether/graph/DependencyNode.java    |  28 +-
 .../eclipse/aether/graph/DependencyVisitor.java |  28 +-
 .../org/eclipse/aether/graph/Exclusion.java     |  28 +-
 .../org/eclipse/aether/graph/package-info.java  |  28 +-
 .../aether/installation/InstallRequest.java     |  28 +-
 .../aether/installation/InstallResult.java      |  28 +-
 .../installation/InstallationException.java     |  28 +-
 .../aether/installation/package-info.java       |  28 +-
 .../aether/metadata/AbstractMetadata.java       |  28 +-
 .../aether/metadata/DefaultMetadata.java        |  28 +-
 .../aether/metadata/MergeableMetadata.java      |  28 +-
 .../org/eclipse/aether/metadata/Metadata.java   |  28 +-
 .../eclipse/aether/metadata/package-info.java   |  28 +-
 .../java/org/eclipse/aether/package-info.java   |  28 +-
 .../aether/repository/ArtifactRepository.java   |  28 +-
 .../aether/repository/Authentication.java       |  28 +-
 .../repository/AuthenticationContext.java       |  28 +-
 .../aether/repository/AuthenticationDigest.java |  28 +-
 .../repository/AuthenticationSelector.java      |  28 +-
 .../repository/LocalArtifactRegistration.java   |  28 +-
 .../aether/repository/LocalArtifactRequest.java |  28 +-
 .../aether/repository/LocalArtifactResult.java  |  28 +-
 .../repository/LocalMetadataRegistration.java   |  28 +-
 .../aether/repository/LocalMetadataRequest.java |  28 +-
 .../aether/repository/LocalMetadataResult.java  |  28 +-
 .../aether/repository/LocalRepository.java      |  28 +-
 .../repository/LocalRepositoryManager.java      |  28 +-
 .../aether/repository/MirrorSelector.java       |  28 +-
 .../NoLocalRepositoryManagerException.java      |  28 +-
 .../org/eclipse/aether/repository/Proxy.java    |  28 +-
 .../aether/repository/ProxySelector.java        |  28 +-
 .../aether/repository/RemoteRepository.java     |  28 +-
 .../aether/repository/RepositoryPolicy.java     |  28 +-
 .../aether/repository/WorkspaceReader.java      |  28 +-
 .../aether/repository/WorkspaceRepository.java  |  28 +-
 .../eclipse/aether/repository/package-info.java |  28 +-
 .../resolution/ArtifactDescriptorException.java |  28 +-
 .../resolution/ArtifactDescriptorPolicy.java    |  28 +-
 .../ArtifactDescriptorPolicyRequest.java        |  28 +-
 .../resolution/ArtifactDescriptorRequest.java   |  28 +-
 .../resolution/ArtifactDescriptorResult.java    |  28 +-
 .../aether/resolution/ArtifactRequest.java      |  28 +-
 .../resolution/ArtifactResolutionException.java |  28 +-
 .../aether/resolution/ArtifactResult.java       |  28 +-
 .../aether/resolution/DependencyRequest.java    |  28 +-
 .../DependencyResolutionException.java          |  28 +-
 .../aether/resolution/DependencyResult.java     |  28 +-
 .../aether/resolution/MetadataRequest.java      |  28 +-
 .../aether/resolution/MetadataResult.java       |  28 +-
 .../resolution/ResolutionErrorPolicy.java       |  28 +-
 .../ResolutionErrorPolicyRequest.java           |  28 +-
 .../aether/resolution/VersionRangeRequest.java  |  28 +-
 .../VersionRangeResolutionException.java        |  28 +-
 .../aether/resolution/VersionRangeResult.java   |  28 +-
 .../aether/resolution/VersionRequest.java       |  28 +-
 .../resolution/VersionResolutionException.java  |  28 +-
 .../aether/resolution/VersionResult.java        |  28 +-
 .../eclipse/aether/resolution/package-info.java |  28 +-
 .../transfer/AbstractTransferListener.java      |  28 +-
 .../transfer/ArtifactNotFoundException.java     |  28 +-
 .../transfer/ArtifactTransferException.java     |  28 +-
 .../transfer/ChecksumFailureException.java      |  28 +-
 .../transfer/MetadataNotFoundException.java     |  28 +-
 .../transfer/MetadataTransferException.java     |  28 +-
 .../NoRepositoryConnectorException.java         |  28 +-
 .../transfer/NoRepositoryLayoutException.java   |  28 +-
 .../aether/transfer/NoTransporterException.java |  28 +-
 .../transfer/RepositoryOfflineException.java    |  28 +-
 .../transfer/TransferCancelledException.java    |  28 +-
 .../eclipse/aether/transfer/TransferEvent.java  |  28 +-
 .../aether/transfer/TransferListener.java       |  28 +-
 .../aether/transfer/TransferResource.java       |  28 +-
 .../eclipse/aether/transfer/package-info.java   |  28 +-
 .../InvalidVersionSpecificationException.java   |  28 +-
 .../org/eclipse/aether/version/Version.java     |  28 +-
 .../aether/version/VersionConstraint.java       |  28 +-
 .../eclipse/aether/version/VersionRange.java    |  28 +-
 .../eclipse/aether/version/VersionScheme.java   |  28 +-
 .../eclipse/aether/version/package-info.java    |  28 +-
 aether-api/src/main/resources/about.html        |  28 --
 ...ctForwardingRepositorySystemSessionTest.java |  28 +-
 .../aether/AbstractRepositoryListenerTest.java  |  28 +-
 .../aether/DefaultRepositoryCacheTest.java      |  28 +-
 .../DefaultRepositorySystemSessionTest.java     |  28 +-
 .../eclipse/aether/DefaultSessionDataTest.java  |  28 +-
 .../eclipse/aether/RepositoryExceptionTest.java |  28 +-
 .../org/eclipse/aether/RequestTraceTest.java    |  28 +-
 .../aether/artifact/DefaultArtifactTest.java    |  28 +-
 .../eclipse/aether/graph/DependencyTest.java    |  28 +-
 .../repository/AuthenticationContextTest.java   |  28 +-
 .../repository/AuthenticationDigestTest.java    |  28 +-
 .../repository/RemoteRepositoryBuilderTest.java |  28 +-
 .../aether/repository/RemoteRepositoryTest.java |  28 +-
 .../transfer/AbstractTransferListenerTest.java  |  28 +-
 .../aether/transfer/TransferEventTest.java      |  28 +-
 aether-connector-basic/pom.xml                  |  27 +-
 .../basic/ArtifactTransportListener.java        |  28 +-
 .../basic/BasicRepositoryConnector.java         |  28 +-
 .../basic/BasicRepositoryConnectorFactory.java  |  28 +-
 .../connector/basic/ChecksumCalculator.java     |  28 +-
 .../connector/basic/ChecksumValidator.java      |  28 +-
 .../basic/MetadataTransportListener.java        |  28 +-
 .../aether/connector/basic/PartialFile.java     |  28 +-
 .../basic/TransferTransportListener.java        |  28 +-
 .../aether/connector/basic/package-info.java    |  28 +-
 .../src/main/resources/about.html               |  28 --
 .../connector/basic/ChecksumCalculatorTest.java |  28 +-
 .../connector/basic/ChecksumValidatorTest.java  |  28 +-
 .../aether/connector/basic/PartialFileTest.java |  28 +-
 aether-impl/pom.xml                             |  27 +-
 .../org/eclipse/aether/impl/AetherModule.java   |  28 +-
 .../aether/impl/ArtifactDescriptorReader.java   |  28 +-
 .../eclipse/aether/impl/ArtifactResolver.java   |  28 +-
 .../aether/impl/DefaultServiceLocator.java      |  28 +-
 .../aether/impl/DependencyCollector.java        |  28 +-
 .../java/org/eclipse/aether/impl/Deployer.java  |  28 +-
 .../java/org/eclipse/aether/impl/Installer.java |  28 +-
 .../aether/impl/LocalRepositoryProvider.java    |  28 +-
 .../eclipse/aether/impl/MetadataGenerator.java  |  28 +-
 .../aether/impl/MetadataGeneratorFactory.java   |  28 +-
 .../eclipse/aether/impl/MetadataResolver.java   |  28 +-
 .../eclipse/aether/impl/OfflineController.java  |  28 +-
 .../aether/impl/RemoteRepositoryManager.java    |  28 +-
 .../impl/RepositoryConnectorProvider.java       |  28 +-
 .../aether/impl/RepositoryEventDispatcher.java  |  28 +-
 .../eclipse/aether/impl/SyncContextFactory.java |  28 +-
 .../org/eclipse/aether/impl/UpdateCheck.java    |  28 +-
 .../eclipse/aether/impl/UpdateCheckManager.java |  28 +-
 .../aether/impl/UpdatePolicyAnalyzer.java       |  28 +-
 .../aether/impl/VersionRangeResolver.java       |  28 +-
 .../eclipse/aether/impl/VersionResolver.java    |  28 +-
 .../eclipse/aether/impl/guice/AetherModule.java |  28 +-
 .../eclipse/aether/impl/guice/package-info.java |  28 +-
 .../org/eclipse/aether/impl/package-info.java   |  28 +-
 .../internal/impl/AbstractChecksumPolicy.java   |  28 +-
 .../internal/impl/ArtifactRequestBuilder.java   |  28 +-
 .../aether/internal/impl/CacheUtils.java        |  28 +-
 .../impl/CachingArtifactTypeRegistry.java       |  28 +-
 .../eclipse/aether/internal/impl/DataPool.java  |  28 +-
 .../internal/impl/DefaultArtifactResolver.java  |  28 +-
 .../impl/DefaultChecksumPolicyProvider.java     |  28 +-
 .../DefaultDependencyCollectionContext.java     |  28 +-
 .../impl/DefaultDependencyCollector.java        |  28 +-
 .../internal/impl/DefaultDependencyCycle.java   |  28 +-
 ...ultDependencyGraphTransformationContext.java |  28 +-
 .../aether/internal/impl/DefaultDeployer.java   |  28 +-
 .../internal/impl/DefaultFileProcessor.java     |  28 +-
 .../aether/internal/impl/DefaultInstaller.java  |  28 +-
 .../impl/DefaultLocalRepositoryProvider.java    |  28 +-
 .../internal/impl/DefaultMetadataResolver.java  |  28 +-
 .../internal/impl/DefaultOfflineController.java |  28 +-
 .../impl/DefaultRemoteRepositoryManager.java    |  28 +-
 .../DefaultRepositoryConnectorProvider.java     |  28 +-
 .../impl/DefaultRepositoryEventDispatcher.java  |  28 +-
 .../impl/DefaultRepositoryLayoutProvider.java   |  28 +-
 .../internal/impl/DefaultRepositorySystem.java  |  28 +-
 .../impl/DefaultSyncContextFactory.java         |  28 +-
 .../impl/DefaultTransporterProvider.java        |  28 +-
 .../impl/DefaultUpdateCheckManager.java         |  28 +-
 .../impl/DefaultUpdatePolicyAnalyzer.java       |  28 +-
 .../impl/DefaultVersionFilterContext.java       |  28 +-
 .../impl/EnhancedLocalRepositoryManager.java    |  28 +-
 .../EnhancedLocalRepositoryManagerFactory.java  |  28 +-
 .../internal/impl/FailChecksumPolicy.java       |  28 +-
 .../internal/impl/LoggerFactoryProvider.java    |  28 +-
 .../impl/Maven2RepositoryLayoutFactory.java     |  28 +-
 .../eclipse/aether/internal/impl/NodeStack.java |  28 +-
 .../aether/internal/impl/ObjectPool.java        |  28 +-
 .../internal/impl/PrioritizedComponent.java     |  28 +-
 .../internal/impl/PrioritizedComponents.java    |  28 +-
 .../internal/impl/SafeTransferListener.java     |  28 +-
 .../aether/internal/impl/SimpleDigest.java      |  28 +-
 .../impl/SimpleLocalRepositoryManager.java      |  28 +-
 .../SimpleLocalRepositoryManagerFactory.java    |  28 +-
 .../internal/impl/TrackingFileManager.java      |  28 +-
 .../org/eclipse/aether/internal/impl/Utils.java |  28 +-
 .../internal/impl/WarnChecksumPolicy.java       |  28 +-
 .../aether/internal/impl/package-info.java      |  28 +-
 .../internal/impl/slf4j/Slf4jLoggerFactory.java |  28 +-
 .../internal/impl/slf4j/package-info.java       |  28 +-
 aether-impl/src/main/resources/about.html       |  28 --
 .../aether/impl/DefaultServiceLocatorTest.java  |  28 +-
 .../impl/StubArtifactDescriptorReader.java      |  28 +-
 .../aether/impl/StubVersionRangeResolver.java   |  28 +-
 .../aether/impl/StubVersionResolver.java        |  28 +-
 .../aether/impl/guice/AetherModuleTest.java     |  28 +-
 .../aether/internal/impl/DataPoolTest.java      |  28 +-
 .../impl/DefaultArtifactResolverTest.java       |  28 +-
 .../impl/DefaultChecksumPolicyProviderTest.java |  28 +-
 .../impl/DefaultDependencyCollectorTest.java    |  28 +-
 .../internal/impl/DefaultDeployerTest.java      |  28 +-
 .../internal/impl/DefaultFileProcessorTest.java |  28 +-
 .../internal/impl/DefaultInstallerTest.java     |  28 +-
 .../impl/DefaultMetadataResolverTest.java       |  28 +-
 .../impl/DefaultOfflineControllerTest.java      |  28 +-
 .../DefaultRemoteRepositoryManagerTest.java     |  28 +-
 .../DefaultRepositoryEventDispatcherTest.java   |  28 +-
 .../impl/DefaultRepositorySystemTest.java       |  28 +-
 .../impl/DefaultUpdateCheckManagerTest.java     |  28 +-
 .../impl/DefaultUpdatePolicyAnalyzerTest.java   |  28 +-
 .../internal/impl/DependencyGraphDumper.java    |  28 +-
 .../EnhancedLocalRepositoryManagerTest.java     |  28 +-
 .../internal/impl/FailChecksumPolicyTest.java   |  28 +-
 .../impl/IniArtifactDescriptorReader.java       |  28 +-
 .../impl/Maven2RepositoryLayoutFactoryTest.java |  28 +-
 .../internal/impl/PrioritizedComponentTest.java |  28 +-
 .../impl/PrioritizedComponentsTest.java         |  28 +-
 .../impl/RecordingRepositoryConnector.java      |  28 +-
 .../impl/RecordingRepositoryListener.java       |  28 +-
 .../internal/impl/SafeTransferListenerTest.java |  28 +-
 .../impl/SimpleLocalRepositoryManagerTest.java  |  28 +-
 .../internal/impl/StaticUpdateCheckManager.java |  28 +-
 .../impl/StubRemoteRepositoryManager.java       |  28 +-
 .../impl/StubRepositoryConnectorProvider.java   |  28 +-
 .../impl/StubRepositoryEventDispatcher.java     |  28 +-
 .../internal/impl/StubSyncContextFactory.java   |  28 +-
 .../internal/impl/StubVersionRangeResolver.java |  28 +-
 .../internal/impl/StubVersionResolver.java      |  28 +-
 .../internal/impl/TrackingFileManagerTest.java  |  28 +-
 .../internal/impl/WarnChecksumPolicyTest.java   |  28 +-
 aether-spi/pom.xml                              |  27 +-
 .../aether/spi/connector/ArtifactDownload.java  |  28 +-
 .../aether/spi/connector/ArtifactTransfer.java  |  28 +-
 .../aether/spi/connector/ArtifactUpload.java    |  28 +-
 .../aether/spi/connector/MetadataDownload.java  |  28 +-
 .../aether/spi/connector/MetadataTransfer.java  |  28 +-
 .../aether/spi/connector/MetadataUpload.java    |  28 +-
 .../spi/connector/RepositoryConnector.java      |  28 +-
 .../connector/RepositoryConnectorFactory.java   |  28 +-
 .../eclipse/aether/spi/connector/Transfer.java  |  28 +-
 .../spi/connector/checksum/ChecksumPolicy.java  |  28 +-
 .../checksum/ChecksumPolicyProvider.java        |  28 +-
 .../spi/connector/checksum/package-info.java    |  28 +-
 .../spi/connector/layout/RepositoryLayout.java  |  28 +-
 .../layout/RepositoryLayoutFactory.java         |  28 +-
 .../layout/RepositoryLayoutProvider.java        |  28 +-
 .../spi/connector/layout/package-info.java      |  28 +-
 .../aether/spi/connector/package-info.java      |  28 +-
 .../transport/AbstractTransporter.java          |  28 +-
 .../aether/spi/connector/transport/GetTask.java |  28 +-
 .../spi/connector/transport/PeekTask.java       |  28 +-
 .../aether/spi/connector/transport/PutTask.java |  28 +-
 .../connector/transport/TransportListener.java  |  28 +-
 .../spi/connector/transport/TransportTask.java  |  28 +-
 .../spi/connector/transport/Transporter.java    |  28 +-
 .../connector/transport/TransporterFactory.java |  28 +-
 .../transport/TransporterProvider.java          |  28 +-
 .../spi/connector/transport/package-info.java   |  28 +-
 .../eclipse/aether/spi/io/FileProcessor.java    |  28 +-
 .../org/eclipse/aether/spi/io/package-info.java |  28 +-
 .../LocalRepositoryManagerFactory.java          |  28 +-
 .../aether/spi/localrepo/package-info.java      |  28 +-
 .../org/eclipse/aether/spi/locator/Service.java |  28 +-
 .../aether/spi/locator/ServiceLocator.java      |  28 +-
 .../aether/spi/locator/package-info.java        |  28 +-
 .../java/org/eclipse/aether/spi/log/Logger.java |  28 +-
 .../eclipse/aether/spi/log/LoggerFactory.java   |  28 +-
 .../org/eclipse/aether/spi/log/NullLogger.java  |  28 +-
 .../aether/spi/log/NullLoggerFactory.java       |  28 +-
 .../eclipse/aether/spi/log/package-info.java    |  28 +-
 aether-spi/src/main/resources/about.html        |  28 --
 .../spi/connector/layout/ChecksumTest.java      |  28 +-
 aether-test-util/pom.xml                        |  27 +-
 .../internal/test/util/ArtifactDefinition.java  |  28 +-
 .../internal/test/util/ArtifactDescription.java |  28 +-
 .../test/util/DependencyGraphParser.java        |  28 +-
 .../test/util/IniArtifactDataReader.java        |  28 +-
 .../test/util/IniArtifactDescriptorReader.java  |  28 +-
 .../aether/internal/test/util/NodeBuilder.java  |  28 +-
 .../internal/test/util/NodeDefinition.java      |  28 +-
 .../util/TestDependencyCollectionContext.java   |  28 +-
 ...estDependencyGraphTransformationContext.java |  28 +-
 .../internal/test/util/TestFileProcessor.java   |  28 +-
 .../internal/test/util/TestFileUtils.java       |  28 +-
 .../test/util/TestLocalRepositoryManager.java   |  28 +-
 .../internal/test/util/TestLoggerFactory.java   |  28 +-
 .../aether/internal/test/util/TestUtils.java    |  28 +-
 .../aether/internal/test/util/TestVersion.java  |  28 +-
 .../test/util/TestVersionConstraint.java        |  28 +-
 .../test/util/TestVersionFilterContext.java     |  28 +-
 .../internal/test/util/TestVersionRange.java    |  28 +-
 .../internal/test/util/TestVersionScheme.java   |  28 +-
 .../aether/internal/test/util/package-info.java |  28 +-
 aether-test-util/src/main/resources/about.html  |  28 --
 .../test/util/DependencyGraphParserTest.java    |  28 +-
 .../test/util/IniArtifactDataReaderTest.java    |  28 +-
 .../util/IniArtifactDescriptorReaderTest.java   |  28 +-
 .../internal/test/util/NodeDefinitionTest.java  |  28 +-
 aether-transport-classpath/pom.xml              |  27 +-
 .../classpath/ClasspathTransporter.java         |  28 +-
 .../classpath/ClasspathTransporterFactory.java  |  28 +-
 .../classpath/ResourceNotFoundException.java    |  28 +-
 .../transport/classpath/package-info.java       |  28 +-
 .../src/main/resources/about.html               |  28 --
 .../classpath/ClasspathTransporterTest.java     |  28 +-
 .../classpath/RecordingTransportListener.java   |  28 +-
 aether-transport-file/pom.xml                   |  27 +-
 .../aether/transport/file/FileTransporter.java  |  28 +-
 .../transport/file/FileTransporterFactory.java  |  28 +-
 .../aether/transport/file/PathUtils.java        |  28 +-
 .../file/ResourceNotFoundException.java         |  28 +-
 .../aether/transport/file/package-info.java     |  28 +-
 .../src/main/resources/about.html               |  28 --
 .../transport/file/FileTransporterTest.java     |  28 +-
 .../file/RecordingTransportListener.java        |  28 +-
 aether-transport-http/pom.xml                   |  27 +-
 .../aether/transport/http/AuthSchemePool.java   |  28 +-
 .../http/DeferredCredentialsProvider.java       |  28 +-
 .../http/DemuxCredentialsProvider.java          |  28 +-
 .../aether/transport/http/GlobalState.java      |  28 +-
 .../aether/transport/http/HttpMkCol.java        |  28 +-
 .../aether/transport/http/HttpTransporter.java  |  28 +-
 .../transport/http/HttpTransporterFactory.java  |  28 +-
 .../aether/transport/http/LocalState.java       |  28 +-
 .../aether/transport/http/SharingAuthCache.java |  28 +-
 .../transport/http/SharingHttpContext.java      |  28 +-
 .../aether/transport/http/SslConfig.java        |  28 +-
 .../aether/transport/http/SslSocketFactory.java |  28 +-
 .../eclipse/aether/transport/http/UriUtils.java |  28 +-
 .../http/X509HostnameVerifierAdapter.java       |  28 +-
 .../aether/transport/http/package-info.java     |  28 +-
 .../src/main/resources/about.html               |  28 --
 .../aether/transport/http/HttpServer.java       |  28 +-
 .../transport/http/HttpTransporterTest.java     |  28 +-
 .../http/RecordingTransportListener.java        |  28 +-
 .../aether/transport/http/UriUtilsTest.java     |  28 +-
 .../src/test/resources/logback.xml              |  26 +-
 aether-transport-wagon/pom.xml                  |  27 +-
 .../wagon/PlexusWagonConfigurator.java          |  28 +-
 .../transport/wagon/PlexusWagonProvider.java    |  28 +-
 .../internal/transport/wagon/package-info.java  |  28 +-
 .../wagon/WagonCancelledException.java          |  28 +-
 .../transport/wagon/WagonConfigurator.java      |  28 +-
 .../aether/transport/wagon/WagonProvider.java   |  28 +-
 .../transport/wagon/WagonTransferListener.java  |  28 +-
 .../transport/wagon/WagonTransporter.java       |  28 +-
 .../wagon/WagonTransporterFactory.java          |  28 +-
 .../aether/transport/wagon/package-info.java    |  28 +-
 .../src/main/resources/about.html               |  28 --
 .../wagon/AbstractWagonTransporterTest.java     |  28 +-
 .../aether/transport/wagon/Configurable.java    |  28 +-
 .../aether/transport/wagon/MemStreamWagon.java  |  28 +-
 .../aether/transport/wagon/MemWagon.java        |  28 +-
 .../aether/transport/wagon/MemWagonUtils.java   |  28 +-
 .../transport/wagon/PlexusSupportTest.java      |  28 +-
 .../wagon/RecordingTransportListener.java       |  28 +-
 .../wagon/StreamWagonTransporterTest.java       |  28 +-
 .../transport/wagon/WagonTransporterTest.java   |  28 +-
 .../src/test/resources/logback-test.xml         |  26 +-
 aether-util/pom.xml                             |  24 +-
 .../org/eclipse/aether/util/ChecksumUtils.java  |  28 +-
 .../org/eclipse/aether/util/ConfigUtils.java    |  28 +-
 .../org/eclipse/aether/util/StringUtils.java    |  28 +-
 .../aether/util/artifact/ArtifactIdUtils.java   |  28 +-
 .../artifact/DefaultArtifactTypeRegistry.java   |  28 +-
 .../util/artifact/DelegatingArtifact.java       |  28 +-
 .../aether/util/artifact/JavaScopes.java        |  28 +-
 .../artifact/OverlayArtifactTypeRegistry.java   |  28 +-
 .../artifact/SimpleArtifactTypeRegistry.java    |  28 +-
 .../aether/util/artifact/SubArtifact.java       |  28 +-
 .../aether/util/artifact/package-info.java      |  28 +-
 .../concurrency/RunnableErrorForwarder.java     |  28 +-
 .../util/concurrency/WorkerThreadFactory.java   |  28 +-
 .../aether/util/concurrency/package-info.java   |  28 +-
 .../filter/AbstractPatternDependencyFilter.java |  28 +-
 .../aether/util/filter/AndDependencyFilter.java |  28 +-
 .../util/filter/DependencyFilterUtils.java      |  28 +-
 .../util/filter/ExclusionsDependencyFilter.java |  28 +-
 .../aether/util/filter/NotDependencyFilter.java |  28 +-
 .../aether/util/filter/OrDependencyFilter.java  |  28 +-
 .../PatternExclusionsDependencyFilter.java      |  28 +-
 .../PatternInclusionsDependencyFilter.java      |  28 +-
 .../util/filter/ScopeDependencyFilter.java      |  28 +-
 .../aether/util/filter/package-info.java        |  28 +-
 .../graph/manager/ClassicDependencyManager.java |  28 +-
 .../graph/manager/DependencyManagerUtils.java   |  28 +-
 .../graph/manager/NoopDependencyManager.java    |  28 +-
 .../aether/util/graph/manager/package-info.java |  28 +-
 .../graph/selector/AndDependencySelector.java   |  28 +-
 .../selector/ExclusionDependencySelector.java   |  28 +-
 .../selector/OptionalDependencySelector.java    |  28 +-
 .../graph/selector/ScopeDependencySelector.java |  28 +-
 .../selector/StaticDependencySelector.java      |  28 +-
 .../util/graph/selector/package-info.java       |  28 +-
 .../ChainedDependencyGraphTransformer.java      |  28 +-
 .../graph/transformer/ConflictIdSorter.java     |  28 +-
 .../util/graph/transformer/ConflictMarker.java  |  28 +-
 .../graph/transformer/ConflictResolver.java     |  28 +-
 .../JavaDependencyContextRefiner.java           |  28 +-
 .../graph/transformer/JavaScopeDeriver.java     |  28 +-
 .../graph/transformer/JavaScopeSelector.java    |  28 +-
 .../transformer/NearestVersionSelector.java     |  28 +-
 .../NoopDependencyGraphTransformer.java         |  28 +-
 .../transformer/SimpleOptionalitySelector.java  |  28 +-
 .../transformer/TransformationContextKeys.java  |  28 +-
 .../util/graph/transformer/package-info.java    |  28 +-
 .../graph/traverser/AndDependencyTraverser.java |  28 +-
 .../graph/traverser/FatArtifactTraverser.java   |  28 +-
 .../traverser/StaticDependencyTraverser.java    |  28 +-
 .../util/graph/traverser/package-info.java      |  28 +-
 .../graph/version/ChainedVersionFilter.java     |  28 +-
 .../ContextualSnapshotVersionFilter.java        |  28 +-
 .../graph/version/HighestVersionFilter.java     |  28 +-
 .../graph/version/SnapshotVersionFilter.java    |  28 +-
 .../aether/util/graph/version/package-info.java |  28 +-
 .../AbstractDepthFirstNodeListGenerator.java    |  28 +-
 .../graph/visitor/CloningDependencyVisitor.java |  28 +-
 .../visitor/FilteringDependencyVisitor.java     |  28 +-
 .../visitor/PathRecordingDependencyVisitor.java |  28 +-
 .../visitor/PostorderNodeListGenerator.java     |  28 +-
 .../visitor/PreorderNodeListGenerator.java      |  28 +-
 .../aether/util/graph/visitor/Stack.java        |  28 +-
 .../graph/visitor/TreeDependencyVisitor.java    |  28 +-
 .../aether/util/graph/visitor/package-info.java |  28 +-
 .../listener/ChainedRepositoryListener.java     |  28 +-
 .../util/listener/ChainedTransferListener.java  |  28 +-
 .../aether/util/listener/package-info.java      |  28 +-
 .../org/eclipse/aether/util/package-info.java   |  28 +-
 .../util/repository/AuthenticationBuilder.java  |  28 +-
 .../util/repository/ChainedAuthentication.java  |  28 +-
 .../util/repository/ChainedWorkspaceReader.java |  28 +-
 .../repository/ComponentAuthentication.java     |  28 +-
 .../ConservativeAuthenticationSelector.java     |  28 +-
 .../repository/ConservativeProxySelector.java   |  28 +-
 .../DefaultAuthenticationSelector.java          |  28 +-
 .../util/repository/DefaultMirrorSelector.java  |  28 +-
 .../util/repository/DefaultProxySelector.java   |  28 +-
 .../util/repository/JreProxySelector.java       |  28 +-
 .../util/repository/SecretAuthentication.java   |  28 +-
 .../SimpleArtifactDescriptorPolicy.java         |  28 +-
 .../repository/SimpleResolutionErrorPolicy.java |  28 +-
 .../util/repository/StringAuthentication.java   |  28 +-
 .../aether/util/repository/package-info.java    |  28 +-
 .../aether/util/version/GenericVersion.java     |  28 +-
 .../util/version/GenericVersionConstraint.java  |  28 +-
 .../util/version/GenericVersionRange.java       |  28 +-
 .../util/version/GenericVersionScheme.java      |  28 +-
 .../aether/util/version/UnionVersionRange.java  |  28 +-
 .../aether/util/version/package-info.java       |  28 +-
 aether-util/src/main/resources/about.html       |  28 --
 .../eclipse/aether/util/ChecksumUtilTest.java   |  28 +-
 .../eclipse/aether/util/ConfigUtilsTest.java    |  28 +-
 .../eclipse/aether/util/StringUtilsTest.java    |  28 +-
 .../util/artifact/ArtifactIdUtilsTest.java      |  28 +-
 .../aether/util/artifact/SubArtifactTest.java   |  28 +-
 .../filter/AbstractDependencyFilterTest.java    |  28 +-
 .../util/filter/AndDependencyFilterTest.java    |  28 +-
 .../util/filter/DependencyFilterUtilsTest.java  |  28 +-
 .../filter/ExclusionDependencyFilterTest.java   |  28 +-
 .../util/filter/OrDependencyFilterTest.java     |  28 +-
 .../PatternExclusionsDependencyFilterTest.java  |  28 +-
 .../PatternInclusionsDependencyFilterTest.java  |  28 +-
 .../util/filter/ScopeDependencyFilterTest.java  |  28 +-
 .../manager/ClassicDependencyManagerTest.java   |  28 +-
 .../selector/AndDependencySelectorTest.java     |  28 +-
 .../AbstractDependencyGraphTransformerTest.java |  28 +-
 .../graph/transformer/ConflictIdSorterTest.java |  28 +-
 .../graph/transformer/ConflictMarkerTest.java   |  28 +-
 .../JavaDependencyContextRefinerTest.java       |  28 +-
 .../transformer/JavaScopeSelectorTest.java      |  28 +-
 .../transformer/NearestVersionSelectorTest.java |  28 +-
 .../util/graph/transformer/RootQueueTest.java   |  28 +-
 .../graph/transformer/SimpleConflictMarker.java |  28 +-
 .../SimpleOptionalitySelectorTest.java          |  28 +-
 .../traverser/AndDependencyTraverserTest.java   |  28 +-
 .../traverser/FatArtifactTraverserTest.java     |  28 +-
 .../StaticDependencyTraverserTest.java          |  28 +-
 .../versions/AbstractVersionFilterTest.java     |  28 +-
 .../versions/ChainedVersionFilterTest.java      |  28 +-
 .../ContextualSnapshotVersionFilterTest.java    |  28 +-
 .../versions/HighestVersionFilterTest.java      |  28 +-
 .../versions/SnapshotVersionFilterTest.java     |  28 +-
 .../visitor/FilteringDependencyVisitorTest.java |  28 +-
 .../PathRecordingDependencyVisitorTest.java     |  28 +-
 .../visitor/PostorderNodeListGeneratorTest.java |  28 +-
 .../visitor/PreorderNodeListGeneratorTest.java  |  28 +-
 .../visitor/TreeDependencyVisitorTest.java      |  28 +-
 .../listener/ChainedRepositoryListenerTest.java |  28 +-
 .../listener/ChainedTransferListenerTest.java   |  28 +-
 .../repository/ComponentAuthenticationTest.java |  28 +-
 .../repository/DefaultMirrorSelectorTest.java   |  28 +-
 .../repository/DefaultProxySelectorTest.java    |  28 +-
 .../util/repository/JreProxySelectorTest.java   |  28 +-
 .../repository/SecretAuthenticationTest.java    |  28 +-
 .../repository/StringAuthenticationTest.java    |  28 +-
 .../util/version/AbstractVersionTest.java       |  28 +-
 .../util/version/GenericVersionRangeTest.java   |  28 +-
 .../util/version/GenericVersionSchemeTest.java  |  28 +-
 .../aether/util/version/GenericVersionTest.java |  28 +-
 .../util/version/UnionVersionRangeTest.java     |  28 +-
 class-overview.svg                              |  24 +-
 epl-v10.html                                    | 261 -------------------
 notice.html                                     | 107 --------
 pom.xml                                         |  52 ++--
 src/main/assembly/bin.xml                       |  24 +-
 542 files changed, 9513 insertions(+), 5930 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/CONTRIBUTING.md
----------------------------------------------------------------------
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
deleted file mode 100644
index 2a98799..0000000
--- a/CONTRIBUTING.md
+++ /dev/null
@@ -1,5 +0,0 @@
-Contributing Patches
-====================
-Please be sure to read our [contribution 
guide](http://www.eclipse.org/aether/contribution/) first to avoid running down
-the wrong path. Non-conforming contributions are less likely to get accepted 
or might not be noticed by the committers
-at all.

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
deleted file mode 100644
index 7290af8..0000000
--- a/README.md
+++ /dev/null
@@ -1,7 +0,0 @@
-Homepage
-========
-<http://www.eclipse.org/aether/>
-
-License
-=======
-- [Eclipse Public License, v1.0](http://www.eclipse.org/legal/epl-v10.html)

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/pom.xml
----------------------------------------------------------------------
diff --git a/aether-api/pom.xml b/aether-api/pom.xml
index dd8020c..3bb4b8a 100644
--- a/aether-api/pom.xml
+++ b/aether-api/pom.xml
@@ -1,17 +1,26 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <!--
- ~ Copyright (c) 2010, 2014 Sonatype, Inc.
- ~ All rights reserved. This program and the accompanying materials
- ~ are made available under the terms of the Eclipse Public License v1.0
- ~ which accompanies this distribution, and is available at
- ~ http://www.eclipse.org/legal/epl-v10.html
- ~
- ~ Contributors:
- ~    Sonatype, Inc. - initial API and implementation
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/AbstractForwardingRepositorySystemSession.java
----------------------------------------------------------------------
diff --git 
a/aether-api/src/main/java/org/eclipse/aether/AbstractForwardingRepositorySystemSession.java
 
b/aether-api/src/main/java/org/eclipse/aether/AbstractForwardingRepositorySystemSession.java
index 590ad28..011d39e 100644
--- 
a/aether-api/src/main/java/org/eclipse/aether/AbstractForwardingRepositorySystemSession.java
+++ 
b/aether-api/src/main/java/org/eclipse/aether/AbstractForwardingRepositorySystemSession.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2013 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether;
 
 import java.util.Map;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/AbstractRepositoryListener.java
----------------------------------------------------------------------
diff --git 
a/aether-api/src/main/java/org/eclipse/aether/AbstractRepositoryListener.java 
b/aether-api/src/main/java/org/eclipse/aether/AbstractRepositoryListener.java
index eaaffc1..74a188d 100644
--- 
a/aether-api/src/main/java/org/eclipse/aether/AbstractRepositoryListener.java
+++ 
b/aether-api/src/main/java/org/eclipse/aether/AbstractRepositoryListener.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2013 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether;
 
 /**

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/ConfigurationProperties.java
----------------------------------------------------------------------
diff --git 
a/aether-api/src/main/java/org/eclipse/aether/ConfigurationProperties.java 
b/aether-api/src/main/java/org/eclipse/aether/ConfigurationProperties.java
index 3cbd59c..b04c1ba 100644
--- a/aether-api/src/main/java/org/eclipse/aether/ConfigurationProperties.java
+++ b/aether-api/src/main/java/org/eclipse/aether/ConfigurationProperties.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2014 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether;
 
 /**

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/DefaultRepositoryCache.java
----------------------------------------------------------------------
diff --git 
a/aether-api/src/main/java/org/eclipse/aether/DefaultRepositoryCache.java 
b/aether-api/src/main/java/org/eclipse/aether/DefaultRepositoryCache.java
index 12d2789..ad6b5c5 100644
--- a/aether-api/src/main/java/org/eclipse/aether/DefaultRepositoryCache.java
+++ b/aether-api/src/main/java/org/eclipse/aether/DefaultRepositoryCache.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2014 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether;
 
 import java.util.Map;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/DefaultRepositorySystemSession.java
----------------------------------------------------------------------
diff --git 
a/aether-api/src/main/java/org/eclipse/aether/DefaultRepositorySystemSession.java
 
b/aether-api/src/main/java/org/eclipse/aether/DefaultRepositorySystemSession.java
index 363ede6..2e570f3 100644
--- 
a/aether-api/src/main/java/org/eclipse/aether/DefaultRepositorySystemSession.java
+++ 
b/aether-api/src/main/java/org/eclipse/aether/DefaultRepositorySystemSession.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2014 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether;
 
 import java.util.Collections;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/DefaultSessionData.java
----------------------------------------------------------------------
diff --git 
a/aether-api/src/main/java/org/eclipse/aether/DefaultSessionData.java 
b/aether-api/src/main/java/org/eclipse/aether/DefaultSessionData.java
index 738cebc..bf69eae 100644
--- a/aether-api/src/main/java/org/eclipse/aether/DefaultSessionData.java
+++ b/aether-api/src/main/java/org/eclipse/aether/DefaultSessionData.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2014 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether;
 
 import java.util.concurrent.ConcurrentHashMap;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/RepositoryCache.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/RepositoryCache.java 
b/aether-api/src/main/java/org/eclipse/aether/RepositoryCache.java
index 7363844..c8c9f1e 100644
--- a/aether-api/src/main/java/org/eclipse/aether/RepositoryCache.java
+++ b/aether-api/src/main/java/org/eclipse/aether/RepositoryCache.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2014 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether;
 
 /**

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/RepositoryEvent.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/RepositoryEvent.java 
b/aether-api/src/main/java/org/eclipse/aether/RepositoryEvent.java
index 2abd800..22187e4 100644
--- a/aether-api/src/main/java/org/eclipse/aether/RepositoryEvent.java
+++ b/aether-api/src/main/java/org/eclipse/aether/RepositoryEvent.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2011 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/RepositoryException.java
----------------------------------------------------------------------
diff --git 
a/aether-api/src/main/java/org/eclipse/aether/RepositoryException.java 
b/aether-api/src/main/java/org/eclipse/aether/RepositoryException.java
index 35f0cfd..8d8405f 100644
--- a/aether-api/src/main/java/org/eclipse/aether/RepositoryException.java
+++ b/aether-api/src/main/java/org/eclipse/aether/RepositoryException.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2014 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether;
 
 /**

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/RepositoryListener.java
----------------------------------------------------------------------
diff --git 
a/aether-api/src/main/java/org/eclipse/aether/RepositoryListener.java 
b/aether-api/src/main/java/org/eclipse/aether/RepositoryListener.java
index 5f83923..f837e91 100644
--- a/aether-api/src/main/java/org/eclipse/aether/RepositoryListener.java
+++ b/aether-api/src/main/java/org/eclipse/aether/RepositoryListener.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2014 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether;
 
 /**

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/RepositorySystem.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/RepositorySystem.java 
b/aether-api/src/main/java/org/eclipse/aether/RepositorySystem.java
index debdb7d..e914906 100644
--- a/aether-api/src/main/java/org/eclipse/aether/RepositorySystem.java
+++ b/aether-api/src/main/java/org/eclipse/aether/RepositorySystem.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2014 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether;
 
 import java.util.Collection;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/RepositorySystemSession.java
----------------------------------------------------------------------
diff --git 
a/aether-api/src/main/java/org/eclipse/aether/RepositorySystemSession.java 
b/aether-api/src/main/java/org/eclipse/aether/RepositorySystemSession.java
index 96f51c1..5ee0d42 100644
--- a/aether-api/src/main/java/org/eclipse/aether/RepositorySystemSession.java
+++ b/aether-api/src/main/java/org/eclipse/aether/RepositorySystemSession.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2013 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether;
 
 import java.util.Map;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/RequestTrace.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/RequestTrace.java 
b/aether-api/src/main/java/org/eclipse/aether/RequestTrace.java
index c6afa8e..d996eac 100644
--- a/aether-api/src/main/java/org/eclipse/aether/RequestTrace.java
+++ b/aether-api/src/main/java/org/eclipse/aether/RequestTrace.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2011 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether;
 
 /**

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/SessionData.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/SessionData.java 
b/aether-api/src/main/java/org/eclipse/aether/SessionData.java
index 92930e7..a7dd407 100644
--- a/aether-api/src/main/java/org/eclipse/aether/SessionData.java
+++ b/aether-api/src/main/java/org/eclipse/aether/SessionData.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2014 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether;
 
 /**

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/SyncContext.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/SyncContext.java 
b/aether-api/src/main/java/org/eclipse/aether/SyncContext.java
index a05d512..f511baf 100644
--- a/aether-api/src/main/java/org/eclipse/aether/SyncContext.java
+++ b/aether-api/src/main/java/org/eclipse/aether/SyncContext.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2011 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether;
 
 import java.io.Closeable;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/artifact/AbstractArtifact.java
----------------------------------------------------------------------
diff --git 
a/aether-api/src/main/java/org/eclipse/aether/artifact/AbstractArtifact.java 
b/aether-api/src/main/java/org/eclipse/aether/artifact/AbstractArtifact.java
index 2944ff8..95ed776 100644
--- a/aether-api/src/main/java/org/eclipse/aether/artifact/AbstractArtifact.java
+++ b/aether-api/src/main/java/org/eclipse/aether/artifact/AbstractArtifact.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2012 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether.artifact;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/artifact/Artifact.java
----------------------------------------------------------------------
diff --git a/aether-api/src/main/java/org/eclipse/aether/artifact/Artifact.java 
b/aether-api/src/main/java/org/eclipse/aether/artifact/Artifact.java
index 5eef695..1c3d40c 100644
--- a/aether-api/src/main/java/org/eclipse/aether/artifact/Artifact.java
+++ b/aether-api/src/main/java/org/eclipse/aether/artifact/Artifact.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2014 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether.artifact;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/artifact/ArtifactProperties.java
----------------------------------------------------------------------
diff --git 
a/aether-api/src/main/java/org/eclipse/aether/artifact/ArtifactProperties.java 
b/aether-api/src/main/java/org/eclipse/aether/artifact/ArtifactProperties.java
index 7fbea04..fef3b06 100644
--- 
a/aether-api/src/main/java/org/eclipse/aether/artifact/ArtifactProperties.java
+++ 
b/aether-api/src/main/java/org/eclipse/aether/artifact/ArtifactProperties.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2013 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether.artifact;
 
 /**

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/artifact/ArtifactType.java
----------------------------------------------------------------------
diff --git 
a/aether-api/src/main/java/org/eclipse/aether/artifact/ArtifactType.java 
b/aether-api/src/main/java/org/eclipse/aether/artifact/ArtifactType.java
index 174c3c5..c04a54d 100644
--- a/aether-api/src/main/java/org/eclipse/aether/artifact/ArtifactType.java
+++ b/aether-api/src/main/java/org/eclipse/aether/artifact/ArtifactType.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2014 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether.artifact;
 
 import java.util.Map;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/artifact/ArtifactTypeRegistry.java
----------------------------------------------------------------------
diff --git 
a/aether-api/src/main/java/org/eclipse/aether/artifact/ArtifactTypeRegistry.java
 
b/aether-api/src/main/java/org/eclipse/aether/artifact/ArtifactTypeRegistry.java
index 2addff1..694b631 100644
--- 
a/aether-api/src/main/java/org/eclipse/aether/artifact/ArtifactTypeRegistry.java
+++ 
b/aether-api/src/main/java/org/eclipse/aether/artifact/ArtifactTypeRegistry.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2012 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether.artifact;
 
 /**

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/artifact/DefaultArtifact.java
----------------------------------------------------------------------
diff --git 
a/aether-api/src/main/java/org/eclipse/aether/artifact/DefaultArtifact.java 
b/aether-api/src/main/java/org/eclipse/aether/artifact/DefaultArtifact.java
index 9971034..77625c3 100644
--- a/aether-api/src/main/java/org/eclipse/aether/artifact/DefaultArtifact.java
+++ b/aether-api/src/main/java/org/eclipse/aether/artifact/DefaultArtifact.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2013 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether.artifact;
 
 import java.io.File;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/artifact/DefaultArtifactType.java
----------------------------------------------------------------------
diff --git 
a/aether-api/src/main/java/org/eclipse/aether/artifact/DefaultArtifactType.java 
b/aether-api/src/main/java/org/eclipse/aether/artifact/DefaultArtifactType.java
index b30cd12..c7c4357 100644
--- 
a/aether-api/src/main/java/org/eclipse/aether/artifact/DefaultArtifactType.java
+++ 
b/aether-api/src/main/java/org/eclipse/aether/artifact/DefaultArtifactType.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2013 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether.artifact;
 
 import java.util.Collections;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/artifact/package-info.java
----------------------------------------------------------------------
diff --git 
a/aether-api/src/main/java/org/eclipse/aether/artifact/package-info.java 
b/aether-api/src/main/java/org/eclipse/aether/artifact/package-info.java
index 6d676d1..a60cd8c 100644
--- a/aether-api/src/main/java/org/eclipse/aether/artifact/package-info.java
+++ b/aether-api/src/main/java/org/eclipse/aether/artifact/package-info.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2014 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 /**
  * The definition of an artifact, that is the primary entity managed by the 
repository system.
  */

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/collection/CollectRequest.java
----------------------------------------------------------------------
diff --git 
a/aether-api/src/main/java/org/eclipse/aether/collection/CollectRequest.java 
b/aether-api/src/main/java/org/eclipse/aether/collection/CollectRequest.java
index 8568385..dda9f10 100644
--- a/aether-api/src/main/java/org/eclipse/aether/collection/CollectRequest.java
+++ b/aether-api/src/main/java/org/eclipse/aether/collection/CollectRequest.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2012 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether.collection;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/collection/CollectResult.java
----------------------------------------------------------------------
diff --git 
a/aether-api/src/main/java/org/eclipse/aether/collection/CollectResult.java 
b/aether-api/src/main/java/org/eclipse/aether/collection/CollectResult.java
index 4975190..e43928b 100644
--- a/aether-api/src/main/java/org/eclipse/aether/collection/CollectResult.java
+++ b/aether-api/src/main/java/org/eclipse/aether/collection/CollectResult.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2013 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether.collection;
 
 import java.util.ArrayList;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/collection/DependencyCollectionContext.java
----------------------------------------------------------------------
diff --git 
a/aether-api/src/main/java/org/eclipse/aether/collection/DependencyCollectionContext.java
 
b/aether-api/src/main/java/org/eclipse/aether/collection/DependencyCollectionContext.java
index 3b8fbc2..980abe9 100644
--- 
a/aether-api/src/main/java/org/eclipse/aether/collection/DependencyCollectionContext.java
+++ 
b/aether-api/src/main/java/org/eclipse/aether/collection/DependencyCollectionContext.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2013 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether.collection;
 
 import java.util.List;

http://git-wip-us.apache.org/repos/asf/maven-aether/blob/540d7cca/aether-api/src/main/java/org/eclipse/aether/collection/DependencyCollectionException.java
----------------------------------------------------------------------
diff --git 
a/aether-api/src/main/java/org/eclipse/aether/collection/DependencyCollectionException.java
 
b/aether-api/src/main/java/org/eclipse/aether/collection/DependencyCollectionException.java
index 0d26674..2b247c1 100644
--- 
a/aether-api/src/main/java/org/eclipse/aether/collection/DependencyCollectionException.java
+++ 
b/aether-api/src/main/java/org/eclipse/aether/collection/DependencyCollectionException.java
@@ -1,13 +1,21 @@
-/*******************************************************************************
- * Copyright (c) 2010, 2014 Sonatype, Inc.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- *    Sonatype, Inc. - initial API and implementation
- 
*******************************************************************************/
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ * 
+ *  http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package org.eclipse.aether.collection;
 
 import org.eclipse.aether.RepositoryException;

Reply via email to