From 67e700c22b9b2facfd0909e3fa1676499de8ee45 Mon Sep 17 00:00:00 2001 From: Darran Lofthouse Date: Mon, 17 Apr 2023 13:10:25 +0100 Subject: [PATCH 1/2] [STXM-20] The license should be LGPL 2.1 or later as indicated by copyright headers in files. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index dcd7269..a4e529e 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ - GNU Lesser General Public License v2.1 only + GNU Lesser General Public License v2.1 or later http://repository.jboss.org/licenses/lgpl-2.1.txt repo From 962ca417d7c5f6399a6fa7748982f25058ebfb88 Mon Sep 17 00:00:00 2001 From: Darran Lofthouse Date: Mon, 17 Apr 2023 13:11:57 +0100 Subject: [PATCH 2/2] Add .checkstyle to ignored files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0b73504..b738058 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ target .classpath .settings .metadata +.checkstyle # ignore m2e annotation processing files .factorypath # ignore IDEA files