You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2007/03/11 22:16:03 UTC

svn commit: r517014 [1/6] - in /maven/maven-1/core/trunk: ./ src/admin/ src/bin/ src/bootstrap/org/apache/maven/ src/conf/ src/java/org/apache/maven/ src/java/org/apache/maven/cli/ src/java/org/apache/maven/jelly/ src/java/org/apache/maven/jelly/tags/ ...

Author: ltheussl
Date: Sun Mar 11 14:15:50 2007
New Revision: 517014

URL: http://svn.apache.org/viewvc?view=rev&rev=517014
Log:
cd '/home/lukas/maven/m1/trunk/core/src'Update license headers

Modified:
    maven/maven-1/core/trunk/NOTICE.txt
    maven/maven-1/core/trunk/build-bootstrap.xml
    maven/maven-1/core/trunk/checkstyle.xml
    maven/maven-1/core/trunk/maven.xml
    maven/maven-1/core/trunk/plugins-site.xml
    maven/maven-1/core/trunk/project.properties
    maven/maven-1/core/trunk/project.xml
    maven/maven-1/core/trunk/release.xml
    maven/maven-1/core/trunk/src/admin/create-checksums
    maven/maven-1/core/trunk/src/admin/deploy-artifact
    maven/maven-1/core/trunk/src/admin/deploy-artifact.bat
    maven/maven-1/core/trunk/src/admin/deploy-dist
    maven/maven-1/core/trunk/src/admin/deploy-dist.bat
    maven/maven-1/core/trunk/src/admin/deploy-jar
    maven/maven-1/core/trunk/src/admin/deploy-jar.bat
    maven/maven-1/core/trunk/src/admin/deploy-snapshot-jar
    maven/maven-1/core/trunk/src/admin/deploy-snapshot-jar.bat
    maven/maven-1/core/trunk/src/bin/forehead.conf
    maven/maven-1/core/trunk/src/bin/maven
    maven/maven-1/core/trunk/src/bin/maven.bat
    maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/ArtifactDownloader.java
    maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/Base64.java
    maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/BootstrapPomParser.java
    maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/BootstrapTask.java
    maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/Dependency.java
    maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/HttpUtils.java
    maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/package.html
    maven/maven-1/core/trunk/src/conf/defaults.properties
    maven/maven-1/core/trunk/src/conf/driver.jelly
    maven/maven-1/core/trunk/src/conf/driver.properties
    maven/maven-1/core/trunk/src/conf/links.properties
    maven/maven-1/core/trunk/src/conf/log4j.properties
    maven/maven-1/core/trunk/src/java/org/apache/maven/AbstractMavenComponent.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/AntProjectBuilder.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/ArtifactListBuilder.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/DependencyClasspathBuilder.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/GoalException.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/MavenConstants.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/MavenException.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/MavenSession.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/MavenUtils.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/UnknownGoalException.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/cli/App.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/cli/CLIManager.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/cli/package.html
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/JellyBuildListener.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/JellyUtils.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/MavenExpressionFactory.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/MavenJellyContext.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/package.html
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/BaseTagLibrary.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/BaseTagSupport.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/jeez/JeezTagLibrary.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/jeez/MavenJeezTagLibrary.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/jeez/TagDefTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/jeez/TargetTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/jeez/package.html
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/AddPathTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/ConcatTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/CopyResources.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/DependencyResolver.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/DependencyResolverInterface.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/GetTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/InputTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/InstallPluginTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/MakeAbsolutePathTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/MakeRelativePathTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/MavenTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/MavenTagLibrary.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/ParamCheck.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/PluginVarTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/PomTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/PropertyTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/ReactorTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/RootRelativePathTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/SetTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/SnapshotSignature.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/UninstallPluginTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/UserCheck.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/WerkzDependencyResolver.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/maven/package.html
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/package.html
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/werkz/MavenAttainGoalTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/werkz/MavenGoalTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/tags/werkz/package.html
    maven/maven-1/core/trunk/src/java/org/apache/maven/package.html
    maven/maven-1/core/trunk/src/java/org/apache/maven/plugin/GoalToJellyScriptHousingMapper.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/plugin/JellyScriptHousing.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/plugin/PluginCacheManager.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/plugin/PluginDefinitionHandler.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/plugin/PluginManager.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/plugin/PluginScriptParser.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/plugin/UnknownPluginException.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/plugin/package.html
    maven/maven-1/core/trunk/src/java/org/apache/maven/project/Project.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/repository/AbstractArtifact.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/repository/AbstractRepositoryLayout.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/repository/Artifact.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/repository/ArtifactTypeHandler.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/repository/DefaultArtifactFactory.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/repository/DefaultArtifactTypeHandler.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/repository/DefaultRepositoryLayout.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/repository/GenericArtifact.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/repository/PluginArtifact.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/repository/RepositoryLayout.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/repository/package.html
    maven/maven-1/core/trunk/src/java/org/apache/maven/util/BootstrapDownloadMeter.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/util/CaseInsensitiveGlobPatternMapper.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/util/ConsoleDownloadMeter.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/util/DVSLFormatter.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/util/DVSLPathTool.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/util/EnhancedStringTokenizer.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/util/Expand.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/util/HttpUtils.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/util/InsertionOrderedSet.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/util/MD5Sum.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/util/MavenTool.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/util/ResourceBean.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/util/StringInputStream.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/util/StringTool.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/util/package.html
    maven/maven-1/core/trunk/src/java/org/apache/maven/verifier/ChecksumVerificationException.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/verifier/DependencyVerifier.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/verifier/LocalSettingsVerifier.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/verifier/RepoConfigException.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/verifier/UnsatisfiedDependencyException.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/verifier/package.html
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/Action.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/Callback.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/CyclicGoalChainException.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/DefaultAction.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/Goal.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/NoActionDefinitionException.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/NoSuchGoalException.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/PostActionCallback.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/PostGoalCallback.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/PreActionCallback.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/PreGoalCallback.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/Session.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/UnattainableGoalException.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/WerkzException.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/WerkzProject.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/jelly/AttainGoalTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/jelly/AttainTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/jelly/CallbackTagSupport.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/jelly/GoalTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/jelly/JellySession.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/jelly/PostActionTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/jelly/PostGoalTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/jelly/PreActionTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/jelly/PreGoalTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/jelly/ProjectTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/jelly/UseGoalsTag.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/jelly/WerkzTagLibrary.java
    maven/maven-1/core/trunk/src/java/org/apache/maven/werkz/jelly/WerkzTagSupport.java
    maven/maven-1/core/trunk/src/messages/messages.properties
    maven/maven-1/core/trunk/src/messages/messages_el.properties
    maven/maven-1/core/trunk/src/messages/messages_es.properties
    maven/maven-1/core/trunk/src/messages/messages_fr.properties
    maven/maven-1/core/trunk/src/messages/messages_it.properties
    maven/maven-1/core/trunk/src/messages/messages_ja.properties
    maven/maven-1/core/trunk/src/messages/messages_nl.properties
    maven/maven-1/core/trunk/src/messages/messages_no.properties
    maven/maven-1/core/trunk/src/messages/messages_pl.properties
    maven/maven-1/core/trunk/src/messages/messages_zh_CN.properties
    maven/maven-1/core/trunk/src/test/basedir/extend-1/project.xml
    maven/maven-1/core/trunk/src/test/basedir/extend-2/project.xml
    maven/maven-1/core/trunk/src/test/basedir/project.xml
    maven/maven-1/core/trunk/src/test/extend/child_project/project-child2.xml
    maven/maven-1/core/trunk/src/test/extend/child_project/project.properties
    maven/maven-1/core/trunk/src/test/extend/project-child.xml
    maven/maven-1/core/trunk/src/test/extend/project.properties
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/JAXPTest.java
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/MavenUtilsTest.java
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/jelly/tags/maven/DependencyResolverTest.java
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/jelly/tags/maven/DependencyResolverTestData.java
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/jelly/tags/maven/RootRelativePathTagTest.java
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/plugin/PluginCacheManagerTest.java
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/plugin/PluginManagerTest.java
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/plugin/maven.home/plugins/jar/plugin.jelly
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/plugin/maven.home/plugins/jar/plugin.properties
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/plugin/maven.home/plugins/jar/project.properties
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/plugin/maven.home/plugins/jar/project.xml
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/plugin/plugin.jelly
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/project/BasedirTest.java
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/project/LegacyIdTest.java
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/project/ProjectInheritanceTest.java
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/util/DVSLFormatterTest.java
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/util/DVSLPathToolTest.java
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/util/EnhancedStringTokenizerTest.java
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/util/InsertionOrderedSetTest.java
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/util/MD5SumTest.java
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/util/MavenToolTest.java
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/util/StringToolTest.java
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/werkz/GoalTest.java
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/werkz/GoalTracker.java
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/werkz/MockCallback.java
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/werkz/MockGoal.java
    maven/maven-1/core/trunk/src/test/java/org/apache/maven/werkz/ProjectTest.java
    maven/maven-1/core/trunk/src/test/log4j.properties
    maven/maven-1/core/trunk/src/test/mock-plugins/plugin-1/plugin.jelly
    maven/maven-1/core/trunk/src/test/mock-plugins/plugin-2/plugin.jelly
    maven/maven-1/core/trunk/src/test/mock-plugins/plugin-3/plugin.jelly
    maven/maven-1/core/trunk/src/test/mock-plugins/plugin-4/plugin.jelly
    maven/maven-1/core/trunk/src/test/mock-plugins/plugin-5/plugin.jelly
    maven/maven-1/core/trunk/src/test/mock-plugins/plugin-6/plugin.jelly
    maven/maven-1/core/trunk/src/test/mock-plugins/plugin-7/plugin.jelly
    maven/maven-1/core/trunk/src/test/mock-plugins/plugin-8/plugin.jelly
    maven/maven-1/core/trunk/src/test/mock-plugins/plugin-9/plugin.jelly
    maven/maven-1/core/trunk/src/test/test-data/pom/dependencies.xml
    maven/maven-1/core/trunk/src/test/test-data/pom/extend/base-different-ids.xml
    maven/maven-1/core/trunk/src/test/test-data/pom/extend/base-id-only.xml
    maven/maven-1/core/trunk/src/test/test-data/pom/extend/base-matching-ids.xml
    maven/maven-1/core/trunk/src/test/test-data/pom/extend/base.xml
    maven/maven-1/core/trunk/src/test/test-data/pom/extend/test-artifact-id-only-base.xml
    maven/maven-1/core/trunk/src/test/test-data/pom/extend/test-artifact-id-only-extend.xml
    maven/maven-1/core/trunk/src/test/test-data/pom/extend/test-artifact-id-only-over-different.xml
    maven/maven-1/core/trunk/src/test/test-data/pom/extend/test-artifact-id-only-over-matching.xml
    maven/maven-1/core/trunk/src/test/test-data/pom/extend/test-artifact-id-only.xml
    maven/maven-1/core/trunk/src/test/test-data/pom/extend/test-group-id-and-artifact-id.xml
    maven/maven-1/core/trunk/src/test/test-data/pom/extend/test-group-id-and-id-as-artifact-id.xml
    maven/maven-1/core/trunk/src/test/test-data/pom/extend/test-id-only.xml
    maven/maven-1/core/trunk/src/test/test-data/pom/extend/test-id-override-groupid.xml
    maven/maven-1/core/trunk/src/test/test-data/pom/extend/test-none.xml
    maven/maven-1/core/trunk/src/test/test-data/pom/test-group-id-and-artifact-id.xml
    maven/maven-1/core/trunk/src/test/test-data/pom/test-group-id-and-id-as-artifact-id.xml
    maven/maven-1/core/trunk/src/test/test-data/pom/test-id-and-groupId-and-artifactId.xml
    maven/maven-1/core/trunk/src/test/test-data/pom/test-id-only.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/maven.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/project.properties
    maven/maven-1/core/trunk/src/test/touchstone-build/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/conf/log4j.properties
    maven/maven-1/core/trunk/src/test/touchstone-build/src/conf/runtime.properties
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/clean/maven.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/clean/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/clean/subproject/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/default/maven.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/default/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/default/subproject/maven.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/default/subproject/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/maven.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-maven.xml/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/entities-in-project.xml/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/failProperty/extra-failure/maven.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/failProperty/extra-failure/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/failProperty/failure-1/maven.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/failProperty/failure-1/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/failProperty/failure-2/maven.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/failProperty/failure-2/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/failProperty/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/failProperty/success-1/maven.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/failProperty/success-1/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/failProperty/success-2/maven.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/failProperty/success-2/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/inheritence/build.properties
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/inheritence/maven.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/inheritence/project.properties
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/inheritence/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/inheritence/subproject/build.properties
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/inheritence/subproject/maven.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/inheritence/subproject/project.properties
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/inheritence/subproject/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/inheritence/subproject/subproject2/build.properties
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/inheritence/subproject/subproject2/maven.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/inheritence/subproject/subproject2/project.properties
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/inheritence/subproject/subproject2/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/legacy-fugly/a/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/legacy-fugly/b/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/legacy-fugly/c/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/legacy-fugly/d/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/legacy-fugly/e/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/legacy-fugly/f/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/legacy-fugly/maven.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/legacy-fugly/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/legacy/a/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/legacy/b/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/legacy/c/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/legacy/d/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/legacy/e/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/legacy/f/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/legacy/maven.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/legacy/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/resources/maven.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/resources/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/resources/subproject/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/resources/subproject/resources/test.properties
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/run_twice/maven.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/run_twice/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/run_twice/subproject/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/standard/a/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/standard/b/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/standard/c/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/standard/d/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/standard/e/maven.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/standard/e/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/standard/f/maven.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/standard/f/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/standard/maven.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/standard/project.properties
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/standard/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/username_test/maven.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/reactor-build/username_test/project.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/resources/resources.properties
    maven/maven-1/core/trunk/src/test/touchstone-build/src/resources/resources.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/test-data/test.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/src/test-data/whacky.properties
    maven/maven-1/core/trunk/src/test/touchstone-build/xdocs/navigation.xml
    maven/maven-1/core/trunk/src/test/touchstone-build/xdocs/tables.xml
    maven/maven-1/core/trunk/xdocs/about/features.xml
    maven/maven-1/core/trunk/xdocs/about/powered.xml
    maven/maven-1/core/trunk/xdocs/about/whatismaven.xml
    maven/maven-1/core/trunk/xdocs/contributing/help.xml
    maven/maven-1/core/trunk/xdocs/contributing/patches.xml
    maven/maven-1/core/trunk/xdocs/developers/apache.xml
    maven/maven-1/core/trunk/xdocs/developers/building-from-source.xml
    maven/maven-1/core/trunk/xdocs/developers/committers.xml
    maven/maven-1/core/trunk/xdocs/developers/documentation-conventions.xml
    maven/maven-1/core/trunk/xdocs/developers/index.xml
    maven/maven-1/core/trunk/xdocs/development-process.xml
    maven/maven-1/core/trunk/xdocs/development/branches.xml
    maven/maven-1/core/trunk/xdocs/development/deprecation.xml
    maven/maven-1/core/trunk/xdocs/development/distributions.xml
    maven/maven-1/core/trunk/xdocs/development/release-process.xml
    maven/maven-1/core/trunk/xdocs/errors/404.xml
    maven/maven-1/core/trunk/xdocs/faq.fml
    maven/maven-1/core/trunk/xdocs/index.xml
    maven/maven-1/core/trunk/xdocs/navigation.xml
    maven/maven-1/core/trunk/xdocs/news.xml
    maven/maven-1/core/trunk/xdocs/pdf-navigation.xml
    maven/maven-1/core/trunk/xdocs/plugins/3rdparty.xml
    maven/maven-1/core/trunk/xdocs/plugins/bundledHistory.xml
    maven/maven-1/core/trunk/xdocs/plugins/index.xml
    maven/maven-1/core/trunk/xdocs/project/components.xml
    maven/maven-1/core/trunk/xdocs/project/index.xml
    maven/maven-1/core/trunk/xdocs/project/related.xml
    maven/maven-1/core/trunk/xdocs/reference/articles.xml
    maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml
    maven/maven-1/core/trunk/xdocs/reference/command-line.xml
    maven/maven-1/core/trunk/xdocs/reference/conventions.xml
    maven/maven-1/core/trunk/xdocs/reference/glossary.xml
    maven/maven-1/core/trunk/xdocs/reference/ide/idea.xml
    maven/maven-1/core/trunk/xdocs/reference/ide/index.xml
    maven/maven-1/core/trunk/xdocs/reference/index.xml
    maven/maven-1/core/trunk/xdocs/reference/internal-repositories.xml
    maven/maven-1/core/trunk/xdocs/reference/links.xml
    maven/maven-1/core/trunk/xdocs/reference/properties.xml
    maven/maven-1/core/trunk/xdocs/reference/repository-upload.xml
    maven/maven-1/core/trunk/xdocs/reference/scripting.xml
    maven/maven-1/core/trunk/xdocs/reference/sharing-plugins.xml
    maven/maven-1/core/trunk/xdocs/reference/standard-sun-jar-names.xml
    maven/maven-1/core/trunk/xdocs/roadmap.xml
    maven/maven-1/core/trunk/xdocs/start/adapting.xml
    maven/maven-1/core/trunk/xdocs/start/concepts.xml
    maven/maven-1/core/trunk/xdocs/start/download.xml
    maven/maven-1/core/trunk/xdocs/start/index.xml
    maven/maven-1/core/trunk/xdocs/start/install.xml
    maven/maven-1/core/trunk/xdocs/start/quick-start.xml
    maven/maven-1/core/trunk/xdocs/start/release-notes-1.1-beta-2.xml
    maven/maven-1/core/trunk/xdocs/start/release-notes-1.1-beta-3.xml
    maven/maven-1/core/trunk/xdocs/start/release-notes-LATEST.xml
    maven/maven-1/core/trunk/xdocs/start/ten-minute-test.xml
    maven/maven-1/core/trunk/xdocs/using/bestpractices.xml
    maven/maven-1/core/trunk/xdocs/using/customising.xml
    maven/maven-1/core/trunk/xdocs/using/developing-plugins.xml
    maven/maven-1/core/trunk/xdocs/using/index.xml
    maven/maven-1/core/trunk/xdocs/using/jar.xml
    maven/maven-1/core/trunk/xdocs/using/managing-dependencies.xml
    maven/maven-1/core/trunk/xdocs/using/migrating.xml
    maven/maven-1/core/trunk/xdocs/using/multiproject.xml
    maven/maven-1/core/trunk/xdocs/using/releasing.xml
    maven/maven-1/core/trunk/xdocs/using/repositories.xml
    maven/maven-1/core/trunk/xdocs/using/resources.xml
    maven/maven-1/core/trunk/xdocs/using/scm.xml
    maven/maven-1/core/trunk/xdocs/using/site.xml
    maven/maven-1/core/trunk/xdocs/using/tests.xml
    maven/maven-1/core/trunk/xdocs/using/war.xml

