Skip to content

Commit

Permalink
Merge pull request #3 from psakar/patch-1
Browse files Browse the repository at this point in the history
Update licenses tag in pom.xml
  • Loading branch information
ctomc authored Jul 26, 2017
2 parents 27c61ad + a249f9d commit 0e24d8e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@

<licenses>
<license>
<name>CDDL or GPLv2 with exceptions</name>
<url>https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html</url>
<name>Common Development And Distribution License 1.1</name>
<url>https://javaee.github.io/glassfish/LICENSE</url>
<distribution>repo</distribution>
</license>
<license>
<name>GNU General Public License v2.0 only, with Classpath exception</name>
<url>http://openjdk.java.net/legal/gplv2+ce.html</url>
<distribution>repo</distribution>
</license>
</licenses>
Expand Down

0 comments on commit 0e24d8e

Please sign in to comment.