From 0ac11b0c351e1eba2e1e7d6cfd79aa67af76d3ca Mon Sep 17 00:00:00 2001 From: Gerrit Sangel Date: Sat, 5 Nov 2022 21:16:14 +0100 Subject: [PATCH] Use SPDX license expression --- geo-postgis/Cargo.toml | 2 +- geo-types/Cargo.toml | 2 +- geo/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/geo-postgis/Cargo.toml b/geo-postgis/Cargo.toml index 555162f11b..d1c0455e37 100644 --- a/geo-postgis/Cargo.toml +++ b/geo-postgis/Cargo.toml @@ -2,7 +2,7 @@ name = "geo-postgis" version = "0.2.2" authors = ["Corey Farwell "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" repository = "https://github.com/georust/geo" documentation = "https://docs.rs/geo-postgis/" readme = "../README.md" diff --git a/geo-types/Cargo.toml b/geo-types/Cargo.toml index 851ee05feb..74a75acbaf 100644 --- a/geo-types/Cargo.toml +++ b/geo-types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "geo-types" version = "0.7.7" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" repository = "https://github.com/georust/geo" documentation = "https://docs.rs/geo-types/" readme = "../README.md" diff --git a/geo/Cargo.toml b/geo/Cargo.toml index ba6b626d97..49fbff465c 100644 --- a/geo/Cargo.toml +++ b/geo/Cargo.toml @@ -2,7 +2,7 @@ name = "geo" description = "Geospatial primitives and algorithms" version = "0.23.0" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" repository = "https://github.com/georust/geo" documentation = "https://docs.rs/geo/" readme = "../README.md"