rust-vmm / vm-virtio

virtio implementation
Apache License 2.0
348 stars 86 forks source link

Change OR to AND in licensing section of `virt-queue/Cargo.toml` #283

Open MatiasVara opened 6 months ago

MatiasVara commented 6 months ago

This issue is in reference to https://github.com/rust-vmm/vm-virtio/pull/278#discussion_r1442891151 comment regarding the line: https://github.com/rust-vmm/vm-virtio/blob/a6365caae501c57acb22e6227a4659ffec328ea5/virtio-queue/Cargo.toml#L9

Should we change the OR to AND as most of the files in virtio-queue/src/?

Thanks,

rbradford commented 6 months ago

Yes, it should be AND.

MatiasVara commented 6 months ago

I'll submit a PR soon.