|
|
|
@ -506,10 +506,10 @@ std::string HelpMessage(HelpMessageMode mode)
|
|
|
|
|
|
|
|
|
|
std::string LicenseInfo()
|
|
|
|
|
{
|
|
|
|
|
const std::string URL_SOURCE_CODE = "<https://github.com/bitcoin/bitcoin>";
|
|
|
|
|
const std::string URL_WEBSITE = "<https://bitcoincore.org>";
|
|
|
|
|
const std::string URL_SOURCE_CODE = "<https://github.com/litecoin-project/litecoin>";
|
|
|
|
|
const std::string URL_WEBSITE = "<https://litecoin.org>";
|
|
|
|
|
|
|
|
|
|
return CopyrightHolders(strprintf(_("Copyright (C) %i-%i"), 2009, 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."),
|
|
|
|
|