Author: olamy
Date: Thu Jan 24 22:29:50 2013
New Revision: 1438236
URL: http://svn.apache.org/viewvc?rev=1438236&view=rev
Log:
add missing license headers
Modified:
maven/ant-tasks/trunk/src/main/resources/META-INF/plexus/components.xml
maven/ant-tasks/trunk/src/main/resources/org/apache/maven/artifact/ant/antlib.xml
Modified:
maven/ant-tasks/trunk/src/main/resources/META-INF/plexus/components.xml
URL:
http://svn.apache.org/viewvc/maven/ant-tasks/trunk/src/main/resources/META-INF/plexus/components.xml?rev=1438236&r1=1438235&r2=1438236&view=diff
==============================================================================
--- maven/ant-tasks/trunk/src/main/resources/META-INF/plexus/components.xml
(original)
+++ maven/ant-tasks/trunk/src/main/resources/META-INF/plexus/components.xml Thu
Jan 24 22:29:50 2013
@@ -1,5 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ 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.
+-->
+
<component-set>
<components>
Modified:
maven/ant-tasks/trunk/src/main/resources/org/apache/maven/artifact/ant/antlib.xml
URL:
http://svn.apache.org/viewvc/maven/ant-tasks/trunk/src/main/resources/org/apache/maven/artifact/ant/antlib.xml?rev=1438236&r1=1438235&r2=1438236&view=diff
==============================================================================
---
maven/ant-tasks/trunk/src/main/resources/org/apache/maven/artifact/ant/antlib.xml
(original)
+++
maven/ant-tasks/trunk/src/main/resources/org/apache/maven/artifact/ant/antlib.xml
Thu Jan 24 22:29:50 2013
@@ -1,4 +1,24 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ ~ 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.
+-->
+
<antlib>
<!-- Tasks -->
<taskdef name="dependencies"
classname="org.apache.maven.artifact.ant.DependenciesTask"/>