aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKaz Wesley <[email protected]>2016-07-27 16:27:07 -0700
committerKaz Wesley <[email protected]>2016-07-27 16:27:07 -0700
commitd3af342276f29d2bd162628eb4b669599633e39e (patch)
tree37adf86fba07e0b4144594382b30f22265a26ad4 /src
parentMerge #8206: [Wallet] Add HD xpriv to dumpwallet (diff)
downloaddiscoin-d3af342276f29d2bd162628eb4b669599633e39e.tar.xz
discoin-d3af342276f29d2bd162628eb4b669599633e39e.zip
prepend license statement to indirectmap
Add statement about MIT licensing to indirectmap.h. I forgot the license preamble when I originally wrote the file.
Diffstat (limited to 'src')
-rw-r--r--src/indirectmap.h4
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