From 0dcef6a76e101b36cfe23ea089dcdd5bb309d8ae Mon Sep 17 00:00:00 2001 From: Matthieu Viry Date: Wed, 29 Mar 2023 17:22:58 +0200 Subject: [PATCH] Improve license field in cargo.toml to use a valid SPDX license expression --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9a333ad..53bccd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://github.com/mthh/contour-rs" documentation = "https://docs.rs/contour" readme = "README.md" keywords = ["contour", "polygon", "isoring", "marching-squares", "geojson"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" [dependencies] geojson = { version = ">=0.16, <=0.24", optional = true }