cmake: update copyrights year

This commit is contained in:
Renken 2020-01-07 11:31:50 +01:00 committed by Renken
parent 8ea8edf424
commit 8c7785b136
No known key found for this signature in database
GPG key ID: 3D24CB017B876F25

View file

@ -29,7 +29,7 @@ project(shione
set(PROJECT_VERSION_SUFFIX "") # alpha/beta/rc, e.g. "-rc0" set(PROJECT_VERSION_SUFFIX "") # alpha/beta/rc, e.g. "-rc0"
set(PROJECT_VERSION "${PROJECT_VERSION}${PROJECT_VERSION_SUFFIX}") set(PROJECT_VERSION "${PROJECT_VERSION}${PROJECT_VERSION_SUFFIX}")
set(PROJECT_AUTHOR "renken") set(PROJECT_AUTHOR "renken")
set(PROJECT_COPYRIGHT "2019, renken") set(PROJECT_COPYRIGHT "2020, renken")
set(PROJECT_MAIL "renken@verm.im") set(PROJECT_MAIL "renken@verm.im")
# only set CMAKE variant when local name matches CMAKE name # only set CMAKE variant when local name matches CMAKE name
# this avoids clashing when being used as a subproject # this avoids clashing when being used as a subproject