diff options
| author | MarcoFalke <[email protected]> | 2019-04-11 09:53:04 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-04-11 13:34:43 -0400 |
| commit | faf400077d0144363c2dd24187431d958fb149a9 (patch) | |
| tree | f75296d1f59beb0fa84d335f9829f4c357c4190b /src/bench | |
| parent | scripted-diff: Rename test_bitcoin to test/setup_common (diff) | |
| download | discoin-faf400077d0144363c2dd24187431d958fb149a9.tar.xz discoin-faf400077d0144363c2dd24187431d958fb149a9.zip | |
scripted-diff: Bump copyright headers in test, bench
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./src/bench/
./contrib/devtools/copyright_header.py update ./src/test/
-END VERIFY SCRIPT-
Diffstat (limited to 'src/bench')
| -rw-r--r-- | src/bench/bench.cpp | 2 | ||||
| -rw-r--r-- | src/bench/bench_bitcoin.cpp | 2 | ||||
| -rw-r--r-- | src/bench/block_assemble.cpp | 2 | ||||
| -rw-r--r-- | src/bench/duplicate_inputs.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/bench/bench.cpp b/src/bench/bench.cpp index c160fb021..b08ecbb62 100644 --- a/src/bench/bench.cpp +++ b/src/bench/bench.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2015-2018 The Bitcoin Core developers +// Copyright (c) 2015-2019 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bench/bench_bitcoin.cpp b/src/bench/bench_bitcoin.cpp index 110a8bd37..3cf0bf953 100644 --- a/src/bench/bench_bitcoin.cpp +++ b/src/bench/bench_bitcoin.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2015-2018 The Bitcoin Core developers +// Copyright (c) 2015-2019 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bench/block_assemble.cpp b/src/bench/block_assemble.cpp index 9662705ec..fb33c09ab 100644 --- a/src/bench/block_assemble.cpp +++ b/src/bench/block_assemble.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2011-2018 The Bitcoin Core developers +// Copyright (c) 2011-2019 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bench/duplicate_inputs.cpp b/src/bench/duplicate_inputs.cpp index 38e96535f..2d7a35152 100644 --- a/src/bench/duplicate_inputs.cpp +++ b/src/bench/duplicate_inputs.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2011-2018 The Bitcoin Core developers +// Copyright (c) 2011-2019 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. |