Skip to content

Commit

Permalink
chore: use SPDX license identifier in POM
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann authored and Spasi committed Oct 22, 2022
1 parent 5912ebe commit debe9e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ publishing {

licenses {
license {
name.set("BSD")
name.set("BSD-3-Clause")
url.set("https://www.lwjgl.org/license")
distribution.set("repo")
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<licenses>
<license>
<name>BSD</name>
<name>BSD-3-Clause</name>
<url>https://www.lwjgl.org/license</url>
<distribution>repo</distribution>
</license>
Expand Down

0 comments on commit debe9e6

Please sign in to comment.