]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update emitted Copyright years to include 2024
authorMark Wielaard <mark@klomp.org>
Sat, 20 Apr 2024 01:36:01 +0000 (03:36 +0200)
committerMark Wielaard <mark@klomp.org>
Sat, 20 Apr 2024 02:13:04 +0000 (04:13 +0200)
Also adjust test exp and filters.

15 files changed:
cachegrind/cg_main.c
coregrind/m_main.c
dhat/dh_main.c
drd/drd_main.c
drd/tests/filter_stderr.in
helgrind/hg_main.c
lackey/lk_main.c
massif/ms_main.c
none/nl_main.c
none/tests/cmdline1.stdout.exp
none/tests/cmdline1.stdout.exp-non-linux
none/tests/cmdline2.stdout.exp
none/tests/cmdline2.stdout.exp-non-linux
none/tests/filter_cmdline0
none/tests/filter_cmdline1

index 6e90b79d2c3bd08252138432566101e3c1ba1666..e8f534c98b29cb196f7e0e8bc2225cec4459c370 100644 (file)
@@ -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 );
 
index f3ad6c569fe297dbab234f522199d27095b06809..22b4fea0f36d97b3106dd607ab8f9c15f5cd3b0e 100644 (file)
@@ -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";
index 6d25e58ee4f465af7cf9e01da5271ba425783af1..9e6ec1c066117ad5438cb0f1552b00963c7dfd6e 100644 (file)
@@ -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 );
 
index 2161e0316e15a09f51f9e6c1e37e930c6575c327..1f2ffc2a3a2944b8b043177c53fe566005507be8 100644 (file)
@@ -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),
index 48eb13eb1cfdc98e44369e65bc9ec264d364664e..f2ede7767f28b05d9ff9e3308e5852aed679049c 100755 (executable)
@@ -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...)/" \
index f292d2329ab9aad8e1676323182c5f718e9506e4..bf1af3b4af5ba9be53cc06835a5c76881fdd0fba 100644 (file)
@@ -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 );
 
index 8ee62a78bb5cf8cb2b854248f22ff5be17d5e0b1..4d5e1e69240a3f32a2078ec88f14450a85a26788 100644 (file)
@@ -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 );
 
index a232df94c04a9c550187e0b6179222c6ae9610f4..f4df6eb16b3151e530b8be1fc9c4038b02b1bdc1 100644 (file)
@@ -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 );
index 4ea1410d4ea3f83997967ea7a06b4b84d355b657..6d4da55ccd2dac67eda8c5d2fd146e9ee365f7b7 100644 (file)
@@ -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 );
index de9359a79c5b745f4838cefdf7f26b4d34094ff6..f88e63d24d13d5b173addaaabe8355a1982613b9 100644 (file)
@@ -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.
 
index 6474bd1cad729a04163b3d137652e22835f6c31d..6449dc15b63315cdabb0d972dcf173646e341691 100644 (file)
@@ -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.
 
index 88e4f404924f8d0dcccdb3d946d0022c4463861a..c4dc05f1875962f062fafe2923aedbfe7641c399 100644 (file)
@@ -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.
 
index b4b1081fbb45e86f9bd96d209fed3fc98887d652..034f63d580bbddd5677f229bfbc74e7ba8165654 100644 (file)
@@ -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.
 
index 3b56968bafb2a4963ca513a031dc6daef586283a..9397b7f8dc2dce7b3a9f4ce1d6b42bfd14b3cb37 100755 (executable)
@@ -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/"
index 59852668eeb16878e086fcbffd3830b9b679fbf0..7dd1c4c128fcd86d18bb8ca1cf693cc5b67a176c 100755 (executable)
@@ -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/"