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:12:46 UTC

svn commit: r989703 - /ant/antlibs/compress/trunk/project-template.pom

Author: bodewig
Date: Thu Aug 26 14:12:46 2010
New Revision: 989703

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

Modified:
    ant/antlibs/compress/trunk/project-template.pom

Modified: ant/antlibs/compress/trunk/project-template.pom
URL: http://svn.apache.org/viewvc/ant/antlibs/compress/trunk/project-template.pom?rev=989703&r1=989702&r2=989703&view=diff
==============================================================================
--- ant/antlibs/compress/trunk/project-template.pom (original)
+++ ant/antlibs/compress/trunk/project-template.pom Thu Aug 26 14:12:46 2010
@@ -30,6 +30,17 @@
     and ZIP archives as well as BZIP2 and GZIP compressed files based on
     Apache Commons Compress.
   </description>
+  <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>
     <dependency>
       <groupId>org.apache.ant</groupId>