From 6e03ead94858f3aeb739478d67a7546dc3719b45 Mon Sep 17 00:00:00 2001 From: Kyle Altendorf Date: Thu, 16 Jan 2025 20:36:24 -0500 Subject: [PATCH] follow SPDX for short license text https://github.com/rust-lang/cargo/issues/2174#issuecomment-355454163 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 46b7e0b..5a1fb71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ description = "Library for diffing paths to obtain relative paths" documentation = "https://docs.rs/pathdiff/" repository = "https://github.com/Manishearth/pathdiff" keywords = ["path", "relative"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" [package.metadata.docs.rs] all-features = true