Skip to content

Commit abe4438

Browse files
authored
Merge pull request #32 from atouchet/lic
Use SPDX license format
2 parents 6a1a148 + 74e6238 commit abe4438

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/zesterer/pollster"
1212
authors = ["Joshua Barretto <joshua@jsbarretto.com>"]
1313
edition = "2018"
1414
rust-version = "1.69"
15-
license = "Apache-2.0/MIT"
15+
license = "MIT OR Apache-2.0"
1616
readme = "README.md"
1717

1818
[features]

macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["async", "minimal", "executor", "runtime", "block_on"]
77
repository = "https://github.com/zesterer/pollster"
88
authors = ["Joshua Barretto <joshua.s.barretto@gmail.com>"]
99
edition = "2018"
10-
license = "Apache-2.0/MIT"
10+
license = "MIT OR Apache-2.0"
1111
readme = "README.md"
1212

1313
[lib]

0 commit comments

Comments
 (0)