diff options
| author | Pieter Wuille <[email protected]> | 2014-09-30 01:34:58 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-09-30 01:35:11 +0200 |
| commit | a329097f925ef20a724fa7e5241b0e9d75d42bb9 (patch) | |
| tree | d7ac4fb7036d8ea6473b64f4e2bb90cc095411bf /src/chain.cpp | |
| parent | Merge pull request #5003 (diff) | |
| parent | cleanup license and header end comment in chain.cpp/.h (diff) | |
| download | discoin-a329097f925ef20a724fa7e5241b0e9d75d42bb9.tar.xz discoin-a329097f925ef20a724fa7e5241b0e9d75d42bb9.zip | |
Merge pull request #4990
7bec6dd cleanup license and header end comment in chain.cpp/.h (Philip Kaufmann)
0db65d8 update license of compat and crypto (Philip Kaufmann)
Diffstat (limited to 'src/chain.cpp')
| -rw-r--r-- | src/chain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chain.cpp b/src/chain.cpp index bcb497b2d..05427a456 100644 --- a/src/chain.cpp +++ b/src/chain.cpp @@ -1,6 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers -// Distributed under the MIT/X11 software license, see the accompanying +// Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "chain.h" |