diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-11-07 12:51:36 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-11-07 12:51:59 +0100 |
| commit | 44f2df613f23d0a095a6e47b3d9c498b9df3055b (patch) | |
| tree | c774d2d6ac89fc91ebac65429f20259b7c6bb988 /src/test | |
| parent | Merge #8736: base58: Improve DecodeBase58 performance. (diff) | |
| parent | [copyright] copyright header style uniform (diff) | |
| download | discoin-44f2df613f23d0a095a6e47b3d9c498b9df3055b.tar.xz discoin-44f2df613f23d0a095a6e47b3d9c498b9df3055b.zip | |
Merge #8675: Make copyright header lines uniform
4b04e32 [copyright] copyright header style uniform (isle2983)
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/bctest.py | 2 | ||||
| -rwxr-xr-x | src/test/bitcoin-util-test.py | 2 | ||||
| -rw-r--r-- | src/test/univalue_tests.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/test/bctest.py b/src/test/bctest.py index 47cff98bc..adc5d0e41 100644 --- a/src/test/bctest.py +++ b/src/test/bctest.py @@ -1,4 +1,4 @@ -# Copyright 2014 BitPay, Inc. +# Copyright 2014 BitPay Inc. # Copyright 2016 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/test/bitcoin-util-test.py b/src/test/bitcoin-util-test.py index eeb05c0b8..4301b93b7 100755 --- a/src/test/bitcoin-util-test.py +++ b/src/test/bitcoin-util-test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2014 BitPay, Inc. +# Copyright 2014 BitPay Inc. # Copyright 2016 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/test/univalue_tests.cpp b/src/test/univalue_tests.cpp index 45d480c81..7f794fcbe 100644 --- a/src/test/univalue_tests.cpp +++ b/src/test/univalue_tests.cpp @@ -1,4 +1,4 @@ -// Copyright 2014 BitPay, Inc. +// Copyright (c) 2014 BitPay Inc. // Copyright (c) 2014-2015 The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. |