From f4b94df32e2ad0d20a8b0eea61220d0723e3057c Mon Sep 17 00:00:00 2001 From: Baron Roberts Date: Mon, 16 Dec 2024 21:58:19 -0800 Subject: [PATCH] Use SPDX license identifier --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2bc5e37..ab13aab 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -186,7 +186,7 @@ publishing { url = "https://github.com/cthing/${project.name}" licenses { license { - name = "Apache License, Version 2.0" + name = "Apache-2.0" url = "https://www.apache.org/licenses/LICENSE-2.0" } }