diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-08-22 10:32:21 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-08-22 10:32:30 +0200 |
| commit | bb0f763a253fbcea1ce66f321f786327ab39a11c (patch) | |
| tree | 25af3009e958882f98f965a10a7316bf1839e7ac /src | |
| parent | Merge #8551: [qa] Remove unused code (diff) | |
| parent | Add copyright header to wallet_text_fixture.cpp (diff) | |
| download | discoin-bb0f763a253fbcea1ce66f321f786327ab39a11c.tar.xz discoin-bb0f763a253fbcea1ce66f321f786327ab39a11c.zip | |
Merge #8558: Add copyright header to wallet_text_fixture.cpp
653bb3d Add copyright header to wallet_text_fixture.cpp (Wladimir J. van der Laan)
Diffstat (limited to 'src')
| -rw-r--r-- | src/wallet/test/wallet_test_fixture.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wallet/test/wallet_test_fixture.cpp b/src/wallet/test/wallet_test_fixture.cpp index 9036ee26d..a76db3761 100644 --- a/src/wallet/test/wallet_test_fixture.cpp +++ b/src/wallet/test/wallet_test_fixture.cpp @@ -1,3 +1,7 @@ +// Copyright (c) 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. + #include "wallet/test/wallet_test_fixture.h" #include "rpc/server.h" |