Skip to content

Commit 8c3a5a5

Browse files
committed
queue: fix license for publishing v0.1.0
The virito-queue crate should licensed by either Apache 2.0 or BSD-3-Clause. Signed-off-by: Liu Jiang <gerry@linux.alibaba.com>
1 parent e2c704a commit 8c3a5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/virtio-queue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "virtio queue implementation"
66
repository = "https://github.com/rust-vmm/vm-virtio"
77
keywords = ["virtio"]
88
readme = "README.md"
9-
license = "Apache-2.0 OR MIT"
9+
license = "Apache-2.0 OR BSD-3-Clause"
1010
edition = "2018"
1111

1212
[features]

0 commit comments

Comments
 (0)