Modified: maven/maven-1/core/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/NOTICE.txt?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/NOTICE.txt (original)
+++ maven/maven-1/core/trunk/NOTICE.txt Sun Mar 11 14:15:50 2007
@@ -1,2 +1,5 @@
-This product includes software developed by
-The Apache Software Foundation (http://www.apache.org/).
+Apache Maven
+Copyright 2001-2006 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file

Modified: maven/maven-1/core/trunk/build-bootstrap.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/build-bootstrap.xml?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/build-bootstrap.xml (original)
+++ maven/maven-1/core/trunk/build-bootstrap.xml Sun Mar 11 14:15:50 2007
@@ -1,11 +1,12 @@
 <?xml version="1.0"?>
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: maven/maven-1/core/trunk/checkstyle.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/checkstyle.xml?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/checkstyle.xml (original)
+++ maven/maven-1/core/trunk/checkstyle.xml Sun Mar 11 14:15:50 2007
@@ -1,11 +1,12 @@
 <?xml version="1.0"?>
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: maven/maven-1/core/trunk/maven.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/maven.xml?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/maven.xml (original)
+++ maven/maven-1/core/trunk/maven.xml Sun Mar 11 14:15:50 2007
@@ -1,10 +1,11 @@
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: maven/maven-1/core/trunk/plugins-site.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/plugins-site.xml?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/plugins-site.xml (original)
+++ maven/maven-1/core/trunk/plugins-site.xml Sun Mar 11 14:15:50 2007
@@ -1,10 +1,11 @@
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: maven/maven-1/core/trunk/project.properties
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/project.properties?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/project.properties (original)
+++ maven/maven-1/core/trunk/project.properties Sun Mar 11 14:15:50 2007
@@ -1,9 +1,10 @@
 # -------------------------------------------------------------------
-# Copyright 2001-2006 The Apache Software Foundation.
-# 
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
 # 
 #      http://www.apache.org/licenses/LICENSE-2.0
 #  

Modified: maven/maven-1/core/trunk/project.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/project.xml?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/project.xml (original)
+++ maven/maven-1/core/trunk/project.xml Sun Mar 11 14:15:50 2007
@@ -2,11 +2,12 @@
 
 <!--
 /*
- * Copyright 2001-2006 The Apache Software Foundation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  *
  *      http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: maven/maven-1/core/trunk/release.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/release.xml?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/release.xml (original)
+++ maven/maven-1/core/trunk/release.xml Sun Mar 11 14:15:50 2007
@@ -1,10 +1,11 @@
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: maven/maven-1/core/trunk/src/admin/create-checksums
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/admin/create-checksums?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/admin/create-checksums (original)
+++ maven/maven-1/core/trunk/src/admin/create-checksums Sun Mar 11 14:15:50 2007
@@ -1,10 +1,11 @@
 #!/bin/sh
 # ----------------------------------------------------------------------------
-#  Copyright 2001-2004 The Apache Software Foundation.
-#  
-#  Licensed under the Apache License, Version 2.0 (the "License");
-#  you may not use this file except in compliance with the License.
-#  You may obtain a copy of the License at
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
 #  
 #       http://www.apache.org/licenses/LICENSE-2.0
 #  

Modified: maven/maven-1/core/trunk/src/admin/deploy-artifact
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/admin/deploy-artifact?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/admin/deploy-artifact (original)
+++ maven/maven-1/core/trunk/src/admin/deploy-artifact Sun Mar 11 14:15:50 2007
@@ -1,10 +1,11 @@
 #!/bin/sh
 # ----------------------------------------------------------------------------
-#  Copyright 2001-2004 The Apache Software Foundation.
-#  
-#  Licensed under the Apache License, Version 2.0 (the "License");
-#  you may not use this file except in compliance with the License.
-#  You may obtain a copy of the License at
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
 #  
 #       http://www.apache.org/licenses/LICENSE-2.0
 #  

Modified: maven/maven-1/core/trunk/src/admin/deploy-artifact.bat
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/admin/deploy-artifact.bat?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/admin/deploy-artifact.bat (original)
+++ maven/maven-1/core/trunk/src/admin/deploy-artifact.bat Sun Mar 11 14:15:50 2007
@@ -1,9 +1,10 @@
 @REM ----------------------------------------------------------------------------
-@REM Copyright 2001-2004 The Apache Software Foundation.
-@REM 
-@REM Licensed under the Apache License, Version 2.0 (the "License");
-@REM you may not use this file except in compliance with the License.
-@REM You may obtain a copy of the License at
+@REM Licensed to the Apache Software Foundation (ASF) under one or more
+@REM contributor license agreements.  See the NOTICE file distributed with
+@REM this work for additional information regarding copyright ownership.
+@REM The ASF licenses this file to You under the Apache License, Version 2.0
+@REM (the "License"); you may not use this file except in compliance with
+@REM the License.  You may obtain a copy of the License at
 @REM 
 @REM      http://www.apache.org/licenses/LICENSE-2.0
 @REM 

Modified: maven/maven-1/core/trunk/src/admin/deploy-dist
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/admin/deploy-dist?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/admin/deploy-dist (original)
+++ maven/maven-1/core/trunk/src/admin/deploy-dist Sun Mar 11 14:15:50 2007
@@ -1,10 +1,11 @@
 #!/bin/sh
 # ----------------------------------------------------------------------------
-#  Copyright 2001-2004 The Apache Software Foundation.
-#  
-#  Licensed under the Apache License, Version 2.0 (the "License");
-#  you may not use this file except in compliance with the License.
-#  You may obtain a copy of the License at
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
 #  
 #       http://www.apache.org/licenses/LICENSE-2.0
 #  

Modified: maven/maven-1/core/trunk/src/admin/deploy-dist.bat
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/admin/deploy-dist.bat?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/admin/deploy-dist.bat (original)
+++ maven/maven-1/core/trunk/src/admin/deploy-dist.bat Sun Mar 11 14:15:50 2007
@@ -1,9 +1,10 @@
 @REM ----------------------------------------------------------------------------
-@REM Copyright 2001-2004 The Apache Software Foundation.
-@REM 
-@REM Licensed under the Apache License, Version 2.0 (the "License");
-@REM you may not use this file except in compliance with the License.
-@REM You may obtain a copy of the License at
+@REM Licensed to the Apache Software Foundation (ASF) under one or more
+@REM contributor license agreements.  See the NOTICE file distributed with
+@REM this work for additional information regarding copyright ownership.
+@REM The ASF licenses this file to You under the Apache License, Version 2.0
+@REM (the "License"); you may not use this file except in compliance with
+@REM the License.  You may obtain a copy of the License at
 @REM 
 @REM      http://www.apache.org/licenses/LICENSE-2.0
 @REM 

Modified: maven/maven-1/core/trunk/src/admin/deploy-jar
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/admin/deploy-jar?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/admin/deploy-jar (original)
+++ maven/maven-1/core/trunk/src/admin/deploy-jar Sun Mar 11 14:15:50 2007
@@ -1,10 +1,11 @@
 #!/bin/sh
 # ----------------------------------------------------------------------------
-#  Copyright 2001-2004 The Apache Software Foundation.
-#  
-#  Licensed under the Apache License, Version 2.0 (the "License");
-#  you may not use this file except in compliance with the License.
-#  You may obtain a copy of the License at
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
 #  
 #       http://www.apache.org/licenses/LICENSE-2.0
 #  

Modified: maven/maven-1/core/trunk/src/admin/deploy-jar.bat
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/admin/deploy-jar.bat?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/admin/deploy-jar.bat (original)
+++ maven/maven-1/core/trunk/src/admin/deploy-jar.bat Sun Mar 11 14:15:50 2007
@@ -1,9 +1,10 @@
 @REM ----------------------------------------------------------------------------
-@REM Copyright 2001-2004 The Apache Software Foundation.
-@REM 
-@REM Licensed under the Apache License, Version 2.0 (the "License");
-@REM you may not use this file except in compliance with the License.
-@REM You may obtain a copy of the License at
+@REM Licensed to the Apache Software Foundation (ASF) under one or more
+@REM contributor license agreements.  See the NOTICE file distributed with
+@REM this work for additional information regarding copyright ownership.
+@REM The ASF licenses this file to You under the Apache License, Version 2.0
+@REM (the "License"); you may not use this file except in compliance with
+@REM the License.  You may obtain a copy of the License at
 @REM 
 @REM      http://www.apache.org/licenses/LICENSE-2.0
 @REM 

Modified: maven/maven-1/core/trunk/src/admin/deploy-snapshot-jar
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/admin/deploy-snapshot-jar?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/admin/deploy-snapshot-jar (original)
+++ maven/maven-1/core/trunk/src/admin/deploy-snapshot-jar Sun Mar 11 14:15:50 2007
@@ -1,10 +1,11 @@
 #!/bin/sh
 # ----------------------------------------------------------------------------
-#  Copyright 2001-2004 The Apache Software Foundation.
-#  
-#  Licensed under the Apache License, Version 2.0 (the "License");
-#  you may not use this file except in compliance with the License.
-#  You may obtain a copy of the License at
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
 #  
 #       http://www.apache.org/licenses/LICENSE-2.0
 #  

Modified: maven/maven-1/core/trunk/src/admin/deploy-snapshot-jar.bat
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/admin/deploy-snapshot-jar.bat?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/admin/deploy-snapshot-jar.bat (original)
+++ maven/maven-1/core/trunk/src/admin/deploy-snapshot-jar.bat Sun Mar 11 14:15:50 2007
@@ -1,9 +1,10 @@
 @REM ----------------------------------------------------------------------------
-@REM Copyright 2001-2004 The Apache Software Foundation.
-@REM 
-@REM Licensed under the Apache License, Version 2.0 (the "License");
-@REM you may not use this file except in compliance with the License.
-@REM You may obtain a copy of the License at
+@REM Licensed to the Apache Software Foundation (ASF) under one or more
+@REM contributor license agreements.  See the NOTICE file distributed with
+@REM this work for additional information regarding copyright ownership.
+@REM The ASF licenses this file to You under the Apache License, Version 2.0
+@REM (the "License"); you may not use this file except in compliance with
+@REM the License.  You may obtain a copy of the License at
 @REM 
 @REM      http://www.apache.org/licenses/LICENSE-2.0
 @REM 

Modified: maven/maven-1/core/trunk/src/bin/forehead.conf
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/bin/forehead.conf?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/bin/forehead.conf (original)
+++ maven/maven-1/core/trunk/src/bin/forehead.conf Sun Mar 11 14:15:50 2007
@@ -1,9 +1,10 @@
 # -------------------------------------------------------------------
-# Copyright 2001-2004 The Apache Software Foundation.
-# 
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
 # 
 #      http://www.apache.org/licenses/LICENSE-2.0
 #  

Modified: maven/maven-1/core/trunk/src/bin/maven
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/bin/maven?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/bin/maven (original)
+++ maven/maven-1/core/trunk/src/bin/maven Sun Mar 11 14:15:50 2007
@@ -1,10 +1,11 @@
 #!/bin/sh
 # ----------------------------------------------------------------------------
-#  Copyright 2001-2004 The Apache Software Foundation.
-#  
-#  Licensed under the Apache License, Version 2.0 (the "License");
-#  you may not use this file except in compliance with the License.
-#  You may obtain a copy of the License at
+#  Licensed to the Apache Software Foundation (ASF) under one or more
+#  contributor license agreements.  See the NOTICE file distributed with
+#  this work for additional information regarding copyright ownership.
+#  The ASF licenses this file to You under the Apache License, Version 2.0
+#  (the "License"); you may not use this file except in compliance with
+#  the License.  You may obtain a copy of the License at
 #  
 #       http://www.apache.org/licenses/LICENSE-2.0
 #  

Modified: maven/maven-1/core/trunk/src/bin/maven.bat
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/bin/maven.bat?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/bin/maven.bat (original)
+++ maven/maven-1/core/trunk/src/bin/maven.bat Sun Mar 11 14:15:50 2007
@@ -1,9 +1,10 @@
 @REM ----------------------------------------------------------------------------
-@REM Copyright 2001-2004 The Apache Software Foundation.
-@REM 
-@REM Licensed under the Apache License, Version 2.0 (the "License");
-@REM you may not use this file except in compliance with the License.
-@REM You may obtain a copy of the License at
+@REM Licensed to the Apache Software Foundation (ASF) under one or more
+@REM contributor license agreements.  See the NOTICE file distributed with
+@REM this work for additional information regarding copyright ownership.
+@REM The ASF licenses this file to You under the Apache License, Version 2.0
+@REM (the "License"); you may not use this file except in compliance with
+@REM the License.  You may obtain a copy of the License at
 @REM 
 @REM      http://www.apache.org/licenses/LICENSE-2.0
 @REM 

Modified: maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/ArtifactDownloader.java
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/ArtifactDownloader.java?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/ArtifactDownloader.java (original)
+++ maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/ArtifactDownloader.java Sun Mar 11 14:15:50 2007
@@ -1,11 +1,12 @@
 package org.apache.maven;
 
 /* ====================================================================
- *   Copyright 2001-2005 The Apache Software Foundation.
- *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements.  See the NOTICE file distributed with
+ *   this work for additional information regarding copyright ownership.
+ *   The ASF licenses this file to You under the Apache License, Version 2.0
+ *   (the "License"); you may not use this file except in compliance with
+ *   the License.  You may obtain a copy of the License at
  *
  *       http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/Base64.java
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/Base64.java?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/Base64.java (original)
+++ maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/Base64.java Sun Mar 11 14:15:50 2007
@@ -1,11 +1,12 @@
 package org.apache.maven;
 
 /* ====================================================================
- *   Copyright 2001-2005 The Apache Software Foundation.
- *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements.  See the NOTICE file distributed with
+ *   this work for additional information regarding copyright ownership.
+ *   The ASF licenses this file to You under the Apache License, Version 2.0
+ *   (the "License"); you may not use this file except in compliance with
+ *   the License.  You may obtain a copy of the License at
  *
  *       http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/BootstrapPomParser.java
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/BootstrapPomParser.java?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/BootstrapPomParser.java (original)
+++ maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/BootstrapPomParser.java Sun Mar 11 14:15:50 2007
@@ -1,11 +1,12 @@
 package org.apache.maven;
 
 /* ====================================================================
- *   Copyright 2001-2005 The Apache Software Foundation.
- *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements.  See the NOTICE file distributed with
+ *   this work for additional information regarding copyright ownership.
+ *   The ASF licenses this file to You under the Apache License, Version 2.0
+ *   (the "License"); you may not use this file except in compliance with
+ *   the License.  You may obtain a copy of the License at
  *
  *       http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/BootstrapTask.java
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/BootstrapTask.java?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/BootstrapTask.java (original)
+++ maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/BootstrapTask.java Sun Mar 11 14:15:50 2007
@@ -1,11 +1,12 @@
 package org.apache.maven;
 
 /* ====================================================================
- *   Copyright 2001-2005 The Apache Software Foundation.
- *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements.  See the NOTICE file distributed with
+ *   this work for additional information regarding copyright ownership.
+ *   The ASF licenses this file to You under the Apache License, Version 2.0
+ *   (the "License"); you may not use this file except in compliance with
+ *   the License.  You may obtain a copy of the License at
  *
  *       http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/Dependency.java
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/Dependency.java?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/Dependency.java (original)
+++ maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/Dependency.java Sun Mar 11 14:15:50 2007
@@ -1,11 +1,12 @@
 package org.apache.maven;
 
 /* ====================================================================
- *   Copyright 2001-2005 The Apache Software Foundation.
- *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements.  See the NOTICE file distributed with
+ *   this work for additional information regarding copyright ownership.
+ *   The ASF licenses this file to You under the Apache License, Version 2.0
+ *   (the "License"); you may not use this file except in compliance with
+ *   the License.  You may obtain a copy of the License at
  *
  *       http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/HttpUtils.java
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/HttpUtils.java?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/HttpUtils.java (original)
+++ maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/HttpUtils.java Sun Mar 11 14:15:50 2007
@@ -1,11 +1,12 @@
 package org.apache.maven;
 
 /* ====================================================================
- *   Copyright 2001-2005 The Apache Software Foundation.
- *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements.  See the NOTICE file distributed with
+ *   this work for additional information regarding copyright ownership.
+ *   The ASF licenses this file to You under the Apache License, Version 2.0
+ *   (the "License"); you may not use this file except in compliance with
+ *   the License.  You may obtain a copy of the License at
  *
  *       http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/package.html
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/package.html?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/package.html (original)
+++ maven/maven-1/core/trunk/src/bootstrap/org/apache/maven/package.html Sun Mar 11 14:15:50 2007
@@ -1,10 +1,11 @@
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: maven/maven-1/core/trunk/src/conf/defaults.properties
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/conf/defaults.properties?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/conf/defaults.properties (original)
+++ maven/maven-1/core/trunk/src/conf/defaults.properties Sun Mar 11 14:15:50 2007
@@ -1,9 +1,10 @@
 # -------------------------------------------------------------------
-# Copyright 2001-2004 The Apache Software Foundation.
-# 
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
 # 
 #      http://www.apache.org/licenses/LICENSE-2.0
 #  

Modified: maven/maven-1/core/trunk/src/conf/driver.jelly
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/conf/driver.jelly?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/conf/driver.jelly (original)
+++ maven/maven-1/core/trunk/src/conf/driver.jelly Sun Mar 11 14:15:50 2007
@@ -1,11 +1,12 @@
 <?xml version="1.0"?>
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: maven/maven-1/core/trunk/src/conf/driver.properties
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/conf/driver.properties?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/conf/driver.properties (original)
+++ maven/maven-1/core/trunk/src/conf/driver.properties Sun Mar 11 14:15:50 2007
@@ -1,9 +1,10 @@
 # -------------------------------------------------------------------
-# Copyright 2001-2004 The Apache Software Foundation.
-# 
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
 # 
 #      http://www.apache.org/licenses/LICENSE-2.0
 #  

Modified: maven/maven-1/core/trunk/src/conf/links.properties
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/conf/links.properties?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/conf/links.properties (original)
+++ maven/maven-1/core/trunk/src/conf/links.properties Sun Mar 11 14:15:50 2007
@@ -1,9 +1,10 @@
 # -------------------------------------------------------------------
-# Copyright 2001-2005 The Apache Software Foundation.
-# 
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
 # 
 #      http://www.apache.org/licenses/LICENSE-2.0
 #  

Modified: maven/maven-1/core/trunk/src/conf/log4j.properties
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/conf/log4j.properties?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/conf/log4j.properties (original)
+++ maven/maven-1/core/trunk/src/conf/log4j.properties Sun Mar 11 14:15:50 2007
@@ -1,9 +1,10 @@
 # -------------------------------------------------------------------
-# Copyright 2001-2004 The Apache Software Foundation.
-# 
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
 # 
 #      http://www.apache.org/licenses/LICENSE-2.0
 #  

Modified: maven/maven-1/core/trunk/src/java/org/apache/maven/AbstractMavenComponent.java
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/java/org/apache/maven/AbstractMavenComponent.java?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/java/org/apache/maven/AbstractMavenComponent.java (original)
+++ maven/maven-1/core/trunk/src/java/org/apache/maven/AbstractMavenComponent.java Sun Mar 11 14:15:50 2007
@@ -1,11 +1,12 @@
 package org.apache.maven;
 
 /* ====================================================================
- *   Copyright 2001-2004 The Apache Software Foundation.
- *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements.  See the NOTICE file distributed with
+ *   this work for additional information regarding copyright ownership.
+ *   The ASF licenses this file to You under the Apache License, Version 2.0
+ *   (the "License"); you may not use this file except in compliance with
+ *   the License.  You may obtain a copy of the License at
  *
  *       http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: maven/maven-1/core/trunk/src/java/org/apache/maven/AntProjectBuilder.java
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/java/org/apache/maven/AntProjectBuilder.java?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/java/org/apache/maven/AntProjectBuilder.java (original)
+++ maven/maven-1/core/trunk/src/java/org/apache/maven/AntProjectBuilder.java Sun Mar 11 14:15:50 2007
@@ -1,11 +1,12 @@
 package org.apache.maven;
 
 /* ====================================================================
- *   Copyright 2001-2004 The Apache Software Foundation.
- *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements.  See the NOTICE file distributed with
+ *   this work for additional information regarding copyright ownership.
+ *   The ASF licenses this file to You under the Apache License, Version 2.0
+ *   (the "License"); you may not use this file except in compliance with
+ *   the License.  You may obtain a copy of the License at
  *
  *       http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: maven/maven-1/core/trunk/src/java/org/apache/maven/ArtifactListBuilder.java
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/java/org/apache/maven/ArtifactListBuilder.java?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/java/org/apache/maven/ArtifactListBuilder.java (original)
+++ maven/maven-1/core/trunk/src/java/org/apache/maven/ArtifactListBuilder.java Sun Mar 11 14:15:50 2007
@@ -1,11 +1,12 @@
 package org.apache.maven;
 
 /* ====================================================================
- *   Copyright 2001-2004 The Apache Software Foundation.
- *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements.  See the NOTICE file distributed with
+ *   this work for additional information regarding copyright ownership.
+ *   The ASF licenses this file to You under the Apache License, Version 2.0
+ *   (the "License"); you may not use this file except in compliance with
+ *   the License.  You may obtain a copy of the License at
  *
  *       http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: maven/maven-1/core/trunk/src/java/org/apache/maven/DependencyClasspathBuilder.java
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/java/org/apache/maven/DependencyClasspathBuilder.java?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/java/org/apache/maven/DependencyClasspathBuilder.java (original)
+++ maven/maven-1/core/trunk/src/java/org/apache/maven/DependencyClasspathBuilder.java Sun Mar 11 14:15:50 2007
@@ -1,11 +1,12 @@
 package org.apache.maven;
 
 /* ====================================================================
- *   Copyright 2001-2004 The Apache Software Foundation.
- *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements.  See the NOTICE file distributed with
+ *   this work for additional information regarding copyright ownership.
+ *   The ASF licenses this file to You under the Apache License, Version 2.0
+ *   (the "License"); you may not use this file except in compliance with
+ *   the License.  You may obtain a copy of the License at
  *
  *       http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: maven/maven-1/core/trunk/src/java/org/apache/maven/GoalException.java
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/java/org/apache/maven/GoalException.java?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/java/org/apache/maven/GoalException.java (original)
+++ maven/maven-1/core/trunk/src/java/org/apache/maven/GoalException.java Sun Mar 11 14:15:50 2007
@@ -1,11 +1,12 @@
 package org.apache.maven;
 
 /* ====================================================================
- *   Copyright 2001-2004 The Apache Software Foundation.
- *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements.  See the NOTICE file distributed with
+ *   this work for additional information regarding copyright ownership.
+ *   The ASF licenses this file to You under the Apache License, Version 2.0
+ *   (the "License"); you may not use this file except in compliance with
+ *   the License.  You may obtain a copy of the License at
  *
  *       http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: maven/maven-1/core/trunk/src/java/org/apache/maven/MavenConstants.java
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/java/org/apache/maven/MavenConstants.java?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/java/org/apache/maven/MavenConstants.java (original)
+++ maven/maven-1/core/trunk/src/java/org/apache/maven/MavenConstants.java Sun Mar 11 14:15:50 2007
@@ -1,11 +1,12 @@
 package org.apache.maven;
 
 /* ====================================================================
- *   Copyright 2001-2004 The Apache Software Foundation.
- *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements.  See the NOTICE file distributed with
+ *   this work for additional information regarding copyright ownership.
+ *   The ASF licenses this file to You under the Apache License, Version 2.0
+ *   (the "License"); you may not use this file except in compliance with
+ *   the License.  You may obtain a copy of the License at
  *
  *       http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: maven/maven-1/core/trunk/src/java/org/apache/maven/MavenException.java
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/java/org/apache/maven/MavenException.java?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/java/org/apache/maven/MavenException.java (original)
+++ maven/maven-1/core/trunk/src/java/org/apache/maven/MavenException.java Sun Mar 11 14:15:50 2007
@@ -1,11 +1,12 @@
 package org.apache.maven;
 
 /* ====================================================================
- *   Copyright 2001-2004 The Apache Software Foundation.
- *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements.  See the NOTICE file distributed with
+ *   this work for additional information regarding copyright ownership.
+ *   The ASF licenses this file to You under the Apache License, Version 2.0
+ *   (the "License"); you may not use this file except in compliance with
+ *   the License.  You may obtain a copy of the License at
  *
  *       http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: maven/maven-1/core/trunk/src/java/org/apache/maven/MavenSession.java
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/java/org/apache/maven/MavenSession.java?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/java/org/apache/maven/MavenSession.java (original)
+++ maven/maven-1/core/trunk/src/java/org/apache/maven/MavenSession.java Sun Mar 11 14:15:50 2007
@@ -1,11 +1,12 @@
 package org.apache.maven;
 
 /* ====================================================================
- *   Copyright 2001-2004 The Apache Software Foundation.
- *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements.  See the NOTICE file distributed with
+ *   this work for additional information regarding copyright ownership.
+ *   The ASF licenses this file to You under the Apache License, Version 2.0
+ *   (the "License"); you may not use this file except in compliance with
+ *   the License.  You may obtain a copy of the License at
  *
  *       http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: maven/maven-1/core/trunk/src/java/org/apache/maven/MavenUtils.java
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/java/org/apache/maven/MavenUtils.java?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/java/org/apache/maven/MavenUtils.java (original)
+++ maven/maven-1/core/trunk/src/java/org/apache/maven/MavenUtils.java Sun Mar 11 14:15:50 2007
@@ -1,11 +1,12 @@
 package org.apache.maven;
 
 /* ====================================================================
- *   Copyright 2001-2004 The Apache Software Foundation.
- *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements.  See the NOTICE file distributed with
+ *   this work for additional information regarding copyright ownership.
+ *   The ASF licenses this file to You under the Apache License, Version 2.0
+ *   (the "License"); you may not use this file except in compliance with
+ *   the License.  You may obtain a copy of the License at
  *
  *       http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: maven/maven-1/core/trunk/src/java/org/apache/maven/UnknownGoalException.java
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/java/org/apache/maven/UnknownGoalException.java?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/java/org/apache/maven/UnknownGoalException.java (original)
+++ maven/maven-1/core/trunk/src/java/org/apache/maven/UnknownGoalException.java Sun Mar 11 14:15:50 2007
@@ -1,11 +1,12 @@
 package org.apache.maven;
 
 /* ====================================================================
- *   Copyright 2001-2004 The Apache Software Foundation.
- *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements.  See the NOTICE file distributed with
+ *   this work for additional information regarding copyright ownership.
+ *   The ASF licenses this file to You under the Apache License, Version 2.0
+ *   (the "License"); you may not use this file except in compliance with
+ *   the License.  You may obtain a copy of the License at
  *
  *       http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: maven/maven-1/core/trunk/src/java/org/apache/maven/cli/App.java
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/java/org/apache/maven/cli/App.java?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/java/org/apache/maven/cli/App.java (original)
+++ maven/maven-1/core/trunk/src/java/org/apache/maven/cli/App.java Sun Mar 11 14:15:50 2007
@@ -1,11 +1,12 @@
 package org.apache.maven.cli;
 
 /* ====================================================================
- *   Copyright 2001-2004 The Apache Software Foundation.
- *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements.  See the NOTICE file distributed with
+ *   this work for additional information regarding copyright ownership.
+ *   The ASF licenses this file to You under the Apache License, Version 2.0
+ *   (the "License"); you may not use this file except in compliance with
+ *   the License.  You may obtain a copy of the License at
  *
  *       http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: maven/maven-1/core/trunk/src/java/org/apache/maven/cli/CLIManager.java
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/java/org/apache/maven/cli/CLIManager.java?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/java/org/apache/maven/cli/CLIManager.java (original)
+++ maven/maven-1/core/trunk/src/java/org/apache/maven/cli/CLIManager.java Sun Mar 11 14:15:50 2007
@@ -1,11 +1,12 @@
 package org.apache.maven.cli;
 
 /* ====================================================================
- *   Copyright 2001-2004 The Apache Software Foundation.
- *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements.  See the NOTICE file distributed with
+ *   this work for additional information regarding copyright ownership.
+ *   The ASF licenses this file to You under the Apache License, Version 2.0
+ *   (the "License"); you may not use this file except in compliance with
+ *   the License.  You may obtain a copy of the License at
  *
  *       http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: maven/maven-1/core/trunk/src/java/org/apache/maven/cli/package.html
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/java/org/apache/maven/cli/package.html?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/java/org/apache/maven/cli/package.html (original)
+++ maven/maven-1/core/trunk/src/java/org/apache/maven/cli/package.html Sun Mar 11 14:15:50 2007
@@ -1,10 +1,11 @@
 <!-- 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
  * 
  *      http://www.apache.org/licenses/LICENSE-2.0
  * 

Modified: maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/JellyBuildListener.java
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/JellyBuildListener.java?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/JellyBuildListener.java (original)
+++ maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/JellyBuildListener.java Sun Mar 11 14:15:50 2007
@@ -1,11 +1,12 @@
 package org.apache.maven.jelly;
 
 /* ====================================================================
- *   Copyright 2001-2004 The Apache Software Foundation.
- *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements.  See the NOTICE file distributed with
+ *   this work for additional information regarding copyright ownership.
+ *   The ASF licenses this file to You under the Apache License, Version 2.0
+ *   (the "License"); you may not use this file except in compliance with
+ *   the License.  You may obtain a copy of the License at
  *
  *       http://www.apache.org/licenses/LICENSE-2.0
  *

Modified: maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/JellyUtils.java
URL: http://svn.apache.org/viewvc/maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/JellyUtils.java?view=diff&rev=517014&r1=517013&r2=517014
==============================================================================
--- maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/JellyUtils.java (original)
+++ maven/maven-1/core/trunk/src/java/org/apache/maven/jelly/JellyUtils.java Sun Mar 11 14:15:50 2007
@@ -1,11 +1,12 @@
 package org.apache.maven.jelly;
 
 /* ====================================================================
- *   Copyright 2001-2004 The Apache Software Foundation.
- *
- *   Licensed under the Apache License, Version 2.0 (the "License");
- *   you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
+ *   Licensed to the Apache Software Foundation (ASF) under one or more
+ *   contributor license agreements.  See the NOTICE file distributed with
+ *   this work for additional information regarding copyright ownership.
+ *   The ASF licenses this file to You under the Apache License, Version 2.0
+ *   (the "License"); you may not use this file except in compliance with
+ *   the License.  You may obtain a copy of the License at
  *
  *       http://www.apache.org/licenses/LICENSE-2.0
  *