summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qt_attribution.json
blob: c64f8cae4b95c5c4a8b4d084c93af3a7bd6d710a (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
[
{
    "Id": "qtemporaryfile",
    "Name": "Parts of QTemporaryFile",
    "QDocModule": "qtcore",
    "QtUsage": "Used in Qt Core. Disable the qtemporaryfile feature to avoid.",
    "Path": "qtemporaryfile.cpp",

    "Description": "Generates a unique file path and returns a native handle to the open file.",
    "License": "BSD 3-clause \"New\" or \"Revised\" License",
    "LicenseId": "BSD-3-Clause",
    "LicenseFile": "QTEMPORARYFILE_LICENSE.txt",
    "Copyright": "Copyright (c) 1987, 1993 The Regents of the University of California."
},
{
    "Id": "psl",
    "Name": "The Public Suffix List",
    "QDocModule": "qtcore",
    "Description": "The Public Suffix List is an initiative of the Mozilla Project,
but is maintained as a community resource. It is available for use in any software,
but was originally created to meet the needs of browser manufacturers.
It allows browsers to, for example:

- Avoid privacy-damaging \"supercookies\" being set for high-level domain name suffixes

- Highlight the most important part of a domain name in the user interface

- Accurately sort history entries by site",

    "Files": "qurltlds_p.h",
    "QtUsage": "Used in Qt Core to avoid \"supercookies\" being set in the cookie jar
supported by Qt (by the QNetworkCookieJar class).",

    "Homepage": "http://publicsuffix.org/",
    "Version": "Generated on 2016-10-20 from revision 915565885d0fbd25caf7d8b339cd3478f558da94",
    "License": "Mozilla Public License 2.0",
    "LicenseFile": "PSL-LICENSE.txt",
    "LicenseId": "MPL-2.0",
    "Copyright": "The list was originally provided by Jo Hermans <jo.hermans@gmail.com>.
It is now maintained on github (https://github.com/publicsuffix/list)."
}
]