From 0b9819ef7274725cb0e22c63b77aa3c743f2b295 Mon Sep 17 00:00:00 2001 From: Lars Strojny Date: Tue, 17 Jan 2023 15:58:02 +0100 Subject: [PATCH] Use SPDX license identifier --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a3ab67273..4721d4e49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/seanmonstar/reqwest" documentation = "https://docs.rs/reqwest" authors = ["Sean McArthur "] readme = "README.md" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" edition = "2018" autotests = true