From 94a97ad03db3946ccc4df5ce566dbb7cafdda56d Mon Sep 17 00:00:00 2001 From: Calin Culianu Date: Thu, 20 Mar 2025 21:21:56 -0500 Subject: [PATCH] Update copyright year to 2025 --- Fulcrum.pro | 2 +- LICENSE.txt | 2 +- README.md | 2 +- src/AbstractConnection.cpp | 2 +- src/AbstractConnection.h | 2 +- src/App.cpp | 2 +- src/App.h | 2 +- src/BTC.cpp | 2 +- src/BTC.h | 2 +- src/BTC_Address.cpp | 2 +- src/BTC_Address.h | 2 +- src/BitcoinD.cpp | 2 +- src/BitcoinD.h | 2 +- src/BitcoinD_RPCInfo.cpp | 2 +- src/BitcoinD_RPCInfo.h | 2 +- src/BlockProc.cpp | 2 +- src/BlockProc.h | 2 +- src/BlockProcTypes.h | 2 +- src/ByteView.h | 2 +- src/CoTask.cpp | 2 +- src/CoTask.h | 2 +- src/Common.cpp | 2 +- src/Common.h | 2 +- src/Compat.h | 2 +- src/Controller.cpp | 2 +- src/Controller.h | 2 +- src/Controller_SynchDSPsTask.cpp | 2 +- src/Controller_SynchDSPsTask.h | 2 +- src/Controller_SynchMempoolTask.cpp | 2 +- src/Controller_SynchMempoolTask.h | 2 +- src/CostCache.h | 2 +- src/DSProof.cpp | 2 +- src/DSProof.h | 2 +- src/Json/tests.cpp | 2 +- src/Logger.cpp | 2 +- src/Logger.h | 2 +- src/Mempool.cpp | 2 +- src/Mempool.h | 2 +- src/Merkle.cpp | 2 +- src/Merkle.h | 2 +- src/Mgr.cpp | 2 +- src/Mgr.h | 2 +- src/Mixins.cpp | 2 +- src/Mixins.h | 2 +- src/Options.cpp | 2 +- src/Options.h | 2 +- src/PackedNumView.cpp | 2 +- src/PackedNumView.h | 2 +- src/PeerMgr.cpp | 2 +- src/PeerMgr.h | 2 +- src/RPC.cpp | 2 +- src/RPC.h | 2 +- src/RPCMsgId.cpp | 2 +- src/RPCMsgId.h | 2 +- src/RecordFile.cpp | 2 +- src/RecordFile.h | 2 +- src/RollingBloomFilter.cpp | 2 +- src/RollingBloomFilter.h | 2 +- src/Rpa.cpp | 2 +- src/Rpa.h | 2 +- src/SSLCertMonitor.cpp | 2 +- src/SSLCertMonitor.h | 2 +- src/ServerMisc.h | 2 +- src/Servers.cpp | 2 +- src/Servers.h | 2 +- src/Span.h | 2 +- src/SrvMgr.cpp | 2 +- src/SrvMgr.h | 2 +- src/Storage.cpp | 2 +- src/Storage.h | 2 +- src/SubStatus.cpp | 2 +- src/SubStatus.h | 2 +- src/SubsMgr.cpp | 2 +- src/SubsMgr.h | 2 +- src/TXO.cpp | 2 +- src/TXO.h | 2 +- src/TXO_Compact.h | 2 +- src/ThreadPool.cpp | 2 +- src/ThreadPool.h | 2 +- src/ThreadSafeHashTable.h | 2 +- src/Util.cpp | 2 +- src/Util.h | 2 +- src/VarInt.cpp | 2 +- src/VarInt.h | 2 +- src/Version.h | 2 +- src/WebSocket.cpp | 2 +- src/WebSocket.h | 2 +- src/ZmqSubNotifier.cpp | 2 +- src/ZmqSubNotifier.h | 2 +- src/bitcoin/concepts.h | 2 +- src/bitcoin/heapoptional.h | 2 +- src/bitcoin/litecoin_bits.h | 2 +- src/bitcoin/prevector.h | 2 +- src/bitcoin/test.cpp | 2 +- src/main.cpp | 2 +- src/register_MetaTypes.cpp | 2 +- src/tests/ByteView_tests.cpp | 2 +- src/tests/Tests.h | 2 +- 98 files changed, 98 insertions(+), 98 deletions(-) diff --git a/Fulcrum.pro b/Fulcrum.pro index 8d3e45d..96e4f09 100644 --- a/Fulcrum.pro +++ b/Fulcrum.pro @@ -1,6 +1,6 @@ # # Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -# Copyright (C) 2019-2024 Calin A. Culianu +# Copyright (C) 2019-2025 Calin A. Culianu # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/LICENSE.txt b/LICENSE.txt index c9f5fda..86424a6 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ Fulcrum - A fast & nimble SPV Server for Electron Cash -Copyright (C) 2019-2024 Calin A. Culianu +Copyright (C) 2019-2025 Calin A. Culianu This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/README.md b/README.md index f3707b9..998260b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A fast & nimble SPV server for Bitcoin Cash, Bitcoin BTC, and Litecoin. For more information, visit [The Official Fulcrum Website™️](https://fulcrumserver.org/). #### Copyright -(C) 2019-2024 Calin Culianu +(C) 2019-2025 Calin Culianu #### License: GPLv3. See the included `LICENSE.txt` file or [visit gnu.org and read the license](https://www.gnu.org/licenses/gpl-3.0.html). diff --git a/src/AbstractConnection.cpp b/src/AbstractConnection.cpp index 5a3ded5..1f093f9 100644 --- a/src/AbstractConnection.cpp +++ b/src/AbstractConnection.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/AbstractConnection.h b/src/AbstractConnection.h index e0afd84..e072bdf 100644 --- a/src/AbstractConnection.h +++ b/src/AbstractConnection.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/App.cpp b/src/App.cpp index 5f247aa..d95c797 100644 --- a/src/App.cpp +++ b/src/App.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/App.h b/src/App.h index 945cca5..fe7309b 100644 --- a/src/App.h +++ b/src/App.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/BTC.cpp b/src/BTC.cpp index 51d797f..73143fe 100644 --- a/src/BTC.cpp +++ b/src/BTC.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/BTC.h b/src/BTC.h index 52d7b70..01619b3 100644 --- a/src/BTC.h +++ b/src/BTC.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/BTC_Address.cpp b/src/BTC_Address.cpp index f75fd97..5500e3e 100644 --- a/src/BTC_Address.cpp +++ b/src/BTC_Address.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/BTC_Address.h b/src/BTC_Address.h index 34c1338..369b193 100644 --- a/src/BTC_Address.h +++ b/src/BTC_Address.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/BitcoinD.cpp b/src/BitcoinD.cpp index 28860ca..66b6758 100644 --- a/src/BitcoinD.cpp +++ b/src/BitcoinD.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/BitcoinD.h b/src/BitcoinD.h index afea0dd..bb32c13 100644 --- a/src/BitcoinD.h +++ b/src/BitcoinD.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/BitcoinD_RPCInfo.cpp b/src/BitcoinD_RPCInfo.cpp index ad6b445..5dd1bfc 100644 --- a/src/BitcoinD_RPCInfo.cpp +++ b/src/BitcoinD_RPCInfo.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/BitcoinD_RPCInfo.h b/src/BitcoinD_RPCInfo.h index 54588a1..eb46e2a 100644 --- a/src/BitcoinD_RPCInfo.h +++ b/src/BitcoinD_RPCInfo.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/BlockProc.cpp b/src/BlockProc.cpp index ff07ab2..cacdc26 100644 --- a/src/BlockProc.cpp +++ b/src/BlockProc.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/BlockProc.h b/src/BlockProc.h index 148d73c..a259671 100644 --- a/src/BlockProc.h +++ b/src/BlockProc.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/BlockProcTypes.h b/src/BlockProcTypes.h index d4f2ddf..9679143 100644 --- a/src/BlockProcTypes.h +++ b/src/BlockProcTypes.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/ByteView.h b/src/ByteView.h index cd6f06a..e0bd98a 100644 --- a/src/ByteView.h +++ b/src/ByteView.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/CoTask.cpp b/src/CoTask.cpp index 758a97c..4ab3539 100644 --- a/src/CoTask.cpp +++ b/src/CoTask.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/CoTask.h b/src/CoTask.h index 0c53d15..21b09b0 100644 --- a/src/CoTask.h +++ b/src/CoTask.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Common.cpp b/src/Common.cpp index cf4be1f..eade92e 100644 --- a/src/Common.cpp +++ b/src/Common.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Common.h b/src/Common.h index c935703..7184326 100644 --- a/src/Common.h +++ b/src/Common.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Compat.h b/src/Compat.h index 6d7ee5c..f322c23 100644 --- a/src/Compat.h +++ b/src/Compat.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Controller.cpp b/src/Controller.cpp index e10f0b6..eed4c3a 100644 --- a/src/Controller.cpp +++ b/src/Controller.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Controller.h b/src/Controller.h index eb1160f..4c1aa51 100644 --- a/src/Controller.h +++ b/src/Controller.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Controller_SynchDSPsTask.cpp b/src/Controller_SynchDSPsTask.cpp index 937d69a..1a753a5 100644 --- a/src/Controller_SynchDSPsTask.cpp +++ b/src/Controller_SynchDSPsTask.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Controller_SynchDSPsTask.h b/src/Controller_SynchDSPsTask.h index 45d8cef..c70d8be 100644 --- a/src/Controller_SynchDSPsTask.h +++ b/src/Controller_SynchDSPsTask.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Controller_SynchMempoolTask.cpp b/src/Controller_SynchMempoolTask.cpp index fd27a50..6b57626 100644 --- a/src/Controller_SynchMempoolTask.cpp +++ b/src/Controller_SynchMempoolTask.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Controller_SynchMempoolTask.h b/src/Controller_SynchMempoolTask.h index 83f3b6a..b028482 100644 --- a/src/Controller_SynchMempoolTask.h +++ b/src/Controller_SynchMempoolTask.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/CostCache.h b/src/CostCache.h index c060562..5d09fec 100644 --- a/src/CostCache.h +++ b/src/CostCache.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/DSProof.cpp b/src/DSProof.cpp index caed464..8520155 100644 --- a/src/DSProof.cpp +++ b/src/DSProof.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/DSProof.h b/src/DSProof.h index 61b06d8..039cee6 100644 --- a/src/DSProof.h +++ b/src/DSProof.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Json/tests.cpp b/src/Json/tests.cpp index 84fa9d7..7092e30 100644 --- a/src/Json/tests.cpp +++ b/src/Json/tests.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Logger.cpp b/src/Logger.cpp index f7ea4f5..32506cd 100644 --- a/src/Logger.cpp +++ b/src/Logger.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Logger.h b/src/Logger.h index 8beece5..3b2c785 100644 --- a/src/Logger.h +++ b/src/Logger.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Mempool.cpp b/src/Mempool.cpp index 324ee70..76e425f 100644 --- a/src/Mempool.cpp +++ b/src/Mempool.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Mempool.h b/src/Mempool.h index b7294ac..ec105be 100644 --- a/src/Mempool.h +++ b/src/Mempool.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Merkle.cpp b/src/Merkle.cpp index 821e5a0..82dba7a 100644 --- a/src/Merkle.cpp +++ b/src/Merkle.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Merkle.h b/src/Merkle.h index 7f48c01..f9ee9d5 100644 --- a/src/Merkle.h +++ b/src/Merkle.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Mgr.cpp b/src/Mgr.cpp index 62788b0..8939726 100644 --- a/src/Mgr.cpp +++ b/src/Mgr.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Mgr.h b/src/Mgr.h index 4f4c29b..17927f4 100644 --- a/src/Mgr.h +++ b/src/Mgr.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Mixins.cpp b/src/Mixins.cpp index f1180ec..843c3ca 100644 --- a/src/Mixins.cpp +++ b/src/Mixins.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Mixins.h b/src/Mixins.h index ac281a3..f5524e3 100644 --- a/src/Mixins.h +++ b/src/Mixins.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Options.cpp b/src/Options.cpp index ef44392..ef3a3e6 100644 --- a/src/Options.cpp +++ b/src/Options.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Options.h b/src/Options.h index 9a908f4..3e957a2 100644 --- a/src/Options.h +++ b/src/Options.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/PackedNumView.cpp b/src/PackedNumView.cpp index e76305b..0736c58 100644 --- a/src/PackedNumView.cpp +++ b/src/PackedNumView.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/PackedNumView.h b/src/PackedNumView.h index 7297b2b..cbd8ae8 100644 --- a/src/PackedNumView.h +++ b/src/PackedNumView.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/PeerMgr.cpp b/src/PeerMgr.cpp index cfef139..0224d31 100644 --- a/src/PeerMgr.cpp +++ b/src/PeerMgr.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/PeerMgr.h b/src/PeerMgr.h index f02131e..93a26a6 100644 --- a/src/PeerMgr.h +++ b/src/PeerMgr.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/RPC.cpp b/src/RPC.cpp index 17c1815..df3d721 100644 --- a/src/RPC.cpp +++ b/src/RPC.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/RPC.h b/src/RPC.h index 96f8e49..b9418e6 100644 --- a/src/RPC.h +++ b/src/RPC.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/RPCMsgId.cpp b/src/RPCMsgId.cpp index be8c45b..23afd7a 100644 --- a/src/RPCMsgId.cpp +++ b/src/RPCMsgId.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/RPCMsgId.h b/src/RPCMsgId.h index 5b0677f..cbf8274 100644 --- a/src/RPCMsgId.h +++ b/src/RPCMsgId.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/RecordFile.cpp b/src/RecordFile.cpp index 86231b6..c61fc01 100644 --- a/src/RecordFile.cpp +++ b/src/RecordFile.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/RecordFile.h b/src/RecordFile.h index 4d3fb7a..d7475d5 100644 --- a/src/RecordFile.h +++ b/src/RecordFile.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/RollingBloomFilter.cpp b/src/RollingBloomFilter.cpp index 209e079..49e063f 100644 --- a/src/RollingBloomFilter.cpp +++ b/src/RollingBloomFilter.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/RollingBloomFilter.h b/src/RollingBloomFilter.h index 83d3ae2..6ecdddd 100644 --- a/src/RollingBloomFilter.h +++ b/src/RollingBloomFilter.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Rpa.cpp b/src/Rpa.cpp index f073356..0b9dedf 100644 --- a/src/Rpa.cpp +++ b/src/Rpa.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Rpa.h b/src/Rpa.h index c6bf9dd..19f3151 100644 --- a/src/Rpa.h +++ b/src/Rpa.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/SSLCertMonitor.cpp b/src/SSLCertMonitor.cpp index 5324147..0aa29cc 100644 --- a/src/SSLCertMonitor.cpp +++ b/src/SSLCertMonitor.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/SSLCertMonitor.h b/src/SSLCertMonitor.h index 96493d5..2e39e56 100644 --- a/src/SSLCertMonitor.h +++ b/src/SSLCertMonitor.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/ServerMisc.h b/src/ServerMisc.h index f3ecc15..6ca7f35 100644 --- a/src/ServerMisc.h +++ b/src/ServerMisc.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Servers.cpp b/src/Servers.cpp index 95dd84a..f7112c4 100644 --- a/src/Servers.cpp +++ b/src/Servers.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Servers.h b/src/Servers.h index 95e8bb9..a568d77 100644 --- a/src/Servers.h +++ b/src/Servers.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Span.h b/src/Span.h index c7fe154..1b836ec 100644 --- a/src/Span.h +++ b/src/Span.h @@ -1,6 +1,6 @@ // Copyright (c) 2018 The Bitcoin Core developers // Copyright (c) 2020 The Bitcoin developers -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #pragma once diff --git a/src/SrvMgr.cpp b/src/SrvMgr.cpp index a44b2b2..f30e35f 100644 --- a/src/SrvMgr.cpp +++ b/src/SrvMgr.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/SrvMgr.h b/src/SrvMgr.h index cc2850a..49b2390 100644 --- a/src/SrvMgr.h +++ b/src/SrvMgr.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Storage.cpp b/src/Storage.cpp index 247fd48..96922eb 100644 --- a/src/Storage.cpp +++ b/src/Storage.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Storage.h b/src/Storage.h index 7e0d426..8b878a3 100644 --- a/src/Storage.h +++ b/src/Storage.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/SubStatus.cpp b/src/SubStatus.cpp index a8d6cf0..c2c9b8c 100644 --- a/src/SubStatus.cpp +++ b/src/SubStatus.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/SubStatus.h b/src/SubStatus.h index 4c1831b..ff22f4e 100644 --- a/src/SubStatus.h +++ b/src/SubStatus.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/SubsMgr.cpp b/src/SubsMgr.cpp index b90e696..300f664 100644 --- a/src/SubsMgr.cpp +++ b/src/SubsMgr.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/SubsMgr.h b/src/SubsMgr.h index 1ffc608..dabfd80 100644 --- a/src/SubsMgr.h +++ b/src/SubsMgr.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/TXO.cpp b/src/TXO.cpp index ea8e51a..7dcaef7 100644 --- a/src/TXO.cpp +++ b/src/TXO.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/TXO.h b/src/TXO.h index b452baf..01c8811 100644 --- a/src/TXO.h +++ b/src/TXO.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/TXO_Compact.h b/src/TXO_Compact.h index 1f7c39f..764537e 100644 --- a/src/TXO_Compact.h +++ b/src/TXO_Compact.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/ThreadPool.cpp b/src/ThreadPool.cpp index 8e0f77e..7d7db7c 100644 --- a/src/ThreadPool.cpp +++ b/src/ThreadPool.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/ThreadPool.h b/src/ThreadPool.h index 1c562bc..49051d6 100644 --- a/src/ThreadPool.h +++ b/src/ThreadPool.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/ThreadSafeHashTable.h b/src/ThreadSafeHashTable.h index 4d1cb42..364be20 100644 --- a/src/ThreadSafeHashTable.h +++ b/src/ThreadSafeHashTable.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Util.cpp b/src/Util.cpp index ca983da..d197037 100644 --- a/src/Util.cpp +++ b/src/Util.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Util.h b/src/Util.h index c0bfc33..44c2189 100644 --- a/src/Util.h +++ b/src/Util.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/VarInt.cpp b/src/VarInt.cpp index d9fd823..741ab1d 100644 --- a/src/VarInt.cpp +++ b/src/VarInt.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/VarInt.h b/src/VarInt.h index 3666003..b31e5c5 100644 --- a/src/VarInt.h +++ b/src/VarInt.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/Version.h b/src/Version.h index eecd73a..d5bd8c1 100644 --- a/src/Version.h +++ b/src/Version.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/WebSocket.cpp b/src/WebSocket.cpp index a23eb76..c4bb3fe 100644 --- a/src/WebSocket.cpp +++ b/src/WebSocket.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/WebSocket.h b/src/WebSocket.h index 094139c..fc11fb8 100644 --- a/src/WebSocket.h +++ b/src/WebSocket.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/ZmqSubNotifier.cpp b/src/ZmqSubNotifier.cpp index 2131f97..7063cbc 100644 --- a/src/ZmqSubNotifier.cpp +++ b/src/ZmqSubNotifier.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/ZmqSubNotifier.h b/src/ZmqSubNotifier.h index 8d3b499..886c504 100644 --- a/src/ZmqSubNotifier.h +++ b/src/ZmqSubNotifier.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/bitcoin/concepts.h b/src/bitcoin/concepts.h index 5087a42..a6face6 100644 --- a/src/bitcoin/concepts.h +++ b/src/bitcoin/concepts.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/bitcoin/heapoptional.h b/src/bitcoin/heapoptional.h index cb136dc..a9cb672 100644 --- a/src/bitcoin/heapoptional.h +++ b/src/bitcoin/heapoptional.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/bitcoin/litecoin_bits.h b/src/bitcoin/litecoin_bits.h index 07bc5b9..51f0a1c 100644 --- a/src/bitcoin/litecoin_bits.h +++ b/src/bitcoin/litecoin_bits.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/bitcoin/prevector.h b/src/bitcoin/prevector.h index 0843458..6d24ea3 100644 --- a/src/bitcoin/prevector.h +++ b/src/bitcoin/prevector.h @@ -1,5 +1,5 @@ // Copyright (c) 2015-2016 The Bitcoin Core developers -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/bitcoin/test.cpp b/src/bitcoin/test.cpp index 47e1da3..571e0cf 100644 --- a/src/bitcoin/test.cpp +++ b/src/bitcoin/test.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/main.cpp b/src/main.cpp index 96efaff..6b89814 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/register_MetaTypes.cpp b/src/register_MetaTypes.cpp index c45b177..aaa2f58 100644 --- a/src/register_MetaTypes.cpp +++ b/src/register_MetaTypes.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/tests/ByteView_tests.cpp b/src/tests/ByteView_tests.cpp index 096375e..3b14b20 100644 --- a/src/tests/ByteView_tests.cpp +++ b/src/tests/ByteView_tests.cpp @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/src/tests/Tests.h b/src/tests/Tests.h index 08831c5..ab982ff 100644 --- a/src/tests/Tests.h +++ b/src/tests/Tests.h @@ -1,6 +1,6 @@ // // Fulcrum - A fast & nimble SPV Server for Bitcoin Cash -// Copyright (C) 2019-2024 Calin A. Culianu +// Copyright (C) 2019-2025 Calin A. Culianu // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by