unify copyright
This commit is contained in:
parent
fabca0a428
commit
f26aff36cd
@ -38,7 +38,7 @@
|
||||
#define DO_STRINGIZE(X) #X
|
||||
|
||||
//! Copyright string used in Windows .rc files
|
||||
#define COPYRIGHT_STR "2009-2015 The Bitcoin Core Developers, 2014-" STRINGIZE(COPYRIGHT_YEAR) " The Dash Core Developers"
|
||||
#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin Core Developers, 2014-" STRINGIZE(COPYRIGHT_YEAR) " The Dash Core Developers"
|
||||
|
||||
/**
|
||||
* dashd-res.rc includes this file, but it cannot cope with real c++ code.
|
||||
|
@ -423,7 +423,7 @@ std::string HelpMessage(HelpMessageMode mode)
|
||||
|
||||
std::string LicenseInfo()
|
||||
{
|
||||
return FormatParagraph(_("Copyright (C) 2009-2015 The Bitcoin Core Developers")) + "\n" +
|
||||
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" +
|
||||
"\n" +
|
||||
|
Loading…
Reference in New Issue
Block a user