Skip to content

Commit

Permalink
update year
Browse files Browse the repository at this point in the history
  • Loading branch information
pit-ray committed Jan 4, 2024
1 parent 3e5c527 commit f608c73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}")
Expand Down
2 changes: 1 addition & 1 deletion res/build_assets/resource.rc.in
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion res/build_assets/win-vind.nuspec.in
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<projectUrl>https://github.com/pit-ray/win-vind</projectUrl>
<!-- Here is an example using Githack -->
<iconUrl>https://rawcdn.githack.com/pit-ray/win-vind/master/res/icon.png</iconUrl>
<copyright>Copyright (c) 2020-2023 pit-ray</copyright>
<copyright>Copyright (c) 2020-2024 pit-ray</copyright>
<!-- If there is a license Url available, it is required for the community feed -->
<licenseUrl>https://github.com/pit-ray/win-vind/blob/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down

0 comments on commit f608c73

Please sign in to comment.