docs(readme): correct license to GPL-3.0 to match LICENSE file#551
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
React Doctor found 2 files changed in this pull request, but none matched the files covered by its enabled checks. Scope: 2 files changed on Generated by React Doctor. Questions? Contact founders@million.dev. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #544.
The README advertised MIT (badge + footer) while the authoritative
LICENSEfile is GNU GPL v3 and everypackage.jsondeclaresGPL-3.0. A reader trusting the MIT badge would make a wrong assumption about a copyleft project. Fix is one-directional: make the docs match the license.Changes
README.md:14— badgeLicense: MIT→License: GPL-3.0(GPL--3.0renders as a single dash on shields.io)README.md:166— footerMIT © Memry contributors→GPL-3.0 © Memry contributorsplans/README.md— Plan 003 statusTODO→DONEOut of scope (unchanged)
LICENSE— already correct (GPL v3)package.json"license"fields — alreadyGPL-3.0apps/docs/srcandapps/landingscanned — no MIT license claims, nothing to alignVerify
grep -n MIT README.md→ no matchesgit diff --check→ clean