| commit | 59e86cfeb59bb7f447a13779d0ef9227f89d94c0 | [log] [tgz] |
|---|---|---|
| author | Leon Linhart <themrmilchmann@gmail.com> | Mon Mar 03 15:06:30 2025 +0100 |
| committer | GitHub <noreply@github.com> | Mon Mar 03 15:06:30 2025 +0100 |
| tree | c72d86b99274eac49de196dc53af675829b80711 | |
| parent | 10778f3bb86e2e42433fbc7b2bcca5d647126d1d [diff] |
Use SPDX identifier in POMs (#2936) 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
diff --git a/buildSrc/src/main/kotlin/publishing-conventions.gradle.kts b/buildSrc/src/main/kotlin/publishing-conventions.gradle.kts index 6d0d3bf..82a9296 100644 --- a/buildSrc/src/main/kotlin/publishing-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/publishing-conventions.gradle.kts
@@ -152,7 +152,7 @@ licenses { license { - name = "The Apache Software License, Version 2.0" + name = "Apache-2.0" url = "https://www.apache.org/licenses/LICENSE-2.0.txt" distribution = "repo" }