mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge 08c4994969 into merged_master (Bitcoin PR #18503)
This commit is contained in:
commit
8ec0f98505
1 changed files with 1 additions and 2 deletions
|
|
@ -610,13 +610,12 @@ void SetupServerArgs()
|
|||
std::string LicenseInfo()
|
||||
{
|
||||
const std::string URL_SOURCE_CODE = "<https://github.com/bitcoin/bitcoin>";
|
||||
const std::string URL_WEBSITE = "<https://bitcoincore.org>";
|
||||
|
||||
return CopyrightHolders(strprintf(_("Copyright (C) %i-%i").translated, 2009, COPYRIGHT_YEAR) + " ") + "\n" +
|
||||
"\n" +
|
||||
strprintf(_("Please contribute if you find %s useful. "
|
||||
"Visit %s for further information about the software.").translated,
|
||||
PACKAGE_NAME, URL_WEBSITE) +
|
||||
PACKAGE_NAME, "<" PACKAGE_URL ">") +
|
||||
"\n" +
|
||||
strprintf(_("The source code is available from %s.").translated,
|
||||
URL_SOURCE_CODE) +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue