You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2010/08/26 16:10:57 UTC

svn commit: r989701 - /ant/antlibs/common/trunk/m2.xml

Author: bodewig
Date: Thu Aug 26 14:10:57 2010
New Revision: 989701

URL: http://svn.apache.org/viewvc?rev=989701&view=rev
Log:
add license information

Modified:
    ant/antlibs/common/trunk/m2.xml

Modified: ant/antlibs/common/trunk/m2.xml
URL: http://svn.apache.org/viewvc/ant/antlibs/common/trunk/m2.xml?rev=989701&r1=989700&r2=989701&view=diff
==============================================================================
--- ant/antlibs/common/trunk/m2.xml (original)
+++ ant/antlibs/common/trunk/m2.xml Thu Aug 26 14:10:57 2010
@@ -60,6 +60,17 @@
         <artifactId>${artifact.name}</artifactId>
         <packaging>jar</packaging>
         <version>${artifact.version}</version>
+        <licenses>
+          <license>
+            <name>The Apache Software License, Version 2.0</name>
+            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+            <distribution>repo</distribution>
+          </license>
+        </licenses>
+        <organization>
+          <name>The Apache Software Foundation</name>
+          <url>http://www.apache.org/</url>
+        </organization>
         <dependencies/>
       </project>
     </echoxml>