summaryrefslogtreecommitdiffstats
path: root/src/testlib/3rdparty/qt_attribution.json
blob: 49d12580bd24b8231042e61b3ec52fd8d98751e2 (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
[
    {
        "Id": "valgrind",
        "Name": "Valgrind",
        "QDocModule": "qttestlib",
        "QtUsage": "Used on Linux ond MacOS in the Qt Test module.",
        "Files": "valgrind_p.h callgrind_p.h",

        "Description": "An instrumentation framework for building dynamic analysis tools.",
        "Homepage": "http://valgrind.org/",
        "License": "BSD 4-clause \"Original\" or \"Old\" License",
        "LicenseId": "BSD-4-Clause",
        "LicenseFile": "VALGRIND_LICENSE.txt",
        "Copyright": "Copyright (C) 2000-2007 Julian Seward
Copyright (C) 2003-2007 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.",
        "Files": "linux_perf_event_p.h",

        "Description": "Allows access to the Linux kernel's performance events.",
        "License": "GNU General Public License v2.0 only",
        "LicenseId": "GPL-2.0",
        "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"
    }
]