Doc: Properly mention valgrind & callgrind

Julian Seward is the author mentioned in valgrind_p.h.
Also call the whole thing valgrind, since callgrind
is part of valgrind.

Change-Id: Iaf5958c520b919c1acf93ce368b0839bd06ccd46
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Reviewed-by: hjk <hjk@qt.io>
Reviewed-by: Topi Reiniö <topi.reinio@qt.io>
bb10
Kai Koehne 2016-12-02 16:25:54 +01:00 committed by Jani Heikkinen
parent 86abf43122
commit 04b095b24b
2 changed files with 7 additions and 8 deletions

View File

@ -1,6 +1,4 @@
This file is part of callgrind, a valgrind tool for cache simulation
and call tree tracing.
Copyright (C) 2000-2007 Julian Seward
Copyright (C) 2003-2007 Josef Weidendorfer. All rights reserved.
Redistribution and use in source and binary forms, with or without

View File

@ -1,17 +1,18 @@
[
{
"Id": "callgrind",
"Name": "Callgrind",
"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": "Part of Valgrind: an instrumentation framework for building dynamic analysis tools.",
"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": "CALLGRIND_LICENSE.txt",
"Copyright": "Copyright (C) 2003-2007 Josef Weidendorfer. All rights reserved."
"LicenseFile": "VALGRIND_LICENSE.txt",
"Copyright": "Copyright (C) 2000-2007 Julian Seward
Copyright (C) 2003-2007 Josef Weidendorfer."
},
{
"Id": "cycle",