File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ Source: http://sourceforge.net/projects/bitcoin/files/
66 https://github.com/bitcoin/bitcoin
77
88Files: *
9- Copyright: 2009-2012, Bitcoin Developers
9+ Copyright: 2009-2012, Bitcoin Core Developers
1010License: 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
1414Files: src/json/*
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
1010VS_VERSION_INFO VERSIONINFO
1111FILEVERSION VER_FILEVERSION
Original file line number Diff line number Diff line change 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
1010VS_VERSION_INFO VERSIONINFO
1111FILEVERSION VER_FILEVERSION
Original file line number Diff line number Diff 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 (" © 2009-%1 " ).arg (COPYRIGHT_YEAR) + tr (" The Bitcoin developers" ));
19+ ui->copyrightLabel ->setText (tr (" Copyright" ) + QString (" © 2009-%1 " ).arg (COPYRIGHT_YEAR) + tr (" The Bitcoin Core developers" ));
2020}
2121
2222void AboutDialog::setModel (ClientModel *model)
You can’t perform that action at this time.
0 commit comments