From 6b530c0685a42f021e9ab575901097d9c53d9ea4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Tue, 23 Apr 2024 08:55:30 +0200 Subject: [PATCH] Add license exception This is a follow-up to commit d5e40b5e58c187086d7c23af1860c1af28957ccc Task-number: QTBUG-121787 Change-Id: I45c8c4b4a0348f46fa546a1fee53ba5196bf7d8a Reviewed-by: Edward Welbourne --- licenseRule.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/licenseRule.json b/licenseRule.json index a668b109fd..4683dc7b23 100644 --- a/licenseRule.json +++ b/licenseRule.json @@ -114,6 +114,11 @@ "file type" : "module and plugin", "spdx" : ["Unicode-3.0"] }, + "src/corelib/text/qunicodetables.*" : { + "comment" : "Contains data extracted from UCD, under Unicode-DFS-2016", + "file type" : "module and plugin", + "spdx" : ["Unicode-DFS-2016"] + }, "src/tools/" : { "comment" : "Default", "file type" : "tools and utils",