Skip to content

Commit

Permalink
Use spdx license name
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski authored Nov 14, 2023
1 parent 79a53f4 commit 5368d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/plugins/src/main/kotlin/PublishingPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class PublishingPlugin : Plugin<Project> {
pom.url.set("https://github.com/usefulness/webp-imageio")
pom.licenses { licenses ->
licenses.license { license ->
license.name.set("The Apache License, Version 2.0")
license.name.set("Apache-2.0")
license.url.set("https://github.com/usefulness/webp-imageio/blob/master/LICENSE")
}
}
Expand Down

0 comments on commit 5368d9f

Please sign in to comment.