Skip to content

Commit 01e116c

Browse files
MatiasVaraepilys
authored andcommitted
virtio_queue: fix license in Cargo.toml
This commit replaces OR to AND in the licensing section of virtio-queue/Cargo.toml. Therefore, this commit reflects the SPDX with the AND that is present in other files in this module. Closes #283 Signed-off-by: Matias Ezequiel Vara Larsen <mvaralar@redhat.com>
1 parent ee6fcc5 commit 01e116c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 BSD-3-Clause"
9+
license = "Apache-2.0 AND BSD-3-Clause"
1010
edition = "2021"
1111

1212
[features]

0 commit comments

Comments
 (0)