JavaHamcrest icon indicating copy to clipboard operation
JavaHamcrest copied to clipboard

Conflicting license declarations

Open thisisatestuseraccount opened this issue 4 years ago • 1 comments

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.

thisisatestuseraccount avatar Jan 12 '22 12:01 thisisatestuseraccount

Relevant issue:

  • https://github.com/hamcrest/JavaHamcrest/issues/264

vlsi avatar Apr 29 '23 08:04 vlsi