Skip to content

Commit

Permalink
Merge pull request #351 from commonmark/pom-license
Browse files Browse the repository at this point in the history
Add license to core pom, use SPDX identifier
  • Loading branch information
robinst authored Oct 21, 2024
2 parents 159249c + e009031 commit 4e42065
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions commonmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,12 @@
</profile>
</profiles>

<licenses>
<license>
<name>BSD-2-Clause</name>
<url>https://opensource.org/licenses/BSD-2-Clause</url>
<distribution>repo</distribution>
</license>
</licenses>

</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@

<licenses>
<license>
<name>BSD 2-Clause License</name>
<name>BSD-2-Clause</name>
<url>https://opensource.org/licenses/BSD-2-Clause</url>
<distribution>repo</distribution>
</license>
Expand Down

0 comments on commit 4e42065

Please sign in to comment.