chore(license): align README/Cargo.toml/.zenodo.json/CITATION.cff to Apache-2.0#1437
Open
gHashTag wants to merge 1 commit into
Open
chore(license): align README/Cargo.toml/.zenodo.json/CITATION.cff to Apache-2.0#1437gHashTag wants to merge 1 commit into
gHashTag wants to merge 1 commit into
Conversation
…Apache-2.0 LICENSE file has been Apache-2.0 all along (per GitHub API license.spdx_id = Apache-2.0), but four metadata surfaces still declared MIT, creating a license-drift risk for downstream packagers and Zenodo indexers. Changes: - README.md: badge MIT -> Apache 2.0; "## License" body to "Apache License 2.0. See LICENSE and NOTICE." - Cargo.toml: license = "MIT" -> license = "Apache-2.0" - .zenodo.json: "license": "MIT" -> "license": "Apache-2.0" - CITATION.cff: license: MIT -> license: Apache-2.0 No source-code changes. LICENSE and NOTICE files untouched. Anchor: phi^2 + 1/phi^2 = 3
Contributor
|
📓 NotebookLM Notebook linked to this PR
This notebook contains session context, decisions, and artifacts for this work. |
Contributor
This was referenced Jul 7, 2026
Merged
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
Aligns four metadata surfaces to Apache-2.0 to match the actual
LICENSEfile, which has been Apache-2.0 all along (GitHub API
license.spdx_id=
Apache-2.0; seehttps://api.github.com/repos/gHashTag/t27).
Before this PR: license-drift — four downstream-facing surfaces
still said MIT while
LICENSEsaid Apache-2.0. This confusespackagers (
cargo publishreadsCargo.toml), archivists (Zenodoreads
.zenodo.json), citation tools (CFF-aware tools readCITATION.cff), and human readers (README badge + "## License"section).
Changes
README.mdCargo.tomllicense = "MIT"license = "Apache-2.0".zenodo.json"license": "MIT""license": "Apache-2.0"CITATION.cfflicense: MITlicense: Apache-2.0LICENSEandNOTICEfiles are unchanged (they were alreadyApache-2.0 and correctly attribute Trinity Ternary Project
2024-2026 Dmitrii Vasilev).
No source-code changes. No SPDX headers added to individual files
in this PR (separate scope; can be a follow-up if desired).
Anchor
phi^2 + 1/phi^2 = 3