fixed manpage copyright spacing issue
This commit is contained in:
@@ -1036,8 +1036,11 @@ std::string LicenseInfo()
|
|||||||
{
|
{
|
||||||
return "\n" +
|
return "\n" +
|
||||||
FormatParagraph(strprintf(_("Copyright (C) 2016-%i Duke Leto and The Hush Developers"), COPYRIGHT_YEAR)) + "\n" +
|
FormatParagraph(strprintf(_("Copyright (C) 2016-%i Duke Leto and The Hush Developers"), COPYRIGHT_YEAR)) + "\n" +
|
||||||
|
"\n" +
|
||||||
FormatParagraph(strprintf(_("Copyright (C) 2016-2020 jl777 and SuperNET developers"))) + "\n" +
|
FormatParagraph(strprintf(_("Copyright (C) 2016-2020 jl777 and SuperNET developers"))) + "\n" +
|
||||||
|
"\n" +
|
||||||
FormatParagraph(strprintf(_("Copyright (C) 2016-2018 The Zcash developers"))) + "\n" +
|
FormatParagraph(strprintf(_("Copyright (C) 2016-2018 The Zcash developers"))) + "\n" +
|
||||||
|
"\n" +
|
||||||
FormatParagraph(strprintf(_("Copyright (C) 2009-2014 The Bitcoin Core developers"))) + "\n" +
|
FormatParagraph(strprintf(_("Copyright (C) 2009-2014 The Bitcoin Core developers"))) + "\n" +
|
||||||
"\n" +
|
"\n" +
|
||||||
FormatParagraph(_("This is experimental Free Software! Fuck Yeah!!!!!")) + "\n" +
|
FormatParagraph(_("This is experimental Free Software! Fuck Yeah!!!!!")) + "\n" +
|
||||||
|
|||||||
Reference in New Issue
Block a user