aboutsummaryrefslogtreecommitdiff
path: root/src/indirectmap.h
diff options
context:
space:
mode:
authorKaz Wesley <keziahw@gmail.com>2016-07-27 16:27:07 -0700
committerLuke Dashjr <luke-jr+git@utopios.org>2016-09-21 02:43:47 +0000
commit1f21d161a590d5f0aaf77ea01cd9d80c33be0a54 (patch)
tree0eddf7b23f0e588153df996d8e88f95f3f732d34 /src/indirectmap.h
parent03b01966fa4b864c82a7543de0ed52a2c69ed38a (diff)
downloadbitcoin-1f21d161a590d5f0aaf77ea01cd9d80c33be0a54.tar.xz
prepend license statement to indirectmap
Add statement about MIT licensing to indirectmap.h. I forgot the license preamble when I originally wrote the file. Github-Pull: #8414 Rebased-From: d3af342276f29d2bd162628eb4b669599633e39e
Diffstat (limited to 'src/indirectmap.h')
-rw-r--r--src/indirectmap.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/indirectmap.h b/src/indirectmap.h
index 28e1e8dedd..76da4a6bd5 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