aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2016-09-19 16:55:00 +0200
committerWladimir J. van der Laan <[email protected]>2016-09-19 16:55:07 +0200
commit1cf11cc3eca85f9e803fa990776187d9c2615d56 (patch)
tree6a67f11d08e71a4897ace477d5da3249e48dfc44
parentMerge #8737: Trivial: UndoReadFromDisk works on undo files (rev), not on bloc... (diff)
parent[copyright] add MIT License copyright header to zmq_sub.py (diff)
downloaddiscoin-1cf11cc3eca85f9e803fa990776187d9c2615d56.tar.xz
discoin-1cf11cc3eca85f9e803fa990776187d9c2615d56.zip
Merge #8701: [copyright] add MIT License copyright header to zmq_sub.py
37a7fe9 [copyright] add MIT License copyright header to zmq_sub.py (isle2983)
-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 6268123dd..3dea5e3c1 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