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/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==