From db42107f2abd5237f76b214b8de86fc5d65d3287 Mon Sep 17 00:00:00 2001 From: julianladisch Date: Mon, 28 Jul 2025 15:16:09 +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 a679f48..0f9ecb6 100644 --- a/build.gradle +++ b/build.gradle @@ -208,7 +208,7 @@ allprojects { 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"; }