diff --git a/crossbeam-channel/Cargo.toml b/crossbeam-channel/Cargo.toml index d65906aa4..f1eff4f28 100644 --- a/crossbeam-channel/Cargo.toml +++ b/crossbeam-channel/Cargo.toml @@ -7,7 +7,7 @@ name = "crossbeam-channel" version = "0.4.2" authors = ["The Crossbeam Project Developers"] edition = "2018" -license = "(MIT OR Apache-2.0) AND BSD-2-Clause" +license = "MIT AND BSD-2-Clause OR Apache-2.0 AND BSD-2-Clause" readme = "README.md" repository = "https://github.com/crossbeam-rs/crossbeam" homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel" diff --git a/crossbeam-queue/Cargo.toml b/crossbeam-queue/Cargo.toml index bd090e7ce..2dc86e6e6 100644 --- a/crossbeam-queue/Cargo.toml +++ b/crossbeam-queue/Cargo.toml @@ -7,7 +7,7 @@ name = "crossbeam-queue" version = "0.2.2" authors = ["The Crossbeam Project Developers"] edition = "2018" -license = "(MIT OR Apache-2.0) AND BSD-2-Clause" +license = "MIT AND BSD-2-Clause OR Apache-2.0 AND BSD-2-Clause" readme = "README.md" repository = "https://github.com/crossbeam-rs/crossbeam" homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils"