From 1c4e43c48e75af118ccec4c722983abb87d110d1 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 23 Dec 2019 08:23:39 -0500 Subject: [PATCH] Update test copyrights --- qa/rpc-tests/reindex.py | 5 ++--- qa/rpc-tests/wallet_shieldcoinbase_sapling.py | 2 ++ 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/qa/rpc-tests/reindex.py b/qa/rpc-tests/reindex.py index ae7563192..fe5af0b2a 100755 --- a/qa/rpc-tests/reindex.py +++ b/qa/rpc-tests/reindex.py @@ -1,8 +1,7 @@ #!/usr/bin/env python2 # Copyright (c) 2014 The Bitcoin Core developers -# Distributed under the MIT software license, see the accompanying -# file COPYING or http://www.opensource.org/licenses/mit-license.php. - +# Copyright (c) 2019-2020 The Hush developers +# Released under the GPLv3 # # Test -reindex with CheckBlockIndex # diff --git a/qa/rpc-tests/wallet_shieldcoinbase_sapling.py b/qa/rpc-tests/wallet_shieldcoinbase_sapling.py index d5d130329..290a44095 100755 --- a/qa/rpc-tests/wallet_shieldcoinbase_sapling.py +++ b/qa/rpc-tests/wallet_shieldcoinbase_sapling.py @@ -1,4 +1,6 @@ #!/usr/bin/env python2 +# Copyright (c) 2019-2020 The Hush developers +# Released under the GPLv3 import inspect import os