mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-31 01:04:20 +00:00
add branch info
This commit is contained in:
parent
9fbc4285b3
commit
c6f71be91f
@ -527,10 +527,13 @@ std::string HelpMessage(HelpMessageMode mode)
|
|||||||
|
|
||||||
std::string LicenseInfo()
|
std::string LicenseInfo()
|
||||||
{
|
{
|
||||||
|
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 CopyrightHolders(strprintf(_("Copyright (C) %i-%i"), 2011, COPYRIGHT_YEAR) + " ") + "\n" +
|
return _("Copyright (C) 2024 The kvazar-network developers") +
|
||||||
|
"\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."),
|
||||||
@ -538,6 +541,8 @@ std::string LicenseInfo()
|
|||||||
"\n" +
|
"\n" +
|
||||||
strprintf(_("The source code is available from %s."),
|
strprintf(_("The source code is available from %s."),
|
||||||
URL_SOURCE_CODE) +
|
URL_SOURCE_CODE) +
|
||||||
|
strprintf(_("Wallet version by %s."),
|
||||||
|
URL_KVAZAR_CODE) +
|
||||||
"\n" +
|
"\n" +
|
||||||
"\n" +
|
"\n" +
|
||||||
_("This is experimental software.") + "\n" +
|
_("This is experimental software.") + "\n" +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user