hamcrest / JavaHamcrest

Java (and original) version of Hamcrest

Home Page:http://hamcrest.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conflicting license declarations

thisisatestuseraccount opened this issue · comments

commented

Hi there,

While checking open source licenses used by my application's dependencies, I noticed Hamcrest 1.3 was published with an odd license declaration, "New BSD License". This should have been "2-Clause BSD License", but it is published now.

It looks like build.gradle has been updated to "BSD License 3" but the LICENSES.txt in the repository is still the "2-Clause BSD License".

LICENSES.txt should contain the 3-Clause BSD License and build.gradle should reference "3-Clause BSD License" as the license name. Our Java plugin for open source license reporting now works around these issues, but it might be convenient for other people inspecting their licenses.

Relevant issue: