License hygiene: canonical BSD-3-Clause LICENSE (GitHub-detectable) + NOTICE.md#44
Merged
Conversation
…le) + NOTICE.md The LICENSE appended "Heritage & bundled components" and "Trademarks" sections after the BSD-3 text, dropping GitHub's license classifier below its match threshold — the repo showed "no license" despite the open-source topic and the SPDX headers throughout the tree. Make LICENSE the canonical BSD-3-Clause template only (now detectable), and move the removed heritage/bundled-components note to NOTICE.md. The trademark policy already lives in TRADEMARKS.md (unchanged); LICENSE grants copyright rights only. No code change; no version bump. Co-Authored-By: Claude Opus 4.8 (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.
Why
GitHub's license classifier reported no license for TigerCore even though
LICENSEcontained BSD-3-Clause text — because the file appended "Heritage & bundled components" and "Trademarks" prose after the standard text, dropping the match confidence below threshold. So the repo sidebar + API said "no license," which reads as all rights reserved and contradicts theopen-sourcetopic.What
LICENSE→ the canonical BSD-3-Clause template only, so GitHub badges it BSD-3-Clause.NOTICE.md(new) → the preserved heritage note (TigerZF / Zend Framework 1) + bundled third-party components (Bootstrap, GrapesJS, CodeMirror, jQuery, DataTables, Font Awesome, Parsedown).TRADEMARKS.md— unchanged; still holds the trademark policy. LICENSE grants copyright rights only, never the marks.No code change, no version bump (license/notice files only). Sibling repos (Tiger, TigerDocs) got the same treatment via direct commits.
🤖 Generated with Claude Code