Skip to content

Commit 81ab18e

Browse files
author
Stjepan Glavina
authored
Merge pull request #530 from crossbeam-rs/license
Remove parentheses from license field in Cargo.toml
2 parents 2f1ed42 + 81eea47 commit 81ab18e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crossbeam-channel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "crossbeam-channel"
77
version = "0.4.2"
88
authors = ["The Crossbeam Project Developers"]
99
edition = "2018"
10-
license = "(MIT OR Apache-2.0) AND BSD-2-Clause"
10+
license = "MIT AND BSD-2-Clause OR Apache-2.0 AND BSD-2-Clause"
1111
readme = "README.md"
1212
repository = "https://github.com/crossbeam-rs/crossbeam"
1313
homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-channel"

crossbeam-queue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "crossbeam-queue"
77
version = "0.2.2"
88
authors = ["The Crossbeam Project Developers"]
99
edition = "2018"
10-
license = "(MIT OR Apache-2.0) AND BSD-2-Clause"
10+
license = "MIT AND BSD-2-Clause OR Apache-2.0 AND BSD-2-Clause"
1111
readme = "README.md"
1212
repository = "https://github.com/crossbeam-rs/crossbeam"
1313
homepage = "https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils"

0 commit comments

Comments
 (0)