From: Julian Seward Date: Sat, 27 May 2006 03:22:47 +0000 (+0000) Subject: Move into 2006. X-Git-Tag: svn/VALGRIND_3_2_0~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea5746c1fdc88cf270f9a5c3928e07be298ce410;p=thirdparty%2Fvalgrind.git Move into 2006. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5940 --- diff --git a/coregrind/m_main.c b/coregrind/m_main.c index 6f397359f3..a2f5795745 100644 --- a/coregrind/m_main.c +++ b/coregrind/m_main.c @@ -973,7 +973,7 @@ static void usage_NORETURN ( Bool debug_help ) "\n" " Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc\n" "\n" -" Valgrind is Copyright (C) 2000-2005 Julian Seward et al.\n" +" Valgrind is Copyright (C) 2000-2006 Julian Seward et al.\n" " and licensed under the GNU General Public License, version 2.\n" " Bug reports, feedback, admiration, abuse, etc, to: %s.\n" "\n" @@ -1544,13 +1544,13 @@ static void print_preamble(Bool logging_to_fd, const char* toolname) "%sUsing LibVEX rev %s, a library for dynamic binary translation.%s", xpre, LibVEX_Version(), xpost ); VG_(message)(Vg_UserMsg, - "%sCopyright (C) 2004-2005, and GNU GPL'd, by OpenWorks LLP.%s", + "%sCopyright (C) 2004-2006, and GNU GPL'd, by OpenWorks LLP.%s", xpre, xpost ); VG_(message)(Vg_UserMsg, "%sUsing valgrind-%s, a dynamic binary instrumentation framework.%s", xpre, VERSION, xpost); VG_(message)(Vg_UserMsg, - "%sCopyright (C) 2000-2005, and GNU GPL'd, by Julian Seward et al.%s", + "%sCopyright (C) 2000-2006, and GNU GPL'd, by Julian Seward et al.%s", xpre, xpost ); if (VG_(clo_verbosity) == 1 && !VG_(clo_xml))