From 40a274167b7212b2aa7fa03e1bc225fedf461345 Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Thu, 2 Jan 2025 14:51:45 +0100 Subject: [PATCH] Use SPDX for Maven license tag That's the Maven recommendation for the license tag, because it simplifies automated evaluation of the tag in license compliance tools. See https://maven.apache.org/pom.html#Licenses Also update the license URL to use https and to avoid a specific file extension. Signed-off-by: Michael Keppler --- build/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/pom.xml b/build/pom.xml index a5088226f..886608e75 100644 --- a/build/pom.xml +++ b/build/pom.xml @@ -479,8 +479,8 @@ - Eclipse Public License - v 2.0 - http://www.eclipse.org/legal/epl-v20.html + EPL-2.0 + https://www.eclipse.org/legal/epl-2.0