From 809ed1c23513bcba46dd3fdd1da3b4b3ae0f309e Mon Sep 17 00:00:00 2001 From: Renken Date: Thu, 25 Feb 2021 14:21:05 +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 f11cf62..21091a1 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 "2020, renken") +set(PROJECT_COPYRIGHT "2021, 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