aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatu Saloranta <tatu.saloranta@iki.fi>2020-01-28 19:41:04 -0800
committerTatu Saloranta <tatu.saloranta@iki.fi>2020-01-28 19:41:04 -0800
commitf3b870b4b030706c238632c0dae713690fce6047 (patch)
tree516c0efe31e858853d5c8c168d09d659c67c2c7f
parent2295b8f447871cf62d1097ce4a19e2a04fdf51e0 (diff)
downloadjackson-annotations-f3b870b4b030706c238632c0dae713690fce6047.tar.gz
add license info in pom.xml (from parent)
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 42746a2..72a85f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,6 +16,13 @@
<description>Core annotations used for value types, used by Jackson data binding package.
</description>
<inceptionYear>2008</inceptionYear>
+ <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>
<url>http://github.com/FasterXML/jackson</url>
<scm>