Update year in various copyrights to 2019

This is the equivalent of c8b6ca308b for
2019, except that it was produced by running misc/scripts/inc_year and
not manually now.

See https://github.com/wxWidgets/wxWidgets/pull/1302
This commit is contained in:
Vadim Zeitlin 2019-04-21 20:37:48 +02:00
parent 0a81d7eb8b
commit aeef082e47
8 changed files with 12 additions and 12 deletions

View file

@ -55,7 +55,7 @@ else()
endif()
set(wxVERSION ${wxMAJOR_VERSION}.${wxMINOR_VERSION}.${wxRELEASE_NUMBER})
set(wxCOPYRIGHT "1992-2018 wxWidgets")
set(wxCOPYRIGHT "1992-2019 wxWidgets")
include(build/cmake/main.cmake)