You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/07/28 14:10:02 UTC

svn commit: r225757 - /maven/components/trunk/pom.xml

Author: brett
Date: Thu Jul 28 05:09:58 2005
New Revision: 225757

URL: http://svn.apache.org/viewcvs?rev=225757&view=rev
Log:
add license

Modified:
    maven/components/trunk/pom.xml

Modified: maven/components/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/pom.xml?rev=225757&r1=225756&r2=225757&view=diff
==============================================================================
--- maven/components/trunk/pom.xml (original)
+++ maven/components/trunk/pom.xml Thu Jul 28 05:09:58 2005
@@ -153,4 +153,11 @@
     <module>maven-script</module>
     <module>maven-settings</module>
   </modules>
+  <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>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org