Skip to content

Commit

Permalink
Adding license to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhendriks committed Mar 13, 2020
1 parent 50e90e8 commit deb51b7
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 @@ -10,6 +10,13 @@
<name>com.github.javabdd</name>
<url>https://github.com/com-github-javabdd/com.github.javabdd</url>

<licenses>
<license>
<name>LGPL-2.0-or-later</name>
<url>https://spdx.org/licenses/LGPL-2.0-or-later.html</url>
</license>
</licenses>

<properties>
<project.build.sourceEncoding>
UTF-8
Expand Down

0 comments on commit deb51b7

Please sign in to comment.