Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Fix license string to comply with SPDX list
cargo-cyclonedx rejects the current license key in Cargo.toml, because it doesn't comply with the SPDX standard: Package cloud-hypervisor has an invalid license expression (LICENSE-APACHE & LICENSE-BSD-3-Clause), using as named license: Invalid Lax SPDX expression: unknown term Fix by using the names from the SPDX list: https://spdx.github.io/license-list-data/ Signed-off-by: Julian Stecklina <[email protected]>
- Loading branch information