Update author attributions.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@350 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/AUTHORS b/AUTHORS
index e69de29..57b057b 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 bbbd36d..6e08b38 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 b794e61..21d8cdf 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 bbbd36d..6e08b38 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 e37dc3b..99d2010 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 b794e61..21d8cdf 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