From 2f0e3844eda5f4fa3501ca82151a6abdcc812002 Mon Sep 17 00:00:00 2001 From: Friedemann Sommer Date: Sun, 1 Dec 2024 01:36:55 +0100 Subject: [PATCH] Add Unicode-3.0 to accepted licenses list This change updates the licensing configuration by including Unicode-3.0 in the list of accepted licenses. It ensures that projects using the Unicode-3.0 license can be integrated without issues. --- licensing/about.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/licensing/about.toml b/licensing/about.toml index 0525b50..7f3bd4e 100644 --- a/licensing/about.toml +++ b/licensing/about.toml @@ -1,4 +1,4 @@ -accepted = ["Apache-2.0", "ISC", "MIT", "MPL-2.0"] +accepted = ["Apache-2.0", "ISC", "MIT", "MPL-2.0", "Unicode-3.0"] ignore-dev-dependencies = true private = { ignore = true }