From 71590d91c0120aa49e0fb24acd155df66ba214ea Mon Sep 17 00:00:00 2001 From: ltheussl Date: Mon, 30 Apr 2007 07:41:05 +0000 Subject: [PATCH] Update license headers git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@533617 13f79535-47bb-0310-9956-ffa450edef68 --- eclipse/plugin.properties | 11 +++--- eclipse/project.properties | 11 +++--- eclipse/project.xml | 11 +++--- .../eclipse/AbstractSourcesDownloader.java | 11 +++--- .../plugin/eclipse/JavaSourcesDownloader.java | 11 +++--- .../plugin/eclipse/JavadocsDownloader.java | 11 +++--- .../templates/classpath.jelly | 33 ++++++++--------- .../plugin-resources/templates/launch.jelly | 11 +++--- .../org.eclipse.jdt.core.prefs.jelly | 33 ++++++++--------- .../plugin-resources/templates/project.jelly | 11 +++--- .../templates/wtp/0.7/wtpmodules.jelly | 33 ++++++++--------- .../org.eclipse.wst.common.component.jelly | 33 ++++++++--------- ...se.wst.common.project.facet.core.xml.jelly | 33 ++++++++--------- .../duplicatebuilderstest/maven.xml | 11 +++--- .../duplicatebuilderstest/project.xml | 11 +++--- .../plugin-test/justresourcestest/maven.xml | 11 +++--- .../plugin-test/justresourcestest/project.xml | 11 +++--- eclipse/src/plugin-test/maintest/maven.xml | 11 +++--- eclipse/src/plugin-test/maintest/project.xml | 11 +++--- eclipse/src/plugin-test/maven.xml | 11 +++--- .../src/plugin-test/nosourcetest/maven.xml | 11 +++--- .../src/plugin-test/nosourcetest/project.xml | 11 +++--- eclipse/src/plugin-test/project.xml | 11 +++--- eclipse/src/plugin-test/wtptest/maven.xml | 11 +++--- eclipse/src/plugin-test/wtptest/project.xml | 11 +++--- eclipse/xdocs/changes.xml | 11 +++--- eclipse/xdocs/faq.fml | 35 ++++++++++--------- eclipse/xdocs/goals.xml | 11 +++--- eclipse/xdocs/index.xml | 33 ++++++++--------- eclipse/xdocs/navigation.xml | 35 ++++++++++--------- eclipse/xdocs/properties.xml | 33 ++++++++--------- ejb/plugin.jelly | 11 +++--- ejb/plugin.properties | 11 +++--- ejb/project.properties | 11 +++--- ejb/project.xml | 11 +++--- .../maven/ejb/EJBArtifactTypeHandler.java | 11 +++--- .../maven/ejb/EJBArtifactTypeHandlerTest.java | 11 +++--- ejb/xdocs/changes.xml | 11 +++--- ejb/xdocs/goals.xml | 11 +++--- ejb/xdocs/index.xml | 11 +++--- ejb/xdocs/navigation.xml | 11 +++--- ejb/xdocs/properties.xml | 11 +++--- nsis/plugin.jelly | 11 +++--- nsis/plugin.properties | 11 +++--- nsis/project.properties | 11 +++--- nsis/project.xml | 11 +++--- .../plugin-resources/templates/project.jelly | 11 +++--- .../plugin-resources/templates/setup.jelly | 11 +++--- nsis/xdocs/changes.xml | 11 +++--- nsis/xdocs/customizing.xml | 11 +++--- nsis/xdocs/faq.fml | 19 +++++++++- nsis/xdocs/goals.xml | 11 +++--- nsis/xdocs/index.xml | 11 +++--- nsis/xdocs/navigation.xml | 11 +++--- nsis/xdocs/process.xml | 11 +++--- nsis/xdocs/properties.xml | 11 +++--- test/plugin.jelly | 11 +++--- test/plugin.properties | 11 +++--- test/project.properties | 11 +++--- test/project.xml | 11 +++--- test/xdocs/changes.xml | 11 +++--- test/xdocs/faq.fml | 11 +++--- test/xdocs/goals.xml | 11 +++--- test/xdocs/index.xml | 11 +++--- test/xdocs/navigation.xml | 11 +++--- test/xdocs/properties.xml | 11 +++--- war/plugin.jelly | 11 +++--- war/plugin.properties | 11 +++--- war/project.properties | 11 +++--- war/project.xml | 11 +++--- war/src/plugin-test/maven.xml | 11 +++--- war/src/plugin-test/project.xml | 11 +++--- war/src/plugin-test/test01/maven.xml | 11 +++--- war/src/plugin-test/test01/project.xml | 11 +++--- .../plugin-test/test01/src/webapp/index.html | 11 +++--- war/src/plugin-test/test02/maven.xml | 11 +++--- war/src/plugin-test/test02/project.xml | 11 +++--- .../plugin-test/test02/src/webapp/index.html | 11 +++--- war/src/plugin-test/test03/maven.xml | 11 +++--- war/src/plugin-test/test03/project.xml | 11 +++--- .../plugin-test/test03/src/webapp/index.html | 11 +++--- war/src/plugin-test/test04/maven.xml | 11 +++--- war/src/plugin-test/test04/project.xml | 11 +++--- .../plugin-test/test04/src/webapp/index.html | 11 +++--- war/xdocs/changes.xml | 11 +++--- war/xdocs/goals.xml | 11 +++--- war/xdocs/index.xml | 11 +++--- war/xdocs/navigation.xml | 11 +++--- war/xdocs/properties.xml | 11 +++--- 89 files changed, 647 insertions(+), 542 deletions(-) diff --git a/eclipse/plugin.properties b/eclipse/plugin.properties index e49d1d58..1baa49a5 100644 --- a/eclipse/plugin.properties +++ b/eclipse/plugin.properties @@ -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 # diff --git a/eclipse/project.properties b/eclipse/project.properties index 7883d747..0a760e50 100644 --- a/eclipse/project.properties +++ b/eclipse/project.properties @@ -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 # diff --git a/eclipse/project.xml b/eclipse/project.xml index 80c958cc..525c01ed 100644 --- a/eclipse/project.xml +++ b/eclipse/project.xml @@ -2,11 +2,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/eclipse/src/plugin-resources/templates/launch.jelly b/eclipse/src/plugin-resources/templates/launch.jelly index 9d8511f6..51fabf2a 100644 --- a/eclipse/src/plugin-resources/templates/launch.jelly +++ b/eclipse/src/plugin-resources/templates/launch.jelly @@ -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/eclipse/src/plugin-resources/templates/project.jelly b/eclipse/src/plugin-resources/templates/project.jelly index 835b8a02..acd54ad5 100644 --- a/eclipse/src/plugin-resources/templates/project.jelly +++ b/eclipse/src/plugin-resources/templates/project.jelly @@ -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/eclipse/src/plugin-resources/templates/wtp/1.5/org.eclipse.wst.common.component.jelly b/eclipse/src/plugin-resources/templates/wtp/1.5/org.eclipse.wst.common.component.jelly index f0a3e4e6..a25dd501 100644 --- a/eclipse/src/plugin-resources/templates/wtp/1.5/org.eclipse.wst.common.component.jelly +++ b/eclipse/src/plugin-resources/templates/wtp/1.5/org.eclipse.wst.common.component.jelly @@ -1,21 +1,22 @@ +/* + * 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/eclipse/src/plugin-resources/templates/wtp/1.5/org.eclipse.wst.common.project.facet.core.xml.jelly b/eclipse/src/plugin-resources/templates/wtp/1.5/org.eclipse.wst.common.project.facet.core.xml.jelly index 2dfab691..6722f7c9 100644 --- a/eclipse/src/plugin-resources/templates/wtp/1.5/org.eclipse.wst.common.project.facet.core.xml.jelly +++ b/eclipse/src/plugin-resources/templates/wtp/1.5/org.eclipse.wst.common.project.facet.core.xml.jelly @@ -1,21 +1,22 @@ +/* + * 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/eclipse/src/plugin-test/duplicatebuilderstest/maven.xml b/eclipse/src/plugin-test/duplicatebuilderstest/maven.xml index e0fecb70..46e7d4c1 100644 --- a/eclipse/src/plugin-test/duplicatebuilderstest/maven.xml +++ b/eclipse/src/plugin-test/duplicatebuilderstest/maven.xml @@ -1,10 +1,11 @@ + diff --git a/eclipse/xdocs/goals.xml b/eclipse/xdocs/goals.xml index 0e83dc7a..2541900d 100644 --- a/eclipse/xdocs/goals.xml +++ b/eclipse/xdocs/goals.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/eclipse/xdocs/navigation.xml b/eclipse/xdocs/navigation.xml index 8a1211fc..e73ea6b1 100644 --- a/eclipse/xdocs/navigation.xml +++ b/eclipse/xdocs/navigation.xml @@ -1,21 +1,22 @@ - + Maven Eclipse Plugin diff --git a/eclipse/xdocs/properties.xml b/eclipse/xdocs/properties.xml index c050501b..4687204e 100644 --- a/eclipse/xdocs/properties.xml +++ b/eclipse/xdocs/properties.xml @@ -1,21 +1,22 @@ +/* + * 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/ejb/plugin.jelly b/ejb/plugin.jelly index 29eefca0..1c2338e9 100644 --- a/ejb/plugin.jelly +++ b/ejb/plugin.jelly @@ -2,11 +2,12 @@ diff --git a/nsis/xdocs/goals.xml b/nsis/xdocs/goals.xml index 1c837d1c..7cd807c7 100644 --- a/nsis/xdocs/goals.xml +++ b/nsis/xdocs/goals.xml @@ -1,11 +1,12 @@