Browse Source

[copyright] add MIT License copyright header to zmq_sub.py

Github-Pull: #8701
Rebased-From: 37a7fe9e44
0.13
isle2983 8 years ago committed by Luke Dashjr
parent
commit
9a903f9f00
  1. 3
      contrib/zmq/zmq_sub.py

3
contrib/zmq/zmq_sub.py

@ -1,4 +1,7 @@
#!/usr/bin/env python2 #!/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 array
import binascii import binascii

Loading…
Cancel
Save