docs: split attribution into NOTICE (fix GitHub MIT detection)#12
Merged
Conversation
GitHub's license detector reported "none" for wijzer because the OpenWiki attribution block was appended to the MIT LICENSE text, dropping the file's match confidence below the detection threshold. Trim LICENSE back to the canonical 21-line MIT text and move the attribution into a new NOTICE file, the standard location for third-party attributions. No attribution is lost; README's "License & lineage" section now points to NOTICE instead of LICENSE. Co-authored-by: Claude Sonnet 5 <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.
Summary
LICENSE, dropping the file's match confidence below GitHub's detection threshold.LICENSEis trimmed back to the canonical 21-line MIT text; the attribution moves to a newNOTICEfile (the standard location for third-party attributions). No attribution is lost.README.md's "License & lineage" section now links toNOTICEinstead ofLICENSE.Docs-only change: no
scripts/*.sh, tests, or generated docs are touched. The vendoredvendor/openwiki/LICENSEfile referenced by tests is a separate, unaffected file.Commits
Test plan
npm test— 94 passed, 8 files)npm run lint— shellcheck, no warnings)scripts/*.shtouched)🤖 Generated with Claude Code