Updated copyright notices for 2003.  Only 4 months late.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1526 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/addrcheck/ac_main.c b/addrcheck/ac_main.c
index f144218..dfa1e8f 100644
--- a/addrcheck/ac_main.c
+++ b/addrcheck/ac_main.c
@@ -9,7 +9,7 @@
    This file is part of AddrCheck, a lightweight Valgrind skin for
    detecting memory errors.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
@@ -1171,7 +1171,7 @@
    VG_(details_version)         (NULL);
    VG_(details_description)     ("a fine-grained address checker");
    VG_(details_copyright_author)(
-      "Copyright (C) 2002, and GNU GPL'd, by Julian Seward.");
+      "Copyright (C) 2002-2003, and GNU GPL'd, by Julian Seward.");
    VG_(details_bug_reports_to)  ("jseward@acm.org");
    VG_(details_avg_translation_sizeB) ( 135 );
 
diff --git a/auxprogs/valgrind-listener.c b/auxprogs/valgrind-listener.c
index 0f6674e..0a92952 100644
--- a/auxprogs/valgrind-listener.c
+++ b/auxprogs/valgrind-listener.c
@@ -8,7 +8,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/cachegrind/cg_annotate.in b/cachegrind/cg_annotate.in
index 67d5af3..36c2b9f 100644
--- a/cachegrind/cg_annotate.in
+++ b/cachegrind/cg_annotate.in
@@ -9,7 +9,7 @@
 #  This file is part of Cachegrind, a Valgrind skin for cache
 #  profiling programs.
 #
-#  Copyright (C) 2002 Nicholas Nethercote
+#  Copyright (C) 2002-2003 Nicholas Nethercote
 #     njn25@cam.ac.uk
 #
 #  This program is free software; you can redistribute it and/or
@@ -158,10 +158,10 @@
     -I --include=<dir>    add <dir> to list of directories to search for 
                           source files
 
-  Valgrind is Copyright (C) 2000-2002 Julian Seward
-  and licensed under the GNU General Public License, version 2.
-  Bug reports, feedback, admiration, abuse, etc, to: jseward\@acm.org.
-
+  Cachegrind is Copyright (C) 2002-2003 Nicholas Nethercote.
+  Both are licensed under the GNU General Public License, version 2.
+  Bug reports, feedback, admiration, abuse, etc, to: njn25\@cam.ac.uk.
+                                                
 END
 ;
 
diff --git a/cachegrind/cg_main.c b/cachegrind/cg_main.c
index f53bf97..24a69d2 100644
--- a/cachegrind/cg_main.c
+++ b/cachegrind/cg_main.c
@@ -9,7 +9,7 @@
    This file is part of Cachegrind, a Valgrind skin for cache
    profiling programs.
 
-   Copyright (C) 2002 Nicholas Nethercote
+   Copyright (C) 2002-2003 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
@@ -1948,7 +1948,7 @@
    VG_(details_version)         (NULL);
    VG_(details_description)     ("an I1/D1/L2 cache profiler");
    VG_(details_copyright_author)(
-      "Copyright (C) 2002, and GNU GPL'd, by Nicholas Nethercote.");
+      "Copyright (C) 2002-2003, and GNU GPL'd, by Nicholas Nethercote.");
    VG_(details_bug_reports_to)  ("njn25@cam.ac.uk");
    VG_(details_avg_translation_sizeB) ( 155 );
 
diff --git a/cachegrind/cg_sim_D1.c b/cachegrind/cg_sim_D1.c
index 0dc4e45..0eaf028 100644
--- a/cachegrind/cg_sim_D1.c
+++ b/cachegrind/cg_sim_D1.c
@@ -8,7 +8,7 @@
    This file is part of Cachegrind, a Valgrind skin for cache
    profiling programs.
 
-   Copyright (C) 2002 Nicholas Nethercote
+   Copyright (C) 2002-2003 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
diff --git a/cachegrind/cg_sim_I1.c b/cachegrind/cg_sim_I1.c
index 5bc49b1..db9b794 100644
--- a/cachegrind/cg_sim_I1.c
+++ b/cachegrind/cg_sim_I1.c
@@ -8,7 +8,7 @@
    This file is part of Cachegrind, a Valgrind skin for cache
    profiling programs.
 
-   Copyright (C) 2002 Nicholas Nethercote
+   Copyright (C) 2002-2003 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
diff --git a/cachegrind/cg_sim_L2.c b/cachegrind/cg_sim_L2.c
index 954b5ce..ba5ece6 100644
--- a/cachegrind/cg_sim_L2.c
+++ b/cachegrind/cg_sim_L2.c
@@ -8,7 +8,7 @@
    This file is part of Cachegrind, a Valgrind skin for cache
    profiling programs.
 
