From 85f0bfc4384389ec519167376e2a09458a94a5b7 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 11 Dec 2022 10:55:56 -0500 Subject: [PATCH] [MPOM-378] Using an SPDX identifier as the license name is recommended by Maven (#118) See: https://maven.apache.org/pom.html#Licenses and https://spdx.org/licenses/ (Also: Trying to get the SPDX plugin to pick this up) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 46f126bb..2ace98dd 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ under the License. - Apache License, Version 2.0 + Apache-2.0 https://www.apache.org/licenses/LICENSE-2.0.txt repo