cmake: update copyright year

This commit is contained in:
tobtoht 2025-03-27 11:09:10 +01:00
parent 0784092697
commit 2f0bccf124
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -12,7 +12,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(PACKAGE_NAME ${PROJECT_NAME})
set(PACKAGE_BUGREPORT "https://github.com/feather-wallet/feather/issues")
set(PACKAGE_URL "https://featherwallet.org/")
set(COPYRIGHT_YEAR "2024")
set(COPYRIGHT_YEAR "2025")
set(COPYRIGHT_HOLDERS "The Monero Project")
cmake_policy(SET CMP0074 NEW)