Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
kkoehne committed Feb 26, 2018
1 parent 1c1ec43 commit e00b3c9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
File renamed without changes.
20 changes: 19 additions & 1 deletion 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)",
Expand All @@ -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."
}
]

0 comments on commit e00b3c9

Please sign in to comment.