-   Copyright (C) 2002 Nicholas Nethercote
+   Copyright (C) 2002-2003 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
diff --git a/cachegrind/cg_sim_gen.c b/cachegrind/cg_sim_gen.c
index 1184d5d..0f768ea 100644
--- a/cachegrind/cg_sim_gen.c
+++ b/cachegrind/cg_sim_gen.c
@@ -8,7 +8,7 @@
    This file is part of Cachegrind, a Valgrind skin for cache
    profiling programs.
 
-   Copyright (C) 2002 Nicholas Nethercote
+   Copyright (C) 2002-2003 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
diff --git a/cachegrind/docs/cg_techdocs.html b/cachegrind/docs/cg_techdocs.html
index e831a33..95f29c0 100644
--- a/cachegrind/docs/cg_techdocs.html
+++ b/cachegrind/docs/cg_techdocs.html
@@ -35,7 +35,7 @@
 <a
 href="http://developer.kde.org/~sewardj">http://developer.kde.org/~sewardj</a><br>
 <p>
-Copyright &copy; 2001-2002 Nick Nethercote
+Copyright &copy; 2001-2003 Nick Nethercote
 <p>
 </center>
 
diff --git a/corecheck/cc_main.c b/corecheck/cc_main.c
index b6c3e96..340a78d 100644
--- a/corecheck/cc_main.c
+++ b/corecheck/cc_main.c
@@ -8,7 +8,7 @@
    This file is part of CoreCheck, a rudimentary Valgrind skin for
    detecting certain basic program errors.
 
-   Copyright (C) 2002 Nicholas Nethercote
+   Copyright (C) 2002-2003 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
@@ -39,7 +39,7 @@
    VG_(details_version)         (NULL);
    VG_(details_description)     ("a rudimentary error detector");
    VG_(details_copyright_author)(
-      "Copyright (C) 2002, and GNU GPL'd, by Nicholas Nethercote.");
+      "Copyright (C) 2002-2003, and GNU GPL'd, by Nicholas Nethercote.");
    VG_(details_bug_reports_to)  ("njn25@cam.ac.uk");
 
    VG_(needs_core_errors)();
diff --git a/corecheck/docs/cc_main.html b/corecheck/docs/cc_main.html
index e56954d..a41e69a 100644
--- a/corecheck/docs/cc_main.html
+++ b/corecheck/docs/cc_main.html
@@ -31,7 +31,7 @@
 
 <center>
 <a href="mailto:njn25@cam.ac.uk">njn25@cam.ac.uk</a><br>
-Copyright &copy; 2000-2002 Nicholas Nethercote
+Copyright &copy; 2000-2003 Nicholas Nethercote
 <p>
 CoreCheck is licensed under the GNU General Public License, 
 version 2<br>
diff --git a/coregrind/arch/x86-linux/vg_libpthread.c b/coregrind/arch/x86-linux/vg_libpthread.c
index 9848724..400af5d 100644
--- a/coregrind/arch/x86-linux/vg_libpthread.c
+++ b/coregrind/arch/x86-linux/vg_libpthread.c
@@ -8,7 +8,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/arch/x86-linux/vg_libpthread_unimp.c b/coregrind/arch/x86-linux/vg_libpthread_unimp.c
index 0459971..5fb4d15 100644
--- a/coregrind/arch/x86-linux/vg_libpthread_unimp.c
+++ b/coregrind/arch/x86-linux/vg_libpthread_unimp.c
@@ -8,7 +8,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/arch/x86-linux/vg_syscall.S b/coregrind/arch/x86-linux/vg_syscall.S
index 7840942..ba11258 100644
--- a/coregrind/arch/x86-linux/vg_syscall.S
+++ b/coregrind/arch/x86-linux/vg_syscall.S
@@ -8,7 +8,7 @@
   This file is part of Valgrind, an extensible x86 protected-mode
   emulator for monitoring program execution on x86-Unixes.
 
-  Copyright (C) 2000-2002 Julian Seward 
+  Copyright (C) 2000-2003 Julian Seward 
      jseward@acm.org
 
   This program is free software; you can redistribute it and/or
diff --git a/coregrind/docs/coregrind_skins.html b/coregrind/docs/coregrind_skins.html
index a2b807e..7123db1 100644
--- a/coregrind/docs/coregrind_skins.html
+++ b/coregrind/docs/coregrind_skins.html
@@ -392,9 +392,9 @@
       The output should be something like this:
       <pre>
 ==738== foobar-0.0.1, a foobarring tool for x86-linux.
