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/
6
6
https://github.com/bitcoin/bitcoin
7
7
8
8
Files: *
9
- Copyright: 2009-2012, Bitcoin Developers
9
+ Copyright: 2009-2012, Bitcoin Core Developers
10
10
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,
12
12
as well as the numerous contributors to the project.
13
13
14
14
Files: src/json/*
Original file line number Diff line number Diff line change 9
9
<string >APPL</string >
10
10
11
11
<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 >
13
13
14
14
<key >CFBundleShortVersionString</key >
15
15
<string >@CLIENT_VERSION_MAJOR@.@CLIENT_VERSION_MINOR@</string >
Original file line number Diff line number Diff line change 5
5
#define VER_PRODUCTVERSION_STR STRINGIZE(CLIENT_VERSION_MAJOR) "." STRINGIZE(CLIENT_VERSION_MINOR) "." STRINGIZE(CLIENT_VERSION_REVISION) "." STRINGIZE(CLIENT_VERSION_BUILD)
6
6
#define VER_FILEVERSION VER_PRODUCTVERSION
7
7
#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"
9
9
10
10
VS_VERSION_INFO VERSIONINFO
11
11
FILEVERSION VER_FILEVERSION
Original file line number Diff line number Diff line change 5
5
#define VER_PRODUCTVERSION_STR STRINGIZE(CLIENT_VERSION_MAJOR) "." STRINGIZE(CLIENT_VERSION_MINOR) "." STRINGIZE(CLIENT_VERSION_REVISION) "." STRINGIZE(CLIENT_VERSION_BUILD)
6
6
#define VER_FILEVERSION VER_PRODUCTVERSION
7
7
#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"
9
9
10
10
VS_VERSION_INFO VERSIONINFO
11
11
FILEVERSION VER_FILEVERSION
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ AboutDialog::AboutDialog(QWidget *parent) :
16
16
ui->setupUi (this );
17
17
18
18
// 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" ));
20
20
}
21
21
22
22
void AboutDialog::setModel (ClientModel *model)
You can’t perform that action at this time.
0 commit comments