diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-03-19 09:54:54 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-03-19 09:54:54 -0700 |
| commit | e5644e88e8dd7dc88d510edacf5556eef8cb41eb (patch) | |
| tree | 4546d293fc67260d6e0405870a901780ce69eeff /src | |
| parent | Merge pull request #2210 from Diapolo/Qt_header_cpp_cleanup (diff) | |
| parent | Bitcoin-Qt: update Win executable file meta-data copyright (diff) | |
| download | discoin-e5644e88e8dd7dc88d510edacf5556eef8cb41eb.tar.xz discoin-e5644e88e8dd7dc88d510edacf5556eef8cb41eb.zip | |
Merge pull request #2382 from Diapolo/2013
Bitcoin-Qt: update Win executable file meta-data copyright
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/res/bitcoin-qt.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/res/bitcoin-qt.rc b/src/qt/res/bitcoin-qt.rc index 834001c0c..5449ff835 100644 --- a/src/qt/res/bitcoin-qt.rc +++ b/src/qt/res/bitcoin-qt.rc @@ -22,7 +22,7 @@ BEGIN VALUE "FileDescription", "Bitcoin-Qt (OSS GUI client for Bitcoin)" VALUE "FileVersion", VER_FILEVERSION_STR VALUE "InternalName", "bitcoin-qt" - VALUE "LegalCopyright", "2009-2012 The Bitcoin developers" + VALUE "LegalCopyright", "2009-2013 The Bitcoin developers" VALUE "LegalTrademarks1", "Distributed under the MIT/X11 software license, see the accompanying file COPYING or http://www.opensource.org/licenses/mit-license.php." VALUE "OriginalFilename", "bitcoin-qt.exe" VALUE "ProductName", "Bitcoin-Qt" |