-==738== Copyright (C) 2002, and GNU GPL'd, by J. Random Hacker.
+==738== Copyright (C) 1066AD, and GNU GPL'd, by J. Random Hacker.
 ==738== Built with valgrind-1.1.0, a program execution monitor.
-==738== Copyright (C) 2000-2002, and GNU GPL'd, by Julian Seward.
+==738== Copyright (C) 2000-2003, and GNU GPL'd, by Julian Seward.
 ==738== Estimated CPU clock rate is 1400 MHz
 ==738== For more details, rerun with: -v
 ==738== 
diff --git a/coregrind/valgrind.in b/coregrind/valgrind.in
index ca1bdfd..e52dc0c 100755
--- a/coregrind/valgrind.in
+++ b/coregrind/valgrind.in
@@ -6,7 +6,7 @@
 #  This file is part of Valgrind, an extensible x86 protected-mode
 #  emulator for monitoring program execution on x86-Unixes.
 #
-#  Copyright (C) 2002 Julian Seward
+#  Copyright (C) 2002-2003 Julian Seward
 #     jseward@acm.org
 #
 #  This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_constants.h b/coregrind/vg_constants.h
index 4bc4351..43f7044 100644
--- a/coregrind/vg_constants.h
+++ b/coregrind/vg_constants.h
@@ -8,7 +8,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_default.c b/coregrind/vg_default.c
index 8eeb6ee..800e258 100644
--- a/coregrind/vg_default.c
+++ b/coregrind/vg_default.c
@@ -9,7 +9,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Nicholas Nethercote
+   Copyright (C) 2000-2003 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_demangle.c b/coregrind/vg_demangle.c
index e1ba69b..f8611f0 100644
--- a/coregrind/vg_demangle.c
+++ b/coregrind/vg_demangle.c
@@ -8,7 +8,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_dispatch.S b/coregrind/vg_dispatch.S
index 60d0310..fe6a7bc 100644
--- a/coregrind/vg_dispatch.S
+++ b/coregrind/vg_dispatch.S
@@ -8,7 +8,7 @@
   This file is part of Valgrind, an extensible x86 protected-mode
   emulator for monitoring program execution on x86-Unixes.
 
-  Copyright (C) 2000-2002 Julian Seward 
+  Copyright (C) 2000-2003 Julian Seward 
      jseward@acm.org
 
   This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_dummy_profile.c b/coregrind/vg_dummy_profile.c
index a8af7ca..d54204c 100644
--- a/coregrind/vg_dummy_profile.c
+++ b/coregrind/vg_dummy_profile.c
@@ -9,7 +9,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_errcontext.c b/coregrind/vg_errcontext.c
index 8de283a..b04be54 100644
--- a/coregrind/vg_errcontext.c
+++ b/coregrind/vg_errcontext.c
@@ -7,7 +7,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_execontext.c b/coregrind/vg_execontext.c
index 605b798..c588a1b 100644
--- a/coregrind/vg_execontext.c
+++ b/coregrind/vg_execontext.c
@@ -8,7 +8,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_from_ucode.c b/coregrind/vg_from_ucode.c
index 2c96b28..8fd234c 100644
--- a/coregrind/vg_from_ucode.c
+++ b/coregrind/vg_from_ucode.c
@@ -8,7 +8,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_hashtable.c b/coregrind/vg_hashtable.c
index 03cbe00..d3083e9 100644
--- a/coregrind/vg_hashtable.c
+++ b/coregrind/vg_hashtable.c
@@ -7,7 +7,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_helpers.S b/coregrind/vg_helpers.S
index 25f5383..1fcde9b 100644
--- a/coregrind/vg_helpers.S
+++ b/coregrind/vg_helpers.S
@@ -8,7 +8,7 @@
   This file is part of Valgrind, an extensible x86 protected-mode
   emulator for monitoring program execution on x86-Unixes.
 
-  Copyright (C) 2000-2002 Julian Seward 
+  Copyright (C) 2000-2003 Julian Seward 
      jseward@acm.org
 
   This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_include.h b/coregrind/vg_include.h
