aboutsummaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-09-19 18:54:19 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-09-19 19:13:48 +0200
commitd8b4b631c5bed8bc2c68198be3be6272f0aa8c51 (patch)
treefbd1a9e56f11b7a3edd9cee20b922d66e87bf251 /qa
parent047ded0b12f3d8da3fb4220963ae3f68579b1176 (diff)
parent783e930e68a312bc7654d833053cceead18dd688 (diff)
downloadbitcoin-d8b4b631c5bed8bc2c68198be3be6272f0aa8c51.tar.xz
Merge #8676: Add missing copyright headers
783e930 [copyright] Add missing copyright headers (isle2983)
Diffstat (limited to 'qa')
-rw-r--r--qa/rpc-tests/test_framework/blockstore.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/qa/rpc-tests/test_framework/blockstore.py b/qa/rpc-tests/test_framework/blockstore.py
index 6120dd574b..1e2bbb277a 100644
--- a/qa/rpc-tests/test_framework/blockstore.py
+++ b/qa/rpc-tests/test_framework/blockstore.py
@@ -1,4 +1,7 @@
#!/usr/bin/env python3
+# Copyright (c) 2015-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.
# BlockStore: a helper class that keeps a map of blocks and implements
# helper functions for responding to getheaders and getdata,
# and for constructing a getheaders message