Update LICENSE, NOTICE, and package metadata#131
Merged
Conversation
- LICENSE: name contributors and the canonical project URLs in the copyright line (MIT terms untouched) - NOTICE: new attribution file stating the MIT retention requirement, canonical sources, trademark position on the Modonome name and logo, and provenance pointer; shipped in the npm package - CITATION.cff: enable GitHub's Cite-this-repository button with canonical repo and website links - package.json: add author and bugs fields; include NOTICE and CITATION.cff in published files - README: expand the License section into License, attribution, and trademarks - spells out the MIT attribution condition, that the name and logo are not part of the code grant, and the canonical home - snapshot.mjs: generated llms.txt now credits the generator with a link back to the canonical repo, on every adopting repo
36ad9a6 to
37df741
Compare
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 this PR does
Fills in metadata that was previously thin: the LICENSE copyright line now names the contributors and links the canonical project, a NOTICE file documents the attribution terms already implied by MIT, CITATION.cff enables GitHub's citation button, and package.json gains
author/bugsfields. The generatedllms.txt(written into every adopting repo bysnapshot.mjs) now links back to the canonical source. README's license section is expanded to match.No functional code changed; no license terms changed (still plain MIT).
Governance checklist
npm run verifygates relevant to this change pass locally (md-governance, style, hygiene, drift, snapshot, attestation, evidence)Test evidence