From: Mark Wielaard Date: Thu, 7 Apr 2022 20:02:12 +0000 (+0200) Subject: Update mc_main Copyright message to include 2022 X-Git-Tag: VALGRIND_3_19_0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7959d0661b2bce47a0f85b219f328b2239c4ffff;p=thirdparty%2Fvalgrind.git Update mc_main Copyright message to include 2022 We haven't ran auxprogs/change-copyright-year since we switched to git. This means most Copyright year ranges still say 2017. The script also doesn't work for years >= 2020. Instead of trying to figure out how to correctly update the per file Copyright year ranges just update the main copyright notice that the program outputs on startup. --- diff --git a/memcheck/mc_main.c b/memcheck/mc_main.c index 47b370bf51..979a654097 100644 --- a/memcheck/mc_main.c +++ b/memcheck/mc_main.c @@ -8348,7 +8348,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-2017, and GNU GPL'd, by Julian Seward et al."); + "Copyright (C) 2002-2022, and GNU GPL'd, by Julian Seward et al."); VG_(details_bug_reports_to) (VG_BUGS_TO); VG_(details_avg_translation_sizeB) ( 640 );