Merge pull request #346 from crowning-/v0.12.0.x

Dash copyright year fixed
This commit is contained in:
UdjinM6 2015-05-30 07:14:54 +03:00
commit 18e317f8cb

View File

@ -452,7 +452,7 @@ std::string LicenseInfo()
{
return FormatParagraph(strprintf(_("Copyright (C) 2009-%i The Bitcoin Core Developers"), COPYRIGHT_YEAR)) + "\n" +
"\n" +
FormatParagraph(strprintf(_("Copyright (C) 2009-%i The Dash Core Developers"), COPYRIGHT_YEAR)) + "\n" +
FormatParagraph(strprintf(_("Copyright (C) 2014-%i The Dash Core Developers"), COPYRIGHT_YEAR)) + "\n" +
"\n" +
FormatParagraph(_("This is experimental software.")) + "\n" +
"\n" +