Skip to content

Commit 2f53607

Browse files
authored
Use OR operator to specify multiple licenses (#643)
Previously multiple licenses could be separated with a /, but that usage is deprecated.
1 parent 86dcd7d commit 2f53607

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/bheisler/criterion.rs"
1313
readme = "README.md"
1414
keywords = ["criterion", "benchmark"]
1515
categories = ["development-tools::profiling"]
16-
license = "Apache-2.0/MIT"
16+
license = "Apache-2.0 OR MIT"
1717
exclude = ["book/*"]
1818

1919
[dependencies]

plot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/bheisler/criterion.rs"
99
readme = "README.md"
1010
keywords = ["plotting", "gnuplot", "criterion"]
1111
categories = ["visualization"]
12-
license = "MIT/Apache-2.0"
12+
license = "MIT OR Apache-2.0"
1313

1414
[dependencies]
1515
cast = "0.3"

0 commit comments

Comments
 (0)