Update copyright years to 2023

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

See #18690.
This commit is contained in:
Vadim Zeitlin 2023-01-03 04:15:08 +01:00
parent 2b5bb6217d
commit f5daf28932
9 changed files with 13 additions and 13 deletions

View file

@ -88,7 +88,7 @@ math(EXPR wxSOVERSION_MAJOR "${WX_CURRENT} - ${WX_AGE}")
set(wxSOVERSION ${wxSOVERSION_MAJOR}.${WX_AGE}.${WX_REVISION})
set(wxVERSION ${wxMAJOR_VERSION}.${wxMINOR_VERSION}.${wxRELEASE_NUMBER})
set(wxCOPYRIGHT "2002-2022 wxWidgets")
set(wxCOPYRIGHT "2002-2023 wxWidgets")
set(wxLANGUAGES C CXX)
if(APPLE AND NOT CMAKE_VERSION VERSION_LESS "3.16")