From: Mark Wielaard Date: Sat, 20 Apr 2024 01:36:01 +0000 (+0200) Subject: Update emitted Copyright years to include 2024 X-Git-Tag: VALGRIND_3_23_0~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d216fff966c2b5988c21765188ad5658aebbdc7a;p=thirdparty%2Fvalgrind.git Update emitted Copyright years to include 2024 Also adjust test exp and filters. --- diff --git a/cachegrind/cg_main.c b/cachegrind/cg_main.c index 6e90b79d2c..e8f534c98b 100644 --- a/cachegrind/cg_main.c +++ b/cachegrind/cg_main.c @@ -1862,7 +1862,7 @@ static void cg_pre_clo_init(void) VG_(details_version) (NULL); VG_(details_description) ("a high-precision tracing profiler"); VG_(details_copyright_author)( - "Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al."); + "Copyright (C) 2002-2024, and GNU GPL'd, by Nicholas Nethercote et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 500 ); diff --git a/coregrind/m_main.c b/coregrind/m_main.c index f3ad6c569f..22b4fea0f3 100644 --- a/coregrind/m_main.c +++ b/coregrind/m_main.c @@ -330,8 +330,8 @@ static void usage_NORETURN ( int need_help ) " Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc\n" "\n" " %s is %s\n" -" Valgrind is Copyright (C) 2000-2017, and GNU GPL'd, by Julian Seward et al.\n" -" LibVEX is Copyright (C) 2004-2017, and GNU GPL'd, by OpenWorks LLP et al.\n" +" Valgrind is Copyright (C) 2000-2024, and GNU GPL'd, by Julian Seward et al.\n" +" LibVEX is Copyright (C) 2004-2024, and GNU GPL'd, by OpenWorks LLP et al.\n" "\n" " Bug reports, feedback, admiration, abuse, etc, to: %s.\n" "\n"; diff --git a/dhat/dh_main.c b/dhat/dh_main.c index 6d25e58ee4..9e6ec1c066 100644 --- a/dhat/dh_main.c +++ b/dhat/dh_main.c @@ -1843,7 +1843,7 @@ static void dh_pre_clo_init(void) VG_(details_version) (NULL); VG_(details_description) ("a dynamic heap analysis tool"); VG_(details_copyright_author)( - "Copyright (C) 2010-2018, and GNU GPL'd, by Mozilla Foundation"); + "Copyright (C) 2010-2024, and GNU GPL'd, by Mozilla Foundation et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 600 ); diff --git a/drd/drd_main.c b/drd/drd_main.c index 2161e0316e..1f2ffc2a3a 100644 --- a/drd/drd_main.c +++ b/drd/drd_main.c @@ -824,8 +824,8 @@ void drd_pre_clo_init(void) VG_(details_name) ("drd"); VG_(details_version) (NULL); VG_(details_description) ("a thread error detector"); - VG_(details_copyright_author)("Copyright (C) 2006-2020, and GNU GPL'd," - " by Bart Van Assche."); + VG_(details_copyright_author)("Copyright (C) 2006-2024, and GNU GPL'd," + " by Bart Van Assche et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(basic_tool_funcs) (DRD_(post_clo_init), diff --git a/drd/tests/filter_stderr.in b/drd/tests/filter_stderr.in index 48eb13eb1c..f2ede7767f 100755 --- a/drd/tests/filter_stderr.in +++ b/drd/tests/filter_stderr.in @@ -31,7 +31,7 @@ $SED \ -e "s/, in frame #[0-9]* of thread /, in frame #? of thread /" \ -e "s/(\(functional\|thread\):[0-9]*)/(\1:...)/" \ -e "s/(tc20_verifywrap.c:261)/(tc20_verifywrap.c:262)/" \ --e "/^Copyright (C) 2006-20.., and GNU GPL'd, by Bart Van Assche.$/d" \ +-e "/^Copyright (C) 2006-20.., and GNU GPL'd, by Bart Van Assche et al.$/d" \ -e "s/start_thread ([^)]*)/start_thread/" \ -e "s/\([A-Za-z_]*\) (clone.S:[0-9]*)/\1 (in \/...libc...)/" \ -e "s/\([A-Za-z_]*\) (swapcontext.S:[0-9]*)/\1 (in \/...libc...)/" \ diff --git a/helgrind/hg_main.c b/helgrind/hg_main.c index f292d2329a..bf1af3b4af 100644 --- a/helgrind/hg_main.c +++ b/helgrind/hg_main.c @@ -6055,7 +6055,7 @@ static void hg_pre_clo_init ( void ) VG_(details_version) (NULL); VG_(details_description) ("a thread error detector"); VG_(details_copyright_author)( - "Copyright (C) 2007-2017, and GNU GPL'd, by OpenWorks LLP et al."); + "Copyright (C) 2007-2024, and GNU GPL'd, by OpenWorks LLP et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 320 ); diff --git a/lackey/lk_main.c b/lackey/lk_main.c index 8ee62a78bb..4d5e1e6924 100644 --- a/lackey/lk_main.c +++ b/lackey/lk_main.c @@ -1049,7 +1049,7 @@ static void lk_pre_clo_init(void) VG_(details_version) (NULL); VG_(details_description) ("an example Valgrind tool"); VG_(details_copyright_author)( - "Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote."); + "Copyright (C) 2002-2024, and GNU GPL'd, by Nicholas Nethercote et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 200 ); diff --git a/massif/ms_main.c b/massif/ms_main.c index a232df94c0..f4df6eb16b 100644 --- a/massif/ms_main.c +++ b/massif/ms_main.c @@ -2171,7 +2171,7 @@ static void ms_pre_clo_init(void) VG_(details_version) (NULL); VG_(details_description) ("a heap profiler"); VG_(details_copyright_author)( - "Copyright (C) 2003-2017, and GNU GPL'd, by Nicholas Nethercote"); + "Copyright (C) 2003-2024, and GNU GPL'd, by Nicholas Nethercote et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 330 ); diff --git a/none/nl_main.c b/none/nl_main.c index 4ea1410d4e..6d4da55ccd 100644 --- a/none/nl_main.c +++ b/none/nl_main.c @@ -59,7 +59,7 @@ static void nl_pre_clo_init(void) VG_(details_version) (NULL); VG_(details_description) ("the minimal Valgrind tool"); VG_(details_copyright_author)( - "Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote."); + "Copyright (C) 2002-2024, and GNU GPL'd, by Nicholas Nethercote et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 275 ); diff --git a/none/tests/cmdline1.stdout.exp b/none/tests/cmdline1.stdout.exp index de9359a79c..f88e63d24d 100644 --- a/none/tests/cmdline1.stdout.exp +++ b/none/tests/cmdline1.stdout.exp @@ -165,9 +165,9 @@ usage: valgrind [options] prog-and-args Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc - Nulgrind is Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote. - Valgrind is Copyright (C) 2000-2017, and GNU GPL'd, by Julian Seward et al. - LibVEX is Copyright (C) 2004-2017, and GNU GPL'd, by OpenWorks LLP et al. + Nulgrind is Copyright (C) 2000, and GNU GPL'd, by Nicholas Nethercote et al. + Valgrind is Copyright (C) 2000, and GNU GPL'd, by Julian Seward et al. + LibVEX is Copyright (C) 2000, and GNU GPL'd, by OpenWorks LLP et al. Bug reports, feedback, admiration, abuse, etc, to: www.valgrind.org. diff --git a/none/tests/cmdline1.stdout.exp-non-linux b/none/tests/cmdline1.stdout.exp-non-linux index 6474bd1cad..6449dc15b6 100644 --- a/none/tests/cmdline1.stdout.exp-non-linux +++ b/none/tests/cmdline1.stdout.exp-non-linux @@ -163,9 +163,9 @@ usage: valgrind [options] prog-and-args Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc - Nulgrind is Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote. - Valgrind is Copyright (C) 2000-2017, and GNU GPL'd, by Julian Seward et al. - LibVEX is Copyright (C) 2004-2017, and GNU GPL'd, by OpenWorks LLP et al. + Nulgrind is Copyright (C) 2000, and GNU GPL'd, by Nicholas Nethercote et al. + Valgrind is Copyright (C) 2000, and GNU GPL'd, by Julian Seward et al. + LibVEX is Copyright (C) 2000, and GNU GPL'd, by OpenWorks LLP et al. Bug reports, feedback, admiration, abuse, etc, to: www.valgrind.org. diff --git a/none/tests/cmdline2.stdout.exp b/none/tests/cmdline2.stdout.exp index 88e4f40492..c4dc05f187 100644 --- a/none/tests/cmdline2.stdout.exp +++ b/none/tests/cmdline2.stdout.exp @@ -241,9 +241,9 @@ usage: valgrind [options] prog-and-args Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc - Nulgrind is Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote. - Valgrind is Copyright (C) 2000-2017, and GNU GPL'd, by Julian Seward et al. - LibVEX is Copyright (C) 2004-2017, and GNU GPL'd, by OpenWorks LLP et al. + Nulgrind is Copyright (C) 2000, and GNU GPL'd, by Nicholas Nethercote et al. + Valgrind is Copyright (C) 2000, and GNU GPL'd, by Julian Seward et al. + LibVEX is Copyright (C) 2000, and GNU GPL'd, by OpenWorks LLP et al. Bug reports, feedback, admiration, abuse, etc, to: www.valgrind.org. diff --git a/none/tests/cmdline2.stdout.exp-non-linux b/none/tests/cmdline2.stdout.exp-non-linux index b4b1081fbb..034f63d580 100644 --- a/none/tests/cmdline2.stdout.exp-non-linux +++ b/none/tests/cmdline2.stdout.exp-non-linux @@ -239,9 +239,9 @@ usage: valgrind [options] prog-and-args Extra options read from ~/.valgrindrc, $VALGRIND_OPTS, ./.valgrindrc - Nulgrind is Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote. - Valgrind is Copyright (C) 2000-2017, and GNU GPL'd, by Julian Seward et al. - LibVEX is Copyright (C) 2004-2017, and GNU GPL'd, by OpenWorks LLP et al. + Nulgrind is Copyright (C) 2000, and GNU GPL'd, by Nicholas Nethercote et al. + Valgrind is Copyright (C) 2000, and GNU GPL'd, by Julian Seward et al. + LibVEX is Copyright (C) 2000, and GNU GPL'd, by OpenWorks LLP et al. Bug reports, feedback, admiration, abuse, etc, to: www.valgrind.org. diff --git a/none/tests/filter_cmdline0 b/none/tests/filter_cmdline0 index 3b56968baf..9397b7f8dc 100755 --- a/none/tests/filter_cmdline0 +++ b/none/tests/filter_cmdline0 @@ -1,3 +1,4 @@ #! /bin/sh -sed "s/^valgrind-.*/valgrind-XXX/g" +sed "s/^valgrind-.*/valgrind-XXX/g" | +sed "s/Copyright (C) 20[0-9][0-9]-20[0-9][0-9]/Copyright (C) 2000/" diff --git a/none/tests/filter_cmdline1 b/none/tests/filter_cmdline1 index 59852668ee..7dd1c4c128 100755 --- a/none/tests/filter_cmdline1 +++ b/none/tests/filter_cmdline1 @@ -2,5 +2,5 @@ sed -e 's/\(set minimum alignment of heap allocations\) \[[0-9]*\]/\1 [...]/' \ -e 's/\(command to start debugger\) \[.* -nw %f %p\]/\1 [... -nw %f %p]/' \ - -e 's/\(prefix for vgdb FIFOs\) \[.*\/vgdb-pipe\]/\1 [...\/vgdb-pipe]/' - + -e 's/\(prefix for vgdb FIFOs\) \[.*\/vgdb-pipe\]/\1 [...\/vgdb-pipe]/' | +sed "s/Copyright (C) 20[0-9][0-9]-20[0-9][0-9]/Copyright (C) 2000/"