From 6ebf7f03505cfff57adca4a89efc64b6156e0749 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Sat, 12 Nov 2022 01:27:37 -0800 Subject: [PATCH] Use SPDX license format (#50) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a678f7..3a68589 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ include = [ "README.md", ] keywords = ["utility", "filesystem", "remove_dir", "windows"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" name = "remove_dir_all" readme = "README.md" repository = "https://github.com/XAMPPRocky/remove_dir_all.git"