|
|
|
@ -599,7 +599,7 @@ std::string LicenseInfo()
|
|
|
|
|
{
|
|
|
|
|
const std::string URL_SOURCE_CODE = "<https://github.com/litecoin-project/litecoin>";
|
|
|
|
|
|
|
|
|
|
return CopyrightHolders(strprintf(_("Copyright (C) %i-%i").translated, 2009, COPYRIGHT_YEAR) + " ") + "\n" +
|
|
|
|
|
return CopyrightHolders(strprintf(_("Copyright (C) %i-%i").translated, 2011, COPYRIGHT_YEAR) + " ") + "\n" +
|
|
|
|
|
"\n" +
|
|
|
|
|
strprintf(_("Please contribute if you find %s useful. "
|
|
|
|
|
"Visit %s for further information about the software.").translated,
|
|
|
|
|