From f791613c706821794bfcda78c6ab7c7545ab11ce Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Wed, 21 Sep 2022 08:44:34 -0700 Subject: [PATCH] Add copyright to files missing Hush copyright lines --- src/base58.h | 1 + src/bloom.h | 1 + src/cJSON.h | 1 + src/chainparamsbase.h | 1 + src/chainparamsseeds.h | 1 + src/compat.h | 1 + src/compressor.h | 1 + src/core_io.h | 1 + src/httprpc.h | 1 + src/hush_nSPV_defs.h | 1 + src/hush_nSPV_superlite.h | 1 + src/hush_nk.h | 2 ++ src/limitedmap.h | 1 + src/memusage.h | 1 + src/merkleblock.h | 1 + src/mini-gmp.h | 1 + src/mruset.h | 1 + src/netbase.h | 1 + src/noui.h | 1 + src/random.h | 1 + src/reverselock.h | 1 + src/scheduler.h | 1 + src/spentindex.h | 3 ++- src/streams.h | 1 + src/sync.h | 1 + src/threadsafety.h | 1 + src/tinyformat.h | 1 + src/ui_interface.h | 1 + src/uint252.h | 1 + src/uint256.h | 1 + src/undo.h | 1 + src/uthash.h | 2 +- src/utilmoneystr.h | 1 + src/utilstrencodings.h | 1 + src/utiltime.h | 1 + src/utlist.h | 1 + 36 files changed, 38 insertions(+), 2 deletions(-) diff --git a/src/base58.h b/src/base58.h index 1032a4f00..423107c15 100644 --- a/src/base58.h +++ b/src/base58.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers +// Copyright (c) 2016-2022 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/bloom.h b/src/bloom.h index 22f3bd396..d2eabaa8f 100644 --- a/src/bloom.h +++ b/src/bloom.h @@ -1,4 +1,5 @@ // Copyright (c) 2012-2014 The Bitcoin Core developers +// Copyright (c) 2016-2022 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/cJSON.h b/src/cJSON.h index 2a6139680..e4a31634b 100644 --- a/src/cJSON.h +++ b/src/cJSON.h @@ -1,3 +1,4 @@ +// Copyright (c) 2016-2022 The Hush developers /* Copyright (c) 2009-2017 Dave Gamble and cJSON contributors diff --git a/src/chainparamsbase.h b/src/chainparamsbase.h index 1fbdec8bd..f4fc66e92 100644 --- a/src/chainparamsbase.h +++ b/src/chainparamsbase.h @@ -1,4 +1,5 @@ // Copyright (c) 2014 The Bitcoin Core developers +// Copyright (c) 2016-2022 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/chainparamsseeds.h b/src/chainparamsseeds.h index 5d539bbb7..663a9bcac 100644 --- a/src/chainparamsseeds.h +++ b/src/chainparamsseeds.h @@ -1,3 +1,4 @@ +// Copyright (c) 2016-2022 The Hush developers /****************************************************************************** * Copyright © 2014-2019 The SuperNET Developers. * * * diff --git a/src/compat.h b/src/compat.h index af902e705..045774e27 100644 --- a/src/compat.h +++ b/src/compat.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers +// Copyright (c) 2016-2022 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/compressor.h b/src/compressor.h index 5c6bc4381..cf4ba6a35 100644 --- a/src/compressor.h +++ b/src/compressor.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers +// Copyright (c) 2016-2022 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/core_io.h b/src/core_io.h index cc4445b9a..3e413e343 100644 --- a/src/core_io.h +++ b/src/core_io.h @@ -1,4 +1,5 @@ // Copyright (c) 2009-2014 The Bitcoin Core developers +// Copyright (c) 2016-2022 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/httprpc.h b/src/httprpc.h index 2118d2fef..ef3a7243b 100644 --- a/src/httprpc.h +++ b/src/httprpc.h @@ -1,3 +1,4 @@ +// Copyright (c) 2016-2022 The Hush developers // Copyright (c) 2015 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 diff --git a/src/hush_nSPV_defs.h b/src/hush_nSPV_defs.h index 71922e5ce..a52e92500 100644 --- a/src/hush_nSPV_defs.h +++ b/src/hush_nSPV_defs.h @@ -1,3 +1,4 @@ +// Copyright (c) 2016-2022 The Hush developers /****************************************************************************** * Copyright © 2014-2019 The SuperNET Developers. * diff --git a/src/hush_nSPV_superlite.h b/src/hush_nSPV_superlite.h index 585f905f0..f9e02bcb8 100644 --- a/src/hush_nSPV_superlite.h +++ b/src/hush_nSPV_superlite.h @@ -1,3 +1,4 @@ +// Copyright (c) 2016-2022 The Hush developers /****************************************************************************** * Copyright © 2014-2019 The SuperNET Developers. * diff --git a/src/hush_nk.h b/src/hush_nk.h index a0ce3cf07..3eb3ae98f 100644 --- a/src/hush_nk.h +++ b/src/hush_nk.h @@ -1,9 +1,11 @@ +// Copyright (c) 2016-2022 The Hush developers #ifndef HUSH_NK_H #define HUSH_NK_H //#define ASSETCHAINS_N 77 //#define ASSETCHAINS_K 3 +// Equihash (N,K) param defaults when using -ac_nk #define ASSETCHAINS_N 96 #define ASSETCHAINS_K 5 diff --git a/src/limitedmap.h b/src/limitedmap.h index b1b521c86..e41496ffd 100644 --- a/src/limitedmap.h +++ b/src/limitedmap.h @@ -1,3 +1,4 @@ +// Copyright (c) 2016-2022 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 diff --git a/src/memusage.h b/src/memusage.h index 9f97828df..4c06ec22b 100644 --- a/src/memusage.h +++ b/src/memusage.h @@ -1,3 +1,4 @@ +// Copyright (c) 2016-2022 The Hush developers // Copyright (c) 2015 The Bitcoin 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/merkleblock.h b/src/merkleblock.h index 1fe1683b9..fb9b925f2 100644 --- a/src/merkleblock.h +++ b/src/merkleblock.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers +// Copyright (c) 2016-2022 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/mini-gmp.h b/src/mini-gmp.h index 56647ee77..9b1e0c2d5 100644 --- a/src/mini-gmp.h +++ b/src/mini-gmp.h @@ -1,3 +1,4 @@ +// Copyright (c) 2016-2022 The Hush developers /* mini-gmp, a minimalistic implementation of a GNU GMP subset. Copyright 2011-2015 Free Software Foundation, Inc. diff --git a/src/mruset.h b/src/mruset.h index e59c4f14c..1433198ad 100644 --- a/src/mruset.h +++ b/src/mruset.h @@ -1,3 +1,4 @@ +// Copyright (c) 2016-2022 The Hush developers // Copyright (c) 2012-2015 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 diff --git a/src/netbase.h b/src/netbase.h index 2c7259794..e4f58614a 100644 --- a/src/netbase.h +++ b/src/netbase.h @@ -1,3 +1,4 @@ +// Copyright (c) 2016-2022 The Hush developers // Copyright (c) 2009-2013 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 diff --git a/src/noui.h b/src/noui.h index 8086533b4..e3ed152e4 100644 --- a/src/noui.h +++ b/src/noui.h @@ -1,3 +1,4 @@ +// Copyright (c) 2016-2022 The Hush developers // Copyright (c) 2013 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 diff --git a/src/random.h b/src/random.h index c51f05b5d..6f8953136 100644 --- a/src/random.h +++ b/src/random.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers +// Copyright (c) 2016-2022 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/reverselock.h b/src/reverselock.h index e57dbca59..0fd50d651 100644 --- a/src/reverselock.h +++ b/src/reverselock.h @@ -1,3 +1,4 @@ +// Copyright (c) 2016-2022 The Hush developers // Copyright (c) 2015 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 diff --git a/src/scheduler.h b/src/scheduler.h index 173f23211..b6fa2abc5 100644 --- a/src/scheduler.h +++ b/src/scheduler.h @@ -1,3 +1,4 @@ +// Copyright (c) 2016-2022 The Hush developers // Copyright (c) 2015 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 diff --git a/src/spentindex.h b/src/spentindex.h index 24f266eae..f96137854 100644 --- a/src/spentindex.h +++ b/src/spentindex.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2015 The Bitcoin Core developers +// Copyright (c) 2016-2022 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 @@ -95,4 +96,4 @@ struct CSpentIndexKeyCompare } }; -#endif // HUSH_SPENTINDEX_H \ No newline at end of file +#endif // HUSH_SPENTINDEX_H diff --git a/src/streams.h b/src/streams.h index 5c22c9bbc..247bda717 100644 --- a/src/streams.h +++ b/src/streams.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2013 The Bitcoin Core developers +// Copyright (c) 2016-2022 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/sync.h b/src/sync.h index bdda6d166..2bbf5f826 100644 --- a/src/sync.h +++ b/src/sync.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2013 The Bitcoin Core developers +// Copyright (c) 2016-2022 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/threadsafety.h b/src/threadsafety.h index 58f75ea69..b7c7db594 100644 --- a/src/threadsafety.h +++ b/src/threadsafety.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2012 The Bitcoin Core developers +// Copyright (c) 2016-2022 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/tinyformat.h b/src/tinyformat.h index 4bb96953d..1dc522cf0 100644 --- a/src/tinyformat.h +++ b/src/tinyformat.h @@ -1,3 +1,4 @@ +// Copyright (c) 2016-2022 The Hush developers // tinyformat.h // Copyright (C) 2011, Chris Foster [chris42f (at) gmail (d0t) com] // diff --git a/src/ui_interface.h b/src/ui_interface.h index 94ed742fa..c5ace5996 100644 --- a/src/ui_interface.h +++ b/src/ui_interface.h @@ -1,5 +1,6 @@ // Copyright (c) 2010 Satoshi Nakamoto // Copyright (c) 2012 The Bitcoin Core developers +// Copyright (c) 2016-2022 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/uint252.h b/src/uint252.h index e7b98ddf0..08b6bd401 100644 --- a/src/uint252.h +++ b/src/uint252.h @@ -1,3 +1,4 @@ +// Copyright (c) 2016-2022 The Hush developers #ifndef UINT252_H #define UINT252_H diff --git a/src/uint256.h b/src/uint256.h index 927314962..8ecca59a2 100644 --- a/src/uint256.h +++ b/src/uint256.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers +// Copyright (c) 2016-2022 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/undo.h b/src/undo.h index 01cb325ad..f78a168b1 100644 --- a/src/undo.h +++ b/src/undo.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2013 The Bitcoin Core developers +// Copyright (c) 2016-2022 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/uthash.h b/src/uthash.h index 7b99c0133..1063daa0b 100644 --- a/src/uthash.h +++ b/src/uthash.h @@ -1,4 +1,4 @@ - +// Copyright (c) 2016-2022 The Hush developers /* Copyright (c) 2003-2014, Troy D. Hanson http://troydhanson.github.com/uthash/ All rights reserved. diff --git a/src/utilmoneystr.h b/src/utilmoneystr.h index bc3bce2b3..79aafaa6a 100644 --- a/src/utilmoneystr.h +++ b/src/utilmoneystr.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-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 diff --git a/src/utilstrencodings.h b/src/utilstrencodings.h index fe90b9237..ae3c2c117 100644 --- a/src/utilstrencodings.h +++ b/src/utilstrencodings.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers +// Copyright (c) 2016-2022 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/utiltime.h b/src/utiltime.h index 8c6575844..3f4b8061a 100644 --- a/src/utiltime.h +++ b/src/utiltime.h @@ -1,5 +1,6 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2014 The Bitcoin Core developers +// Copyright (c) 2016-2022 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/utlist.h b/src/utlist.h index 93c7ceef0..67ac97720 100644 --- a/src/utlist.h +++ b/src/utlist.h @@ -1,3 +1,4 @@ +// Copyright (c) 2016-2022 The Hush developers /* Copyright (c) 2007-2014, Troy D. Hanson http://troydhanson.github.com/uthash/ All rights reserved.