summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qt_attribution.json
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-10-27 12:46:58 +0200
committerTony Sarajärvi <tony.sarajarvi@qt.io>2016-10-28 12:46:46 +0000
commite5451f086bb9551527a4f0da06525eef860a53a9 (patch)
treedf041dc9784b8bdc833d4c068c427f51a85425fd /src/corelib/tools/qt_attribution.json
parente46cf80f8a9b3ef9b5ab46f25f947d8cf88415de (diff)
Document license for CLDR data in Qt Core
Change-Id: I21bf76a5603f3384fccad46a16b7304380a7a444 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/corelib/tools/qt_attribution.json')
-rw-r--r--src/corelib/tools/qt_attribution.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/corelib/tools/qt_attribution.json b/src/corelib/tools/qt_attribution.json
new file mode 100644
index 0000000000..eec2cd6795
--- /dev/null
+++ b/src/corelib/tools/qt_attribution.json
@@ -0,0 +1,13 @@
+{
+ "Id": "cldr-data",
+ "Name": "Unicode CLDR (Unicode Common Locale Data Repository)",
+ "QDocModule": "qtcore",
+ "QtUsage": "Used in Qt Core (QTimeZone). Disable the timezone feature to avoid.",
+ "Files": "qlocale_data_p.h",
+
+ "Description": "QTimeZone includes data obtained from the CLDR data files.",
+ "License": "Unicode Data Files and Software License",
+ "LicenseId": "Unicode-TOU",
+ "LicenseFile": "CLDR_LICENSE.txt",
+ "Copyright": "Copyright (C) 1991-2016 Unicode, Inc."
+}