Add Zcash Developers to CLI copyright notice

This commit is contained in:
Jack Grigg 2016-05-18 17:25:04 +12:00
parent a1de76c7a0
commit c5d080bb83
1 changed files with 1 additions and 0 deletions

View File

@ -448,6 +448,7 @@ std::string HelpMessage(HelpMessageMode mode)
std::string LicenseInfo()
{
return FormatParagraph(strprintf(_("Copyright (C) 2009-%i The Bitcoin Core Developers"), COPYRIGHT_YEAR)) + "\n" +
FormatParagraph(strprintf(_("Copyright (C) 2015-%i The Zcash Developers"), COPYRIGHT_YEAR)) + "\n" +
"\n" +
FormatParagraph(_("This is experimental software.")) + "\n" +
"\n" +