aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b87abb1..1079089 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,14 @@
A reimplementation of a subset of the Apache Velocity templating system.
</description>
+ <licenses>
+ <license>
+ <name>Apache License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+
<scm>
<url>http://github.com/google/escapevelocity</url>
<connection>scm:git:git://github.com/google/escapevelocity.git</connection>