diff --git a/qa/pull-tester/rpc-tests.sh b/qa/pull-tester/rpc-tests.sh index f8b39739e..a23f2908d 100755 --- a/qa/pull-tester/rpc-tests.sh +++ b/qa/pull-tester/rpc-tests.sh @@ -1,5 +1,6 @@ #!/bin/bash -# Copyright 2019 The Hush developers +# Copyright (c) 2019-2020 The Hush developers +# Released under the GPLv3 set -e -o pipefail diff --git a/qa/pull-tester/run-bitcoin-cli b/qa/pull-tester/run-bitcoin-cli index 93c25bb9f..99acd5bd8 100755 --- a/qa/pull-tester/run-bitcoin-cli +++ b/qa/pull-tester/run-bitcoin-cli @@ -1,4 +1,6 @@ #!/bin/bash +# Copyright (c) 2019-2020 The Hush developers +# Released under the GPLv3 # This is a thin wrapper around bitcoin-cli that strips the Windows-style EOLs # from the output if present. It is necessary when using bitcoin-cli.exe on diff --git a/qa/pull-tester/run-bitcoind-for-test.sh.in b/qa/pull-tester/run-bitcoind-for-test.sh.in index afd45216d..8d95591d2 100755 --- a/qa/pull-tester/run-bitcoind-for-test.sh.in +++ b/qa/pull-tester/run-bitcoind-for-test.sh.in @@ -1,9 +1,8 @@ #!/bin/bash # THIS FILE IS GENERATED FROM run-bitcoind-for-test.sh.in # Copyright (c) 2013-2014 The Bitcoin Core developers -# Copyright (c) 2019 The Hush 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 # HUSH_LOAD_TIMEOUT=500 DATADIR="@abs_top_builddir@/.komodo/HUSH3" diff --git a/qa/pull-tester/tests-config.sh.in b/qa/pull-tester/tests-config.sh.in index 8f2cf3582..4bba14c85 100755 --- a/qa/pull-tester/tests-config.sh.in +++ b/qa/pull-tester/tests-config.sh.in @@ -1,9 +1,8 @@ #!/bin/bash # THIS FILE IS GENERATED FROM tests-config.sh.in # Copyright (c) 2013-2014 The Bitcoin Core developers -# Copyright (c) 2019 The Hush 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 BUILDDIR="@abs_top_builddir@" EXEEXT="@EXEEXT@"