docs(terms): state Apache-2.0, the licence this repo actually ships - #9
Draft
h4x0r wants to merge 1 commit into
Draft
docs(terms): state Apache-2.0, the licence this repo actually ships#9h4x0r wants to merge 1 commit into
h4x0r wants to merge 1 commit into
Conversation
docs/terms.md named the MIT Licence while LICENSE and Cargo.toml both
declare Apache-2.0. The fleet standardised on Apache-2.0 for its explicit
patent grant; the LICENSE file and the crate manifest were migrated and
this document was not.
The grant sentence listed the MIT permissions verbatim ("use, copy, modify,
merge, publish, distribute, sublicense, and/or sell copies"). Apache-2.0
grants a different set, so that sentence is replaced with the wording the
rest of the fleet uses.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
What
docs/terms.mdstated the MIT Licence. This repo ships Apache-2.0 —both
LICENSEand the crate manifest say so. Corrected the document to match.Why this is stale residue, not a licensing change
The fleet standardised on Apache-2.0 for its explicit patent grant. The
LICENSEfile and
Cargo.tomlwere migrated; this document was not. Two independentsources already agreed against the third — nothing about what the software is
licensed under changes here, only what the document claims.
Three-way verification (after this change)
The grant sentence listed the MIT permissions verbatim ("use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies"). Apache-2.0 grants a different set, so that sentence is replaced with the wording the rest of the fleet uses.
Collision risk
The diff touches
docs/terms.mdonly, so it should not collide with other openPRs on this repo.
docs/privacy.mdis deliberately untouched.