Add "Copyright" to CMake copyright variable

This is used for NSHumanReadableCopyright Info.plist field and should
have "Copyright" for consistency with the other Info.plist files.
This commit is contained in:
Vadim Zeitlin
2021-08-15 16:31:31 +02:00
parent b7f2e4d423
commit 518c04cd55

View File

@@ -86,7 +86,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 "1992-2021 wxWidgets")
set(wxCOPYRIGHT "Copyright 1992-2021 wxWidgets")
project(wxWidgets VERSION ${wxVERSION})