Update init.cpp

Update LicenseInfo()
This commit is contained in:
Sarto 2016-03-14 18:49:28 +02:00
parent a8fe4fcd83
commit 658da22beb

View file

@ -521,6 +521,8 @@ std::string LicenseInfo()
{
// todo: remove urls from translations on next change
return FormatParagraph(strprintf(_("Copyright (C) 2009-%i The Bitcoin Core Developers"), COPYRIGHT_YEAR)) + "\n" +
"\n" +
FormatParagraph(strprintf(_("Copyright (C) %i The Bitcoin Classic Developers"), COPYRIGHT_YEAR)) + "\n" +
"\n" +
FormatParagraph(_("This is experimental software.")) + "\n" +
"\n" +