diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-07-28 09:33:37 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-07-28 09:34:00 +0200 |
| commit | c24b50ec168eb867129244a14ee5b44f90fb6be3 (patch) | |
| tree | 37adf86fba07e0b4144594382b30f22265a26ad4 /src | |
| parent | Merge #8206: [Wallet] Add HD xpriv to dumpwallet (diff) | |
| parent | prepend license statement to indirectmap (diff) | |
| download | discoin-c24b50ec168eb867129244a14ee5b44f90fb6be3.tar.xz discoin-c24b50ec168eb867129244a14ee5b44f90fb6be3.zip | |
Merge #8414: prepend license statement to indirectmap.h
d3af342 prepend license statement to indirectmap (Kaz Wesley)
Diffstat (limited to 'src')
| -rw-r--r-- | src/indirectmap.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/indirectmap.h b/src/indirectmap.h index 28e1e8ded..76da4a6bd 100644 --- a/src/indirectmap.h +++ b/src/indirectmap.h @@ -1,3 +1,7 @@ +// Copyright (c) 2016 The Bitcoin Core developers +// Distributed under the MIT software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. + #ifndef BITCOIN_INDIRECTMAP_H #define BITCOIN_INDIRECTMAP_H |