Skip to content

Commit bb551a9

Browse files
authored
Merge pull request #851 from TheMrMilchmann/tmm/spdx
Use SPDX identifier in POMs
2 parents a7bed35 + 700413b commit bb551a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ setupDefaults(
5656
projectDescription = "Kotlin Multiplatform lifecycle-aware business logic components",
5757
projectUrl = "https://github.com/arkivanov/Decompose",
5858
scmUrl = "scm:git:git://github.com/arkivanov/Decompose.git",
59-
licenseName = "The Apache License, Version 2.0",
60-
licenseUrl = "http://www.apache.org/licenses/LICENSE-2.0.txt",
59+
licenseName = "Apache-2.0",
60+
licenseUrl = "https://www.apache.org/licenses/LICENSE-2.0.txt",
6161
developerId = "arkivanov",
6262
developerName = "Arkadii Ivanov",
6363
developerEmail = "arkann1985@gmail.com",

0 commit comments

Comments
 (0)