From cea902bfbb1e5829371530c83380b4dd6c7ad33a Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Sat, 11 Jun 2022 22:08:04 -0700 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 176e306..012db83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "glob" version = "0.3.0" authors = ["The Rust Project Developers"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" homepage = "https://github.com/rust-lang/glob" repository = "https://github.com/rust-lang/glob" documentation = "https://docs.rs/glob/0.3.0"