update LicenseInfo, _COPYRIGHT_YEAR

This commit is contained in:
kvazar 2024-03-30 20:45:02 +02:00
parent 8b81652d00
commit ad29beea4f
2 changed files with 4 additions and 6 deletions

View File

@ -5,9 +5,9 @@ define(_CLIENT_VERSION_MINOR, 16)
define(_CLIENT_VERSION_REVISION, 9) define(_CLIENT_VERSION_REVISION, 9)
define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true) define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2022) define(_COPYRIGHT_YEAR, 2024)
define(_COPYRIGHT_HOLDERS,[The %s developers]) 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_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_SRCDIR([src/validation.cpp])
AC_CONFIG_HEADERS([src/config/bitcoin-config.h]) AC_CONFIG_HEADERS([src/config/bitcoin-config.h])

View File

@ -529,11 +529,9 @@ std::string LicenseInfo()
{ {
const std::string URL_KVAZAR_CODE = "<https://github.com/kvazar-network/kevacoin>"; const std::string URL_KVAZAR_CODE = "<https://github.com/kvazar-network/kevacoin>";
const std::string URL_SOURCE_CODE = "<https://github.com/kevacoin-project/kevacoin>"; const std::string URL_SOURCE_CODE = "<https://github.com/kevacoin-project/kevacoin>";
const std::string URL_WEBSITE = "<https://kevacoin.org>"; const std::string URL_WEBSITE = "<https://kevacoin.org>";
return _("Copyright (C) 2024 The kvazar-network developers") + return CopyrightHolders(strprintf(_("Copyright (C) %i-%i"), 2011, COPYRIGHT_YEAR) + " ") + "\n" +
"\n" +
CopyrightHolders(strprintf(_("Copyright (C) %i-%i"), 2011, COPYRIGHT_YEAR) + " ") + "\n" +
"\n" + "\n" +
strprintf(_("Please contribute if you find %s useful. " strprintf(_("Please contribute if you find %s useful. "
"Visit %s for further information about the software."), "Visit %s for further information about the software."),