From e6b1f4d565d7bb0da81f22fcf64226119022bb27 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Mon, 20 Jan 2020 10:29:26 +0100 Subject: [PATCH] Fix declared licenses for Hamcrest 1.3 to be BSD-3-Clause hamcrest-core inherits from hamcrest-parent [1] which declares "New BSD License" [2] aka BSB-3-Clause. Also the license text at [3] is a BSD-3-Clause one despite the third clause being wrapped into the second clause. Finally, making this a BSD-3-Clause curation resolves the inconsistency with the existing curations for hamcrest-all and hamcrest-library which already declare BSD-3-Clause. [1] https://github.com/hamcrest/JavaHamcrest/blob/hamcrest-java-1.3/pom/hamcrest-core.pom#L8 [2] https://github.com/hamcrest/JavaHamcrest/blob/hamcrest-java-1.3/pom/hamcrest-parent.pom#L17 [3] https://github.com/hamcrest/JavaHamcrest/blob/hamcrest-java-1.3/LICENSE.txt#L10-L12 --- curations/maven/mavencentral/org.hamcrest/hamcrest-core.yaml | 2 +- .../sourcearchive/mavencentral/org.hamcrest/hamcrest-core.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/curations/maven/mavencentral/org.hamcrest/hamcrest-core.yaml b/curations/maven/mavencentral/org.hamcrest/hamcrest-core.yaml index 520a37dcff..e2432d168f 100644 --- a/curations/maven/mavencentral/org.hamcrest/hamcrest-core.yaml +++ b/curations/maven/mavencentral/org.hamcrest/hamcrest-core.yaml @@ -6,4 +6,4 @@ coordinates: revisions: '1.3': licensed: - declared: BSD-2-Clause + declared: BSD-3-Clause diff --git a/curations/sourcearchive/mavencentral/org.hamcrest/hamcrest-core.yaml b/curations/sourcearchive/mavencentral/org.hamcrest/hamcrest-core.yaml index 2c6e8c402a..c0553d3923 100644 --- a/curations/sourcearchive/mavencentral/org.hamcrest/hamcrest-core.yaml +++ b/curations/sourcearchive/mavencentral/org.hamcrest/hamcrest-core.yaml @@ -6,4 +6,4 @@ coordinates: revisions: '1.3': licensed: - declared: BSD-2-Clause + declared: BSD-3-Clause