summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-02-14 14:55:25 +0100
committerKai Koehne <kai.koehne@qt.io>2018-02-26 10:31:15 +0000
commitd19f860e1b24e40ef8a9cd22d97544048e5ad2c2 (patch)
tree6e14492fd30089e31093f227199a10b8539d26d4
parente00b3c937422cde7aacbb9b58ea56ab397386003 (diff)
Update Unicode CLDR third party documentation
[ChangeLog][Third-Party Code] Clarified use of "Unicode Common Local Data Repository (CLDR)" in the documentation. Also updated SPDX license name / ID. Reviewed-by: Lars Knoll <lars.knoll@qt.io> (cherry picked from commit f93d732dd17e35757d8ba554dfbecc0d4dd89e25) Change-Id: I0aabf005fca351981d8092efa4344efa33b4a3c6
-rw-r--r--src/corelib/tools/qt_attribution.json18
1 files changed, 11 insertions, 7 deletions
diff --git a/src/corelib/tools/qt_attribution.json b/src/corelib/tools/qt_attribution.json
index 78ff80a9d5..67d609201e 100644
--- a/src/corelib/tools/qt_attribution.json
+++ b/src/corelib/tools/qt_attribution.json
@@ -16,15 +16,19 @@
"Copyright": "Copyright (C) 1991-2016 Unicode, Inc."
},
{
- "Id": "cldr-data",
- "Name": "Unicode CLDR (Unicode Common Locale Data Repository)",
+ "Id": "unicode-cldr",
+ "Name": "Unicode Common Locale Data Repository (CLDR)",
"QDocModule": "qtcore",
- "QtUsage": "Used in Qt Core (QTimeZone). Disable the timezone feature to avoid.",
- "Files": "qlocale_data_p.h",
+ "QtUsage": "Used in Qt Core (QTimeZone, QLocale).",
+ "Files": "qlocale_data_p.h qtimezoneprivate_data_p.h",
- "Description": "QTimeZone includes data obtained from the CLDR data files.",
- "License": "Unicode Data Files and Software License",
- "LicenseId": "Unicode-TOU",
+ "Description": "The Unicode CLDR provides key building blocks for software to support the
+ world's languages, with the largest and most extensive standard repository of locale data
+ available.",
+ "Homepage": "http://cldr.unicode.org/",
+ "Version": "v29",
+ "License": "Unicode License Agreement - Data Files and Software (2016)",
+ "LicenseId": "Unicode-DFS-2016",
"LicenseFile": "UNICODE_LICENSE.txt",
"Copyright": "Copyright (C) 1991-2016 Unicode, Inc."
}