summaryrefslogtreecommitdiffstats
path: root/src/testlib/3rdparty/qt_attribution.json
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-09-22 14:58:58 +0200
committerKai Koehne <kai.koehne@qt.io>2016-09-26 07:07:13 +0000
commit41a7d74385eece725435159ca021151e871bf116 (patch)
tree6d110ae12ad25fccd9ce99c20cb94ca376469860 /src/testlib/3rdparty/qt_attribution.json
parent4d676acdc5968c9314bd16ac999ef3bbab4860b3 (diff)
Document 3rd party source that is part of Qt Test
Change-Id: I8f324e23909232ee80a8d123fba35f5a6fecfaac Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
Diffstat (limited to 'src/testlib/3rdparty/qt_attribution.json')
-rw-r--r--src/testlib/3rdparty/qt_attribution.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/testlib/3rdparty/qt_attribution.json b/src/testlib/3rdparty/qt_attribution.json
new file mode 100644
index 0000000000..23d230cb5c
--- /dev/null
+++ b/src/testlib/3rdparty/qt_attribution.json
@@ -0,0 +1,42 @@
+[
+ {
+ "Id": "callgrind",
+ "Name": "Callgrind",
+ "QDocModule": "qttestlib",
+ "QtUsage": "Used on Linux ond MacOS in the Qt Test module.",
+
+ "Description": "callgrind_p.h is part of Valgrind: 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": "CALLGRIND_LICENSE.txt",
+ "Copyright": "Copyright (C) 2003-2007 Josef Weidendorfer. All rights reserved."
+ },
+ {
+ "Id": "cycle",
+ "Name": "Cycle",
+ "QDocModule": "qttestlib",
+ "QtUsage": "Used in the Qt Test module.",
+
+ "Description": "cycle_p.h 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.",
+
+ "Description": "linux_perf_event_p.h 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"
+ }
+]