index 7eed65a..feea316 100644
--- a/coregrind/vg_include.h
+++ b/coregrind/vg_include.h
@@ -9,7 +9,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_instrument.c b/coregrind/vg_instrument.c
index ffffcec..46bbc69 100644
--- a/coregrind/vg_instrument.c
+++ b/coregrind/vg_instrument.c
@@ -8,7 +8,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Nicholas Nethercote
+   Copyright (C) 2000-2003 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_intercept.c b/coregrind/vg_intercept.c
index e91f0fe..ca4c30f 100644
--- a/coregrind/vg_intercept.c
+++ b/coregrind/vg_intercept.c
@@ -8,7 +8,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_kerneliface.h b/coregrind/vg_kerneliface.h
index 67b61a5..8605a41 100644
--- a/coregrind/vg_kerneliface.h
+++ b/coregrind/vg_kerneliface.h
@@ -9,7 +9,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_ldt.c b/coregrind/vg_ldt.c
index c50faeb..129a432 100644
--- a/coregrind/vg_ldt.c
+++ b/coregrind/vg_ldt.c
@@ -7,7 +7,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_libpthread.c b/coregrind/vg_libpthread.c
index 9848724..400af5d 100644
--- a/coregrind/vg_libpthread.c
+++ b/coregrind/vg_libpthread.c
@@ -8,7 +8,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_libpthread_unimp.c b/coregrind/vg_libpthread_unimp.c
index 0459971..5fb4d15 100644
--- a/coregrind/vg_libpthread_unimp.c
+++ b/coregrind/vg_libpthread_unimp.c
@@ -8,7 +8,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_main.c b/coregrind/vg_main.c
index 69079b7..ab2bbef 100644
--- a/coregrind/vg_main.c
+++ b/coregrind/vg_main.c
@@ -8,7 +8,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
@@ -629,7 +629,7 @@
 "\n"
 "  Extra options are read from env variable $VALGRIND_OPTS\n"
 "\n"
-"  Valgrind is Copyright (C) 2000-2002 Julian Seward\n"
+"  Valgrind is Copyright (C) 2000-2003 Julian Seward\n"
 "  and licensed under the GNU General Public License, version 2.\n"
 "  Bug reports, feedback, admiration, abuse, etc, to: %s.\n"
 "\n"
