summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qt_attribution.json
blob: 49a76cb8b48f144675f9eee79d190a92ac54a2b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[
{
    "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": "unicode-cldr",
    "Name": "Unicode Common Locale Data Repository (CLDR)",
    "QDocModule": "qtcore",
    "QtUsage": "Used in Qt Core (QTimeZone, QLocale).",
    "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": "v31.0.1",
    "License": "Unicode License Agreement - Data Files and Software (2016)",
    "LicenseId": "Unicode-DFS-2016",
    "LicenseFile": "UNICODE_LICENSE.txt",
    "Copyright": "Copyright (C) 1991-2017 Unicode, Inc."
}
]