We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5db6ed commit 8208a80Copy full SHA for 8208a80
1 file changed
pom.xml
@@ -26,6 +26,9 @@
26
<version>1.0-SNAPSHOT</version>
27
<packaging>jar</packaging>
28
<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>
32
<organization>
33
<name>United ID</name>
34
<url>http://unitedid.org/</url>
@@ -36,6 +39,15 @@
36
39
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
37
40
</properties>
38
41
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
+
51
<developers>
52
<developer>
53
<id>stefan</id>
0 commit comments