Skip to content

Commit

Permalink
Add license to root pom file
Browse files Browse the repository at this point in the history
  • Loading branch information
Hronom committed Aug 2, 2015
1 parent e23c63f commit f7e9ac2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
<version>1.0.1</version>
<packaging>pom</packaging>

<licenses>
<license>
<name>Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</name>
<url>http://creativecommons.org/licenses/by-nc-sa/4.0/</url>
</license>
</licenses>

<modules>
<module>poker-helper-core</module>
<module>poker-helper-gui</module>
Expand Down

0 comments on commit f7e9ac2

Please sign in to comment.