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 );