Litecoin: Adjust copyright yr

pull/751/head
Adrian Gallagher 4 years ago
parent c81ace4ad8
commit d79807a0fd
No known key found for this signature in database
GPG Key ID: FE3348877809386C

@ -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,

Loading…
Cancel
Save