From 37e548f963cf8e7d1b08dd9721ea75eee9a18b8a Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Mon, 9 Sep 2024 06:13:00 +0700 Subject: [PATCH] Use valid SPDX license expression, not deprecated form. (#57) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 50c9e82..36b4ce6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.18" authors = ["Chad Brokaw "] edition = "2018" description = "Font introspection, complex text shaping and glyph rendering." -license = "MIT/Apache-2.0" +license = "Apache-2.0 OR MIT" keywords = ["font", "shape", "glyph", "text"] categories = ["graphics", "text-processing"] repository = "https://github.com/dfrg/swash"