license information

git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/compress/trunk@989703 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/project-template.pom b/project-template.pom
index 6cdcb2a..29aa360 100644
--- a/project-template.pom
+++ b/project-template.pom
@@ -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>