From 2d6ae398907e7b3354edb4c49746a4c077c3fe01 Mon Sep 17 00:00:00 2001 From: Baron Roberts Date: Mon, 16 Dec 2024 22:15:43 -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 660261d..f8ede92 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -184,7 +184,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" } }