From 0cf741f8e5afc5b35043f19513388d5988d44aad Mon Sep 17 00:00:00 2001 From: Fernando Pelliccioni Date: Sun, 8 Dec 2024 13:26:35 +0100 Subject: [PATCH] copyright 2024 (#12) --- console/DSProofDemo.cs | 2 +- console/Demo.cs | 2 +- console/PrintBlocks.cs | 2 +- console/PrintHeaders.cs | 2 +- console/PrintLibConfig.cs | 2 +- console/Program.cs | 2 +- console/ProgramTempTest.cs | 2 +- console/TestConfig.cs | 2 +- console/TestThrottling.cs | 2 +- console/WebHelloWorld.cs | 2 +- console/readcash.cs | 2 +- kth/Constants.cs | 2 +- kth/idiomatic/ApiCallResult.cs | 2 +- kth/idiomatic/Binary.cs | 2 +- kth/idiomatic/Block.cs | 2 +- kth/idiomatic/BlockIndexList.cs | 2 +- kth/idiomatic/BlockList.cs | 2 +- kth/idiomatic/BlockReader.cs | 2 +- kth/idiomatic/Chain.cs | 2 +- kth/idiomatic/CompactBlock.cs | 2 +- kth/idiomatic/Config/Authority.cs | 2 +- kth/idiomatic/Config/BlockchainSettings.cs | 2 +- kth/idiomatic/Config/Checkpoint.cs | 2 +- kth/idiomatic/Config/DatabaseSettings.cs | 2 +- kth/idiomatic/Config/DbMode.cs | 2 +- kth/idiomatic/Config/Endpoint.cs | 2 +- kth/idiomatic/Config/NetworkSettings.cs | 2 +- kth/idiomatic/Config/NodeSettings.cs | 2 +- kth/idiomatic/Config/Settings.cs | 2 +- kth/idiomatic/CurrencyType.cs | 2 +- kth/idiomatic/DoubleSpendProof.cs | 2 +- kth/idiomatic/DoubleSpendProofSpender.cs | 2 +- kth/idiomatic/ErrorCode.cs | 2 +- kth/idiomatic/HashList.cs | 2 +- kth/idiomatic/Header.cs | 2 +- kth/idiomatic/HeaderReader.cs | 2 +- kth/idiomatic/Helper.cs | 2 +- kth/idiomatic/HistoryCompact.cs | 2 +- kth/idiomatic/HistoryCompactList.cs | 2 +- kth/idiomatic/IBlock.cs | 2 +- kth/idiomatic/IChain.cs | 2 +- kth/idiomatic/IHeader.cs | 2 +- kth/idiomatic/IHistoryCompact.cs | 2 +- kth/idiomatic/IMerkleBlock.cs | 2 +- kth/idiomatic/INativeList.cs | 2 +- kth/idiomatic/IPoint.cs | 2 +- kth/idiomatic/IStealthCompact.cs | 2 +- kth/idiomatic/ITransaction.cs | 2 +- kth/idiomatic/Input.cs | 2 +- kth/idiomatic/InputList.cs | 2 +- kth/idiomatic/LibConfig/LibConfig.cs | 2 +- kth/idiomatic/MerkleBlock.cs | 2 +- kth/idiomatic/NativeBuffer.cs | 2 +- kth/idiomatic/NativeReadableList.cs | 2 +- kth/idiomatic/NativeReadableWritableList.cs | 2 +- kth/idiomatic/NativeString.cs | 2 +- kth/idiomatic/NetworkType.cs | 2 +- kth/idiomatic/Node.cs | 2 +- kth/idiomatic/NodeSettings.cs | 2 +- kth/idiomatic/Output.cs | 2 +- kth/idiomatic/OutputList.cs | 2 +- kth/idiomatic/OutputPoint.cs | 2 +- kth/idiomatic/PaymentAddress.cs | 2 +- kth/idiomatic/PaymentAddressList.cs | 2 +- kth/idiomatic/Point.cs | 2 +- kth/idiomatic/PointKind.cs | 2 +- kth/idiomatic/PointList.cs | 2 +- kth/idiomatic/Script.cs | 2 +- kth/idiomatic/StartModules.cs | 2 +- kth/idiomatic/StealthCompact.cs | 2 +- kth/idiomatic/StealthCompactList.cs | 2 +- kth/idiomatic/TaskHelper.cs | 2 +- kth/idiomatic/Transaction.cs | 2 +- kth/idiomatic/TransactionList.cs | 2 +- kth/idiomatic/Validations.cs | 2 +- kth/native/BinaryNative.cs | 2 +- kth/native/BlockIndexesNative.cs | 2 +- kth/native/BlockListNative.cs | 2 +- kth/native/BlockNative.cs | 2 +- kth/native/ChainNative.cs | 2 +- kth/native/CompactBlockNative.cs | 2 +- kth/native/Config/Authority.cs | 2 +- kth/native/Config/BlockchainSettingsNative.cs | 2 +- kth/native/Config/Checkpoint.cs | 2 +- kth/native/Config/DatabaseSettingsNative.cs | 2 +- kth/native/Config/Endpoint.cs | 2 +- kth/native/Config/NetworkSettingsNative.cs | 2 +- kth/native/Config/NodeSettingsNative.cs | 2 +- kth/native/Config/SettingsNative.cs | 2 +- kth/native/DoubleSpendProofNative.cs | 2 +- kth/native/DoubleSpendProofSpenderNative.cs | 2 +- kth/native/GetBlocksNative.cs | 2 +- kth/native/GetHeadersNative.cs | 2 +- kth/native/Hash.cs | 2 +- kth/native/HashListNative.cs | 2 +- kth/native/HeaderNative.cs | 2 +- kth/native/HistoryCompactListNative.cs | 2 +- kth/native/HistoryCompactNative.cs | 2 +- kth/native/InputListNative.cs | 2 +- kth/native/InputNative.cs | 2 +- kth/native/LibConfig/LibConfigNative.cs | 2 +- kth/native/MempoolTransactionListNative.cs | 2 +- kth/native/MempoolTransactionNative.cs | 2 +- kth/native/MerkleBlockNative.cs | 2 +- kth/native/NodeNative.cs | 2 +- kth/native/NodeSettingsNative.cs | 2 +- kth/native/OutputListNative.cs | 2 +- kth/native/OutputNative.cs | 2 +- kth/native/OutputPointNative.cs | 2 +- kth/native/PaymentAddressListNative.cs | 2 +- kth/native/PaymentAddressNative.cs | 2 +- kth/native/Platform.cs | 2 +- kth/native/PointListNative.cs | 2 +- kth/native/PointNative.cs | 2 +- kth/native/ScriptNative.cs | 2 +- kth/native/StealthCompactListNative.cs | 2 +- kth/native/StealthCompactNative.cs | 2 +- kth/native/StringListNative.cs | 2 +- kth/native/TransactionListNative.cs | 2 +- kth/native/TransactionNative.cs | 2 +- tests/bch/AddressConversionTest.cs | 2 +- tests/bch/ChainTest.cs | 2 +- tests/bch/ConfigTests.cs | 2 +- tests/bch/NodeFixture.cs | 2 +- tests/bch/NodeTest.cs | 2 +- tests/bch/PaymentAddressTest.cs | 2 +- tests/bch/TransactionTest.cs | 2 +- tests/bch/ValidationsTest.cs | 2 +- tests/common/BinaryTest.cs | 2 +- 129 files changed, 129 insertions(+), 129 deletions(-) diff --git a/console/DSProofDemo.cs b/console/DSProofDemo.cs index f2b25ba..32cfc0b 100644 --- a/console/DSProofDemo.cs +++ b/console/DSProofDemo.cs @@ -1,4 +1,4 @@ -// // Copyright (c) 2016-2022 Knuth Project developers. +// // Copyright (c) 2016-2024 Knuth Project developers. // // Distributed under the MIT software license, see the accompanying // // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/console/Demo.cs b/console/Demo.cs index 82ed56c..4312b7d 100644 --- a/console/Demo.cs +++ b/console/Demo.cs @@ -1,4 +1,4 @@ -// // Copyright (c) 2016-2022 Knuth Project developers. +// // Copyright (c) 2016-2024 Knuth Project developers. // // Distributed under the MIT software license, see the accompanying // // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/console/PrintBlocks.cs b/console/PrintBlocks.cs index b1ed92c..118d424 100644 --- a/console/PrintBlocks.cs +++ b/console/PrintBlocks.cs @@ -1,4 +1,4 @@ -// // Copyright (c) 2016-2020 Knuth Project developers. +// // Copyright (c) 2016-2024 Knuth Project developers. // // Distributed under the MIT software license, see the accompanying // // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/console/PrintHeaders.cs b/console/PrintHeaders.cs index 687fb55..57446c6 100644 --- a/console/PrintHeaders.cs +++ b/console/PrintHeaders.cs @@ -1,4 +1,4 @@ -// // Copyright (c) 2016-2020 Knuth Project developers. +// // Copyright (c) 2016-2024 Knuth Project developers. // // Distributed under the MIT software license, see the accompanying // // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/console/PrintLibConfig.cs b/console/PrintLibConfig.cs index 7bbe11d..35aa51f 100644 --- a/console/PrintLibConfig.cs +++ b/console/PrintLibConfig.cs @@ -1,4 +1,4 @@ -// // Copyright (c) 2016-2022 Knuth Project developers. +// // Copyright (c) 2016-2024 Knuth Project developers. // // Distributed under the MIT software license, see the accompanying // // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/console/Program.cs b/console/Program.cs index 39adfb1..098d722 100644 --- a/console/Program.cs +++ b/console/Program.cs @@ -1,4 +1,4 @@ -// // Copyright (c) 2016-2022 Knuth Project developers. +// // Copyright (c) 2016-2024 Knuth Project developers. // // Distributed under the MIT software license, see the accompanying // // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/console/ProgramTempTest.cs b/console/ProgramTempTest.cs index 2884f85..baf5657 100644 --- a/console/ProgramTempTest.cs +++ b/console/ProgramTempTest.cs @@ -1,4 +1,4 @@ -// // Copyright (c) 2016-2022 Knuth Project developers. +// // Copyright (c) 2016-2024 Knuth Project developers. // // Distributed under the MIT software license, see the accompanying // // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/console/TestConfig.cs b/console/TestConfig.cs index f27245e..dd954f9 100644 --- a/console/TestConfig.cs +++ b/console/TestConfig.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/console/TestThrottling.cs b/console/TestThrottling.cs index 2870121..9de1a59 100644 --- a/console/TestThrottling.cs +++ b/console/TestThrottling.cs @@ -1,4 +1,4 @@ -// // Copyright (c) 2016-2022 Knuth Project developers. +// // Copyright (c) 2016-2024 Knuth Project developers. // // Distributed under the MIT software license, see the accompanying // // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/console/WebHelloWorld.cs b/console/WebHelloWorld.cs index 0e2d15a..b8cf037 100644 --- a/console/WebHelloWorld.cs +++ b/console/WebHelloWorld.cs @@ -1,4 +1,4 @@ -// // Copyright (c) 2016-2022 Knuth Project developers. +// // Copyright (c) 2016-2024 Knuth Project developers. // // Distributed under the MIT software license, see the accompanying // // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/console/readcash.cs b/console/readcash.cs index 20fcda4..58eedbf 100644 --- a/console/readcash.cs +++ b/console/readcash.cs @@ -1,4 +1,4 @@ -// // Copyright (c) 2016-2022 Knuth Project developers. +// // Copyright (c) 2016-2024 Knuth Project developers. // // Distributed under the MIT software license, see the accompanying // // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/Constants.cs b/kth/Constants.cs index 3d556e8..0f92335 100644 --- a/kth/Constants.cs +++ b/kth/Constants.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/ApiCallResult.cs b/kth/idiomatic/ApiCallResult.cs index e7cb9b8..d67ea76 100644 --- a/kth/idiomatic/ApiCallResult.cs +++ b/kth/idiomatic/ApiCallResult.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/Binary.cs b/kth/idiomatic/Binary.cs index 8fcb5b2..c6645fb 100644 --- a/kth/idiomatic/Binary.cs +++ b/kth/idiomatic/Binary.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/Block.cs b/kth/idiomatic/Block.cs index 7cf0da9..b4bd8db 100644 --- a/kth/idiomatic/Block.cs +++ b/kth/idiomatic/Block.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/BlockIndexList.cs b/kth/idiomatic/BlockIndexList.cs index 80c97fd..14932d8 100644 --- a/kth/idiomatic/BlockIndexList.cs +++ b/kth/idiomatic/BlockIndexList.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/BlockList.cs b/kth/idiomatic/BlockList.cs index 8fd54c1..8f6048c 100644 --- a/kth/idiomatic/BlockList.cs +++ b/kth/idiomatic/BlockList.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/BlockReader.cs b/kth/idiomatic/BlockReader.cs index ef92583..766b5f2 100644 --- a/kth/idiomatic/BlockReader.cs +++ b/kth/idiomatic/BlockReader.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/Chain.cs b/kth/idiomatic/Chain.cs index b0c7bf8..d0f93b7 100644 --- a/kth/idiomatic/Chain.cs +++ b/kth/idiomatic/Chain.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/CompactBlock.cs b/kth/idiomatic/CompactBlock.cs index 064c4ad..1d3622e 100644 --- a/kth/idiomatic/CompactBlock.cs +++ b/kth/idiomatic/CompactBlock.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/Config/Authority.cs b/kth/idiomatic/Config/Authority.cs index ec7fc9a..d68bda3 100644 --- a/kth/idiomatic/Config/Authority.cs +++ b/kth/idiomatic/Config/Authority.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/Config/BlockchainSettings.cs b/kth/idiomatic/Config/BlockchainSettings.cs index 3be9abf..718431a 100644 --- a/kth/idiomatic/Config/BlockchainSettings.cs +++ b/kth/idiomatic/Config/BlockchainSettings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/Config/Checkpoint.cs b/kth/idiomatic/Config/Checkpoint.cs index 9279567..83e61b7 100644 --- a/kth/idiomatic/Config/Checkpoint.cs +++ b/kth/idiomatic/Config/Checkpoint.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/Config/DatabaseSettings.cs b/kth/idiomatic/Config/DatabaseSettings.cs index 7e9a64d..e090c03 100644 --- a/kth/idiomatic/Config/DatabaseSettings.cs +++ b/kth/idiomatic/Config/DatabaseSettings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/Config/DbMode.cs b/kth/idiomatic/Config/DbMode.cs index 6dc0338..8fa0732 100644 --- a/kth/idiomatic/Config/DbMode.cs +++ b/kth/idiomatic/Config/DbMode.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/Config/Endpoint.cs b/kth/idiomatic/Config/Endpoint.cs index 42a6154..a1f355e 100644 --- a/kth/idiomatic/Config/Endpoint.cs +++ b/kth/idiomatic/Config/Endpoint.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/Config/NetworkSettings.cs b/kth/idiomatic/Config/NetworkSettings.cs index 8e04fa3..35f1900 100644 --- a/kth/idiomatic/Config/NetworkSettings.cs +++ b/kth/idiomatic/Config/NetworkSettings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/Config/NodeSettings.cs b/kth/idiomatic/Config/NodeSettings.cs index 88e7d9d..576573d 100644 --- a/kth/idiomatic/Config/NodeSettings.cs +++ b/kth/idiomatic/Config/NodeSettings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/Config/Settings.cs b/kth/idiomatic/Config/Settings.cs index ee0cbd8..4f11730 100644 --- a/kth/idiomatic/Config/Settings.cs +++ b/kth/idiomatic/Config/Settings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/CurrencyType.cs b/kth/idiomatic/CurrencyType.cs index f6e2189..388fadc 100644 --- a/kth/idiomatic/CurrencyType.cs +++ b/kth/idiomatic/CurrencyType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/DoubleSpendProof.cs b/kth/idiomatic/DoubleSpendProof.cs index 6ec144b..3b1efcd 100644 --- a/kth/idiomatic/DoubleSpendProof.cs +++ b/kth/idiomatic/DoubleSpendProof.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/DoubleSpendProofSpender.cs b/kth/idiomatic/DoubleSpendProofSpender.cs index d5c2e57..bc2df4d 100644 --- a/kth/idiomatic/DoubleSpendProofSpender.cs +++ b/kth/idiomatic/DoubleSpendProofSpender.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/ErrorCode.cs b/kth/idiomatic/ErrorCode.cs index 84ed6e8..8f5ec65 100644 --- a/kth/idiomatic/ErrorCode.cs +++ b/kth/idiomatic/ErrorCode.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/HashList.cs b/kth/idiomatic/HashList.cs index a7ac4c8..807e188 100644 --- a/kth/idiomatic/HashList.cs +++ b/kth/idiomatic/HashList.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/Header.cs b/kth/idiomatic/Header.cs index 5eab2f9..5b33a14 100644 --- a/kth/idiomatic/Header.cs +++ b/kth/idiomatic/Header.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/HeaderReader.cs b/kth/idiomatic/HeaderReader.cs index 4ac1ae0..cc8b4ba 100644 --- a/kth/idiomatic/HeaderReader.cs +++ b/kth/idiomatic/HeaderReader.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/Helper.cs b/kth/idiomatic/Helper.cs index dd5257b..acc9963 100644 --- a/kth/idiomatic/Helper.cs +++ b/kth/idiomatic/Helper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/HistoryCompact.cs b/kth/idiomatic/HistoryCompact.cs index 2d6acb7..0e6194f 100644 --- a/kth/idiomatic/HistoryCompact.cs +++ b/kth/idiomatic/HistoryCompact.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/HistoryCompactList.cs b/kth/idiomatic/HistoryCompactList.cs index 74495d2..0ec9100 100644 --- a/kth/idiomatic/HistoryCompactList.cs +++ b/kth/idiomatic/HistoryCompactList.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/IBlock.cs b/kth/idiomatic/IBlock.cs index c67b70c..8fb457c 100644 --- a/kth/idiomatic/IBlock.cs +++ b/kth/idiomatic/IBlock.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/IChain.cs b/kth/idiomatic/IChain.cs index 4ad2153..cdc3930 100644 --- a/kth/idiomatic/IChain.cs +++ b/kth/idiomatic/IChain.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/IHeader.cs b/kth/idiomatic/IHeader.cs index 28b22ac..dc29fb5 100644 --- a/kth/idiomatic/IHeader.cs +++ b/kth/idiomatic/IHeader.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/IHistoryCompact.cs b/kth/idiomatic/IHistoryCompact.cs index 72239e8..0e31c11 100644 --- a/kth/idiomatic/IHistoryCompact.cs +++ b/kth/idiomatic/IHistoryCompact.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/IMerkleBlock.cs b/kth/idiomatic/IMerkleBlock.cs index aaf0c40..0eb16fd 100644 --- a/kth/idiomatic/IMerkleBlock.cs +++ b/kth/idiomatic/IMerkleBlock.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/INativeList.cs b/kth/idiomatic/INativeList.cs index aab317c..c07c264 100644 --- a/kth/idiomatic/INativeList.cs +++ b/kth/idiomatic/INativeList.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/IPoint.cs b/kth/idiomatic/IPoint.cs index ff0e042..8451fba 100644 --- a/kth/idiomatic/IPoint.cs +++ b/kth/idiomatic/IPoint.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/IStealthCompact.cs b/kth/idiomatic/IStealthCompact.cs index 25bffe2..8084f60 100644 --- a/kth/idiomatic/IStealthCompact.cs +++ b/kth/idiomatic/IStealthCompact.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/ITransaction.cs b/kth/idiomatic/ITransaction.cs index c3d0e0c..722066f 100644 --- a/kth/idiomatic/ITransaction.cs +++ b/kth/idiomatic/ITransaction.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/Input.cs b/kth/idiomatic/Input.cs index 2fd5d7d..72c711e 100644 --- a/kth/idiomatic/Input.cs +++ b/kth/idiomatic/Input.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/InputList.cs b/kth/idiomatic/InputList.cs index b0372cf..7d6f5ee 100644 --- a/kth/idiomatic/InputList.cs +++ b/kth/idiomatic/InputList.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/LibConfig/LibConfig.cs b/kth/idiomatic/LibConfig/LibConfig.cs index 1ee9de7..99abc91 100644 --- a/kth/idiomatic/LibConfig/LibConfig.cs +++ b/kth/idiomatic/LibConfig/LibConfig.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/MerkleBlock.cs b/kth/idiomatic/MerkleBlock.cs index abcec75..7ee515e 100644 --- a/kth/idiomatic/MerkleBlock.cs +++ b/kth/idiomatic/MerkleBlock.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/NativeBuffer.cs b/kth/idiomatic/NativeBuffer.cs index e58af2e..6abcf8a 100644 --- a/kth/idiomatic/NativeBuffer.cs +++ b/kth/idiomatic/NativeBuffer.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/NativeReadableList.cs b/kth/idiomatic/NativeReadableList.cs index 3e9f36f..ad88c77 100644 --- a/kth/idiomatic/NativeReadableList.cs +++ b/kth/idiomatic/NativeReadableList.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/NativeReadableWritableList.cs b/kth/idiomatic/NativeReadableWritableList.cs index 2491944..aab9ec9 100644 --- a/kth/idiomatic/NativeReadableWritableList.cs +++ b/kth/idiomatic/NativeReadableWritableList.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/NativeString.cs b/kth/idiomatic/NativeString.cs index 5cbb45c..930ae7a 100644 --- a/kth/idiomatic/NativeString.cs +++ b/kth/idiomatic/NativeString.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/NetworkType.cs b/kth/idiomatic/NetworkType.cs index ce3c4e1..f713b10 100644 --- a/kth/idiomatic/NetworkType.cs +++ b/kth/idiomatic/NetworkType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/Node.cs b/kth/idiomatic/Node.cs index b335024..c86795c 100644 --- a/kth/idiomatic/Node.cs +++ b/kth/idiomatic/Node.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/NodeSettings.cs b/kth/idiomatic/NodeSettings.cs index c699a32..769fd8e 100644 --- a/kth/idiomatic/NodeSettings.cs +++ b/kth/idiomatic/NodeSettings.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/Output.cs b/kth/idiomatic/Output.cs index aa7b20e..07b7335 100644 --- a/kth/idiomatic/Output.cs +++ b/kth/idiomatic/Output.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/OutputList.cs b/kth/idiomatic/OutputList.cs index 2be89a8..aaacf44 100644 --- a/kth/idiomatic/OutputList.cs +++ b/kth/idiomatic/OutputList.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/OutputPoint.cs b/kth/idiomatic/OutputPoint.cs index daa389a..78cc01d 100644 --- a/kth/idiomatic/OutputPoint.cs +++ b/kth/idiomatic/OutputPoint.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/PaymentAddress.cs b/kth/idiomatic/PaymentAddress.cs index f9dae66..a7767a4 100644 --- a/kth/idiomatic/PaymentAddress.cs +++ b/kth/idiomatic/PaymentAddress.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/PaymentAddressList.cs b/kth/idiomatic/PaymentAddressList.cs index a14197a..28c2767 100644 --- a/kth/idiomatic/PaymentAddressList.cs +++ b/kth/idiomatic/PaymentAddressList.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/Point.cs b/kth/idiomatic/Point.cs index c30f037..ccac28c 100644 --- a/kth/idiomatic/Point.cs +++ b/kth/idiomatic/Point.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/PointKind.cs b/kth/idiomatic/PointKind.cs index 22baf3a..50e5897 100644 --- a/kth/idiomatic/PointKind.cs +++ b/kth/idiomatic/PointKind.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/PointList.cs b/kth/idiomatic/PointList.cs index b66ef92..2bcb348 100644 --- a/kth/idiomatic/PointList.cs +++ b/kth/idiomatic/PointList.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/Script.cs b/kth/idiomatic/Script.cs index 332ca49..2bc351e 100644 --- a/kth/idiomatic/Script.cs +++ b/kth/idiomatic/Script.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/StartModules.cs b/kth/idiomatic/StartModules.cs index 60e4e38..2f5252f 100644 --- a/kth/idiomatic/StartModules.cs +++ b/kth/idiomatic/StartModules.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/StealthCompact.cs b/kth/idiomatic/StealthCompact.cs index e54a27a..4c23ca4 100644 --- a/kth/idiomatic/StealthCompact.cs +++ b/kth/idiomatic/StealthCompact.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/StealthCompactList.cs b/kth/idiomatic/StealthCompactList.cs index a408511..ebaa443 100644 --- a/kth/idiomatic/StealthCompactList.cs +++ b/kth/idiomatic/StealthCompactList.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/TaskHelper.cs b/kth/idiomatic/TaskHelper.cs index 4cb3bab..e9fa2ff 100644 --- a/kth/idiomatic/TaskHelper.cs +++ b/kth/idiomatic/TaskHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/Transaction.cs b/kth/idiomatic/Transaction.cs index e745fd7..33b6043 100644 --- a/kth/idiomatic/Transaction.cs +++ b/kth/idiomatic/Transaction.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/TransactionList.cs b/kth/idiomatic/TransactionList.cs index f1e295a..a60da43 100644 --- a/kth/idiomatic/TransactionList.cs +++ b/kth/idiomatic/TransactionList.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/idiomatic/Validations.cs b/kth/idiomatic/Validations.cs index d03e5fc..7b874fd 100644 --- a/kth/idiomatic/Validations.cs +++ b/kth/idiomatic/Validations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/BinaryNative.cs b/kth/native/BinaryNative.cs index b5f1d63..0ef4443 100644 --- a/kth/native/BinaryNative.cs +++ b/kth/native/BinaryNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/BlockIndexesNative.cs b/kth/native/BlockIndexesNative.cs index 0c39438..f0c4d63 100644 --- a/kth/native/BlockIndexesNative.cs +++ b/kth/native/BlockIndexesNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/BlockListNative.cs b/kth/native/BlockListNative.cs index 64743f1..fceb7a0 100644 --- a/kth/native/BlockListNative.cs +++ b/kth/native/BlockListNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/BlockNative.cs b/kth/native/BlockNative.cs index ef455ec..6e0780e 100644 --- a/kth/native/BlockNative.cs +++ b/kth/native/BlockNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/ChainNative.cs b/kth/native/ChainNative.cs index ec33506..f01b840 100644 --- a/kth/native/ChainNative.cs +++ b/kth/native/ChainNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/CompactBlockNative.cs b/kth/native/CompactBlockNative.cs index b531d23..7a7d726 100644 --- a/kth/native/CompactBlockNative.cs +++ b/kth/native/CompactBlockNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/Config/Authority.cs b/kth/native/Config/Authority.cs index 93627ef..7ceba8e 100644 --- a/kth/native/Config/Authority.cs +++ b/kth/native/Config/Authority.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/Config/BlockchainSettingsNative.cs b/kth/native/Config/BlockchainSettingsNative.cs index df8b99b..094b325 100644 --- a/kth/native/Config/BlockchainSettingsNative.cs +++ b/kth/native/Config/BlockchainSettingsNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/Config/Checkpoint.cs b/kth/native/Config/Checkpoint.cs index 3af4a25..18485d0 100644 --- a/kth/native/Config/Checkpoint.cs +++ b/kth/native/Config/Checkpoint.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/Config/DatabaseSettingsNative.cs b/kth/native/Config/DatabaseSettingsNative.cs index 2915aee..bce2498 100644 --- a/kth/native/Config/DatabaseSettingsNative.cs +++ b/kth/native/Config/DatabaseSettingsNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/Config/Endpoint.cs b/kth/native/Config/Endpoint.cs index 7054d8b..3ccf97f 100644 --- a/kth/native/Config/Endpoint.cs +++ b/kth/native/Config/Endpoint.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/Config/NetworkSettingsNative.cs b/kth/native/Config/NetworkSettingsNative.cs index f5cb737..547c8cc 100644 --- a/kth/native/Config/NetworkSettingsNative.cs +++ b/kth/native/Config/NetworkSettingsNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/Config/NodeSettingsNative.cs b/kth/native/Config/NodeSettingsNative.cs index f0c2830..01c2786 100644 --- a/kth/native/Config/NodeSettingsNative.cs +++ b/kth/native/Config/NodeSettingsNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/Config/SettingsNative.cs b/kth/native/Config/SettingsNative.cs index c5f2556..786fc76 100644 --- a/kth/native/Config/SettingsNative.cs +++ b/kth/native/Config/SettingsNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/DoubleSpendProofNative.cs b/kth/native/DoubleSpendProofNative.cs index e1f6958..cef1f60 100644 --- a/kth/native/DoubleSpendProofNative.cs +++ b/kth/native/DoubleSpendProofNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/DoubleSpendProofSpenderNative.cs b/kth/native/DoubleSpendProofSpenderNative.cs index 2e224d0..c225897 100644 --- a/kth/native/DoubleSpendProofSpenderNative.cs +++ b/kth/native/DoubleSpendProofSpenderNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/GetBlocksNative.cs b/kth/native/GetBlocksNative.cs index 85d2248..b2f3daf 100644 --- a/kth/native/GetBlocksNative.cs +++ b/kth/native/GetBlocksNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/GetHeadersNative.cs b/kth/native/GetHeadersNative.cs index eed11d9..21ff2eb 100644 --- a/kth/native/GetHeadersNative.cs +++ b/kth/native/GetHeadersNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/Hash.cs b/kth/native/Hash.cs index d62aee5..c7a44ab 100644 --- a/kth/native/Hash.cs +++ b/kth/native/Hash.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/HashListNative.cs b/kth/native/HashListNative.cs index a7e0153..1d6e5db 100644 --- a/kth/native/HashListNative.cs +++ b/kth/native/HashListNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/HeaderNative.cs b/kth/native/HeaderNative.cs index 0a98e94..b0daffa 100644 --- a/kth/native/HeaderNative.cs +++ b/kth/native/HeaderNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/HistoryCompactListNative.cs b/kth/native/HistoryCompactListNative.cs index 1be3274..8228568 100644 --- a/kth/native/HistoryCompactListNative.cs +++ b/kth/native/HistoryCompactListNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/HistoryCompactNative.cs b/kth/native/HistoryCompactNative.cs index b6a1f8c..36ea62e 100644 --- a/kth/native/HistoryCompactNative.cs +++ b/kth/native/HistoryCompactNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/InputListNative.cs b/kth/native/InputListNative.cs index 7c2114f..5006542 100644 --- a/kth/native/InputListNative.cs +++ b/kth/native/InputListNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/InputNative.cs b/kth/native/InputNative.cs index 14aa612..b1b08fa 100644 --- a/kth/native/InputNative.cs +++ b/kth/native/InputNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/LibConfig/LibConfigNative.cs b/kth/native/LibConfig/LibConfigNative.cs index ccfee7c..bef732e 100644 --- a/kth/native/LibConfig/LibConfigNative.cs +++ b/kth/native/LibConfig/LibConfigNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/MempoolTransactionListNative.cs b/kth/native/MempoolTransactionListNative.cs index 374beb6..91497fc 100644 --- a/kth/native/MempoolTransactionListNative.cs +++ b/kth/native/MempoolTransactionListNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/MempoolTransactionNative.cs b/kth/native/MempoolTransactionNative.cs index 46f7cd7..316a0e4 100644 --- a/kth/native/MempoolTransactionNative.cs +++ b/kth/native/MempoolTransactionNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/MerkleBlockNative.cs b/kth/native/MerkleBlockNative.cs index cf482af..e26b980 100644 --- a/kth/native/MerkleBlockNative.cs +++ b/kth/native/MerkleBlockNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/NodeNative.cs b/kth/native/NodeNative.cs index e438314..01af3e8 100644 --- a/kth/native/NodeNative.cs +++ b/kth/native/NodeNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/NodeSettingsNative.cs b/kth/native/NodeSettingsNative.cs index e4c00e0..5dd2ce0 100644 --- a/kth/native/NodeSettingsNative.cs +++ b/kth/native/NodeSettingsNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/OutputListNative.cs b/kth/native/OutputListNative.cs index df4079a..8292a15 100644 --- a/kth/native/OutputListNative.cs +++ b/kth/native/OutputListNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/OutputNative.cs b/kth/native/OutputNative.cs index 12e0455..76ab328 100644 --- a/kth/native/OutputNative.cs +++ b/kth/native/OutputNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/OutputPointNative.cs b/kth/native/OutputPointNative.cs index 5a43d87..cd0d6d5 100644 --- a/kth/native/OutputPointNative.cs +++ b/kth/native/OutputPointNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/PaymentAddressListNative.cs b/kth/native/PaymentAddressListNative.cs index 27de29c..822c904 100644 --- a/kth/native/PaymentAddressListNative.cs +++ b/kth/native/PaymentAddressListNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/PaymentAddressNative.cs b/kth/native/PaymentAddressNative.cs index 11d111c..2fba557 100644 --- a/kth/native/PaymentAddressNative.cs +++ b/kth/native/PaymentAddressNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/Platform.cs b/kth/native/Platform.cs index f2d7a5e..7024e93 100644 --- a/kth/native/Platform.cs +++ b/kth/native/Platform.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/PointListNative.cs b/kth/native/PointListNative.cs index 7b3a92d..0f7d592 100644 --- a/kth/native/PointListNative.cs +++ b/kth/native/PointListNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/PointNative.cs b/kth/native/PointNative.cs index bd46a04..396e8d2 100644 --- a/kth/native/PointNative.cs +++ b/kth/native/PointNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/ScriptNative.cs b/kth/native/ScriptNative.cs index d0763b8..cb81aca 100644 --- a/kth/native/ScriptNative.cs +++ b/kth/native/ScriptNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/StealthCompactListNative.cs b/kth/native/StealthCompactListNative.cs index 52da516..8206a9b 100644 --- a/kth/native/StealthCompactListNative.cs +++ b/kth/native/StealthCompactListNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/StealthCompactNative.cs b/kth/native/StealthCompactNative.cs index 7fdec86..cdeaa4d 100644 --- a/kth/native/StealthCompactNative.cs +++ b/kth/native/StealthCompactNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/StringListNative.cs b/kth/native/StringListNative.cs index 86dcc26..88dd0d2 100644 --- a/kth/native/StringListNative.cs +++ b/kth/native/StringListNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/TransactionListNative.cs b/kth/native/TransactionListNative.cs index adfa85f..862cca3 100644 --- a/kth/native/TransactionListNative.cs +++ b/kth/native/TransactionListNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/kth/native/TransactionNative.cs b/kth/native/TransactionNative.cs index fc0e79d..b0ce1c0 100644 --- a/kth/native/TransactionNative.cs +++ b/kth/native/TransactionNative.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/tests/bch/AddressConversionTest.cs b/tests/bch/AddressConversionTest.cs index f0a44ec..0846409 100644 --- a/tests/bch/AddressConversionTest.cs +++ b/tests/bch/AddressConversionTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/tests/bch/ChainTest.cs b/tests/bch/ChainTest.cs index 0d75301..388cfd9 100644 --- a/tests/bch/ChainTest.cs +++ b/tests/bch/ChainTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/tests/bch/ConfigTests.cs b/tests/bch/ConfigTests.cs index 68d56d7..77322c3 100644 --- a/tests/bch/ConfigTests.cs +++ b/tests/bch/ConfigTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/tests/bch/NodeFixture.cs b/tests/bch/NodeFixture.cs index 45c7c58..4b47211 100644 --- a/tests/bch/NodeFixture.cs +++ b/tests/bch/NodeFixture.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/tests/bch/NodeTest.cs b/tests/bch/NodeTest.cs index 44a44a6..6f91b8e 100644 --- a/tests/bch/NodeTest.cs +++ b/tests/bch/NodeTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/tests/bch/PaymentAddressTest.cs b/tests/bch/PaymentAddressTest.cs index de07039..b69d468 100644 --- a/tests/bch/PaymentAddressTest.cs +++ b/tests/bch/PaymentAddressTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/tests/bch/TransactionTest.cs b/tests/bch/TransactionTest.cs index 26c47a0..e61b912 100644 --- a/tests/bch/TransactionTest.cs +++ b/tests/bch/TransactionTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/tests/bch/ValidationsTest.cs b/tests/bch/ValidationsTest.cs index 4d76db2..801ad03 100644 --- a/tests/bch/ValidationsTest.cs +++ b/tests/bch/ValidationsTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/tests/common/BinaryTest.cs b/tests/common/BinaryTest.cs index 85be548..5de06f9 100644 --- a/tests/common/BinaryTest.cs +++ b/tests/common/BinaryTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2022 Knuth Project developers. +// Copyright (c) 2016-2024 Knuth Project developers. // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php.