aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-08-22 09:24:50 +0200
committerLuke Dashjr <luke-jr+git@utopios.org>2016-09-21 02:43:47 +0000
commit75d548475dcf74fc0e69c4e5a4a6a0c213950cde (patch)
tree39f244f197adf37911f4b02f0a4501fb3bb6d8d7
parent305d8ac90b5c1301ec243024a5c68880f7a27ccc (diff)
downloadbitcoin-75d548475dcf74fc0e69c4e5a4a6a0c213950cde.tar.xz
Add copyright header to wallet_text_fixture.cpp
I created the file but forgot to add this header. Github-Pull: #8558 Rebased-From: 653bb3d64057f11c5c9a8f539ba57be549097cee
-rw-r--r--src/wallet/test/wallet_test_fixture.cpp4
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"