Skip to content

Commit b26de9d

Browse files
committed
qt: Update remaining "The Bitcoin Core Developers"
1 parent 5bab558 commit b26de9d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

contrib/debian/copyright

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Source: http://sourceforge.net/projects/bitcoin/files/
66
https://github.com/bitcoin/bitcoin
77

88
Files: *
9-
Copyright: 2009-2012, Bitcoin Developers
9+
Copyright: 2009-2012, Bitcoin Core Developers
1010
License: Expat
11-
Comment: The Bitcoin Developers encompasses the current developers listed on bitcoin.org,
11+
Comment: The Bitcoin Core Developers encompasses the current developers listed on bitcoin.org,
1212
as well as the numerous contributors to the project.
1313

1414
Files: src/json/*

share/qt/Info.plist.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<string>APPL</string>
1010

1111
<key>CFBundleGetInfoString</key>
12-
<string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@, Copyright © 2009-@COPYRIGHT_YEAR@ The Bitcoin developers</string>
12+
<string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@, Copyright © 2009-@COPYRIGHT_YEAR@ The Bitcoin Core developers</string>
1313

1414
<key>CFBundleShortVersionString</key>
1515
<string>@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@</string>

src/bitcoin-cli-res.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#define VER_PRODUCTVERSION_STR STRINGIZE(CLIENT_VERSION_MAJOR) "." STRINGIZE(CLIENT_VERSION_MINOR) "." STRINGIZE(CLIENT_VERSION_REVISION) "." STRINGIZE(CLIENT_VERSION_BUILD)
66
#define VER_FILEVERSION VER_PRODUCTVERSION
77
#define VER_FILEVERSION_STR VER_PRODUCTVERSION_STR
8-
#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin developers"
8+
#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin Core developers"
99

1010
VS_VERSION_INFO VERSIONINFO
1111
FILEVERSION VER_FILEVERSION

src/bitcoind-res.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#define VER_PRODUCTVERSION_STR STRINGIZE(CLIENT_VERSION_MAJOR) "." STRINGIZE(CLIENT_VERSION_MINOR) "." STRINGIZE(CLIENT_VERSION_REVISION) "." STRINGIZE(CLIENT_VERSION_BUILD)
66
#define VER_FILEVERSION VER_PRODUCTVERSION
77
#define VER_FILEVERSION_STR VER_PRODUCTVERSION_STR
8-
#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin developers"
8+
#define COPYRIGHT_STR "2009-" STRINGIZE(COPYRIGHT_YEAR) " The Bitcoin Core developers"
99

1010
VS_VERSION_INFO VERSIONINFO
1111
FILEVERSION VER_FILEVERSION

src/qt/aboutdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ AboutDialog::AboutDialog(QWidget *parent) :
1616
ui->setupUi(this);
1717

1818
// Set current copyright year
19-
ui->copyrightLabel->setText(tr("Copyright") + QString(" &copy; 2009-%1 ").arg(COPYRIGHT_YEAR) + tr("The Bitcoin developers"));
19+
ui->copyrightLabel->setText(tr("Copyright") + QString(" &copy; 2009-%1 ").arg(COPYRIGHT_YEAR) + tr("The Bitcoin Core developers"));
2020
}
2121

2222
void AboutDialog::setModel(ClientModel *model)

0 commit comments

Comments
 (0)