@@ -1134,7 +1134,7 @@
          "Using valgrind-%s, a program supervision framework for x86-linux.",
          VERSION);
       VG_(message)(Vg_UserMsg, 
-         "Copyright (C) 2000-2002, and GNU GPL'd, by Julian Seward.");
+         "Copyright (C) 2000-2003, and GNU GPL'd, by Julian Seward.");
    }
 
    if (VG_(clo_log_to) != VgLogTo_Fd) {
diff --git a/coregrind/vg_malloc2.c b/coregrind/vg_malloc2.c
index 5923b3d..9377da0 100644
--- a/coregrind/vg_malloc2.c
+++ b/coregrind/vg_malloc2.c
@@ -8,7 +8,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_memory.c b/coregrind/vg_memory.c
index 6fc18eb..f7d78e5 100644
--- a/coregrind/vg_memory.c
+++ b/coregrind/vg_memory.c
@@ -9,7 +9,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_messages.c b/coregrind/vg_messages.c
index 5f1ba2b..631306f 100644
--- a/coregrind/vg_messages.c
+++ b/coregrind/vg_messages.c
@@ -8,7 +8,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_mylibc.c b/coregrind/vg_mylibc.c
index 2ec0c68..365b76b 100644
--- a/coregrind/vg_mylibc.c
+++ b/coregrind/vg_mylibc.c
@@ -9,7 +9,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_needs.c b/coregrind/vg_needs.c
index ad201ef..c5cb357 100644
--- a/coregrind/vg_needs.c
+++ b/coregrind/vg_needs.c
@@ -8,8 +8,8 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Nicholas Nethercote
-      jseward@acm.org
+   Copyright (C) 2000-2003 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/coregrind/vg_procselfmaps.c b/coregrind/vg_procselfmaps.c
index c457e17..ee33a0e 100644
--- a/coregrind/vg_procselfmaps.c
+++ b/coregrind/vg_procselfmaps.c
@@ -8,7 +8,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_replace_malloc.c b/coregrind/vg_replace_malloc.c
index f70a465..29f15c5 100644
--- a/coregrind/vg_replace_malloc.c
+++ b/coregrind/vg_replace_malloc.c
@@ -8,7 +8,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_scheduler.c b/coregrind/vg_scheduler.c
index f561977..5d4c406 100644
--- a/coregrind/vg_scheduler.c
+++ b/coregrind/vg_scheduler.c
@@ -7,7 +7,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_signals.c b/coregrind/vg_signals.c
index 29cd94a..dfa45ee 100644
--- a/coregrind/vg_signals.c
+++ b/coregrind/vg_signals.c
@@ -8,7 +8,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_startup.S b/coregrind/vg_startup.S
index 26c8b92..9122ebf 100644
--- a/coregrind/vg_startup.S
+++ b/coregrind/vg_startup.S
@@ -8,7 +8,7 @@
   This file is part of Valgrind, an extensible x86 protected-mode
   emulator for monitoring program execution on x86-Unixes.
 
-  Copyright (C) 2000-2002 Julian Seward 
+  Copyright (C) 2000-2003 Julian Seward 
      jseward@acm.org
 
   This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_symtab2.c b/coregrind/vg_symtab2.c
index ee0e68a..71f0201 100644
--- a/coregrind/vg_symtab2.c
+++ b/coregrind/vg_symtab2.c
@@ -7,7 +7,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_syscall.S b/coregrind/vg_syscall.S
index 7840942..ba11258 100644
--- a/coregrind/vg_syscall.S
+++ b/coregrind/vg_syscall.S
@@ -8,7 +8,7 @@
   This file is part of Valgrind, an extensible x86 protected-mode
   emulator for monitoring program execution on x86-Unixes.
 
-  Copyright (C) 2000-2002 Julian Seward 
+  Copyright (C) 2000-2003 Julian Seward 
      jseward@acm.org
 
   This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_syscalls.c b/coregrind/vg_syscalls.c
index 652ef35..f1ab945 100644
--- a/coregrind/vg_syscalls.c
+++ b/coregrind/vg_syscalls.c
@@ -8,7 +8,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_to_ucode.c b/coregrind/vg_to_ucode.c
index 82a52bd..16f7151 100644
--- a/coregrind/vg_to_ucode.c
+++ b/coregrind/vg_to_ucode.c
@@ -8,7 +8,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_translate.c b/coregrind/vg_translate.c
index 577cc13..56f94b0 100644
--- a/coregrind/vg_translate.c
+++ b/coregrind/vg_translate.c
@@ -8,7 +8,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_transtab.c b/coregrind/vg_transtab.c
index 256b1e5..9e8c766 100644
--- a/coregrind/vg_transtab.c
+++ b/coregrind/vg_transtab.c
@@ -8,7 +8,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_unsafe.h b/coregrind/vg_unsafe.h
index 8c86a46..454590b 100644
--- a/coregrind/vg_unsafe.h
+++ b/coregrind/vg_unsafe.h
@@ -9,7 +9,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/coregrind/vg_valgrinq_dummy.c b/coregrind/vg_valgrinq_dummy.c
index 34b718e..ce2fdbd 100644
--- a/coregrind/vg_valgrinq_dummy.c
+++ b/coregrind/vg_valgrinq_dummy.c
@@ -8,7 +8,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/example/ex_main.c b/example/ex_main.c
index 38664c6..0f57ddc 100644
--- a/example/ex_main.c
+++ b/example/ex_main.c
@@ -13,7 +13,7 @@
    VG_(details_version)         ("0.0.1");
    VG_(details_description)     ("an example Valgrind skin");
    VG_(details_copyright_author)(
-      "Copyright (C) 2002, and put in the public domain, by Santa Claus.");
+      "Copyright (C) 2002-2003, and put in the public domain, by Santa Claus.");
    VG_(details_bug_reports_to)  ("santa.claus@northpole.org");
 
    /* No needs, no core events to track */
diff --git a/helgrind/helgrind.h b/helgrind/helgrind.h
index becf929..f5fd6da 100644
--- a/helgrind/helgrind.h
+++ b/helgrind/helgrind.h
@@ -11,7 +11,7 @@
    This file is part of helgrind, a Valgrind skin for detecting
    data races in threaded programs.
 
-   Copyright (C) 2000-2002 Nicholas Nethercote.  All rights reserved.
+   Copyright (C) 2002-2003 Nicholas Nethercote.  All rights reserved.
 
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
diff --git a/helgrind/hg_main.c b/helgrind/hg_main.c
index f16cf63..d215ce5 100644
--- a/helgrind/hg_main.c
+++ b/helgrind/hg_main.c
@@ -8,7 +8,7 @@
    This file is part of Helgrind, a Valgrind skin for detecting
    data races in threaded programs.
 
-   Copyright (C) 2000-2002 Nicholas Nethercote
+   Copyright (C) 2002-2003 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
@@ -3237,7 +3237,7 @@
    VG_(details_version)         (NULL);
    VG_(details_description)     ("a data race detector");
    VG_(details_copyright_author)(
-      "Copyright (C) 2002, and GNU GPL'd, by Nicholas Nethercote.");
+      "Copyright (C) 2002-2003, and GNU GPL'd, by Nicholas Nethercote.");
    VG_(details_bug_reports_to)  ("njn25@cam.ac.uk");
    VG_(details_avg_translation_sizeB) ( 115 );
 
