You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by rd...@apache.org on 2012/05/19 21:33:58 UTC

svn commit: r1340550 - /creadur/rat/trunk/pom.xml

Author: rdonkin
Date: Sat May 19 19:33:58 2012
New Revision: 1340550

URL: http://svn.apache.org/viewvc?rev=1340550&view=rev
Log:
Add licensing information

Modified:
    creadur/rat/trunk/pom.xml

Modified: creadur/rat/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/rat/trunk/pom.xml?rev=1340550&r1=1340549&r2=1340550&view=diff
==============================================================================
--- creadur/rat/trunk/pom.xml (original)
+++ creadur/rat/trunk/pom.xml Sat May 19 19:33:58 2012
@@ -390,6 +390,15 @@ Note that binary compatibility is not gu
     <module>apache-rat</module>
   </modules>
 
+  <licenses>
+    <license>
+      <name>Apache License, Version 2</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+      <distribution>repo</distribution>
+      <comments>An OSI approved open source license.</comments>
+    </license>
+  </licenses>
+
   <organization>
   	<name>Apache Software Foundation</name>
   	<url>http://www.apache.org</url>