Update copyright years to 2021

Just run misc/scripts/inc_year and commit the results.

Closes #18690.
This commit is contained in:
Vadim Zeitlin
2022-01-02 13:32:23 +01:00
parent 910f014065
commit 3bc0f44163
9 changed files with 13 additions and 13 deletions

View File

@@ -1429,7 +1429,7 @@ wxVersionInfo wxGetLibraryVersionInfo()
wxMINOR_VERSION,
wxRELEASE_NUMBER,
msg,
wxS("Copyright (c) 1995-2021 wxWidgets team"));
wxS("Copyright (c) 1995-2022 wxWidgets team"));
}
void wxInfoMessageBox(wxWindow* parent)