From d1702c6d6b3bd368f1143231f44120623500a751 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Sun, 8 Sep 2024 23:39:46 +0700 Subject: [PATCH] Use valid SPDX license expression, not deprecated form. --- 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"