Add copyright header to wallet_text_fixture.cpp

I created the file but forgot to add this header.
This commit is contained in:
Wladimir J. van der Laan 2016-08-22 09:24:50 +02:00
parent 2468292a03
commit 653bb3d640

View file

@ -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"