summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2024-03-06 16:47:05 +0100
committerKai Köhne <kai.koehne@qt.io>2024-03-13 14:43:10 +0000
commit39c4c868a4c1acb5cceb00418b2bb0ca3836d0a3 (patch)
treec5126cb1e26782745d7f12f2a3572d3450a8c8f8 /src/corelib/text
parent4bb4d015f7e855015f8dc32d658518d5ec3556bd (diff)
Use canonical capitalization of Unicode-3.0 SPDX tag
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 <marten.nordheim@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'src/corelib/text')
-rw-r--r--src/corelib/text/qt_attribution.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/text/qt_attribution.json b/src/corelib/text/qt_attribution.json
index 0084ccc18d..3ae1bd2925 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."
}
]