From: Julian Seward Date: Sat, 1 Jun 2002 23:43:49 +0000 (+0000) Subject: Update author attributions. X-Git-Tag: svn/VALGRIND_1_0_3~117 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ece8474f2cc43a615d903981092abe4b8866568;p=thirdparty%2Fvalgrind.git Update author attributions. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@350 --- diff --git a/AUTHORS b/AUTHORS index e69de29bb2..57b057bc21 100644 --- a/AUTHORS +++ b/AUTHORS @@ -0,0 +1,17 @@ + +Julian Seward, jseward@acm.org, is the main author. + +Nicholas Nethercote, njn25@cam.ac.uk, developed all the cache +profiling extensions. + +readelf's dwarf2 source line reader, written by Nick Clifton, was +modified to be used in Valgrind by Daniel Berlin. + +Michael Matz and Simon Hausmann modified in the GNU binutils +demangler(s) for use in Valgrind. + +Dirk Mueller contrib'd the malloc-free mismatch checking stuff. + +Lots of other people sent bug reports, patches, and very +helpful feedback. I thank you all. + diff --git a/cachegrind/cg_annotate.in b/cachegrind/cg_annotate.in index bbbd36d419..6e08b38eb7 100644 --- a/cachegrind/cg_annotate.in +++ b/cachegrind/cg_annotate.in @@ -8,9 +8,8 @@ # This file is part of Valgrind, an x86 protected-mode emulator # designed for debugging and profiling binaries on x86-Unixes. # -# Copyright (C) 2000-2002 Julian Seward -# jseward@acm.org -# Julian_Seward@muraroa.demon.co.uk +# Copyright (C) 2002 Nicholas Nethercote +# njn25@cam.ac.uk # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/cachegrind/cg_main.c b/cachegrind/cg_main.c index b794e6125c..21d8cdf59d 100644 --- a/cachegrind/cg_main.c +++ b/cachegrind/cg_main.c @@ -9,8 +9,8 @@ This file is part of Valgrind, an x86 protected-mode emulator designed for debugging and profiling binaries on x86-Unixes. - Copyright (C) 2000-2002 Julian Seward - jseward@acm.org + Copyright (C) 2002 Nicholas Nethercote + njn25@cam.ac.uk This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as diff --git a/vg_annotate.in b/vg_annotate.in index bbbd36d419..6e08b38eb7 100644 --- a/vg_annotate.in +++ b/vg_annotate.in @@ -8,9 +8,8 @@ # This file is part of Valgrind, an x86 protected-mode emulator # designed for debugging and profiling binaries on x86-Unixes. # -# Copyright (C) 2000-2002 Julian Seward -# jseward@acm.org -# Julian_Seward@muraroa.demon.co.uk +# Copyright (C) 2002 Nicholas Nethercote +# njn25@cam.ac.uk # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/vg_cachegen.in b/vg_cachegen.in index e37dc3bfb5..99d2010cf8 100755 --- a/vg_cachegen.in +++ b/vg_cachegen.in @@ -7,9 +7,8 @@ # This file is part of Valgrind, an x86 protected-mode emulator # designed for debugging and profiling binaries on x86-Unixes. # -# Copyright (C) 2000-2002 Julian Seward -# jseward@acm.org -# Julian_Seward@muraroa.demon.co.uk +# Copyright (C) 2002 Nicholas Nethercote +# njn25@cam.ac.uk # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as diff --git a/vg_cachesim.c b/vg_cachesim.c index b794e6125c..21d8cdf59d 100644 --- a/vg_cachesim.c +++ b/vg_cachesim.c @@ -9,8 +9,8 @@ This file is part of Valgrind, an x86 protected-mode emulator designed for debugging and profiling binaries on x86-Unixes. - Copyright (C) 2000-2002 Julian Seward - jseward@acm.org + Copyright (C) 2002 Nicholas Nethercote + njn25@cam.ac.uk This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as