Updated Branches:
  refs/heads/master b83de53e8 -> a58b91819

Add missing license header.


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

Branch: refs/heads/master
Commit: a58b91819c42c0a5a8616dc5562ba42287fa0f24
Parents: b83de53
Author: Dennis Lundberg <denn...@apache.org>
Authored: Sun Jul 28 21:49:05 2013 +0200
Committer: Dennis Lundberg <denn...@apache.org>
Committed: Sun Jul 28 21:49:05 2013 +0200

----------------------------------------------------------------------
 maven-plugin-api/src/test/resources/plugin.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/a58b9181/maven-plugin-api/src/test/resources/plugin.xml
----------------------------------------------------------------------
diff --git a/maven-plugin-api/src/test/resources/plugin.xml 
b/maven-plugin-api/src/test/resources/plugin.xml
index c5d4e8a..49db316 100644
--- a/maven-plugin-api/src/test/resources/plugin.xml
+++ b/maven-plugin-api/src/test/resources/plugin.xml
@@ -1,4 +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.
+-->
+
 <plugin>
   <description>plugin-description</description>
   <groupId>org.apache.maven.plugins</groupId>

Reply via email to