diff options
| author | Fordy <[email protected]> | 2012-05-18 22:02:28 +0800 |
|---|---|---|
| committer | Fordy <[email protected]> | 2012-05-18 22:02:28 +0800 |
| commit | 3a25a2b9b0877e3276d9057752a4362211717b09 (patch) | |
| tree | 8d7ddc702db30c5db64ef3db8ddf82095e88773f /src/protocol.cpp | |
| parent | Merge pull request #1346 from laanwj/2012_05_overviewpage_restore (diff) | |
| download | discoin-3a25a2b9b0877e3276d9057752a4362211717b09.tar.xz discoin-3a25a2b9b0877e3276d9057752a4362211717b09.zip | |
Update License in File Headers
I originally created a pull to replace the "COPYING" in crypter.cpp and
crypter.h, but it turned out that COPYING was actually the correct
file.
Diffstat (limited to 'src/protocol.cpp')
| -rw-r--r-- | src/protocol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.cpp b/src/protocol.cpp index fda31966f..d6e340e36 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -1,7 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // 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 "protocol.h" #include "util.h" |