Browse Source

Update copyright

Missed out a part in https://github.com/tenacityteam/tenacity/pull/698.

Signed-off-by: TheEvilSkeleton <theevilskeleton@riseup.net>
Reference-to: https://github.com/tenacityteam/tenacity/pull/700
pull/659/merge
TheEvilSkeleton 1 year ago
committed by GitHub
parent
commit
467925eeb1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/AboutDialog.cpp

2
src/AboutDialog.cpp

@ -1009,7 +1009,7 @@ void AboutDialog::GeneratePreforkWebsiteInfo(wxTextOutputStream& tos) {
.Format(
Verbatim("<b>%s</b>").Format(ProgramName),
wxT("&copy;"),
wxT("2021"),
wxT("2022"),
ProgramName)
<< wxT("<br>");
#endif

Loading…
Cancel
Save