]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update Valgrind and Tool printed copyright years
authorPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 14 Apr 2026 05:29:18 +0000 (07:29 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Tue, 14 Apr 2026 05:29:18 +0000 (07:29 +0200)
I've limited this to only those that have changed since the last
copyright year update.

cachegrind/cg_main.c
coregrind/m_main.c
drd/drd_main.c
helgrind/hg_main.c
massif/ms_main.c
memcheck/mc_main.c

index ee3e91c6fff38a9ca60ef6bb890ad4de45647397..d7ef7513338a25c89c5b5457e06add3b4bf4144f 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-2024, and GNU GPL'd, by Nicholas Nethercote et al.");
+      "Copyright (C) 2002-2025, and GNU GPL'd, by Nicholas Nethercote et al.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
    VG_(details_avg_translation_sizeB) ( 500 );
 
index d364c6fc34d1364a5d157a2fc4e7c6cbf6891054..9a6bf04bf883aed7190fbb8a957ea251b74f1a4c 100644 (file)
@@ -341,8 +341,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-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"
+"  Valgrind is Copyright (C) 2000-2026, and GNU GPL'd, by Julian Seward et al.\n"
+"  LibVEX is Copyright (C) 2004-2026, and GNU GPL'd, by OpenWorks LLP et al.\n"
 "\n"
 "  Bug reports, feedback, admiration, abuse, etc, to: %s.\n"
 "\n";
index 455685a0645fc3d6e65971e2f34d27c5347e3b19..4c97dd3ae4ab26acd0eee85af79517da4cdc9261 100644 (file)
@@ -824,7 +824,7 @@ 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-2024, and GNU GPL'd,"
+   VG_(details_copyright_author)("Copyright (C) 2006-2026, and GNU GPL'd,"
                                  " by Bart Van Assche et al.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
 
index f72cf0246ce6c1330fbc638ce9382671a533693b..5aed987197e4822deb0c806bed3112fafa2c3f30 100644 (file)
@@ -6162,7 +6162,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-2024, and GNU GPL'd, by OpenWorks LLP et al.");
+      "Copyright (C) 2007-2026, and GNU GPL'd, by OpenWorks LLP et al.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
    VG_(details_avg_translation_sizeB) ( 320 );
 
index 5ce8ee029f5dc3b8e1fd3358af2123f391f10609..104e9a136b6dfa56e85fb2945f107899346129f1 100644 (file)
@@ -2177,7 +2177,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-2024, and GNU GPL'd, by Nicholas Nethercote et al.");
+      "Copyright (C) 2003-2025, and GNU GPL'd, by Nicholas Nethercote et al.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
 
    VG_(details_avg_translation_sizeB) ( 330 );
index 7a7dc7445cb941f50e4800ad0683921790739c90..8e5a22d863a7bb436879d4d3d51b074cd414d7eb 100644 (file)
@@ -8564,7 +8564,7 @@ static void mc_pre_clo_init(void)
    VG_(details_version)         (NULL);
    VG_(details_description)     ("a memory error detector");
    VG_(details_copyright_author)(
-      "Copyright (C) 2002-2024, and GNU GPL'd, by Julian Seward et al.");
+      "Copyright (C) 2002-2026, and GNU GPL'd, by Julian Seward et al.");
    VG_(details_bug_reports_to)  (VG_BUGS_TO);
    VG_(details_avg_translation_sizeB) ( 640 );