From 39c4c868a4c1acb5cceb00418b2bb0ca3836d0a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20K=C3=B6hne?= Date: Wed, 6 Mar 2024 16:47:05 +0100 Subject: [PATCH] Use canonical capitalization of Unicode-3.0 SPDX tag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The SPDX database lists the license as 'Unicode-3.0', and 'Unicode License v3'. Now, the SPDX standard actually says that License identifiers (including license exception identifiers) used in SPDX documents or source code files should be matched in a case- insensitive manner. But the website at https://spdx.org/licenses/ doesn't treat it this way, so the link we generate out of the identifier actually gives a 404. So it's just easier to use the 'original' capitalization. Amends 063026cc503 Pick-to: 6.5 6.6 6.7 Change-Id: I826077a914721b7b9499ad62c08fdf20be94e88d Reviewed-by: MÃ¥rten Nordheim Reviewed-by: Edward Welbourne --- LICENSES/{UNICODE-3.0.txt => Unicode-3.0.txt} | 0 src/corelib/text/qt_attribution.json | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename LICENSES/{UNICODE-3.0.txt => Unicode-3.0.txt} (100%) diff --git a/LICENSES/UNICODE-3.0.txt b/LICENSES/Unicode-3.0.txt similarity index 100% rename from LICENSES/UNICODE-3.0.txt rename to LICENSES/Unicode-3.0.txt diff --git a/src/corelib/text/qt_attribution.json b/src/corelib/text/qt_attribution.json index 0084ccc18d9..3ae1bd2925a 100644 --- a/src/corelib/text/qt_attribution.json +++ b/src/corelib/text/qt_attribution.json @@ -35,8 +35,8 @@ available.", "Homepage": "https://cldr.unicode.org/", "Version": "v44.1", - "License": "Unicode License V3", - "LicenseId": "UNICODE-3.0", + "License": "Unicode License v3", + "LicenseId": "Unicode-3.0", "Copyright": "Copyright (C) 2004-2023 Unicode, Inc." } ]