From 957dd4e1450ad12acfcc0c3896bf31afb56c1eda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Tue, 16 Apr 2024 13:54:55 +0200 Subject: [PATCH] Add license exception Task-number: QTBUG-121039 Change-Id: I84049920fa38af48a54714d9cd0a8cb940deb066 Reviewed-by: Edward Welbourne (cherry picked from commit 47d8c87b759c6f7b6e34bf86c923146c3d4a10d7) Reviewed-by: Qt Cherry-pick Bot --- licenseRule.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/licenseRule.json b/licenseRule.json index bc50f5e5f89..a668b109fd5 100644 --- a/licenseRule.json +++ b/licenseRule.json @@ -109,6 +109,11 @@ "file type" : "module and plugin", "spdx" : ["LicenseRef-Qt-Commercial OR BSD-3-Clause"] }, + "src/corelib/(time|text)/q.*_data_p\\.h" : { + "comment" : "generated from Unicode CLDR data", + "file type" : "module and plugin", + "spdx" : ["Unicode-3.0"] + }, "src/tools/" : { "comment" : "Default", "file type" : "tools and utils",