From 876dd6edfe9f19fac69224c296728969dfcfd5c5 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Wed, 23 Feb 2022 13:19:38 -0800 Subject: [PATCH] Use SPDX license format --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index be9e05ad..4476122a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ name = "bitflags" version = "1.3.2" edition = "2018" authors = ["The Rust Project Developers"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" keywords = ["bit", "bitmask", "bitflags", "flags"] readme = "README.md" repository = "https://github.com/bitflags/bitflags"