chore(license): restore verbatim Apache-2.0 text - #9
Merged
Conversation
Sections 6 and 9 had diverged from the canonical wording and the appendix was missing. Replaced with the official text from apache.org/licenses/LICENSE-2.0 and added the appendix. The project copyright notice remains in NOTICE. Signed-off-by: sotberd <sotiriosn.berdes@gmail.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.
Summary
Restores
LICENSEto the verbatim Apache-2.0 text. Repo-wide — no plugin is touched, and no slash command, skill, hook, or config schema changes.Three divergences from the canonical text:
The change also drops the project header block that preceded
Apache License / Version 2.0, January 2004. That prefix is what defeats GitHub's license detection, which reports this repo as "Other" today:The copyright notice it carried is unaffected —
NOTICEremains the canonical place for it (added in #4), and the appendix boilerplate now carries it too, exactly as upstream lays the file out.LICENSEis now byte-identical to https://www.apache.org/licenses/LICENSE-2.0.txt apart from the appendix copyright line, which the appendix itself instructs you to fill in:Confirm with:
diff <(curl -sS https://www.apache.org/licenses/LICENSE-2.0.txt) LICENSEThe license grant is unchanged — this repo was and remains Apache-2.0. Completes the licensing cleanup started in #4, and matches the same fix in humanbound/humanbound#136.
Type of change
Tested in
Checklist
./tests/run-tests.shinside the affected plugin) — n/a, no plugin affected; nothing underplugins/is touchedCHANGELOG.mdupdated under[Unreleased]with plugin name prefix — logged unprefixed under### Changed, alongside the other repo-wide governance entries from chore(governance): replace CLA with DCO, add NOTICE and third-party license policy #4git commit -s) — see DCO.mdLinked issue(s)