diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3d214807..9409690e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -119,7 +119,7 @@ set(CPACK_GENERATOR NSIS)
set(CPACK_PACKAGE_NAME ${CPACK_PROJECT_NAME})
set(CPACK_PACKAGE_VERSION ${CPACK_PROJECT_VERSION})
set(CPACK_PACKAGE_VENDOR "pit-ray")
-set(CPACK_PACKAGE_COPYRIGHT "Copyright (c) 2020-2023 pit-ray")
+set(CPACK_PACKAGE_COPYRIGHT "Copyright (c) 2020-2024 pit-ray")
set(CPACK_PACKAGE_DESCRIPTION "win-vind - Simple Vim Key Binder for Windows (${GEN_ARCH})")
set(CPACK_PACKAGE_HOMEPAGE_URL "https://pit-ray.github.io/win-vind/")
set(CPACK_PACKAGE_FILE_NAME "setup_${CPACK_PROJECT_NAME}_${CPACK_PROJECT_VERSION}")
diff --git a/res/build_assets/resource.rc.in b/res/build_assets/resource.rc.in
index cfc79856..c6a8c49d 100644
--- a/res/build_assets/resource.rc.in
+++ b/res/build_assets/resource.rc.in
@@ -15,7 +15,7 @@ BEGIN
BEGIN
VALUE "CompanyName", "pit-ray\0"
VALUE "FileDescription", "win-vind (@GEN_ARCH@)\0"
- VALUE "LegalCopyright", "Copyright (c) 2020-2023 pit-ray\0"
+ VALUE "LegalCopyright", "Copyright (c) 2020-2024 pit-ray\0"
VALUE "InternalName", "win-vind (@GEN_ARCH@)\0"
VALUE "OriginalFilename", "win-vind.exe\0"
VALUE "ProductName", "win-vind (@GEN_ARCH@)\0"
diff --git a/res/build_assets/win-vind.nuspec.in b/res/build_assets/win-vind.nuspec.in
index 230534a8..6fa33cb6 100644
--- a/res/build_assets/win-vind.nuspec.in
+++ b/res/build_assets/win-vind.nuspec.in
@@ -16,7 +16,7 @@
https://github.com/pit-ray/win-vind
https://rawcdn.githack.com/pit-ray/win-vind/master/res/icon.png
- Copyright (c) 2020-2023 pit-ray
+ Copyright (c) 2020-2024 pit-ray
https://github.com/pit-ray/win-vind/blob/master/LICENSE.txt
false