Fix an error in license statement
"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 <gerry@linux.alibaba.com>
This commit is contained in:
parent
56ad2ae4dd
commit
14d754c5c7
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ authors = ["Liu Jiang <gerry@linux.alibaba.com>"]
|
|||
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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue