diff options
author | isle2983 <isle2983@yahoo.com> | 2016-09-11 15:26:53 -0600 |
---|---|---|
committer | isle2983 <isle2983@yahoo.com> | 2016-09-11 15:31:27 -0600 |
commit | 37a7fe9e440b83e2364d5498931253937abe9294 (patch) | |
tree | 8e8b0244282164be08ce22c9d35c3af906f23096 | |
parent | 2a0836f6d5e7c1d7e97bedb0e0ea33dcaf981f77 (diff) |
[copyright] add MIT License copyright header to zmq_sub.py
-rwxr-xr-x | contrib/zmq/zmq_sub.py | 3 |
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 |