You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/03/22 14:09:24 UTC

svn commit: r1580207 - /maven/pom/trunk/maven/pom.xml

Author: hboutemy
Date: Sat Mar 22 13:09:23 2014
New Revision: 1580207

URL: http://svn.apache.org/r1580207
Log:
copy/paste licence name fix

Modified:
    maven/pom/trunk/maven/pom.xml

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1580207&r1=1580206&r2=1580207&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Sat Mar 22 13:09:23 2014
@@ -39,6 +39,13 @@ under the License.
   <description>Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.</description>
   <url>http://maven.apache.org/</url>
   <inceptionYear>2002</inceptionYear>
+  <licenses><!-- to be removed when upgrading to ASF-15 -->
+    <license>
+      <name>Apache License, Version 2.0</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
 
   <!-- Developers listed by PMC Chair, PMC, Committers, Contributers, all alphabetical-->
   <developers>