aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-09-19 16:55:00 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-09-19 16:55:07 +0200
commit1cf11cc3eca85f9e803fa990776187d9c2615d56 (patch)
tree6a67f11d08e71a4897ace477d5da3249e48dfc44 /contrib
parent8bae52a9a0d1d6023969ada59c9e083e654fd8ab (diff)
parent37a7fe9e440b83e2364d5498931253937abe9294 (diff)
downloadbitcoin-1cf11cc3eca85f9e803fa990776187d9c2615d56.tar.xz
Merge #8701: [copyright] add MIT License copyright header to zmq_sub.py
37a7fe9 [copyright] add MIT License copyright header to zmq_sub.py (isle2983)
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/zmq/zmq_sub.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/zmq/zmq_sub.py b/contrib/zmq/zmq_sub.py
index 6268123dd8..3dea5e3c14 100755
--- a/contrib/zmq/zmq_sub.py
+++ b/contrib/zmq/zmq_sub.py
@@ -1,4 +1,7 @@
#!/usr/bin/env python2
+# Copyright (c) 2014-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.
import array
import binascii