rust-vmm / vm-virtio

virtio implementation
Apache License 2.0
361 stars 87 forks source link

virtio_queue: fix license in Cargo.toml #289

Closed MatiasVara closed 3 weeks ago

MatiasVara commented 6 months ago

Summary of the PR

Make Cargo.toml reflect the Apache-2.0 AND BSD-3-Clause license. This PR is regarding to #283.

Requirements

Before submitting your PR, please make sure you addressed the following requirements:

stefano-garzarella commented 6 months ago

@MatiasVara thanks for this!

I'd suggest "virtio_queue: fix license in Cargo.toml" as title, to make it clearer that we are fixing it and not changing it. Because if we change it we should have an agreement with everyone who contributed.

I also suggest explaining better in the commit description what was the problem (e.g. that almost all files have SPDX with the AND but the Cargo.toml did not reflect this.)

Please also add Closes #283 before SOB, in this way when we merge the issue will be closed automatically.