summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qt_attribution.json
blob: 6235ec5c1670eba4848c1d90d8cb61ae80056e4f (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
36
37
38
39
40
41
42
43
44
[
{
    "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.",
    "Comment": { "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/",
    "Comment": {
        "Version": [ "Don't use the Unicode standard version;",
                     "UCD has its own 'Revision' numbers",
                     "see the 'UAX #44, UCD' page (https://www.unicode.org/reports/tr44/)" ],
        "License": [ "Will change to Unicode-3.0 on next update",
                     "util/unicode/main.cpp is updated to do that already",
                     "Please update the following and delete this note when that happens" ] },
    "Version": "30",
    "License": "Unicode License Agreement - Data Files and Software (2016)",
    "LicenseId": "Unicode-DFS-2016",
    "Copyright": "Copyright (C) 1991-2022 Unicode, Inc."
},
{
    "Id": "unicode-cldr",
    "Name": "Unicode Common Locale Data Repository (CLDR)",
    "QDocModule": "qtcore",
    "QtUsage": "Used in Qt Core (QTimeZone, QLocale).",
    "Comment": { "Files": "For update, see qtbase/util/locale_database/cldr2qlocalexml.py" },
    "Files": [ "qlocale_data_p.h",
               "../time/qtimezoneprivate_data_p.h", "../time/qhijricalendar_data_p.h",
               "../time/qjalalicalendar_data_p.h", "../time/qromancalendar_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": "https://cldr.unicode.org/",
    "Version": "v44.1",
    "License": "Unicode License v3",
    "LicenseId": "Unicode-3.0",
    "Copyright": "Copyright (C) 2004-2023 Unicode, Inc."
}
]