Skip to content

Commit 8208a80

Browse files
author
Stefan Wold
committed
Added information and licenes
1 parent d5db6ed commit 8208a80

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
<version>1.0-SNAPSHOT</version>
2727
<packaging>jar</packaging>
2828
<inceptionYear>2011</inceptionYear>
29+
<name>YubiHSM-java-api</name>
30+
<description>A java library (API/driver) for the YubiHSM</description>
31+
<url>https://github.com/UnitedID/YubiHSM-java-api</url>
2932
<organization>
3033
<name>United ID</name>
3134
<url>http://unitedid.org/</url>
@@ -36,6 +39,15 @@
3639
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3740
</properties>
3841

42+
<licenses>
43+
<license>
44+
<name>Apache 2</name>
45+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
46+
<distribution>repo</distribution>
47+
<comments>A business-friendly OSS license</comments>
48+
</license>
49+
</licenses>
50+
3951
<developers>
4052
<developer>
4153
<id>stefan</id>

0 commit comments

Comments
 (0)