Skip to content

Commit

Permalink
Added license section to pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Aug 22, 2024
1 parent da51b48 commit 806c849
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
<version>1.0.0-RC13-SNAPSHOT</version>
<packaging>jar</packaging>

<licenses>
<license>
<name>BSD-2-Clause</name>
<url>https://opensource.org/license/BSD-2-Clause</url>
<distribution>repo</distribution>
<!-- we cannot define multiple licenses in this maven block, as it would mean the user can choose either of the licenses -->
<comments>Note, some older files are still licensed under Eclipse v1</comments>
</license>
</licenses>

<scm>
<developerConnection>scm:git:ssh://[email protected]/usethesource/vallang.git</developerConnection>
<tag>HEAD</tag>
Expand Down

0 comments on commit 806c849

Please sign in to comment.