diff --git a/include/valgrind.h b/include/valgrind.h
index c9e75af..e8359a2 100644
--- a/include/valgrind.h
+++ b/include/valgrind.h
@@ -12,7 +12,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward.  All rights reserved.
+   Copyright (C) 2000-2003 Julian Seward.  All rights reserved.
 
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
diff --git a/include/vg_constants_skin.h b/include/vg_constants_skin.h
index 0e29d3e..2b3fc8d 100644
--- a/include/vg_constants_skin.h
+++ b/include/vg_constants_skin.h
@@ -8,7 +8,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/include/vg_profile.c b/include/vg_profile.c
index 9269f42..cd6f1fc 100644
--- a/include/vg_profile.c
+++ b/include/vg_profile.c
@@ -10,7 +10,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/include/vg_skin.h b/include/vg_skin.h
index 7c97667..a372e40 100644
--- a/include/vg_skin.h
+++ b/include/vg_skin.h
@@ -8,7 +8,7 @@
    This file is part of Valgrind, an extensible x86 protected-mode
    emulator for monitoring program execution on x86-Unixes.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/lackey/docs/lk_main.html b/lackey/docs/lk_main.html
index 72f1e84..bf4fef8 100644
--- a/lackey/docs/lk_main.html
+++ b/lackey/docs/lk_main.html
@@ -31,7 +31,7 @@
 
 <center>
 <a href="mailto:njn25@cam.ac.uk">njn25@cam.ac.uk</a><br>
-Copyright &copy; 2000-2002 Nicholas Nethercote
+Copyright &copy; 2000-2003 Nicholas Nethercote
 <p>
 Lackey is licensed under the GNU General Public License, 
 version 2<br>
diff --git a/lackey/lk_main.c b/lackey/lk_main.c
index 5576a6d..4770063 100644
--- a/lackey/lk_main.c
+++ b/lackey/lk_main.c
@@ -8,7 +8,7 @@
    This file is part of Lackey, an example Valgrind skin that does
    some simple program measurement.
 
-   Copyright (C) 2002 Nicholas Nethercote
+   Copyright (C) 2002-2003 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
@@ -80,7 +80,7 @@
    VG_(details_version)         (NULL);
    VG_(details_description)     ("an example Valgrind skin");
    VG_(details_copyright_author)(
-      "Copyright (C) 2002, and GNU GPL'd, by Nicholas Nethercote.");
+      "Copyright (C) 2002-2003, and GNU GPL'd, by Nicholas Nethercote.");
    VG_(details_bug_reports_to)  ("njn25@cam.ac.uk");
    VG_(details_avg_translation_sizeB) ( 175 );
 
diff --git a/memcheck/docs/mc_techdocs.html b/memcheck/docs/mc_techdocs.html
index 7b60bfc..50899ea 100644
--- a/memcheck/docs/mc_techdocs.html
+++ b/memcheck/docs/mc_techdocs.html
@@ -34,7 +34,7 @@
 <p>
 <a href="mailto:jseward@acm.org">jseward@acm.org</a><br>
 <a href="http://developer.kde.org/~sewardj">http://developer.kde.org/~sewardj</a><br>
-Copyright &copy; 2000-2002 Julian Seward
+Copyright &copy; 2000-2003 Julian Seward
 <p>
 Valgrind is licensed under the GNU General Public License, 
 version 2<br>
diff --git a/memcheck/mac_leakcheck.c b/memcheck/mac_leakcheck.c
index 9894b86..3699de7 100644
--- a/memcheck/mac_leakcheck.c
+++ b/memcheck/mac_leakcheck.c
@@ -9,7 +9,7 @@
    detecting memory errors, and AddrCheck, a lightweight Valgrind skin 
    for detecting memory errors.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/memcheck/mac_malloc_wrappers.c b/memcheck/mac_malloc_wrappers.c
index 0636477..5d22cce 100644
--- a/memcheck/mac_malloc_wrappers.c
+++ b/memcheck/mac_malloc_wrappers.c
@@ -9,7 +9,7 @@
    detecting memory errors, and AddrCheck, a lightweight Valgrind skin 
    for detecting memory errors.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/memcheck/mac_needs.c b/memcheck/mac_needs.c
