Revert "Seperate licenses with a `/`"
authorAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 26 Feb 2018 18:19:26 +0000 (21:19 +0300)
committerAleksey Kladov <aleksey.kladov@gmail.com>
Mon, 26 Feb 2018 18:19:26 +0000 (21:19 +0300)
This reverts commit 1ddba76a0f5f83884d20be97f49452f9dd1897f1.

OR is the more modern form

Cargo.toml

index bcb74f2554aa8e3df25d229cb7a80be4f3dd4648..eef7aae39fe1fc79cb7e7dbb49ca35bdd774c67c 100644 (file)
@@ -4,7 +4,7 @@ version = "0.27.0"
 authors = ["Yehuda Katz <wycats@gmail.com>",
            "Carl Lerche <me@carllerche.com>",
            "Alex Crichton <alex@alexcrichton.com>"]
-license = "MIT/Apache-2.0"
+license = "MIT OR 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"
+path = "tests/testsuite/lib.rs"
\ No newline at end of file