From b0830810122333470e939e9a38d2119291bf0d1e Mon Sep 17 00:00:00 2001 From: Jim Schaff Date: Fri, 3 Jul 2026 08:07:37 -0400 Subject: [PATCH] Fix .zenodo.json license: cc-by-4.0 -> mit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) Claude-Session: https://claude.ai/code/session_01BZx7w9BexQc9wWU5JoHYaF --- .zenodo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zenodo.json b/.zenodo.json index 0e4cbbcf59..a31efad2d8 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -2,7 +2,7 @@ "upload_type": "software", "title": "Virtual Cell (VCell)", "description": "The Virtual Cell (VCell) is a comprehensive platform for modeling and simulation in cell biology, developed since 1997 at the Center for Cell Analysis and Modeling (CCAM) at UConn Health.", - "license": "cc-by-4.0", + "license": "mit", "creators": [ { "name": "Schaff, James C.",