diff options
| author | Philip Kaufmann <[email protected]> | 2013-03-19 00:04:54 +0100 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2013-03-19 00:04:54 +0100 |
| commit | 2547d2a90b2f793ae0444b1e232c3461b167c042 (patch) | |
| tree | 4546d293fc67260d6e0405870a901780ce69eeff | |
| parent | Merge pull request #2210 from Diapolo/Qt_header_cpp_cleanup (diff) | |
| download | discoin-2547d2a90b2f793ae0444b1e232c3461b167c042.tar.xz discoin-2547d2a90b2f793ae0444b1e232c3461b167c042.zip | |
Bitcoin-Qt: update Win executable file meta-data copyright
| -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" |