From 467925eeb1b03b6cbc76aa0f65750a7268b5b36c Mon Sep 17 00:00:00 2001 From: TheEvilSkeleton Date: Sun, 30 Jan 2022 03:12:32 -0500 Subject: [PATCH] Update copyright Missed out a part in https://github.com/tenacityteam/tenacity/pull/698. Signed-off-by: TheEvilSkeleton Reference-to: https://github.com/tenacityteam/tenacity/pull/700 --- src/AboutDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AboutDialog.cpp b/src/AboutDialog.cpp index e9aeb76b6..9cc30d5b8 100644 --- a/src/AboutDialog.cpp +++ b/src/AboutDialog.cpp @@ -1009,7 +1009,7 @@ void AboutDialog::GeneratePreforkWebsiteInfo(wxTextOutputStream& tos) { .Format( Verbatim("%s").Format(ProgramName), wxT("©"), - wxT("2021"), + wxT("2022"), ProgramName) << wxT("
"); #endif