From e796892ccf015a97a9bc414fbc1116419048e327 Mon Sep 17 00:00:00 2001 From: LingMan Date: Thu, 15 Dec 2022 19:05:46 +0100 Subject: [PATCH] Specify licenses in SPDX format The use of `/` as a separator is deprecated. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1b4eb82bff..3c709a2596 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/chronotope/chrono" keywords = ["date", "time", "calendar"] categories = ["date-and-time"] readme = "README.md" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" exclude = ["/ci/*"] edition = "2018"