diff --git a/Cargo.toml b/Cargo.toml index 96f717f..e0f4847 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ documentation = "https://github.com/EarthmanMuons/spellout/" readme = "README.md" homepage = "https://github.com/EarthmanMuons/spellout/" repository = "https://github.com/EarthmanMuons/spellout/" -license = "MIT OR Apache-2.0" +license = "0BSD" # https://github.com/crate-ci/cargo-release/ [workspace.metadata.release] diff --git a/crates/spellabet/CHANGELOG.md b/crates/spellabet/CHANGELOG.md index cfa0f5f..edb98d9 100644 --- a/crates/spellabet/CHANGELOG.md +++ b/crates/spellabet/CHANGELOG.md @@ -12,6 +12,10 @@ The format is based on [Keep a Changelog][1], and this project adheres to ## [Unreleased] +### Fixed + +- Correct the crate license metadata to reflect 0BSD. + ## [0.3.0] - 2026-02-06 ### Added diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 631fc01..fde3a81 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -2,7 +2,7 @@ name = "xtask" edition = "2024" rust-version = "1.91" -license = "MIT OR Apache-2.0" +license = "0BSD" publish = false # https://github.com/crate-ci/cargo-release/