Use SPDX 2.1 license expression.

This improves the usage of automated tooling which consumes the
license information.
This commit is contained in:
Bruce Mitchener 2023-07-23 10:56:53 +07:00
parent 022f586944
commit 3dd62a56e1

View file

@ -17,7 +17,7 @@ members = [
[workspace.package]
edition = "2021"
version = "0.0.1"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
# homepage = "https://vello.dev" - Domain owned by us, but unused at present
# rust-version =
repository = "https://github.com/linebender/vello"