Skip to content

Commit

Permalink
Add license to core pom, use SPDX identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
robinst committed Oct 21, 2024
1 parent 159249c commit e009031
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 e009031

Please sign in to comment.