From 31841e4c20deae2e773d7319ac50c1cbf9275967 Mon Sep 17 00:00:00 2001 From: Michael Keppler Date: Sun, 21 Jul 2024 18:33:45 +0200 Subject: [PATCH] use SPDX identifier for license As recommended by https://maven.apache.org/pom.html#Licenses. This simplifies using the license-maven-plugin due to less manual license mapping. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 48358bba90..c519c4a281 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ - Eclipse Public License + EPL-2.0 https://www.eclipse.org/legal/epl-v20.html repo