Update copyrights in c++ tests

This commit is contained in:
Duke Leto
2020-11-14 17:42:18 -05:00
parent a61fc6775a
commit e07d870661
56 changed files with 69 additions and 25 deletions

View File

@@ -1,9 +1,9 @@
// Copyright (c) 2019-2020 The Hush developers
// Copyright (c) 2011-2014 The Bitcoin Core developers
// Distributed under the GPLv3 software license, see the accompanying
// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
#include "util.h"
#include "clientversion.h"
#include "primitives/transaction.h"
#include "random.h"
@@ -11,10 +11,8 @@
#include "utilstrencodings.h"
#include "utilmoneystr.h"
#include "test/test_bitcoin.h"
#include <stdint.h>
#include <vector>
#include <boost/test/unit_test.hpp>
using namespace std;