aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisle2983 <isle2983@yahoo.com>2016-09-11 15:26:53 -0600
committerLuke Dashjr <luke-jr+git@utopios.org>2016-09-21 02:43:47 +0000
commit9a903f9f003d743242d4ac41b4a4045559f1ff4c (patch)
treef1eafd85488af8a8e2e31b2d04999c305dee307d
parent084cae9ca57a263d7b768b2854614bc9a2c26a28 (diff)
downloadbitcoin-9a903f9f003d743242d4ac41b4a4045559f1ff4c.tar.xz
[copyright] add MIT License copyright header to zmq_sub.py
Github-Pull: #8701 Rebased-From: 37a7fe9e440b83e2364d5498931253937abe9294
-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