Skip to content

Commit bf3bd63

Browse files
committed
Relicense dispatch2 under Zlib as well
Permission given in: marysaka/dispatch2#2 (comment)
1 parent 97c6daf commit bf3bd63

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

LICENSE.md

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
The licensing of these crates is a bit complicated:
44
- The crates `objc2`, `block2`, `objc2-foundation` and `objc2-encode` are
55
[currently][#23] licensed under [the MIT license][MIT].
6-
- The `dispatch2` crate is dual-licensed under the [Apache-2.0] or [MIT]
7-
license, at your option.
86
- All other crates are trio-licensed under the [Zlib], [Apache-2.0] or [MIT]
97
license, at your option.
108

crates/dispatch2/Cargo.modified.toml

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ version = "0.1.0" # Remember to update html_root_url in lib.rs
33
description = "Bindings and wrappers for Apple's Grand Central Dispatch (GCD)"
44
keywords = ["gcd", "macos", "ios", "dispatch", "libdispatch"]
55
authors = ["Mads Marquart <[email protected]>", "Mary <[email protected]>"]
6-
license = "Apache-2.0 OR MIT"
76

87
[dev-dependencies]
98
static_assertions = "1.1.0"

crates/dispatch2/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rust-version.workspace = true
1010
keywords = ["gcd", "macos", "ios", "dispatch", "libdispatch"]
1111
categories.workspace = true
1212
repository.workspace = true
13-
license = "Apache-2.0 OR MIT"
13+
license.workspace = true
1414
authors = ["Mads Marquart <[email protected]>", "Mary <[email protected]>"]
1515

1616
[lints]

0 commit comments

Comments
 (0)