From bb8def466a36d78cccdb01dfe737e49078e5f349 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Mon, 28 Feb 2022 10:05:41 -0800 Subject: [PATCH] Use SPDX license format (#278) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 605fdb3..1ff0255 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "smallvec" version = "1.8.0" edition = "2018" authors = ["The Servo Project Developers"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" repository = "https://github.com/servo/rust-smallvec" description = "'Small vector' optimization: store up to a small number of items on the stack" keywords = ["small", "vec", "vector", "stack", "no_std"]