From b139d749718f2a13ba58ec6d2aa633299eedd2d6 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 6 Dec 2020 22:58:32 -0500 Subject: [PATCH] copyright --- src/zcbenchmarks.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/zcbenchmarks.cpp b/src/zcbenchmarks.cpp index 152ad7295..525eb64cb 100644 --- a/src/zcbenchmarks.cpp +++ b/src/zcbenchmarks.cpp @@ -1,4 +1,6 @@ // Copyright (c) 2019-2020 The Hush developers +// Distributed under the GPLv3 software license, see the accompanying +// file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html #include #include @@ -6,7 +8,6 @@ #include #include #include - #include "coins.h" #include "util.h" #include "init.h" @@ -26,9 +27,7 @@ #include "streams.h" #include "txdb.h" #include "wallet/wallet.h" - #include "zcbenchmarks.h" - #include "zcash/Zcash.h" #include "zcash/IncrementalMerkleTree.hpp" #include "zcash/Note.hpp"