summaryrefslogtreecommitdiffstats
path: root/src/corelib
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-15 08:02:41 +0000
commit2442328393c516406d19c5fdc4065daa90b78369 (patch)
tree63c7df224f4cba7abe3aed19568ebb6a030b4b0f /src/corelib
parentd0dffdfc012574da4a75241097b667d09bb39ba2 (diff)
Document use of Unicode Character Database
[ChangeLog][Third-Party Code] Documented use of "Unicode Character Database (UCD)" in Qt Core. Change-Id: Id66877d04b4bbe6967d366bc631942e466a861ba Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib')
-rw-r--r--src/corelib/tools/UNICODE_LICENSE.txt (renamed from src/corelib/tools/CLDR_LICENSE.txt)2
-rw-r--r--src/corelib/tools/qt_attribution.json20
2 files changed, 20 insertions, 2 deletions
diff --git a/src/corelib/tools/CLDR_LICENSE.txt b/src/corelib/tools/UNICODE_LICENSE.txt
index ad28161436..1c73202b74 100644
--- a/src/corelib/tools/CLDR_LICENSE.txt
+++ b/src/corelib/tools/UNICODE_LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright © 1991-2016 Unicode, Inc. All rights reserved.
+Copyright © 1991-2018 Unicode, Inc. All rights reserved.
Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
Permission is hereby granted, free of charge, to any person obtaining
diff --git a/src/corelib/tools/qt_attribution.json b/src/corelib/tools/qt_attribution.json
index eec2cd6795..f9c0d8991b 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": "10.0.0",
+ "License": "Unicode License Agreement - Data Files and Software (2016)",
+ "LicenseId": "Unicode-DFS-2016",
+ "LicenseFile": "UNICODE_LICENSE.txt",
+ "Copyright": "Copyright (C) 1991-2018 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."
}
+]