From: Julian Seward Date: Mon, 16 May 2005 18:30:40 +0000 (+0000) Subject: wibble X-Git-Tag: svn/VALGRIND_3_0_0~574 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dab52189a54d63a4e8ad0fc43bee67cb6c674003;p=thirdparty%2Fvalgrind.git wibble git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3744 --- diff --git a/coregrind/vg_main.c b/coregrind/vg_main.c index 8169109b9d..4d09939ef4 100644 --- a/coregrind/vg_main.c +++ b/coregrind/vg_main.c @@ -2001,7 +2001,7 @@ static void process_cmd_line_options( UInt* client_auxv, const char* toolname ) "Using LibVEX rev %s, a library for dynamic binary translation.", LibVEX_Version() ); VG_(message)(Vg_UserMsg, - "Copyright (C) 2004, and GNU GPL'd, by OpenWorks LLP."); + "Copyright (C) 2004-2005, and GNU GPL'd, by OpenWorks LLP."); VG_(message)(Vg_UserMsg, "Using valgrind-%s, a dynamic binary instrumentation framework.", VERSION);