Skip to content

Commit

Permalink
Fix an error in license statement
Browse files Browse the repository at this point in the history
"Apache-2.0 or BSD-3-Clause" is not an valid license statement and is
rejected by cargo. So change it to "Apache-2.0 OR BSD-3-Clause".

Signed-off-by: Liu Jiang <[email protected]>
  • Loading branch information
jiangliu authored and slp committed Aug 6, 2021
1 parent 56ad2ae commit 14d754c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Liu Jiang <[email protected]>"]
repository = "https://github.com/rust-vmm/vhost"
documentation = "https://docs.rs/vhost"
readme = "README.md"
license = "Apache-2.0 or BSD-3-Clause"
license = "Apache-2.0 OR BSD-3-Clause"
edition = "2018"

[features]
Expand Down

0 comments on commit 14d754c

Please sign in to comment.