Copyrights
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# Copyright 2019 The Hush developers
|
# Copyright (c) 2019-2020 The Hush developers
|
||||||
|
# Released under the GPLv3
|
||||||
|
|
||||||
set -e -o pipefail
|
set -e -o pipefail
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/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
|
# 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
|
# from the output if present. It is necessary when using bitcoin-cli.exe on
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# THIS FILE IS GENERATED FROM run-bitcoind-for-test.sh.in
|
# THIS FILE IS GENERATED FROM run-bitcoind-for-test.sh.in
|
||||||
# Copyright (c) 2013-2014 The Bitcoin Core developers
|
# Copyright (c) 2013-2014 The Bitcoin Core developers
|
||||||
# Copyright (c) 2019 The Hush developers
|
# Copyright (c) 2019-2020 The Hush developers
|
||||||
# Distributed under the MIT software license, see the accompanying
|
# Released under the GPLv3
|
||||||
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
||||||
#
|
#
|
||||||
HUSH_LOAD_TIMEOUT=500
|
HUSH_LOAD_TIMEOUT=500
|
||||||
DATADIR="@abs_top_builddir@/.komodo/HUSH3"
|
DATADIR="@abs_top_builddir@/.komodo/HUSH3"
|
||||||
|
|||||||
@@ -1,9 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# THIS FILE IS GENERATED FROM tests-config.sh.in
|
# THIS FILE IS GENERATED FROM tests-config.sh.in
|
||||||
# Copyright (c) 2013-2014 The Bitcoin Core developers
|
# Copyright (c) 2013-2014 The Bitcoin Core developers
|
||||||
# Copyright (c) 2019 The Hush developers
|
# Copyright (c) 2019-2020 The Hush developers
|
||||||
# Distributed under the MIT software license, see the accompanying
|
# Released under the GPLv3
|
||||||
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
||||||
|
|
||||||
BUILDDIR="@abs_top_builddir@"
|
BUILDDIR="@abs_top_builddir@"
|
||||||
EXEEXT="@EXEEXT@"
|
EXEEXT="@EXEEXT@"
|
||||||
|
|||||||
Reference in New Issue
Block a user