From 9636ac9d4656739b23a3aa9eedd519274cdb2bde Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 22 Nov 2020 12:39:34 +0900 Subject: [PATCH] Change crossbeam-queue's license to MIT OR Apache-2.0 --- crossbeam-queue/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossbeam-queue/Cargo.toml b/crossbeam-queue/Cargo.toml index dc52d10c7..6ff45e505 100644 --- a/crossbeam-queue/Cargo.toml +++ b/crossbeam-queue/Cargo.toml @@ -7,7 +7,7 @@ name = "crossbeam-queue" version = "0.3.0" authors = ["The Crossbeam Project Developers"] edition = "2018" -license = "MIT AND BSD-2-Clause OR Apache-2.0 AND BSD-2-Clause" +license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/crossbeam-rs/crossbeam" homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils"