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
parent
86abf43122
commit
04b095b24b
|
|
@ -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
|
||||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue