From 312d713597a0058e38e564beb67177267bc7932d Mon Sep 17 00:00:00 2001 From: julianladisch Date: Mon, 28 Jul 2025 15:17:11 +0200 Subject: [PATCH] Fix license name to help automated license compliance checks --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 74ea7b4..be4a254 100644 --- a/build.gradle +++ b/build.gradle @@ -218,7 +218,7 @@ uploadArchives { distribution "repo"; }; license { - name "Apache Software License, version 2.0"; + name "Apache License, version 2.0"; url "http://www.apache.org/licenses/LICENSE-2.0"; distribution "repo"; }