aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSporklin <[email protected]>2015-09-11 16:47:36 -0400
committerJ Ross Nicoll <[email protected]>2015-10-31 14:49:41 +0000
commit74ebd48dcdab28d34efb240c975fe3877c17d000 (patch)
tree855ee3ed2a3001ddfd63e55bbff56c19a84afccf /src
parentrebrand dogecoin-tx test (diff)
downloaddiscoin-74ebd48dcdab28d34efb240c975fe3877c17d000.tar.xz
discoin-74ebd48dcdab28d34efb240c975fe3877c17d000.zip
Update copyright header to include Dogecoin
Diffstat (limited to 'src')
-rw-r--r--src/init.cpp2
-rw-r--r--src/qt/bitcoinstrings.cpp1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp
index b513629ba..863cdaf69 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -451,6 +451,8 @@ std::string LicenseInfo()
{
return FormatParagraph(strprintf(_("Copyright (C) 2009-%i The Bitcoin Core Developers"), COPYRIGHT_YEAR)) + "\n" +
"\n" +
+ FormatParagraph(strprintf(_("Copyright (C) 2013-%i The Dogecoin Core Developers"), COPYRIGHT_YEAR)) + "\n" +
+ "\n" +
FormatParagraph(_("This is experimental software.")) + "\n" +
"\n" +
FormatParagraph(_("Distributed under the MIT software license, see the accompanying file COPYING or <http://www.opensource.org/licenses/mit-license.php>.")) + "\n" +
diff --git a/src/qt/bitcoinstrings.cpp b/src/qt/bitcoinstrings.cpp
index a6841994f..98f825824 100644
--- a/src/qt/bitcoinstrings.cpp
+++ b/src/qt/bitcoinstrings.cpp
@@ -196,6 +196,7 @@ QT_TRANSLATE_NOOP("bitcoin-core", "Connect through SOCKS5 proxy"),
QT_TRANSLATE_NOOP("bitcoin-core", "Connect to a node to retrieve peer addresses, and disconnect"),
QT_TRANSLATE_NOOP("bitcoin-core", "Connection options:"),
QT_TRANSLATE_NOOP("bitcoin-core", "Copyright (C) 2009-%i The Bitcoin Core Developers"),
+QT_TRANSLATE_NOOP("bitcoin-core", "Copyright (C) 2013-%i The Dogecoin Core Developers"),
QT_TRANSLATE_NOOP("bitcoin-core", "Corrupted block database detected"),
QT_TRANSLATE_NOOP("bitcoin-core", "Could not parse -rpcbind value %s as network address"),
QT_TRANSLATE_NOOP("bitcoin-core", "Debugging/Testing options:"),