From dcfb6de7c609b229221c6e5b7ad47f00874aa610 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Tue, 28 Feb 2017 09:32:36 +0100 Subject: [PATCH 1/2] Fix the license link in pom.xml "New BSD License" is the old name for the "3-Clause BSD License", while the link was pointing to the "2-Clause BSD License". Fixes #5. Signed-off-by: Sebastian Schuberth --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 29b40e2..a1e8a2e 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ New BSD License - http://www.opensource.org/licenses/bsd-license.php + https://opensource.org/licenses/BSD-3-Clause repo From 27dc9dac4507ad5a047662b1965c2924e98c5c12 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Tue, 28 Feb 2017 09:38:36 +0100 Subject: [PATCH 2/2] Prefer "3-Clause BSD License" over "New BSD License" "3-Clause BSD License" is the current name used at https://opensource.org/, and it is more telling. Signed-off-by: Sebastian Schuberth --- CONTRIBUTING.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5412149..b4aa48e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -Project license(s): New BSD License +Project license(s): 3-Clause BSD License * You will only Submit Contributions where You have authored 100% of the content. diff --git a/pom.xml b/pom.xml index a1e8a2e..4e234ae 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ - New BSD License + 3-Clause BSD License https://opensource.org/licenses/BSD-3-Clause repo