HTRACE-379. rely on apache parent pom for name of license. (Sean Busbey via iwasakims)
diff --git a/pom.xml b/pom.xml
index 932f29a..59741a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,14 +37,6 @@
     <module>htrace-htraced</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>
-      <comments>A business-friendly OSS license</comments>
-    </license>
-  </licenses>
   <scm>
     <connection>scm:git:http://git-wip-us.apache.org/repos/asf/incubator-htrace.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-htrace.git</developerConnection>