aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-10-04 10:28:56 +0200
committerChristof Rabensteiner <christof.rabensteiner@iaik.tugraz.at>2019-10-04 10:28:56 +0200
commit525c763bb99bc986543d0f1729228318d7c0ebcb (patch)
tree98bda9d06cab80e51ffce40f3d379ff5c7ef1731 /pom.xml
parentee8c694c12850b27144a664c948c3b84398ead6f (diff)
downloadmoa-zs-525c763bb99bc986543d0f1729228318d7c0ebcb.tar.gz
moa-zs-525c763bb99bc986543d0f1729228318d7c0ebcb.tar.bz2
moa-zs-525c763bb99bc986543d0f1729228318d7c0ebcb.zip
Add Licenses, NOTICE, and License Header
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d87d922..3e597b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,14 @@
<packaging>war</packaging>
<name>Moa ZS</name>
- <description>Moa ZS</description>
+ <description>Middleware that allows a sender application to send delivery requests to delivery services</description>
+
+ <licenses>
+ <license>
+ <name>European Union Public License, version 1.2 (EUPL-1.2)</name>
+ <url>https://opensource.org/licenses/EUPL-1.2</url>
+ </license>
+ </licenses>
<parent>
<groupId>org.springframework.boot</groupId>