From 0def25ebfa0e546525fb90aa8d5946d16f26c561 Mon Sep 17 00:00:00 2001 From: "Piotr P. Karwasz" Date: Tue, 10 Dec 2024 10:31:55 +0100 Subject: [PATCH] Replace license names with SPDX identifiers As suggested by [Maven documentation](https://maven.apache.org/pom.html#Licenses) the `/project/licenses/licence/name` element in the POM file should contain a SPDX identifier of the license. The license element is often used by external tools, such as SBOM generators. This PR: - Replaces the current content of the `` element with the appropriate SPDX identifier. - Follows all HTTP 301 redirections of the currently provided license URLs. Signed-off-by: Piotr P. Karwasz --- jcl-over-slf4j/pom.xml | 2 +- log4j-over-slf4j/pom.xml | 4 ++-- pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/jcl-over-slf4j/pom.xml b/jcl-over-slf4j/pom.xml index 2ede7f204..0a8912632 100755 --- a/jcl-over-slf4j/pom.xml +++ b/jcl-over-slf4j/pom.xml @@ -19,7 +19,7 @@ - Apache License, Version 2.0 + Apache-2.0 https://www.apache.org/licenses/LICENSE-2.0.txt repo diff --git a/log4j-over-slf4j/pom.xml b/log4j-over-slf4j/pom.xml index f08e24e3b..d98f19004 100755 --- a/log4j-over-slf4j/pom.xml +++ b/log4j-over-slf4j/pom.xml @@ -21,8 +21,8 @@ - Apache Software Licenses - http://www.apache.org/licenses/LICENSE-2.0.txt + Apache-2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt diff --git a/pom.xml b/pom.xml index 255ab46cb..a576edf75 100755 --- a/pom.xml +++ b/pom.xml @@ -16,8 +16,8 @@ - MIT License - http://www.opensource.org/licenses/mit-license.php + MIT + https://opensource.org/license/mit repo