aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉamonn McManus <emcmanus@google.com>2018-06-04 17:36:21 -0700
committerGitHub <noreply@github.com>2018-06-04 17:36:21 -0700
commit38d63de11b24e17aa03b2bcb9b69dd63d4ecd45d (patch)
treef82b67593e69a882c2ba488006d3b397141bf42a
parentaba931ce8c8fc6edcdf128edea0c443d7e968f4f (diff)
parenta6dd132a9b951cec3dabdfd4da1704da063c9c20 (diff)
downloadescapevelocity-38d63de11b24e17aa03b2bcb9b69dd63d4ecd45d.tar.gz
Merge pull request #2 from google/license
Add <licenses> clause to pom.xml.
-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>