From 3dd62a56e189e9811a7be67ea034f3098eb6a338 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sun, 23 Jul 2023 10:56:53 +0700 Subject: [PATCH] Use SPDX 2.1 license expression. This improves the usage of automated tooling which consumes the license information. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c4602a2..1fcc489 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"