From 9751245d475f685197cfa5d68148fdb2fa4cfa35 Mon Sep 17 00:00:00 2001 From: ltheussl Date: Wed, 25 Apr 2007 12:28:56 +0000 Subject: [PATCH] Update license headers. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@532339 13f79535-47bb-0310-9956-ffa450edef68 --- artifact/plugin.jelly | 11 +++--- artifact/plugin.properties | 11 +++--- artifact/project.properties | 11 +++--- artifact/project.xml | 11 +++--- .../apache/maven/artifact/PomRewriter.java | 11 +++--- .../artifact/deployer/ArtifactDeployer.java | 11 +++--- .../deployer/DefaultArtifactDeployer.java | 11 +++--- .../maven/artifact/deployer/DeployBean.java | 11 +++--- .../deployer/NamedArtifactDeployer.java | 11 +++--- .../deployer/NamedArtifactTypeHandler.java | 11 +++--- .../artifact/deployer/RepositoryBuilder.java | 11 +++--- .../maven/artifact/deployer/UploadMeter.java | 11 +++--- artifact/src/plugin-test/maven.xml | 11 +++--- artifact/src/plugin-test/project.xml | 11 +++--- .../maven/artifact/PomRewriterTest.java | 11 +++--- artifact/xdocs/authentication.xml | 11 +++--- artifact/xdocs/changes.xml | 11 +++--- artifact/xdocs/examples.xml | 11 +++--- artifact/xdocs/goals.xml | 19 +++++++++- artifact/xdocs/index.xml | 11 +++--- artifact/xdocs/navigation.xml | 11 +++--- artifact/xdocs/properties.xml | 34 +++++++++--------- artifact/xdocs/protocols.xml | 11 +++--- artifact/xdocs/security.xml | 11 +++--- artifact/xdocs/tags.xml | 11 +++--- changelog/plugin.jelly | 11 +++--- changelog/plugin.properties | 11 +++--- changelog/project.properties | 11 +++--- changelog/project.xml | 11 +++--- .../changelog/AbstractChangeLogGenerator.java | 11 +++--- .../org/apache/maven/changelog/ChangeLog.java | 11 +++--- .../maven/changelog/ChangeLogEntry.java | 11 +++--- .../maven/changelog/ChangeLogFactory.java | 11 +++--- .../apache/maven/changelog/ChangeLogFile.java | 11 +++--- .../maven/changelog/ChangeLogGenerator.java | 11 +++--- .../maven/changelog/ChangeLogParser.java | 11 +++--- .../apache/maven/changelog/ChangeLogSet.java | 11 +++--- .../ClearcaseChangeLogFactory.java | 11 +++--- .../ClearcaseChangeLogGenerator.java | 11 +++--- .../ClearcaseChangeLogParser.java | 11 +++--- .../maven/cvslib/CvsChangeLogFactory.java | 11 +++--- .../maven/cvslib/CvsChangeLogGenerator.java | 11 +++--- .../maven/cvslib/CvsChangeLogParser.java | 11 +++--- .../apache/maven/cvslib/CvsConnection.java | 11 +++--- .../apache/maven/cvslib/CvsLogListener.java | 11 +++--- .../maven/mkslib/MksChangeLogFactory.java | 11 +++--- .../maven/mkslib/MksChangeLogGenerator.java | 11 +++--- .../maven/mkslib/MksChangeLogParser.java | 11 +++--- .../perforcelib/PerforceChangeLogFactory.java | 11 +++--- .../PerforceChangeLogGenerator.java | 11 +++--- .../perforcelib/PerforceChangeLogParser.java | 11 +++--- .../starteamlib/StarteamChangeLogFactory.java | 11 +++--- .../StarteamChangeLogGenerator.java | 11 +++--- .../starteamlib/StarteamChangeLogParser.java | 11 +++--- .../maven/svnlib/SvnChangeLogFactory.java | 11 +++--- .../maven/svnlib/SvnChangeLogGenerator.java | 11 +++--- .../maven/svnlib/SvnChangeLogParser.java | 11 +++--- .../apache/maven/util/AsyncStreamReader.java | 11 +++--- .../apache/maven/util/RepositoryUtils.java | 11 +++--- changelog/src/plugin-resources/changelog.jsl | 11 +++--- .../maven/changelog/ChangeLogEntryTest.java | 11 +++--- .../maven/changelog/ChangeLogFileTest.java | 11 +++--- .../ClearcaseChangeLogParserTest.java | 11 +++--- .../maven/cvslib/CvsChangeLogFactoryTest.java | 11 +++--- .../cvslib/CvsChangeLogGeneratorTest.java | 11 +++--- .../maven/cvslib/CvsChangeLogParserTest.java | 11 +++--- .../maven/cvslib/CvsConnectionTest.java | 11 +++--- .../maven/cvslib/CvsLogListenerTest.java | 11 +++--- .../maven/mkslib/MksChangeLogParserTest.java | 11 +++--- .../PerforceChangeLogGeneratorTest.java | 11 +++--- .../PerforceChangeLogParserTest.java | 11 +++--- .../StarteamChangeLogFactoryTest.java | 11 +++--- .../StarteamChangeLogParser2Test.java | 11 +++--- .../StarteamChangeLogParserTest.java | 11 +++--- .../maven/svnlib/SvnChangeLogParserTest.java | 11 +++--- .../org/apache/maven/util/RepositoryTest.java | 11 +++--- changelog/xdocs/changes.xml | 11 +++--- changelog/xdocs/goals.xml | 11 +++--- changelog/xdocs/index.xml | 11 +++--- changelog/xdocs/navigation.xml | 11 +++--- changelog/xdocs/properties.xml | 11 +++--- changelog/xdocs/tags.xml | 19 ++++++++++ dist/plugin.jelly | 11 +++--- dist/plugin.properties | 11 +++--- dist/project.properties | 11 +++--- dist/project.xml | 11 +++--- .../dist/DistributionArtifactTypeHandler.java | 11 +++--- dist/src/plugin-test/maven.xml | 11 +++--- dist/src/plugin-test/project.xml | 11 +++--- .../DistributionArtifactTypeHandlerTest.java | 11 +++--- dist/xdocs/changes.xml | 11 +++--- dist/xdocs/goals.xml | 11 +++--- dist/xdocs/index.xml | 11 +++--- dist/xdocs/navigation.xml | 11 +++--- dist/xdocs/properties.xml | 11 +++--- linkcheck/plugin.jelly | 11 +++--- linkcheck/plugin.properties | 11 +++--- linkcheck/project.properties | 11 +++--- linkcheck/project.xml | 11 +++--- .../maven/plugin/linkcheck/FileToCheck.java | 11 +++--- .../maven/plugin/linkcheck/LinkCheck.java | 11 +++--- .../plugin/linkcheck/LinkCheckResult.java | 11 +++--- .../maven/plugin/linkcheck/LinkMatcher.java | 11 +++--- .../validation/FileLinkValidator.java | 11 +++--- .../validation/HTTPLinkValidator.java | 11 +++--- .../validation/LinkValidationItem.java | 11 +++--- .../validation/LinkValidationResult.java | 11 +++--- .../linkcheck/validation/LinkValidator.java | 11 +++--- .../validation/LinkValidatorManager.java | 11 +++--- .../validation/MailtoLinkValidator.java | 11 +++--- .../validation/OfflineHTTPLinkValidator.java | 11 +++--- .../src/plugin-resources/linkcheck-temp.xml | 11 +++--- linkcheck/src/plugin-resources/linkcheck.jsl | 11 +++--- .../src/plugin-test/defaultTest/maven.xml | 11 +++--- .../defaultTest/project.properties | 11 +++--- .../src/plugin-test/defaultTest/project.xml | 11 +++--- .../plugin-test/defaultTest/xdocs/&test.html | 11 +++--- .../plugin-test/defaultTest/xdocs/nolink.html | 11 +++--- .../xdocs/test-resources/nolink.html | 11 +++--- .../xdocs/test-resources/test1/test1.html | 11 +++--- .../xdocs/test-resources/test1/test2.html | 11 +++--- .../plugin-test/defaultTest/xdocs/test.html | 14 ++++---- .../defaultTest/xdocs/test1/test1.html | 11 +++--- .../defaultTest/xdocs/testExcludes.html | 11 +++--- linkcheck/src/plugin-test/maven.xml | 11 +++--- linkcheck/src/plugin-test/project.xml | 11 +++--- .../testEmptyReportWithMaven1.0/maven.xml | 11 +++--- linkcheck/src/test-resources/index-all.html | 11 +++--- linkcheck/src/test-resources/nolink.html | 11 +++--- .../test-resources/test-resources/nolink.html | 11 +++--- .../test-resources/test1/test1.html | 11 +++--- .../test-resources/test1/test2.html | 11 +++--- linkcheck/src/test-resources/test1/test1.html | 11 +++--- linkcheck/src/test-resources/testA.html | 11 +++--- .../src/test-resources/testExcludes.html | 11 +++--- .../maven/plugin/linkcheck/LinkCheckTest.java | 11 +++--- .../validation/HTTPLinkValidatorTest.java | 11 +++--- linkcheck/xdocs/changes.xml | 11 +++--- linkcheck/xdocs/goals.xml | 11 +++--- linkcheck/xdocs/index.xml | 11 +++--- linkcheck/xdocs/navigation.xml | 11 +++--- linkcheck/xdocs/properties.xml | 11 +++--- multiproject/plugin.jelly | 11 +++--- multiproject/plugin.properties | 11 +++--- multiproject/project.properties | 11 +++--- multiproject/project.xml | 11 +++--- .../harmonizer/DependencyHarmonizer.java | 11 +++--- .../harmonizer/MultiDependency.java | 11 +++--- .../dependency-convergence-report.xml | 11 +++--- .../templates/navigation-aggregate.xml | 11 +++--- .../templates/navigation-independent.xml | 11 +++--- .../templates/projects-overview.jelly | 11 +++--- multiproject/xdocs/changes.xml | 11 +++--- multiproject/xdocs/faq.fml | 11 +++--- multiproject/xdocs/goals.xml | 11 +++--- multiproject/xdocs/index.xml | 11 +++--- multiproject/xdocs/navigation.xml | 11 +++--- multiproject/xdocs/properties.xml | 11 +++--- multiproject/xdocs/reports.xml | 11 +++--- xdoc/plugin.jelly | 11 +++--- xdoc/plugin.properties | 11 +++--- xdoc/project.properties | 11 +++--- xdoc/project.xml | 11 +++--- xdoc/src/dtd/maven-xdoc-1.10.1.dtd | 13 +++---- xdoc/src/dtd/maven-xdoc-1.10.dtd | 13 +++---- .../apache/maven/DependencyDescriberBean.java | 11 +++--- .../org/apache/maven/DescribedDependency.java | 11 +++--- xdoc/src/main/org/apache/maven/NavBean.java | 11 +++--- xdoc/src/main/org/apache/maven/package.html | 11 +++--- .../apache/maven/xdoc/GrabClassLoaderTag.java | 11 +++--- .../maven/xdoc/UnGrabClassLoaderTag.java | 11 +++--- .../org/apache/maven/xdoc/XdocTagLibrary.java | 11 +++--- .../apache/maven/xdoc/util/LocaleUtil.java | 13 +++---- .../org/apache/maven/xdoc/util/ScmUtil.java | 11 +++--- xdoc/src/plugin-resources/dtd/maven-xdoc.dtd | 13 +++---- xdoc/src/plugin-resources/navigation.jelly | 11 +++--- xdoc/src/plugin-resources/site.jsl | 11 +++--- xdoc/src/plugin-resources/sitemap.jsl | 11 +++--- .../templates/dependencies.xml | 11 +++--- .../templates/development-process.jelly | 11 +++--- .../templates/downloads.jelly | 11 +++--- xdoc/src/plugin-resources/templates/index.xml | 11 +++--- .../templates/issue-tracking.xml | 11 +++--- .../plugin-resources/templates/mail-lists.xml | 11 +++--- .../templates/maven-reports.xml | 11 +++--- .../templates/project-info.xml | 11 +++--- .../plugin-resources/templates/scm-usage.xml | 11 +++--- .../templates/scm/clearcase.xml | 18 ++++++++++ .../plugin-resources/templates/scm/cvs.xml | 18 ++++++++++ .../plugin-resources/templates/scm/noscm.xml | 18 ++++++++++ .../templates/scm/perforce.xml | 18 ++++++++++ .../templates/scm/starteam.xml | 18 ++++++++++ .../plugin-resources/templates/scm/svn.xml | 18 ++++++++++ .../plugin-resources/templates/team-list.xml | 11 +++--- .../templates/templates.properties | 11 +++--- .../templates/templates_de.properties | 11 +++--- .../templates/templates_fr.properties | 11 +++--- xdoc/src/plugin-test/maven.xml | 11 +++--- xdoc/src/plugin-test/project.xml | 11 +++--- xdoc/src/plugin-test/test01/common/links.xml | 11 +++--- xdoc/src/plugin-test/test01/maven.xml | 11 +++--- xdoc/src/plugin-test/test01/project.xml | 11 +++--- .../test01/testdocs/testjsltosite.xml | 11 +++--- .../test01/xdocs-replacement/navigation.xml | 11 +++--- .../test01/xdocs-replacement/test.xml | 11 +++--- xdoc/src/plugin-test/test02/maven.xml | 11 +++--- .../src/plugin-test/test02/project.properties | 11 +++--- xdoc/src/plugin-test/test02/project.xml | 11 +++--- .../test02/xdocs/myfile.export.xml | 11 +++--- .../test02/xdocs/subdir/testjsltosite.xml | 11 +++--- .../test02/xdocs/xml_copy_only.xml | 11 +++--- xdoc/src/plugin-test/test04/maven.xml | 11 +++--- .../src/plugin-test/test04/project.properties | 11 +++--- xdoc/src/plugin-test/test04/project.xml | 11 +++--- .../plugin-test/test04/xdocs/myfile_i18n.xml | 11 +++--- .../plugin-test/test04/xdocs/navigation.xml | 11 +++--- .../xdocs/subdir/subdir2/testjsltosite2.xml | 11 +++--- .../test04/xdocs/subdir/testjsltosite.xml | 11 +++--- .../testDependenciesComment/maven.xml | 11 +++--- .../testDependenciesComment/project.xml | 11 +++--- xdoc/src/test-resources/navigation.xml | 11 +++--- .../test/org/apache/maven/NavBeanTest.java | 11 +++--- .../maven/xdoc/util/LocaleUtilTest.java | 11 +++--- .../apache/maven/xdoc/util/ScmUtilTest.java | 11 +++--- xdoc/src/test/project.properties | 11 +++--- xdoc/src/test/project.xml | 11 +++--- xdoc/src/test/xdocs/alpha/index.xml | 11 +++--- xdoc/src/test/xdocs/alpha/one/index.xml | 11 +++--- xdoc/src/test/xdocs/alpha/two/index.xml | 11 +++--- xdoc/src/test/xdocs/beta/index.xml | 11 +++--- xdoc/src/test/xdocs/beta/one/index.xml | 11 +++--- xdoc/src/test/xdocs/beta/two/index.xml | 11 +++--- xdoc/src/test/xdocs/index.xml | 11 +++--- xdoc/src/test/xdocs/navigation.xml | 11 +++--- xdoc/src/xsd/maven-navigation-1.10.1.xsd | 11 +++--- xdoc/src/xsd/maven-navigation-1.10.xsd | 11 +++--- xdoc/xdocs/changes.xml | 11 +++--- xdoc/xdocs/faq.fml | 11 +++--- xdoc/xdocs/goals.xml | 11 +++--- xdoc/xdocs/index.xml | 11 +++--- xdoc/xdocs/navigation.xml | 11 +++--- xdoc/xdocs/properties.xml | 11 +++--- xdoc/xdocs/reference/escapeXml.xml | 11 +++--- xdoc/xdocs/reference/i18n.xml | 35 ++++++++++--------- xdoc/xdocs/reference/index.xml | 11 +++--- xdoc/xdocs/reference/navfile.xml | 11 +++--- xdoc/xdocs/reference/xdocs.xml | 11 +++--- xdoc/xdocs/tags.xml | 19 ++++++++++ 248 files changed, 1627 insertions(+), 1225 deletions(-) diff --git a/artifact/plugin.jelly b/artifact/plugin.jelly index 005dd4f7..340d0948 100644 --- a/artifact/plugin.jelly +++ b/artifact/plugin.jelly @@ -1,11 +1,12 @@ Maven Artifact Plugin Goals diff --git a/artifact/xdocs/index.xml b/artifact/xdocs/index.xml index d30792db..a01f4182 100644 --- a/artifact/xdocs/index.xml +++ b/artifact/xdocs/index.xml @@ -1,11 +1,12 @@ - +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this 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. + */ + --> diff --git a/artifact/xdocs/protocols.xml b/artifact/xdocs/protocols.xml index 5b11d5d7..b263b9a7 100644 --- a/artifact/xdocs/protocols.xml +++ b/artifact/xdocs/protocols.xml @@ -1,11 +1,12 @@ Plugin tags diff --git a/dist/plugin.jelly b/dist/plugin.jelly index 9e602be9..ba8cd70d 100644 --- a/dist/plugin.jelly +++ b/dist/plugin.jelly @@ -1,11 +1,12 @@ diff --git a/linkcheck/src/plugin-test/defaultTest/xdocs/test1/test1.html b/linkcheck/src/plugin-test/defaultTest/xdocs/test1/test1.html index 10ef3fda..af7fe8d1 100644 --- a/linkcheck/src/plugin-test/defaultTest/xdocs/test1/test1.html +++ b/linkcheck/src/plugin-test/defaultTest/xdocs/test1/test1.html @@ -1,10 +1,11 @@
diff --git a/xdoc/src/plugin-resources/templates/scm/cvs.xml b/xdoc/src/plugin-resources/templates/scm/cvs.xml index 58affbbe..a2c045c9 100644 --- a/xdoc/src/plugin-resources/templates/scm/cvs.xml +++ b/xdoc/src/plugin-resources/templates/scm/cvs.xml @@ -1,3 +1,21 @@ +
diff --git a/xdoc/src/plugin-resources/templates/scm/noscm.xml b/xdoc/src/plugin-resources/templates/scm/noscm.xml index 7ce5532b..34e9b00f 100644 --- a/xdoc/src/plugin-resources/templates/scm/noscm.xml +++ b/xdoc/src/plugin-resources/templates/scm/noscm.xml @@ -1,3 +1,21 @@ +
diff --git a/xdoc/src/plugin-resources/templates/scm/perforce.xml b/xdoc/src/plugin-resources/templates/scm/perforce.xml index 87dcd8b2..6c1f7a3a 100644 --- a/xdoc/src/plugin-resources/templates/scm/perforce.xml +++ b/xdoc/src/plugin-resources/templates/scm/perforce.xml @@ -1,3 +1,21 @@ +
diff --git a/xdoc/src/plugin-resources/templates/scm/starteam.xml b/xdoc/src/plugin-resources/templates/scm/starteam.xml index db021069..01ef4557 100644 --- a/xdoc/src/plugin-resources/templates/scm/starteam.xml +++ b/xdoc/src/plugin-resources/templates/scm/starteam.xml @@ -1,3 +1,21 @@ +
diff --git a/xdoc/src/plugin-resources/templates/scm/svn.xml b/xdoc/src/plugin-resources/templates/scm/svn.xml index 7cc88ccf..46600447 100644 --- a/xdoc/src/plugin-resources/templates/scm/svn.xml +++ b/xdoc/src/plugin-resources/templates/scm/svn.xml @@ -1,3 +1,21 @@ +
diff --git a/xdoc/src/plugin-resources/templates/team-list.xml b/xdoc/src/plugin-resources/templates/team-list.xml index bbb10543..e320ecc5 100644 --- a/xdoc/src/plugin-resources/templates/team-list.xml +++ b/xdoc/src/plugin-resources/templates/team-list.xml @@ -1,11 +1,12 @@ diff --git a/xdoc/xdocs/reference/index.xml b/xdoc/xdocs/reference/index.xml index 19a664ba..eb1a3d66 100644 --- a/xdoc/xdocs/reference/index.xml +++ b/xdoc/xdocs/reference/index.xml @@ -1,11 +1,12 @@ Plugin tags