index 1440645..1692a65 100644
--- a/memcheck/mac_needs.c
+++ b/memcheck/mac_needs.c
@@ -9,7 +9,7 @@
    detecting memory errors, and AddrCheck, a lightweight Valgrind skin 
    for detecting memory errors.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/memcheck/mac_shared.h b/memcheck/mac_shared.h
index 147fa3f..babe916 100644
--- a/memcheck/mac_shared.h
+++ b/memcheck/mac_shared.h
@@ -9,7 +9,7 @@
    detecting memory errors, and AddrCheck, a lightweight Valgrind skin 
    for detecting memory errors.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/memcheck/mc_clientreqs.c b/memcheck/mc_clientreqs.c
index f52a6e3..f29261d 100644
--- a/memcheck/mc_clientreqs.c
+++ b/memcheck/mc_clientreqs.c
@@ -9,7 +9,7 @@
    This file is part of MemCheck, a heavyweight Valgrind skin for
    detecting memory errors.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/memcheck/mc_constants.h b/memcheck/mc_constants.h
index 8a51224..455175d 100644
--- a/memcheck/mc_constants.h
+++ b/memcheck/mc_constants.h
@@ -1,6 +1,5 @@
 
 /*--------------------------------------------------------------------*/
-/*---                                                              ---*/
 /*---                                               mc_constants.h ---*/
 /*--------------------------------------------------------------------*/
 
@@ -8,7 +7,7 @@
    This file is part of MemCheck, a heavyweight Valgrind skin for
    detecting memory errors.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
@@ -39,6 +38,6 @@
 #endif   /* __MC_CONSTANTS_H */
 
 /*--------------------------------------------------------------------*/
-/*--- end                                             mc_include.h ---*/
+/*--- end                                           mc_constants.h ---*/
 /*--------------------------------------------------------------------*/
 
diff --git a/memcheck/mc_errcontext.c b/memcheck/mc_errcontext.c
index eda5ca8..068af66 100644
--- a/memcheck/mc_errcontext.c
+++ b/memcheck/mc_errcontext.c
@@ -8,7 +8,7 @@
    This file is part of MemCheck, a heavyweight Valgrind skin for
    detecting memory errors.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/memcheck/mc_from_ucode.c b/memcheck/mc_from_ucode.c
index d47131c..dbf1747 100644
--- a/memcheck/mc_from_ucode.c
+++ b/memcheck/mc_from_ucode.c
@@ -8,7 +8,7 @@
    This file is part of MemCheck, a heavyweight Valgrind skin for
    detecting memory errors.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/memcheck/mc_helpers.S b/memcheck/mc_helpers.S
index ec10549..681f049 100644
--- a/memcheck/mc_helpers.S
+++ b/memcheck/mc_helpers.S
@@ -8,7 +8,7 @@
   This file is part of MemCheck, a heavyweight Valgrind skin for
   detecting memory errors.
 
-  Copyright (C) 2000-2002 Julian Seward 
+  Copyright (C) 2000-2003 Julian Seward 
      jseward@acm.org
 
   This program is free software; you can redistribute it and/or
diff --git a/memcheck/mc_include.h b/memcheck/mc_include.h
index 7d568e5..fc763cb 100644
--- a/memcheck/mc_include.h
+++ b/memcheck/mc_include.h
@@ -8,7 +8,7 @@
    This file is part of MemCheck, a heavyweight Valgrind skin for
    detecting memory errors.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/memcheck/mc_main.c b/memcheck/mc_main.c
index 908fce0..e774561 100644
--- a/memcheck/mc_main.c
+++ b/memcheck/mc_main.c
@@ -9,7 +9,7 @@
    This file is part of MemCheck, a heavyweight Valgrind skin for
    detecting memory errors.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
@@ -1530,7 +1530,7 @@
    VG_(details_version)         (NULL);
    VG_(details_description)     ("a.k.a. Valgrind, a memory error detector");
    VG_(details_copyright_author)(
-      "Copyright (C) 2002, and GNU GPL'd, by Julian Seward.");
+      "Copyright (C) 2002-2003, and GNU GPL'd, by Julian Seward.");
    VG_(details_bug_reports_to)  ("jseward@acm.org");
    VG_(details_avg_translation_sizeB) ( 228 );
 
