From 8c7785b1362e10d2a61049956a258f0b67f24eff Mon Sep 17 00:00:00 2001 From: Renken Date: Tue, 7 Jan 2020 11:31:50 +0100 Subject: [PATCH] cmake: update copyrights year --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d6c5e68..f11cf62 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ project(shione set(PROJECT_VERSION_SUFFIX "") # alpha/beta/rc, e.g. "-rc0" set(PROJECT_VERSION "${PROJECT_VERSION}${PROJECT_VERSION_SUFFIX}") set(PROJECT_AUTHOR "renken") -set(PROJECT_COPYRIGHT "2019, renken") +set(PROJECT_COPYRIGHT "2020, renken") set(PROJECT_MAIL "renken@verm.im") # only set CMAKE variant when local name matches CMAKE name # this avoids clashing when being used as a subproject