Add missing copyright headers

This commit is contained in:
MarcoFalke 2015-01-05 21:40:24 +01:00
parent fa7e4c0919
commit fa60d05a4e
22 changed files with 47 additions and 13 deletions
qa/rpc-tests/test_framework

View file

@ -1,3 +1,9 @@
#!/usr/bin/env python2
# Copyright (c) 2015 The Bitcoin Core developers
# Distributed under the MIT/X11 software license, see the accompanying
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
#
"""
This module contains utilities for doing coverage analysis on the RPC
interface.