Add license info so it is visible to maven
Change-Id: I2fa750d7e08acad8a95fdcd2147f83b62061980c
Reviewed-on: http://fulliautomatix.ics.uci.edu:8443/185
Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu>
Reviewed-by: Till Westmann <westmann@gmail.com>
diff --git a/asterix-common/pom.xml b/asterix-common/pom.xml
index ff393b2..70d384b 100644
--- a/asterix-common/pom.xml
+++ b/asterix-common/pom.xml
@@ -15,6 +15,16 @@
<version>0.8.7-SNAPSHOT</version>
</parent>
<artifactId>asterix-common</artifactId>
+
+ <licenses>
+ <license>
+ <name>Apache 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>
+
<build>
<plugins>
<plugin>