From 1ddba76a0f5f83884d20be97f49452f9dd1897f1 Mon Sep 17 00:00:00 2001 From: Christopher Durham Date: Sat, 24 Feb 2018 23:48:09 -0500 Subject: [PATCH] Seperate licenses with a `/` --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f366fbb142a..79b868e37f7 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"