summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2018-02-14 14:22:26 +0100
committerKai Koehne <kai.koehne@qt.io>2018-02-26 10:31:11 +0000
commite00b3c937422cde7aacbb9b58ea56ab397386003 (patch)
tree35c1d0670e9832c3762fc46ea3fe31d281794551 /src
parent1c1ec4337304c395c5798e6ac0ebaa74c41d1936 (diff)
Document use of Unicode Character Database
[ChangeLog][Third-Party Code] Documented use of "Unicode Character Database (UCD)" in Qt Core. Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit 2442328393c516406d19c5fdc4065daa90b78369) Change-Id: I1bb12b9bf9a3ddfc105146291b29cec305ebe3a2 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/corelib/tools/UNICODE_LICENSE.txt (renamed from src/corelib/tools/CLDR_LICENSE.txt)0
-rw-r--r--src/corelib/tools/qt_attribution.json20
2 files changed, 19 insertions, 1 deletions
diff --git a/src/corelib/tools/CLDR_LICENSE.txt b/src/corelib/tools/UNICODE_LICENSE.txt
index ad28161436..ad28161436 100644
--- a/src/corelib/tools/CLDR_LICENSE.txt
+++ b/src/corelib/tools/UNICODE_LICENSE.txt
diff --git a/src/corelib/tools/qt_attribution.json b/src/corelib/tools/qt_attribution.json
index eec2cd6795..78ff80a9d5 100644
--- a/src/corelib/tools/qt_attribution.json
+++ b/src/corelib/tools/qt_attribution.json
@@ -1,3 +1,20 @@
+[
+{
+ "Id": "unicode-character-database",
+ "Name": "Unicode Character Database (UCD)",
+ "QDocModule": "qtcore",
+ "QtUsage": "Qt Core uses data obtained from UCD files for working with characters and strings.",
+ "Files": "qunicodetables_p.h qunicodetables.cpp",
+
+ "Description": "The Unicode Character Database (UCD) is a set of files that
+ define the Unicode character properties and internal mappings.",
+ "Homepage": "https://www.unicode.org/ucd/",
+ "Version": "8.0.0",
+ "License": "Unicode License Agreement - Data Files and Software (2016)",
+ "LicenseId": "Unicode-DFS-2016",
+ "LicenseFile": "UNICODE_LICENSE.txt",
+ "Copyright": "Copyright (C) 1991-2016 Unicode, Inc."
+},
{
"Id": "cldr-data",
"Name": "Unicode CLDR (Unicode Common Locale Data Repository)",
@@ -8,6 +25,7 @@
"Description": "QTimeZone includes data obtained from the CLDR data files.",
"License": "Unicode Data Files and Software License",
"LicenseId": "Unicode-TOU",
- "LicenseFile": "CLDR_LICENSE.txt",
+ "LicenseFile": "UNICODE_LICENSE.txt",
"Copyright": "Copyright (C) 1991-2016 Unicode, Inc."
}
+]