Update copyright years to 2024

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

See #18690.
This commit is contained in:
Vadim Zeitlin 2024-01-01 00:00:00 +00:00
parent a79759d999
commit acf113f3f9
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-2023 wxWidgets")
set(wxCOPYRIGHT "2002-2024 wxWidgets")
set(wxLANGUAGES C CXX)
if(APPLE AND NOT CMAKE_VERSION VERSION_LESS "3.16")