From ad29beea4f65ea5433157efd146932154ca7096d Mon Sep 17 00:00:00 2001 From: kvazar Date: Sat, 30 Mar 2024 20:45:02 +0200 Subject: [PATCH] update LicenseInfo, _COPYRIGHT_YEAR --- configure.ac | 4 ++-- src/init.cpp | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 951d50c93..d0872063e 100644 --- a/configure.ac +++ b/configure.ac @@ -5,9 +5,9 @@ define(_CLIENT_VERSION_MINOR, 16) define(_CLIENT_VERSION_REVISION, 9) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, true) -define(_COPYRIGHT_YEAR, 2022) +define(_COPYRIGHT_YEAR, 2024) define(_COPYRIGHT_HOLDERS,[The %s developers]) -define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Kevacoin Core]]) +define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Kevacoin Core, KVAZAR-NETWORK]]) AC_INIT([Kevacoin Core],[_CLIENT_VERSION_MAJOR._CLIENT_VERSION_MINOR._CLIENT_VERSION_REVISION],[https://github.com/kevacoin-project/kevacoin/issues],[kevacoin],[https://kevacoin.org/]) AC_CONFIG_SRCDIR([src/validation.cpp]) AC_CONFIG_HEADERS([src/config/bitcoin-config.h]) diff --git a/src/init.cpp b/src/init.cpp index efc76b282..eb7c3bd27 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -529,11 +529,9 @@ std::string LicenseInfo() { const std::string URL_KVAZAR_CODE = ""; const std::string URL_SOURCE_CODE = ""; - const std::string URL_WEBSITE = ""; + const std::string URL_WEBSITE = ""; - return _("Copyright (C) 2024 The kvazar-network developers") + - "\n" + - CopyrightHolders(strprintf(_("Copyright (C) %i-%i"), 2011, COPYRIGHT_YEAR) + " ") + "\n" + + return CopyrightHolders(strprintf(_("Copyright (C) %i-%i"), 2011, COPYRIGHT_YEAR) + " ") + "\n" + "\n" + strprintf(_("Please contribute if you find %s useful. " "Visit %s for further information about the software."),