From 54e708ef83491d5daab5653c4a2bfe886e9b2f13 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Wed, 20 Oct 2021 20:06:31 -0400 Subject: [PATCH] Add missing copyrights --- src/netbase.cpp | 1 + src/validationinterface.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/netbase.cpp b/src/netbase.cpp index be81264e0..034bbe8f2 100644 --- a/src/netbase.cpp +++ b/src/netbase.cpp @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers +// Copyright (c) 2016-2021 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 /****************************************************************************** diff --git a/src/validationinterface.h b/src/validationinterface.h index 4944e94e7..08be11730 100644 --- a/src/validationinterface.h +++ b/src/validationinterface.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers +// Copyright (c) 2016-2021 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 @@ -7,7 +8,6 @@ #define HUSH_VALIDATIONINTERFACE_H #include - #include "zcash/IncrementalMerkleTree.hpp" class CBlock;