-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflicting license declarations #355
Comments
ndwlocatieservices
added a commit
to ndwnu/nls-routing-map-matcher
that referenced
this issue
Oct 14, 2024
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.hamcrest:hamcrest-library](http://hamcrest.org/JavaHamcrest/) ([source](https://github.com/hamcrest/JavaHamcrest)) | test | major | `2.2` -> `3.0` | --- ### Release Notes <details> <summary>hamcrest/JavaHamcrest (org.hamcrest:hamcrest-library)</summary> ### [`v3.0`](https://github.com/hamcrest/JavaHamcrest/blob/HEAD/CHANGES.md#Version-30-1st-August-2024) [Compare Source](hamcrest/JavaHamcrest@v2.2...v3.0) ##### Breaking Changes - From version 3.0, the jar distributed to Maven Central is now compiled to Java 1.8 bytecode, and is not compatible with previous versions of Java. See [Issue #​331](hamcrest/JavaHamcrest#331) and [PR #​411](hamcrest/JavaHamcrest#411) for details. Developers who use Java 1.7 earlier can still depend upon `hamcrest-2.2.jar`. ##### Improvements - FileMatchersTest simplification ([PR #​389](hamcrest/JavaHamcrest#389)) - License cleanup ([PR #​414](hamcrest/JavaHamcrest#414), [PR #​415](hamcrest/JavaHamcrest#415), see also [#​264](hamcrest/JavaHamcrest#264), [#​355](hamcrest/JavaHamcrest#355), [#​396](hamcrest/JavaHamcrest#396 [#​399](hamcrest/JavaHamcrest#399)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or rename PR to start with "rebase!". 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: