]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Move into 2006.
authorJulian Seward <jseward@acm.org>
Sat, 27 May 2006 03:22:47 +0000 (03:22 +0000)
committerJulian Seward <jseward@acm.org>
Sat, 27 May 2006 03:22:47 +0000 (03:22 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5940

coregrind/m_main.c

index 6f397359f3ca41913e28f4d5dd64596a41f3d636..a2f5795745d516be87d04b2cf679e91d7a9a7a0b 100644 (file)
@@ -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))