From 37f540d4a231a1e4b49d2ee31141d75696b84bc1 Mon Sep 17 00:00:00 2001 From: Julian Ladisch Date: Wed, 9 Nov 2022 17:37:24 +0100 Subject: [PATCH] Fix license name and url in pom.xml (LGPL-2.1-only) The license entry in pom.xml has `LGPL`. This is ambiguous because there are several LGPL versions. The README.md says "version 2.1 of the LGPL" so this should be changed to LGPL-2.1-only, the identifier suggested by https://spdx.org/licenses/ Only the entry in pom.xml is machine-readable, the README isn't, to help tools reading from pom.xml the change should be made. The license entry in pom.xml contains `http://www.indexdata.com/licences/lgpl`. That URL redirects to https://www.gnu.org/licenses/lgpl-3.0.en.html To match the README it is changed to `https://spdx.org/licenses/LGPL-2.1-only.html`. Note: There also exists LGPL-2.1-or-later, the default suggested on https://www.gnu.org/licenses/old-licenses/lgpl-2.1-standalone.html Regarding my contributions to cql-java: I agree if cql-java is changed to LGPL-2.1-or-later. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a5c9f98..92dd7e4 100644 --- a/pom.xml +++ b/pom.xml @@ -8,8 +8,8 @@ http://www.indexdata.com/cql-java - LGPL - http://www.indexdata.com/licences/lgpl + LGPL-2.1-only + https://spdx.org/licenses/LGPL-2.1-only.html repo