From: Christopher Durham Date: Sun, 25 Feb 2018 04:48:09 +0000 (-0500) Subject: Seperate licenses with a `/` X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~2^2~83^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1ddba76a0f5f83884d20be97f49452f9dd1897f1;p=cargo.git Seperate licenses with a `/` --- diff --git a/Cargo.toml b/Cargo.toml index f366fbb14..79b868e37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.26.0" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "] -license = "MIT OR Apache-2.0" +license = "MIT/Apache-2.0" homepage = "https://crates.io" repository = "https://github.com/rust-lang/cargo" documentation = "https://docs.rs/cargo" @@ -91,4 +91,4 @@ doc = false [[test]] name = "testsuite" -path = "tests/testsuite/lib.rs" \ No newline at end of file +path = "tests/testsuite/lib.rs"