summaryrefslogtreecommitdiffstats
path: root/src/testlib/3rdparty/qt_attribution.json
blob: 77f58e7d7593aec320ec5b356ac1c6f89b26a7f1 (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
45
46
47
48
49
50
51
[
    {
        "Id": "valgrind",
        "Name": "Valgrind",
        "QDocModule": "qttestlib",
        "QtUsage": "Used on Linux ond MacOS in the Qt Test module.",
        "Comment": { "UpstreamFiles": [ "include/valgrind.h.in", "callgrind/callgrind.h" ],
                     "License": "These two files are BSD; the rest of valgrind is GPL" },
        "Files": [ "valgrind_p.h", "callgrind_p.h" ],

        "Description": "An instrumentation framework for building dynamic analysis tools.",
        "Homepage": "http://valgrind.org/",
        "Version": "3.22.0",
        "License": "BSD 4-clause \"Original\" or \"Old\" License",
        "LicenseId": "BSD-4-Clause",
        "LicenseFile": "VALGRIND_LICENSE.txt",
        "Copyright": ["Copyright (C) 2000-2017 Julian Seward",
        "Copyright (C) 2003-2017 Josef Weidendorfer."]
    },
    {
        "Id": "cycle",
        "Name": "Cycle",
        "QDocModule": "qttestlib",
        "QtUsage": "Used in the Qt Test module.",
        "Files": "cycle_p.h",

        "Description": "Allows to access the CPU's cycle counters.",
        "License": "MIT License",
        "LicenseId": "MIT",
        "LicenseFile": "CYCLE_LICENSE.txt",
        "Copyright": ["Copyright (c) 2003, 2006 Matteo Frigo",
        "Copyright (c) 2003, 2006 Massachusetts Institute of Technology"]
    },
    {
        "Id": "linuxperf",
        "Name": "Linux Performance Events",
        "QDocModule": "qttestlib",
        "QtUsage": "Used on Linux and Android in the Qt Test module. Note that this is a copy of the respective Linux header, and the clarifications of the Linux Syscall Note apply.",
        "Files": "linux_perf_event_p.h",

        "Description": "Allows access to the Linux kernel's performance events.",
        "Homepage": "https://www.kernel.org",
        "Version": "3.7",
        "License": "GNU General Public License v2.0 only with Linux Syscall Note",
        "LicenseId": "GPL-2.0-only WITH Linux-syscall-note",
        "LicenseFile": "LINUX_LICENSE.txt",
        "Copyright": ["Copyright (C) 2008-2009, Thomas Gleixner <tglx@linutronix.de>",
        "Copyright (C) 2008-2011, Red Hat, Inc., Ingo Molnar",
        "Copyright (C) 2008-2011, Red Hat, Inc., Peter Zijlstra"]
    }
]