diff --git a/memcheck/mc_replace_strmem.c b/memcheck/mc_replace_strmem.c
index 7776439..7c84dbc 100644
--- a/memcheck/mc_replace_strmem.c
+++ b/memcheck/mc_replace_strmem.c
@@ -7,10 +7,9 @@
 
 /*
    This file is part of MemCheck, a heavyweight Valgrind skin for
-   detecting memory errors, and AddrCheck, a lightweight Valgrind skin 
-   for detecting memory errors.
+   detecting memory errors.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/memcheck/mc_translate.c b/memcheck/mc_translate.c
index a90f9e3..8994e0f 100644
--- a/memcheck/mc_translate.c
+++ b/memcheck/mc_translate.c
@@ -8,7 +8,7 @@
    This file is part of MemCheck, a heavyweight Valgrind skin for
    detecting memory errors.
 
-   Copyright (C) 2000-2002 Julian Seward 
+   Copyright (C) 2000-2003 Julian Seward 
       jseward@acm.org
 
    This program is free software; you can redistribute it and/or
diff --git a/memcheck/memcheck.h b/memcheck/memcheck.h
index d9d7964..f19a59e 100644
--- a/memcheck/memcheck.h
+++ b/memcheck/memcheck.h
@@ -12,7 +12,7 @@
    This file is part of MemCheck, a heavyweight Valgrind skin for
    detecting memory errors.
 
-   Copyright (C) 2000-2002 Julian Seward.  All rights reserved.
+   Copyright (C) 2002-2003 Julian Seward.  All rights reserved.
 
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
diff --git a/none/docs/nl_main.html b/none/docs/nl_main.html
index 95f9471..c72ba6a 100644
--- a/none/docs/nl_main.html
+++ b/none/docs/nl_main.html
@@ -31,7 +31,7 @@
 
 <center>
 <a href="mailto:njn25@cam.ac.uk">njn25@cam.ac.uk</a><br>
-Copyright &copy; 2000-2002 Nicholas Nethercote
+Copyright &copy; 2000-2003 Nicholas Nethercote
 <p>
 Nulgrind is licensed under the GNU General Public License, 
 version 2<br>
diff --git a/none/nl_main.c b/none/nl_main.c
index dc31c81..b823bb5 100644
--- a/none/nl_main.c
+++ b/none/nl_main.c
@@ -7,7 +7,7 @@
    This file is part of Nulgrind, the simplest possible Valgrind skin,
    which does nothing.
 
-   Copyright (C) 2002 Nicholas Nethercote
+   Copyright (C) 2002-2003 Nicholas Nethercote
       njn25@cam.ac.uk
 
    This program is free software; you can redistribute it and/or
@@ -38,7 +38,7 @@
    VG_(details_version)         (NULL);
    VG_(details_description)     ("a binary JIT-compiler");
    VG_(details_copyright_author)(
-      "Copyright (C) 2002, and GNU GPL'd, by Nicholas Nethercote.");
+      "Copyright (C) 2002-2003, and GNU GPL'd, by Nicholas Nethercote.");
    VG_(details_bug_reports_to)  ("njn25@cam.ac.uk");
 
    /* No needs, no core events to track */
diff --git a/none/tests/sha1_test.c b/none/tests/sha1_test.c
index 28b339f..e836948 100644
--- a/none/tests/sha1_test.c
+++ b/none/tests/sha1_test.c
@@ -6,7 +6,7 @@
     hugh $ cc sha1.test.c
     hugh $ valgrind ./a.out
     ==26189== valgrind-20020227, a memory error detector for x86 GNU/Linux.
-    ==26189== Copyright (C) 2000-2002, and GNU GPL'd, by Julian Seward.
+    ==26189== Copyright (C) 2000-200x, and GNU GPL'd, by Julian Seward.
     ==26189== For more details, rerun with: -v
     ==26189== 
 
@@ -15,7 +15,7 @@
 
     hugh $ valgrind --instrument=no ./a.out
     ==26209== valgrind-20020227, a memory error detector for x86 GNU/Linux.
-    ==26209== Copyright (C) 2000-2002, and GNU GPL'd, by Julian Seward.
+    ==26209== Copyright (C) 2000-200x, and GNU GPL'd, by Julian Seward.
     ==26209== For more details, rerun with: -v
     ==26209== 
     ==26209== 
diff --git a/tests/vg_regtest.in b/tests/vg_regtest.in
index db26e4e..914a0dd 100755
--- a/tests/vg_regtest.in
+++ b/tests/vg_regtest.in
@@ -6,7 +6,7 @@
 #  This file is part of Valgrind, an extensible x86 protected-mode
 #  emulator for monitoring program execution on x86-Unixes.
 #
-#  Copyright (C) 2002 Nicholas Nethercote
+#  Copyright (C) 2003 Nicholas Nethercote
 #     njn25@cam.ac.uk
 #
 #  This program is free software; you can redistribute it and/or