diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-08-22 10:32:21 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-08-22 10:32:30 +0200 |
commit | bb0f763a253fbcea1ce66f321f786327ab39a11c (patch) | |
tree | 25af3009e958882f98f965a10a7316bf1839e7ac /src | |
parent | 760741a00833876976389ed7a6b73f36ee5b4c13 (diff) | |
parent | 653bb3d64057f11c5c9a8f539ba57be549097cee (diff) |
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 9036ee26d8..a76db37617 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" |