Skip to content

Commit 86e1555

Browse files
authored
misc: update license to Apache-2.0 (#68)
1 parent 3694e72 commit 86e1555

File tree

1 file changed

+1
-1
lines changed
  • build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl

1 file changed

+1
-1
lines changed

build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ fun Project.configurePublishing(repoName: String, githubOrganization: String = "
8585
url.set("https://github.com/$githubOrganization/$repoName")
8686
licenses {
8787
license {
88-
name.set("The Apache License, Version 2.0")
88+
name.set("Apache-2.0")
8989
url.set("https://www.apache.org/licenses/LICENSE-2.0.txt")
9090
}
9191
}

0 commit comments

Comments
 (0)