|
From: <sv...@va...> - 2006-05-27 03:22:51
|
Author: sewardj
Date: 2006-05-27 04:22:47 +0100 (Sat, 27 May 2006)
New Revision: 5940
Log:
Move into 2006.
Modified:
trunk/coregrind/m_main.c
Modified: trunk/coregrind/m_main.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/coregrind/m_main.c 2006-05-27 03:22:04 UTC (rev 5939)
+++ trunk/coregrind/m_main.c 2006-05-27 03:22:47 UTC (rev 5940)
@@ -973,7 +973,7 @@
"\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 @@
"%sUsing LibVEX rev %s, a library for dynamic binary translatio=
n.%s",
xpre, LibVEX_Version(), xpost );
VG_(message)(Vg_UserMsg,=20
- "%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 framewor=
k.%s",
xpre, VERSION, xpost);
VG_(message)(Vg_UserMsg,=20
- "%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 );
=20
if (VG_(clo_verbosity) =3D=3D 1 && !VG_(clo_xml))
|