From 1e623c58b2dd7dbd8795bdf682ff1372fc0a8e44 Mon Sep 17 00:00:00 2001 From: Jules Bertholet Date: Tue, 23 Apr 2024 11:16:28 -0400 Subject: [PATCH] Cargo.toml: make license SPDX-compliant --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 50c82f9..fccb1bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ authors = [ homepage = "https://github.com/unicode-rs/unicode-width" repository = "https://github.com/unicode-rs/unicode-width" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" categories = [ "command-line-interface", "internationalization",