diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-09-19 16:55:00 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-09-19 16:55:07 +0200 |
commit | 1cf11cc3eca85f9e803fa990776187d9c2615d56 (patch) | |
tree | 6a67f11d08e71a4897ace477d5da3249e48dfc44 /contrib | |
parent | 8bae52a9a0d1d6023969ada59c9e083e654fd8ab (diff) | |
parent | 37a7fe9e440b83e2364d5498931253937abe9294 (diff) |
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-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 |