Skip to content

Commit

Permalink
Use OR operator to specify multiple licenses (#643)
Browse files Browse the repository at this point in the history
Previously multiple licenses could be separated
with a /, but that usage is deprecated.
  • Loading branch information
LKozlowski committed Mar 11, 2023
1 parent 86dcd7d commit 2f53607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -13,7 +13,7 @@ repository = "https://github.com/bheisler/criterion.rs"
readme = "README.md"
keywords = ["criterion", "benchmark"]
categories = ["development-tools::profiling"]
license = "Apache-2.0/MIT"
license = "Apache-2.0 OR MIT"
exclude = ["book/*"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion plot/Cargo.toml
Expand Up @@ -9,7 +9,7 @@ repository = "https://github.com/bheisler/criterion.rs"
readme = "README.md"
keywords = ["plotting", "gnuplot", "criterion"]
categories = ["visualization"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"

[dependencies]
cast = "0.3"
Expand Down

0 comments on commit 2f53607

Please sign in to comment.