summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qt_attribution.json
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2019-05-27 19:13:54 +0200
committerEdward Welbourne <edward.welbourne@qt.io>2019-07-10 17:05:30 +0200
commita9aa206b7b8ac4e69f8c46233b4080e00e845ff5 (patch)
tree0d19cb1f1a3b9d79d322e6e63f6f72160977ca67 /src/corelib/text/qt_attribution.json
parent85d3061c1cd4617ef09cb381320611c27da205a5 (diff)
Move text-related code out of corelib/tools/ to corelib/text/
This includes byte array, string, char, unicode, locale, collation and regular expressions. Change-Id: I8b125fa52c8c513eb57a0f1298b91910e5a0d786 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/corelib/text/qt_attribution.json')
-rw-r--r--src/corelib/text/qt_attribution.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/corelib/text/qt_attribution.json b/src/corelib/text/qt_attribution.json
new file mode 100644
index 0000000000..f91742d421
--- /dev/null
+++ b/src/corelib/text/qt_attribution.json
@@ -0,0 +1,39 @@
+[
+{
+ "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": "For update, see qtbase/util/unicode/README",
+ "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": "Don't use the Unicode standard version; UCD has its own 'Revision' numbers",
+ "Version": "20",
+ "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": "unicode-cldr",
+ "Name": "Unicode Common Locale Data Repository (CLDR)",
+ "QDocModule": "qtcore",
+ "QtUsage": "Used in Qt Core (QTimeZone, QLocale).",
+ "Files": "For update, see qtbase/util/locale_database/cldr2qlocalexml.py",
+ "Files": "qlocale_data_p.h qtimezoneprivate_data_p.h",
+
+ "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": "v35.1",
+ "License": "// as specified in https://spdx.org/licenses/Unicode-DFS-2016.html",
+ "License": "Unicode License Agreement - Data Files and Software (2016)",
+ "LicenseId": "Unicode-DFS-2016",
+ "LicenseFile": "UNICODE_LICENSE.txt",
+ "Copyright": "Copyright (C) 1991-2018 Unicode, Inc."
+}
+]