Fix .zenodo.json license: cc-by-4.0 → mit#1717
Merged
Merged
Conversation
VCell is MIT-licensed (LICENSE file and CITATION.cff both say MIT), but .zenodo.json declared cc-by-4.0 — so archived releases were being published to Zenodo under the wrong license. Set it to "mit" (the Zenodo deposit id used by the other tool-managed repos, which publish as MIT). The published records themselves also carry the wrong license and will be normalized to MIT separately via zenodo-maint apply-metadata --license-only. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BZx7w9BexQc9wWU5JoHYaF
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.
VCell is MIT-licensed — the
LICENSEfile andCITATION.cffboth say MIT — but.zenodo.jsondeclaredcc-by-4.0. Since release archiving uses.zenodo.jsonverbatim, releases have been published to Zenodo under the wrong license.Sets it to
"mit"— the Zenodo deposit id the other tool-managed repos (pyvcell, compose-api, SpringSaLaD) use, which publish correctly as MIT.Surfaced by
zenodo-maint audit.Note: the already-published records also carry the wrong license (445
cc-by-4.0+ 46other-openacross 492 versions). Those will be normalized to MIT separately viazenodo-maint apply-metadata --license-only; this PR just fixes the source so future releases are correct.🤖 Generated with Claude Code
https://claude.ai/code/session_01BZx7w9BexQc9wWU5JoHYaF