Skip to content

Commit

Permalink
Change Copyright Splash
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Knöpke committed Sep 17, 2017
1 parent f464d29 commit 52da117
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Copyright (C) 2009 -until todayThe Bitcoin Core Developers
Copyright (C) 2015 -until today The Dash and PIVX Core Developers
Copyright (C) 2017 -until todayThe BTDX Core Developers

BTDX Core integration/staging repository
=====================================

Expand Down
2 changes: 1 addition & 1 deletion src/qt/splashscreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ SplashScreen::SplashScreen(Qt::WindowFlags f, const NetworkStyle* networkStyle)
QString titleText = tr("Bitcloud BTX Core 12.2");
QString versionText = QString(tr("Version %1")).arg(QString::fromStdString(FormatFullVersion()));
QString copyrightTextBtc = QChar(0xA9) + QString(" 2009-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The Bitcoin Core developers"));
QString copyrightTextDash = QChar(0xA9) + QString(" 2014-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The Dash Core and BTDX developers"));
QString copyrightTextDash = QChar(0xA9) + QString(" 2014-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The Dash Core and PIVX developers"));
QString copyrightTextBTDX = QChar(0xA9) + QString(" 2017-%1 ").arg(COPYRIGHT_YEAR) + QString(tr("The Bitcloud Core developers"));
QString titleAddText = networkStyle->getTitleAddText();
QString font = QApplication::font().toString();
Expand Down

0 comments on commit 52da117

Please sign in to comment.