Skip to content

Commit 99c794d

Browse files
Use SPDX identifier in POMs (#435)
This replaces the custom name with an SPDX identifier to enable tooling to automatically detect the correct license. See https://spdx.org/licenses/Apache-2.0.html
1 parent 95f605e commit 99c794d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/kotlinx/io/conventions/kotlinx-io-publish.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fun MavenPom.configureMavenCentralMetadata(project: Project) {
3535

3636
licenses {
3737
license {
38-
name = "The Apache Software License, Version 2.0"
38+
name = "Apache-2.0"
3939
url = "https://www.apache.org/licenses/LICENSE-2.0.txt"
4040
distribution = "repo"
4141
}

0 commit comments

Comments
 (0)