diff --git a/src/arith_uint256.cpp b/src/arith_uint256.cpp index e0e25011e..134988327 100644 --- a/src/arith_uint256.cpp +++ b/src/arith_uint256.cpp @@ -1,8 +1,8 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin developers +// Copyright (c) 2016-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 - /****************************************************************************** * Copyright © 2014-2019 The SuperNET Developers. * * * @@ -17,13 +17,10 @@ * Removal or modification of this copyright notice is prohibited. * * * ******************************************************************************/ - #include "arith_uint256.h" - #include "uint256.h" #include "utilstrencodings.h" #include "crypto/common.h" - #include #include diff --git a/src/asyncrpcqueue.cpp b/src/asyncrpcqueue.cpp index 529667508..f200ec96b 100644 --- a/src/asyncrpcqueue.cpp +++ b/src/asyncrpcqueue.cpp @@ -1,7 +1,7 @@ +// Copyright (c) 2016-2020 The Hush developers // Copyright (c) 2016 The Zcash developers // Distributed under the GPLv3 software license, see the accompanying // file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html - /****************************************************************************** * Copyright © 2014-2019 The SuperNET Developers. * * * diff --git a/src/bloom.cpp b/src/bloom.cpp index 51c06cba5..c9625ed60 100644 --- a/src/bloom.cpp +++ b/src/bloom.cpp @@ -1,7 +1,7 @@ +// Copyright (c) 2019-2020 The Hush developers // Copyright (c) 2012-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 - /****************************************************************************** * Copyright © 2014-2019 The SuperNET Developers. * * * @@ -16,21 +16,16 @@ * Removal or modification of this copyright notice is prohibited. * * * ******************************************************************************/ - #include "bloom.h" - #include "primitives/transaction.h" #include "hash.h" #include "script/script.h" #include "script/standard.h" #include "random.h" #include "streams.h" - #include #include - #include - #define LN2SQUARED 0.4804530139182014246671025263266649717305529515945455 #define LN2 0.6931471805599453094172321214581765680755001343602552