summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/freebsd/qt_attribution.json
blob: 6a4a9ca1af22587ccf30530aefa36a8b6b5bbf81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "Id": "freebsd",
    "Name": "FreeBSD strtoll and strtoull",
    "QDocModule": "qtcore",
    "QtUsage": "Used in Qt Core.",
    "Files": "strtoll.c strtoull.c",

    "Description": "strtoll() and strtoull() are functions for converting a string to (unsigned) long long integer.",
    "Homepage": "https://github.com/freebsd/freebsd/",
    "Upstream": "https://raw.githubusercontent.com/freebsd/freebsd/raw/tree/master/lib/libc/stdlib/$file",
    "Version": "upstream has complicated with std locales; do not update",
    "Version": "18b29f3fb8abee5d57ed8f4a44f806bec7e0eeff",
    "License": "BSD 3-clause \"New\" or \"Revised\" License",
    "LicenseId": "BSD-3-Clause",
    "LicenseFile": "LICENSE",
    "Copyright": "Copyright (c) 1992, 1993 The Regents of the University of California.
Copyright (c) 2011 The FreeBSD Foundation"
}