From b113f6013abb75d3f65553a07ca8cf4d693cbfb0 Mon Sep 17 00:00:00 2001 From: Gerrit Sangel Date: Sat, 5 Nov 2022 21:51:33 +0100 Subject: [PATCH] Use SPDX license expression --- CHANGES.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index b9ffcfc..4ee8b67 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## Unreleased + +* Changed license field to [SPDX 2.1 license expression](https://spdx.dev/spdx-specification-21-web-version/#h.jxpfx0ykyb60) + ## 0.10.3 - 2022-06-22 * Fixed a typo in the release notes to reference the correct version diff --git a/Cargo.toml b/Cargo.toml index 56de914..844f0c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "wkt" description = "Rust read/write support for well-known text (WKT)" version = "0.10.3" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" repository = "https://github.com/georust/wkt" autobenches = true readme = "README.md"