Skip to content

Commit 7c20402

Browse files
committed
Fix Zenodo license metadata and cut the 0.1.0 changelog entry
.zenodo.json declared BSD-3-Clause since it was added, contradicting LICENSE, CITATION.cff and pyproject.toml, which have always said MIT (confirmed by the commit that added the file: "the software is MIT, unchanged from this repository's public release"). Corrects the metadata and turns the changelog's Unreleased section into a dated 0.1.0 entry ahead of the first tagged release.
1 parent 095b084 commit 7c20402

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

‎.zenodo.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"access_right": "open",
1919
"upload_type": "software",
2020
"language": "eng",
21-
"license": "bsd-3-clause",
21+
"license": "MIT",
2222
"keywords": [
2323
"permutation optimization",
2424
"fitness landscape",

‎CHANGELOG.md‎

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to PRISM will be documented here. The project follows
55

66
## [Unreleased]
77

8+
## [0.1.0] - 2026-08-22
9+
810
### Added
911

1012
- Installable `prism-search` Python package.
@@ -16,7 +18,12 @@ All notable changes to PRISM will be documented here. The project follows
1618

1719
### Changed
1820

19-
- Adopted the OSI-approved BSD 3-Clause license for software.
2021
- Retained `prism-research/core/prism.py` as a compatibility import for the
2122
original experiment scripts.
2223

24+
### Fixed
25+
26+
- `.zenodo.json` incorrectly declared BSD-3-Clause. The software has always
27+
been MIT (see `LICENSE`, `CITATION.cff`, `pyproject.toml`); corrected the
28+
metadata to match.
29+

0 commit comments

Comments
 (0)