diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-08-22 09:24:50 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-08-22 09:24:50 +0200 |
commit | 653bb3d64057f11c5c9a8f539ba57be549097cee (patch) | |
tree | 589f3d49d0c93e4ff8c2dea94e5c9d5160a9393f /src/wallet | |
parent | 2468292a03539c5b46220db15078f81915006915 (diff) |
Add copyright header to wallet_text_fixture.cpp
I created the file but forgot to add this header.
Diffstat (limited to 'src/wallet')
-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" |