fixup! Elements Beta branding

This commit is contained in:
Akio Nakamura 2017-06-23 10:56:40 +09:00
parent 0b1ceafd75
commit 8157aa853f
4 changed files with 9 additions and 7 deletions

View file

@ -521,10 +521,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/ElementsProject/elements>";
const std::string URL_WEBSITE = "<https://www.elementsproject.org>";
return CopyrightHolders(strprintf(_("Copyright (C) %i-%i"), 2009, COPYRIGHT_YEAR) + " ") + "\n" +
return CopyrightHolders(strprintf(_("Copyright (C) %i-%i"), 2015, COPYRIGHT_YEAR) + " ") + "\n" +
"\n" +
strprintf(_("Please contribute if you find %s useful. "
"Visit %s for further information about the software."),