From 3def496bb633509b667f6887b4cecb333fb1d2d2 Mon Sep 17 00:00:00 2001 From: Thomas Steenbergen Date: Thu, 16 Jan 2025 15:36:19 +0100 Subject: [PATCH] pom: Fix license name Fix up license metadata in parent pom as LICENSE file[1] of JQF project matches the BSD-2-Clause[2] license text and not FreeBSD or BSD-2-Clause-FreeBSD[3]. [1]: https://github.com/rohanpadhye/JQF/blob/jqf-2.0/LICENSE [2]: https://spdx.org/licenses/BSD-2-Clause.html [3]: https://spdx.org/licenses/BSD-2-Clause-FreeBSD.html Signed-off-by: Thomas Steenbergen --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0282c94fc..30990ecce 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ https://github.com/rohanpadhye/jqf - FreeBSD License + BSD-2-Clause https://opensource.org/licenses/BSD-2-Clause