diff options
| author | Gavin Andresen <[email protected]> | 2012-07-22 16:18:41 -0700 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-07-22 16:18:41 -0700 |
| commit | 0bf30d2b3339b96c3fa96195213094665870a4c9 (patch) | |
| tree | 65179c0dbf8cca80934d7cfe60b294387f282ace /src/qt/qtipcserver.cpp | |
| parent | Merge pull request #1616 from Diapolo/OpenSSL_typo (diff) | |
| parent | Replace all occurances of license.txt with COPYING, including naming the file... (diff) | |
| download | discoin-0bf30d2b3339b96c3fa96195213094665870a4c9.tar.xz discoin-0bf30d2b3339b96c3fa96195213094665870a4c9.zip | |
Merge pull request #1621 from luke-jr/WinCOPYING
Replace all occurances of license.txt with COPYING, including naming the file COPYING.txt on Windows
Diffstat (limited to 'src/qt/qtipcserver.cpp')
| -rw-r--r-- | src/qt/qtipcserver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/qtipcserver.cpp b/src/qt/qtipcserver.cpp index e413c71bc..ccdfc66ba 100644 --- a/src/qt/qtipcserver.cpp +++ b/src/qt/qtipcserver.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2012 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying -// file license.txt or http://www.opensource.org/licenses/mit-license.php. +// file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "qtipcserver.h" #include "guiconstants.h" |