From af0950eb9c5c04e843a852836545fdf400f6421a Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Wed, 2 Mar 2022 23:05:34 -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 bcaeff43..760565fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "backtrace" version = "0.3.64" authors = ["The Rust Project Developers"] build = "build.rs" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/rust-lang/backtrace-rs" homepage = "https://github.com/rust-lang/backtrace-rs"