mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
fixup! Elements Beta branding
This commit is contained in:
parent
0b1ceafd75
commit
8157aa853f
4 changed files with 9 additions and 7 deletions
|
|
@ -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."),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue