From c7eba41dda0e90b6dcad467b491f5b9173e4180c Mon Sep 17 00:00:00 2001 From: Fernando Pelliccioni Date: Thu, 7 Nov 2024 23:04:57 +0100 Subject: [PATCH] feat: copyright 2024 --- CMakeLists.txt | 2 +- conanfile.py | 2 +- examples/main.cpp | 2 +- helpers/run_clang_format.sh | 2 +- helpers/run_clang_format_CHANGE.sh | 2 +- include/kth/domain.hpp | 2 +- include/kth/domain/chain/block.hpp | 2 +- include/kth/domain/chain/block_basis.hpp | 2 +- include/kth/domain/chain/chain_state.hpp | 2 +- include/kth/domain/chain/compact.hpp | 2 +- include/kth/domain/chain/daa/aserti3_2d.hpp | 2 +- include/kth/domain/chain/hash_memoizer.hpp | 2 +- include/kth/domain/chain/header.hpp | 2 +- include/kth/domain/chain/header_basis.hpp | 2 +- include/kth/domain/chain/history.hpp | 2 +- include/kth/domain/chain/input.hpp | 2 +- include/kth/domain/chain/input_basis.hpp | 2 +- include/kth/domain/chain/input_point.hpp | 2 +- include/kth/domain/chain/output.hpp | 2 +- include/kth/domain/chain/output_basis.hpp | 2 +- include/kth/domain/chain/output_point.hpp | 2 +- include/kth/domain/chain/point.hpp | 2 +- include/kth/domain/chain/point_iterator.hpp | 2 +- include/kth/domain/chain/point_value.hpp | 2 +- include/kth/domain/chain/points_value.hpp | 2 +- include/kth/domain/chain/script.hpp | 2 +- include/kth/domain/chain/script_basis.hpp | 2 +- include/kth/domain/chain/stealth.hpp | 2 +- include/kth/domain/chain/token_data.hpp | 2 +- include/kth/domain/chain/transaction.hpp | 2 +- include/kth/domain/chain/transaction_basis.hpp | 2 +- include/kth/domain/chain/witness.hpp | 2 +- include/kth/domain/common.hpp | 2 +- include/kth/domain/concepts.hpp | 2 +- include/kth/domain/concepts_undef.hpp | 2 +- include/kth/domain/config/ec_private.hpp | 2 +- include/kth/domain/config/endorsement.hpp | 2 +- include/kth/domain/config/header.hpp | 2 +- include/kth/domain/config/input.hpp | 2 +- include/kth/domain/config/network.hpp | 2 +- include/kth/domain/config/output.hpp | 2 +- include/kth/domain/config/parser.hpp | 2 +- include/kth/domain/config/point.hpp | 2 +- include/kth/domain/config/script.hpp | 2 +- include/kth/domain/config/transaction.hpp | 2 +- include/kth/domain/constants.hpp | 2 +- include/kth/domain/constants/bch.hpp | 2 +- include/kth/domain/constants/bch_btc.hpp | 2 +- include/kth/domain/constants/btc.hpp | 2 +- include/kth/domain/constants/common.hpp | 2 +- include/kth/domain/constants/functions.hpp | 2 +- include/kth/domain/constants/ltc.hpp | 2 +- include/kth/domain/constants/segwit.hpp | 2 +- include/kth/domain/define.hpp | 2 +- include/kth/domain/impl/machine/interpreter.ipp | 2 +- include/kth/domain/impl/machine/operation.ipp | 2 +- include/kth/domain/impl/machine/program.ipp | 2 +- include/kth/domain/impl/utility/property_tree.ipp | 2 +- include/kth/domain/machine/interpreter.hpp | 2 +- include/kth/domain/machine/opcode.hpp | 2 +- include/kth/domain/machine/operation.hpp | 2 +- include/kth/domain/machine/program.hpp | 2 +- include/kth/domain/machine/rule_fork.hpp | 2 +- include/kth/domain/math/limits.hpp | 2 +- include/kth/domain/math/stealth.hpp | 2 +- include/kth/domain/message/address.hpp | 2 +- include/kth/domain/message/alert.hpp | 2 +- include/kth/domain/message/alert_payload.hpp | 2 +- include/kth/domain/message/block.hpp | 2 +- include/kth/domain/message/block_transactions.hpp | 2 +- include/kth/domain/message/compact_block.hpp | 2 +- include/kth/domain/message/double_spend_proof.hpp | 2 +- include/kth/domain/message/fee_filter.hpp | 2 +- include/kth/domain/message/filter_add.hpp | 2 +- include/kth/domain/message/filter_clear.hpp | 2 +- include/kth/domain/message/filter_load.hpp | 2 +- include/kth/domain/message/get_address.hpp | 2 +- include/kth/domain/message/get_block_transactions.hpp | 2 +- include/kth/domain/message/get_blocks.hpp | 2 +- include/kth/domain/message/get_data.hpp | 2 +- include/kth/domain/message/get_headers.hpp | 2 +- include/kth/domain/message/header.hpp | 2 +- include/kth/domain/message/headers.hpp | 2 +- include/kth/domain/message/heading.hpp | 2 +- include/kth/domain/message/inventory.hpp | 2 +- include/kth/domain/message/inventory_vector.hpp | 2 +- include/kth/domain/message/memory_pool.hpp | 2 +- include/kth/domain/message/merkle_block.hpp | 2 +- include/kth/domain/message/messages.hpp | 2 +- include/kth/domain/message/not_found.hpp | 2 +- include/kth/domain/message/ping.hpp | 2 +- include/kth/domain/message/pong.hpp | 2 +- include/kth/domain/message/prefilled_transaction.hpp | 2 +- include/kth/domain/message/reject.hpp | 2 +- include/kth/domain/message/send_compact.hpp | 2 +- include/kth/domain/message/send_headers.hpp | 2 +- include/kth/domain/message/transaction.hpp | 2 +- include/kth/domain/message/verack.hpp | 2 +- include/kth/domain/message/version.hpp | 2 +- include/kth/domain/message/xverack.hpp | 2 +- include/kth/domain/message/xversion.hpp | 2 +- include/kth/domain/multi_crypto_settings.hpp | 2 +- include/kth/domain/multi_crypto_support.hpp | 2 +- include/kth/domain/utility/property_tree.hpp | 2 +- include/kth/domain/utils.hpp | 2 +- include/kth/domain/version.hpp | 2 +- include/kth/domain/wallet/bitcoin_uri.hpp | 2 +- include/kth/domain/wallet/ec_private.hpp | 2 +- include/kth/domain/wallet/ec_public.hpp | 2 +- include/kth/domain/wallet/ek_private.hpp | 2 +- include/kth/domain/wallet/ek_public.hpp | 2 +- include/kth/domain/wallet/ek_token.hpp | 2 +- include/kth/domain/wallet/encrypted_keys.hpp | 2 +- include/kth/domain/wallet/message.hpp | 2 +- include/kth/domain/wallet/payment_address.hpp | 2 +- include/kth/domain/wallet/select_outputs.hpp | 2 +- include/kth/domain/wallet/stealth_address.hpp | 2 +- include/kth/domain/wallet/stealth_receiver.hpp | 2 +- include/kth/domain/wallet/stealth_sender.hpp | 2 +- include/kth/domain/wallet/transaction_functions.hpp | 2 +- include/kth/domain/wallet/uri_reader.hpp | 2 +- src/chain/block.cpp | 2 +- src/chain/block_basis.cpp | 2 +- src/chain/chain_state.cpp | 2 +- src/chain/compact.cpp | 2 +- src/chain/header.cpp | 2 +- src/chain/header_basis.cpp | 2 +- src/chain/input.cpp | 2 +- src/chain/input_basis.cpp | 2 +- src/chain/output.cpp | 2 +- src/chain/output_basis.cpp | 2 +- src/chain/output_point.cpp | 2 +- src/chain/point.cpp | 2 +- src/chain/point_iterator.cpp | 2 +- src/chain/point_value.cpp | 2 +- src/chain/points_value.cpp | 2 +- src/chain/script.cpp | 2 +- src/chain/script_basis.cpp | 2 +- src/chain/transaction.cpp | 2 +- src/chain/transaction_basis.cpp | 2 +- src/chain/witness.cpp | 2 +- src/config/ec_private.cpp | 2 +- src/config/endorsement.cpp | 2 +- src/config/header.cpp | 2 +- src/config/input.cpp | 2 +- src/config/output.cpp | 2 +- src/config/point.cpp | 2 +- src/config/script.cpp | 2 +- src/config/transaction.cpp | 2 +- src/machine/interpreter.cpp | 2 +- src/machine/opcode.cpp | 2 +- src/machine/operation.cpp | 2 +- src/machine/program.cpp | 2 +- src/math/hash.cpp | 2 +- src/math/stealth.cpp | 2 +- src/message/address.cpp | 2 +- src/message/alert.cpp | 2 +- src/message/alert_payload.cpp | 2 +- src/message/block.cpp | 2 +- src/message/block_transactions.cpp | 2 +- src/message/compact_block.cpp | 2 +- src/message/double_spend_proof.cpp | 2 +- src/message/fee_filter.cpp | 2 +- src/message/filter_add.cpp | 2 +- src/message/filter_clear.cpp | 2 +- src/message/filter_load.cpp | 2 +- src/message/get_address.cpp | 2 +- src/message/get_block_transactions.cpp | 2 +- src/message/get_blocks.cpp | 2 +- src/message/get_data.cpp | 2 +- src/message/get_headers.cpp | 2 +- src/message/header.cpp | 2 +- src/message/headers.cpp | 2 +- src/message/heading.cpp | 2 +- src/message/inventory.cpp | 2 +- src/message/inventory_vector.cpp | 2 +- src/message/memory_pool.cpp | 2 +- src/message/merkle_block.cpp | 2 +- src/message/not_found.cpp | 2 +- src/message/ping.cpp | 2 +- src/message/pong.cpp | 2 +- src/message/prefilled_transaction.cpp | 2 +- src/message/reject.cpp | 2 +- src/message/send_compact.cpp | 2 +- src/message/send_headers.cpp | 2 +- src/message/transaction.cpp | 2 +- src/message/verack.cpp | 2 +- src/message/version.cpp | 2 +- src/message/xverack.cpp | 2 +- src/message/xversion.cpp | 2 +- src/multi_crypto_support.cpp | 2 +- src/utility/property_tree.cpp | 2 +- src/version.cpp | 2 +- src/wallet/bitcoin_uri.cpp | 2 +- src/wallet/ec_private.cpp | 2 +- src/wallet/ec_public.cpp | 2 +- src/wallet/ek_private.cpp | 2 +- src/wallet/ek_public.cpp | 2 +- src/wallet/ek_token.cpp | 2 +- src/wallet/encrypted_keys.cpp | 2 +- src/wallet/message.cpp | 2 +- src/wallet/parse_encrypted_keys/parse_encrypted_key.hpp | 2 +- src/wallet/parse_encrypted_keys/parse_encrypted_key.ipp | 2 +- src/wallet/parse_encrypted_keys/parse_encrypted_prefix.hpp | 2 +- src/wallet/parse_encrypted_keys/parse_encrypted_prefix.ipp | 2 +- src/wallet/parse_encrypted_keys/parse_encrypted_private.cpp | 2 +- src/wallet/parse_encrypted_keys/parse_encrypted_private.hpp | 2 +- src/wallet/parse_encrypted_keys/parse_encrypted_public.cpp | 2 +- src/wallet/parse_encrypted_keys/parse_encrypted_public.hpp | 2 +- src/wallet/parse_encrypted_keys/parse_encrypted_token.cpp | 2 +- src/wallet/parse_encrypted_keys/parse_encrypted_token.hpp | 2 +- src/wallet/payment_address.cpp | 2 +- src/wallet/select_outputs.cpp | 2 +- src/wallet/stealth_address.cpp | 2 +- src/wallet/stealth_receiver.cpp | 2 +- src/wallet/stealth_sender.cpp | 2 +- src/wallet/transaction_functions.cpp | 2 +- test/aserti3-2d/CMakeLists.txt | 2 +- test/aserti3-2d/conanfile.py | 2 +- test/chain/block.cpp | 2 +- test/chain/compact.cpp | 2 +- test/chain/header.cpp | 2 +- test/chain/input.cpp | 2 +- test/chain/output.cpp | 2 +- test/chain/output_point.cpp | 2 +- test/chain/point.cpp | 2 +- test/chain/point_iterator.cpp | 2 +- test/chain/point_value.cpp | 2 +- test/chain/points_value.cpp | 2 +- test/chain/satoshi_words.cpp | 2 +- test/chain/script.cpp | 2 +- test/chain/script.hpp | 2 +- test/chain/transaction.cpp | 2 +- test/machine/opcode.cpp | 2 +- test/machine/operation.cpp | 2 +- test/main.cpp | 2 +- test/math/limits.cpp | 2 +- test/math/stealth.cpp | 2 +- test/message/address.cpp | 2 +- test/message/alert.cpp | 2 +- test/message/alert_payload.cpp | 2 +- test/message/block.cpp | 2 +- test/message/block_transactions.cpp | 2 +- test/message/compact_block.cpp | 2 +- test/message/fee_filter.cpp | 2 +- test/message/filter_add.cpp | 2 +- test/message/filter_clear.cpp | 2 +- test/message/filter_load.cpp | 2 +- test/message/get_address.cpp | 2 +- test/message/get_block_transactions.cpp | 2 +- test/message/get_blocks.cpp | 2 +- test/message/get_data.cpp | 2 +- test/message/get_headers.cpp | 2 +- test/message/header.cpp | 2 +- test/message/headers.cpp | 2 +- test/message/heading.cpp | 2 +- test/message/inventory.cpp | 2 +- test/message/inventory_vector.cpp | 2 +- test/message/memory_pool.cpp | 2 +- test/message/merkle_block.cpp | 2 +- test/message/messages.cpp | 2 +- test/message/not_found.cpp | 2 +- test/message/ping.cpp | 2 +- test/message/pong.cpp | 2 +- test/message/prefilled_transaction.cpp | 2 +- test/message/reject.cpp | 2 +- test/message/send_compact.cpp | 2 +- test/message/send_headers.cpp | 2 +- test/message/transaction.cpp | 2 +- test/message/verack.cpp | 2 +- test/message/version.cpp | 2 +- test/test_helpers.hpp | 2 +- test/wallet/bitcoin_uri.cpp | 2 +- test/wallet/ec_private.cpp | 2 +- test/wallet/ec_public.cpp | 2 +- test/wallet/encrypted_keys.cpp | 2 +- test/wallet/message.cpp | 2 +- test/wallet/payment_address.cpp | 2 +- test/wallet/select_outputs.cpp | 2 +- test/wallet/stealth_address.cpp | 2 +- test/wallet/stealth_receiver.cpp | 2 +- test/wallet/stealth_sender.cpp | 2 +- test/wallet/transaction_functions.cpp | 2 +- test/wallet/uri_reader.cpp | 2 +- test_new/main.cpp | 2 +- 285 files changed, 285 insertions(+), 285 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 87a46f2dd..5b2102f4b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 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/conanfile.py b/conanfile.py index 89b698abc..3ebe21175 100644 --- a/conanfile.py +++ b/conanfile.py @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 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/examples/main.cpp b/examples/main.cpp index b4d023490..b0cb9c2c1 100644 --- a/examples/main.cpp +++ b/examples/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/helpers/run_clang_format.sh b/helpers/run_clang_format.sh index 7635f2792..b4f9ec1e6 100755 --- a/helpers/run_clang_format.sh +++ b/helpers/run_clang_format.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2016-2023 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/helpers/run_clang_format_CHANGE.sh b/helpers/run_clang_format_CHANGE.sh index c47806bdb..143b633ca 100755 --- a/helpers/run_clang_format_CHANGE.sh +++ b/helpers/run_clang_format_CHANGE.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2016-2023 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/include/kth/domain.hpp b/include/kth/domain.hpp index d293af5b4..25faac5ab 100644 --- a/include/kth/domain.hpp +++ b/include/kth/domain.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/block.hpp b/include/kth/domain/chain/block.hpp index 6d1fe8a5d..2b87c5c3a 100644 --- a/include/kth/domain/chain/block.hpp +++ b/include/kth/domain/chain/block.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/block_basis.hpp b/include/kth/domain/chain/block_basis.hpp index 51d405253..00811b75f 100644 --- a/include/kth/domain/chain/block_basis.hpp +++ b/include/kth/domain/chain/block_basis.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/chain_state.hpp b/include/kth/domain/chain/chain_state.hpp index 9f1965ab9..5cb3ec6ae 100644 --- a/include/kth/domain/chain/chain_state.hpp +++ b/include/kth/domain/chain/chain_state.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/compact.hpp b/include/kth/domain/chain/compact.hpp index 7a0c8fdd6..1059dcdb2 100644 --- a/include/kth/domain/chain/compact.hpp +++ b/include/kth/domain/chain/compact.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/daa/aserti3_2d.hpp b/include/kth/domain/chain/daa/aserti3_2d.hpp index 85fae036b..e93a8adcc 100644 --- a/include/kth/domain/chain/daa/aserti3_2d.hpp +++ b/include/kth/domain/chain/daa/aserti3_2d.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/hash_memoizer.hpp b/include/kth/domain/chain/hash_memoizer.hpp index 5556ed5f0..c28a725cd 100644 --- a/include/kth/domain/chain/hash_memoizer.hpp +++ b/include/kth/domain/chain/hash_memoizer.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/header.hpp b/include/kth/domain/chain/header.hpp index 17ab4a78e..9e36ede79 100644 --- a/include/kth/domain/chain/header.hpp +++ b/include/kth/domain/chain/header.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/header_basis.hpp b/include/kth/domain/chain/header_basis.hpp index 6258039d5..40ca1ef6e 100644 --- a/include/kth/domain/chain/header_basis.hpp +++ b/include/kth/domain/chain/header_basis.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/history.hpp b/include/kth/domain/chain/history.hpp index 99e1c95b7..ca2e25f26 100644 --- a/include/kth/domain/chain/history.hpp +++ b/include/kth/domain/chain/history.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/input.hpp b/include/kth/domain/chain/input.hpp index 9114e0698..b40eb42f2 100644 --- a/include/kth/domain/chain/input.hpp +++ b/include/kth/domain/chain/input.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/input_basis.hpp b/include/kth/domain/chain/input_basis.hpp index 115432466..eb90d3b76 100644 --- a/include/kth/domain/chain/input_basis.hpp +++ b/include/kth/domain/chain/input_basis.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/input_point.hpp b/include/kth/domain/chain/input_point.hpp index 3386b85eb..e0f2b2599 100644 --- a/include/kth/domain/chain/input_point.hpp +++ b/include/kth/domain/chain/input_point.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/output.hpp b/include/kth/domain/chain/output.hpp index 2745b41f4..e3136452a 100644 --- a/include/kth/domain/chain/output.hpp +++ b/include/kth/domain/chain/output.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/output_basis.hpp b/include/kth/domain/chain/output_basis.hpp index 17ff8e032..44b1332f1 100644 --- a/include/kth/domain/chain/output_basis.hpp +++ b/include/kth/domain/chain/output_basis.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/output_point.hpp b/include/kth/domain/chain/output_point.hpp index 0e58a36b8..598370efc 100644 --- a/include/kth/domain/chain/output_point.hpp +++ b/include/kth/domain/chain/output_point.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/point.hpp b/include/kth/domain/chain/point.hpp index 1356c285b..fe04e524e 100644 --- a/include/kth/domain/chain/point.hpp +++ b/include/kth/domain/chain/point.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/point_iterator.hpp b/include/kth/domain/chain/point_iterator.hpp index f729c978a..3a5958169 100644 --- a/include/kth/domain/chain/point_iterator.hpp +++ b/include/kth/domain/chain/point_iterator.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/point_value.hpp b/include/kth/domain/chain/point_value.hpp index 9644fac43..1ce7e6b6d 100644 --- a/include/kth/domain/chain/point_value.hpp +++ b/include/kth/domain/chain/point_value.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/points_value.hpp b/include/kth/domain/chain/points_value.hpp index ee48c1036..b3e6cfd58 100644 --- a/include/kth/domain/chain/points_value.hpp +++ b/include/kth/domain/chain/points_value.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/script.hpp b/include/kth/domain/chain/script.hpp index 0852f6f1a..f7a1f20c1 100644 --- a/include/kth/domain/chain/script.hpp +++ b/include/kth/domain/chain/script.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/script_basis.hpp b/include/kth/domain/chain/script_basis.hpp index 3d57a75c5..68e0e8334 100644 --- a/include/kth/domain/chain/script_basis.hpp +++ b/include/kth/domain/chain/script_basis.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/stealth.hpp b/include/kth/domain/chain/stealth.hpp index 656601334..9fa11bf0e 100644 --- a/include/kth/domain/chain/stealth.hpp +++ b/include/kth/domain/chain/stealth.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/token_data.hpp b/include/kth/domain/chain/token_data.hpp index f2565623f..474821a9c 100644 --- a/include/kth/domain/chain/token_data.hpp +++ b/include/kth/domain/chain/token_data.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/transaction.hpp b/include/kth/domain/chain/transaction.hpp index 8b2670bdc..8b1e8f2e1 100644 --- a/include/kth/domain/chain/transaction.hpp +++ b/include/kth/domain/chain/transaction.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/transaction_basis.hpp b/include/kth/domain/chain/transaction_basis.hpp index a5c42d395..aab4128a4 100644 --- a/include/kth/domain/chain/transaction_basis.hpp +++ b/include/kth/domain/chain/transaction_basis.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/chain/witness.hpp b/include/kth/domain/chain/witness.hpp index 4e7cca557..3be8e51f3 100644 --- a/include/kth/domain/chain/witness.hpp +++ b/include/kth/domain/chain/witness.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/common.hpp b/include/kth/domain/common.hpp index 51fcf015c..0b3a7b0ec 100644 --- a/include/kth/domain/common.hpp +++ b/include/kth/domain/common.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/concepts.hpp b/include/kth/domain/concepts.hpp index c805f0967..a77dc8c0e 100644 --- a/include/kth/domain/concepts.hpp +++ b/include/kth/domain/concepts.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/concepts_undef.hpp b/include/kth/domain/concepts_undef.hpp index ca6948ec6..9dd030dfb 100644 --- a/include/kth/domain/concepts_undef.hpp +++ b/include/kth/domain/concepts_undef.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/config/ec_private.hpp b/include/kth/domain/config/ec_private.hpp index 98f12fcfc..9c85d6263 100644 --- a/include/kth/domain/config/ec_private.hpp +++ b/include/kth/domain/config/ec_private.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/config/endorsement.hpp b/include/kth/domain/config/endorsement.hpp index afe197ba1..4afe840b2 100644 --- a/include/kth/domain/config/endorsement.hpp +++ b/include/kth/domain/config/endorsement.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/config/header.hpp b/include/kth/domain/config/header.hpp index 108ae5a68..c5fc383fa 100644 --- a/include/kth/domain/config/header.hpp +++ b/include/kth/domain/config/header.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/config/input.hpp b/include/kth/domain/config/input.hpp index bbc20cb2e..6f9c01629 100644 --- a/include/kth/domain/config/input.hpp +++ b/include/kth/domain/config/input.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/config/network.hpp b/include/kth/domain/config/network.hpp index 57cc1c77d..16dc2d207 100644 --- a/include/kth/domain/config/network.hpp +++ b/include/kth/domain/config/network.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/config/output.hpp b/include/kth/domain/config/output.hpp index 10f5f31fe..fff1fdd04 100644 --- a/include/kth/domain/config/output.hpp +++ b/include/kth/domain/config/output.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/config/parser.hpp b/include/kth/domain/config/parser.hpp index 4ccab085c..246e3be01 100644 --- a/include/kth/domain/config/parser.hpp +++ b/include/kth/domain/config/parser.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/config/point.hpp b/include/kth/domain/config/point.hpp index b61dffd16..b0cb6b328 100644 --- a/include/kth/domain/config/point.hpp +++ b/include/kth/domain/config/point.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/config/script.hpp b/include/kth/domain/config/script.hpp index 6505e61e9..0940994e7 100644 --- a/include/kth/domain/config/script.hpp +++ b/include/kth/domain/config/script.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/config/transaction.hpp b/include/kth/domain/config/transaction.hpp index 8e4c306e3..038100aa2 100644 --- a/include/kth/domain/config/transaction.hpp +++ b/include/kth/domain/config/transaction.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/constants.hpp b/include/kth/domain/constants.hpp index 3cc689009..e2939894c 100644 --- a/include/kth/domain/constants.hpp +++ b/include/kth/domain/constants.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/constants/bch.hpp b/include/kth/domain/constants/bch.hpp index 83a2cd9e0..8069c8e38 100644 --- a/include/kth/domain/constants/bch.hpp +++ b/include/kth/domain/constants/bch.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/constants/bch_btc.hpp b/include/kth/domain/constants/bch_btc.hpp index 58ca6ea68..227be0650 100644 --- a/include/kth/domain/constants/bch_btc.hpp +++ b/include/kth/domain/constants/bch_btc.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/constants/btc.hpp b/include/kth/domain/constants/btc.hpp index 99c5ace4f..33fc510a7 100644 --- a/include/kth/domain/constants/btc.hpp +++ b/include/kth/domain/constants/btc.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/constants/common.hpp b/include/kth/domain/constants/common.hpp index 19208beb1..12c953cd3 100644 --- a/include/kth/domain/constants/common.hpp +++ b/include/kth/domain/constants/common.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/constants/functions.hpp b/include/kth/domain/constants/functions.hpp index 5faf38720..ef663cdcd 100644 --- a/include/kth/domain/constants/functions.hpp +++ b/include/kth/domain/constants/functions.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/constants/ltc.hpp b/include/kth/domain/constants/ltc.hpp index ce53bb050..a3f32466f 100644 --- a/include/kth/domain/constants/ltc.hpp +++ b/include/kth/domain/constants/ltc.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/constants/segwit.hpp b/include/kth/domain/constants/segwit.hpp index ca1f08fa2..575e6da96 100644 --- a/include/kth/domain/constants/segwit.hpp +++ b/include/kth/domain/constants/segwit.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/define.hpp b/include/kth/domain/define.hpp index 2523c25b2..ee05d5555 100644 --- a/include/kth/domain/define.hpp +++ b/include/kth/domain/define.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/impl/machine/interpreter.ipp b/include/kth/domain/impl/machine/interpreter.ipp index c5f07f12e..8c6a450e6 100644 --- a/include/kth/domain/impl/machine/interpreter.ipp +++ b/include/kth/domain/impl/machine/interpreter.ipp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/impl/machine/operation.ipp b/include/kth/domain/impl/machine/operation.ipp index 5f72a34d4..c568691d7 100644 --- a/include/kth/domain/impl/machine/operation.ipp +++ b/include/kth/domain/impl/machine/operation.ipp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/impl/machine/program.ipp b/include/kth/domain/impl/machine/program.ipp index 4f709d859..353826ae6 100644 --- a/include/kth/domain/impl/machine/program.ipp +++ b/include/kth/domain/impl/machine/program.ipp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/impl/utility/property_tree.ipp b/include/kth/domain/impl/utility/property_tree.ipp index 77eeab500..55ccce0a4 100644 --- a/include/kth/domain/impl/utility/property_tree.ipp +++ b/include/kth/domain/impl/utility/property_tree.ipp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/machine/interpreter.hpp b/include/kth/domain/machine/interpreter.hpp index 61b743656..1a320ef9c 100644 --- a/include/kth/domain/machine/interpreter.hpp +++ b/include/kth/domain/machine/interpreter.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/machine/opcode.hpp b/include/kth/domain/machine/opcode.hpp index 5f4fee538..ed8d3432a 100644 --- a/include/kth/domain/machine/opcode.hpp +++ b/include/kth/domain/machine/opcode.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/machine/operation.hpp b/include/kth/domain/machine/operation.hpp index fa164d2a4..cb95a1e6d 100644 --- a/include/kth/domain/machine/operation.hpp +++ b/include/kth/domain/machine/operation.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/machine/program.hpp b/include/kth/domain/machine/program.hpp index 6b9e96ca3..ff003487a 100644 --- a/include/kth/domain/machine/program.hpp +++ b/include/kth/domain/machine/program.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/machine/rule_fork.hpp b/include/kth/domain/machine/rule_fork.hpp index 235f00b43..e9489bc4a 100644 --- a/include/kth/domain/machine/rule_fork.hpp +++ b/include/kth/domain/machine/rule_fork.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/math/limits.hpp b/include/kth/domain/math/limits.hpp index 47592ee85..73f607e86 100644 --- a/include/kth/domain/math/limits.hpp +++ b/include/kth/domain/math/limits.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/math/stealth.hpp b/include/kth/domain/math/stealth.hpp index cf2dde2cf..32e56c0a7 100644 --- a/include/kth/domain/math/stealth.hpp +++ b/include/kth/domain/math/stealth.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/address.hpp b/include/kth/domain/message/address.hpp index 0f3244382..47e538f27 100644 --- a/include/kth/domain/message/address.hpp +++ b/include/kth/domain/message/address.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/alert.hpp b/include/kth/domain/message/alert.hpp index 11b2cf412..ba65f5bca 100644 --- a/include/kth/domain/message/alert.hpp +++ b/include/kth/domain/message/alert.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/alert_payload.hpp b/include/kth/domain/message/alert_payload.hpp index a33d4c853..9a33c7ff8 100644 --- a/include/kth/domain/message/alert_payload.hpp +++ b/include/kth/domain/message/alert_payload.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/block.hpp b/include/kth/domain/message/block.hpp index d1dfa51b7..4e8acca0e 100644 --- a/include/kth/domain/message/block.hpp +++ b/include/kth/domain/message/block.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/block_transactions.hpp b/include/kth/domain/message/block_transactions.hpp index 4a1469f1b..999ddff45 100644 --- a/include/kth/domain/message/block_transactions.hpp +++ b/include/kth/domain/message/block_transactions.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/compact_block.hpp b/include/kth/domain/message/compact_block.hpp index 70b4e4e18..710ad7919 100644 --- a/include/kth/domain/message/compact_block.hpp +++ b/include/kth/domain/message/compact_block.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/double_spend_proof.hpp b/include/kth/domain/message/double_spend_proof.hpp index 5daf9c6ef..bdd5d733c 100644 --- a/include/kth/domain/message/double_spend_proof.hpp +++ b/include/kth/domain/message/double_spend_proof.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/fee_filter.hpp b/include/kth/domain/message/fee_filter.hpp index b01d6fa3e..491a9c654 100644 --- a/include/kth/domain/message/fee_filter.hpp +++ b/include/kth/domain/message/fee_filter.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/filter_add.hpp b/include/kth/domain/message/filter_add.hpp index bd2000949..fe56e6bb9 100644 --- a/include/kth/domain/message/filter_add.hpp +++ b/include/kth/domain/message/filter_add.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/filter_clear.hpp b/include/kth/domain/message/filter_clear.hpp index 2b8dfae06..4aad1402e 100644 --- a/include/kth/domain/message/filter_clear.hpp +++ b/include/kth/domain/message/filter_clear.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/filter_load.hpp b/include/kth/domain/message/filter_load.hpp index 20d930dd6..b43428713 100644 --- a/include/kth/domain/message/filter_load.hpp +++ b/include/kth/domain/message/filter_load.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/get_address.hpp b/include/kth/domain/message/get_address.hpp index 58770dd17..2111f1aa2 100644 --- a/include/kth/domain/message/get_address.hpp +++ b/include/kth/domain/message/get_address.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/get_block_transactions.hpp b/include/kth/domain/message/get_block_transactions.hpp index 0fc6c6845..f218f2557 100644 --- a/include/kth/domain/message/get_block_transactions.hpp +++ b/include/kth/domain/message/get_block_transactions.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/get_blocks.hpp b/include/kth/domain/message/get_blocks.hpp index b8809e0bc..cda1fe2eb 100644 --- a/include/kth/domain/message/get_blocks.hpp +++ b/include/kth/domain/message/get_blocks.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/get_data.hpp b/include/kth/domain/message/get_data.hpp index ceb9e2284..9c917ca60 100644 --- a/include/kth/domain/message/get_data.hpp +++ b/include/kth/domain/message/get_data.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/get_headers.hpp b/include/kth/domain/message/get_headers.hpp index 96507d2f8..af717626b 100644 --- a/include/kth/domain/message/get_headers.hpp +++ b/include/kth/domain/message/get_headers.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/header.hpp b/include/kth/domain/message/header.hpp index a2a9376d8..c5ce37178 100644 --- a/include/kth/domain/message/header.hpp +++ b/include/kth/domain/message/header.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/headers.hpp b/include/kth/domain/message/headers.hpp index 467fe2470..f6cec67a5 100644 --- a/include/kth/domain/message/headers.hpp +++ b/include/kth/domain/message/headers.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/heading.hpp b/include/kth/domain/message/heading.hpp index 435c989ec..ea0e500c4 100644 --- a/include/kth/domain/message/heading.hpp +++ b/include/kth/domain/message/heading.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/inventory.hpp b/include/kth/domain/message/inventory.hpp index c3ed96415..e666d8d52 100644 --- a/include/kth/domain/message/inventory.hpp +++ b/include/kth/domain/message/inventory.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/inventory_vector.hpp b/include/kth/domain/message/inventory_vector.hpp index 47a302bd2..5e4b71f13 100644 --- a/include/kth/domain/message/inventory_vector.hpp +++ b/include/kth/domain/message/inventory_vector.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/memory_pool.hpp b/include/kth/domain/message/memory_pool.hpp index d8fe75fe9..cee708ff6 100644 --- a/include/kth/domain/message/memory_pool.hpp +++ b/include/kth/domain/message/memory_pool.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/merkle_block.hpp b/include/kth/domain/message/merkle_block.hpp index 350cb5a9b..4595a4012 100644 --- a/include/kth/domain/message/merkle_block.hpp +++ b/include/kth/domain/message/merkle_block.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/messages.hpp b/include/kth/domain/message/messages.hpp index f161af69c..23bf6fbb8 100644 --- a/include/kth/domain/message/messages.hpp +++ b/include/kth/domain/message/messages.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/not_found.hpp b/include/kth/domain/message/not_found.hpp index 6762de0ee..f1ad274a6 100644 --- a/include/kth/domain/message/not_found.hpp +++ b/include/kth/domain/message/not_found.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/ping.hpp b/include/kth/domain/message/ping.hpp index 0cdaa1dc0..45e9e3f86 100644 --- a/include/kth/domain/message/ping.hpp +++ b/include/kth/domain/message/ping.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/pong.hpp b/include/kth/domain/message/pong.hpp index fdbd955b4..76f66ff2c 100644 --- a/include/kth/domain/message/pong.hpp +++ b/include/kth/domain/message/pong.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/prefilled_transaction.hpp b/include/kth/domain/message/prefilled_transaction.hpp index c57fa8199..9111958c1 100644 --- a/include/kth/domain/message/prefilled_transaction.hpp +++ b/include/kth/domain/message/prefilled_transaction.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/reject.hpp b/include/kth/domain/message/reject.hpp index 816072eb9..500de2eea 100644 --- a/include/kth/domain/message/reject.hpp +++ b/include/kth/domain/message/reject.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/send_compact.hpp b/include/kth/domain/message/send_compact.hpp index daa75d9b8..da7180e02 100644 --- a/include/kth/domain/message/send_compact.hpp +++ b/include/kth/domain/message/send_compact.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/send_headers.hpp b/include/kth/domain/message/send_headers.hpp index a08296892..dd2a0405d 100644 --- a/include/kth/domain/message/send_headers.hpp +++ b/include/kth/domain/message/send_headers.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/transaction.hpp b/include/kth/domain/message/transaction.hpp index 6e3f7e4fe..6412c020c 100644 --- a/include/kth/domain/message/transaction.hpp +++ b/include/kth/domain/message/transaction.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/verack.hpp b/include/kth/domain/message/verack.hpp index 1dd3a73a8..c711041ee 100644 --- a/include/kth/domain/message/verack.hpp +++ b/include/kth/domain/message/verack.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/version.hpp b/include/kth/domain/message/version.hpp index efbdd0f02..dd2ac26ce 100644 --- a/include/kth/domain/message/version.hpp +++ b/include/kth/domain/message/version.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/xverack.hpp b/include/kth/domain/message/xverack.hpp index ad61cf728..445d6e2a1 100644 --- a/include/kth/domain/message/xverack.hpp +++ b/include/kth/domain/message/xverack.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/message/xversion.hpp b/include/kth/domain/message/xversion.hpp index 87432f916..85a9c6e8c 100644 --- a/include/kth/domain/message/xversion.hpp +++ b/include/kth/domain/message/xversion.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/multi_crypto_settings.hpp b/include/kth/domain/multi_crypto_settings.hpp index f885acfdd..eb4a29296 100644 --- a/include/kth/domain/multi_crypto_settings.hpp +++ b/include/kth/domain/multi_crypto_settings.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/multi_crypto_support.hpp b/include/kth/domain/multi_crypto_support.hpp index 7d8686c99..bff36ba14 100644 --- a/include/kth/domain/multi_crypto_support.hpp +++ b/include/kth/domain/multi_crypto_support.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/utility/property_tree.hpp b/include/kth/domain/utility/property_tree.hpp index c928cdb94..9a2062f3b 100644 --- a/include/kth/domain/utility/property_tree.hpp +++ b/include/kth/domain/utility/property_tree.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/utils.hpp b/include/kth/domain/utils.hpp index d25acafaf..53b5d8d12 100644 --- a/include/kth/domain/utils.hpp +++ b/include/kth/domain/utils.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/version.hpp b/include/kth/domain/version.hpp index aed779af8..a2e6f8bc7 100644 --- a/include/kth/domain/version.hpp +++ b/include/kth/domain/version.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/wallet/bitcoin_uri.hpp b/include/kth/domain/wallet/bitcoin_uri.hpp index 138ede6a5..dacdcbb92 100644 --- a/include/kth/domain/wallet/bitcoin_uri.hpp +++ b/include/kth/domain/wallet/bitcoin_uri.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/wallet/ec_private.hpp b/include/kth/domain/wallet/ec_private.hpp index dda0a0b3a..141fc14d2 100644 --- a/include/kth/domain/wallet/ec_private.hpp +++ b/include/kth/domain/wallet/ec_private.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/wallet/ec_public.hpp b/include/kth/domain/wallet/ec_public.hpp index 4f9913631..2c6329ca5 100644 --- a/include/kth/domain/wallet/ec_public.hpp +++ b/include/kth/domain/wallet/ec_public.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/wallet/ek_private.hpp b/include/kth/domain/wallet/ek_private.hpp index 061a1b54f..bd44a5da4 100644 --- a/include/kth/domain/wallet/ek_private.hpp +++ b/include/kth/domain/wallet/ek_private.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/wallet/ek_public.hpp b/include/kth/domain/wallet/ek_public.hpp index 8d9dfb33f..d89e2f396 100644 --- a/include/kth/domain/wallet/ek_public.hpp +++ b/include/kth/domain/wallet/ek_public.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/wallet/ek_token.hpp b/include/kth/domain/wallet/ek_token.hpp index d3628e44f..c52d809dd 100644 --- a/include/kth/domain/wallet/ek_token.hpp +++ b/include/kth/domain/wallet/ek_token.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/wallet/encrypted_keys.hpp b/include/kth/domain/wallet/encrypted_keys.hpp index d4c4b6770..9c6ed6dfc 100644 --- a/include/kth/domain/wallet/encrypted_keys.hpp +++ b/include/kth/domain/wallet/encrypted_keys.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/wallet/message.hpp b/include/kth/domain/wallet/message.hpp index cbb5ae4cc..9295b95a7 100644 --- a/include/kth/domain/wallet/message.hpp +++ b/include/kth/domain/wallet/message.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/wallet/payment_address.hpp b/include/kth/domain/wallet/payment_address.hpp index ab36c04cf..2aaad0ec0 100644 --- a/include/kth/domain/wallet/payment_address.hpp +++ b/include/kth/domain/wallet/payment_address.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/wallet/select_outputs.hpp b/include/kth/domain/wallet/select_outputs.hpp index 610e0f46e..f2e655fc1 100644 --- a/include/kth/domain/wallet/select_outputs.hpp +++ b/include/kth/domain/wallet/select_outputs.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/wallet/stealth_address.hpp b/include/kth/domain/wallet/stealth_address.hpp index f5bdf5092..58a542061 100644 --- a/include/kth/domain/wallet/stealth_address.hpp +++ b/include/kth/domain/wallet/stealth_address.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/wallet/stealth_receiver.hpp b/include/kth/domain/wallet/stealth_receiver.hpp index df164fcd3..3092fe9ba 100644 --- a/include/kth/domain/wallet/stealth_receiver.hpp +++ b/include/kth/domain/wallet/stealth_receiver.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/wallet/stealth_sender.hpp b/include/kth/domain/wallet/stealth_sender.hpp index 3feb898c4..e47336949 100644 --- a/include/kth/domain/wallet/stealth_sender.hpp +++ b/include/kth/domain/wallet/stealth_sender.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/wallet/transaction_functions.hpp b/include/kth/domain/wallet/transaction_functions.hpp index 69729025b..83f1b0d76 100644 --- a/include/kth/domain/wallet/transaction_functions.hpp +++ b/include/kth/domain/wallet/transaction_functions.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/include/kth/domain/wallet/uri_reader.hpp b/include/kth/domain/wallet/uri_reader.hpp index 074f8ae0d..399fcc99f 100644 --- a/include/kth/domain/wallet/uri_reader.hpp +++ b/include/kth/domain/wallet/uri_reader.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/chain/block.cpp b/src/chain/block.cpp index 298005353..7dcd50449 100644 --- a/src/chain/block.cpp +++ b/src/chain/block.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/chain/block_basis.cpp b/src/chain/block_basis.cpp index cc8661d17..e74c76226 100644 --- a/src/chain/block_basis.cpp +++ b/src/chain/block_basis.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/chain/chain_state.cpp b/src/chain/chain_state.cpp index 51a3771f1..f86e2ea12 100644 --- a/src/chain/chain_state.cpp +++ b/src/chain/chain_state.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/chain/compact.cpp b/src/chain/compact.cpp index be8d13483..04d917d68 100644 --- a/src/chain/compact.cpp +++ b/src/chain/compact.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/chain/header.cpp b/src/chain/header.cpp index 4e224a4dc..715a38002 100644 --- a/src/chain/header.cpp +++ b/src/chain/header.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/chain/header_basis.cpp b/src/chain/header_basis.cpp index 22db06092..930a54c04 100644 --- a/src/chain/header_basis.cpp +++ b/src/chain/header_basis.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/chain/input.cpp b/src/chain/input.cpp index 09ea2e72d..f2044ee0c 100644 --- a/src/chain/input.cpp +++ b/src/chain/input.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/chain/input_basis.cpp b/src/chain/input_basis.cpp index a90b2d79e..d2f39d3f4 100644 --- a/src/chain/input_basis.cpp +++ b/src/chain/input_basis.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/chain/output.cpp b/src/chain/output.cpp index 7a459f5f3..0e1806778 100644 --- a/src/chain/output.cpp +++ b/src/chain/output.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/chain/output_basis.cpp b/src/chain/output_basis.cpp index 64fce6b8b..4543ae57a 100644 --- a/src/chain/output_basis.cpp +++ b/src/chain/output_basis.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/chain/output_point.cpp b/src/chain/output_point.cpp index 989cbe04d..c6adeac0b 100644 --- a/src/chain/output_point.cpp +++ b/src/chain/output_point.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/chain/point.cpp b/src/chain/point.cpp index eb18ed544..b35a72998 100644 --- a/src/chain/point.cpp +++ b/src/chain/point.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/chain/point_iterator.cpp b/src/chain/point_iterator.cpp index 68eb28d16..6853c7894 100644 --- a/src/chain/point_iterator.cpp +++ b/src/chain/point_iterator.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/chain/point_value.cpp b/src/chain/point_value.cpp index 81524a2ed..6a6f02411 100644 --- a/src/chain/point_value.cpp +++ b/src/chain/point_value.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/chain/points_value.cpp b/src/chain/points_value.cpp index 00a4d466d..257d1bd03 100644 --- a/src/chain/points_value.cpp +++ b/src/chain/points_value.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/chain/script.cpp b/src/chain/script.cpp index 336895d66..2a17ea9f8 100644 --- a/src/chain/script.cpp +++ b/src/chain/script.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/chain/script_basis.cpp b/src/chain/script_basis.cpp index 953d60e2b..25f25c500 100644 --- a/src/chain/script_basis.cpp +++ b/src/chain/script_basis.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/chain/transaction.cpp b/src/chain/transaction.cpp index aa0074b52..4b9ec62de 100644 --- a/src/chain/transaction.cpp +++ b/src/chain/transaction.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/chain/transaction_basis.cpp b/src/chain/transaction_basis.cpp index 838063d36..b38e617d9 100644 --- a/src/chain/transaction_basis.cpp +++ b/src/chain/transaction_basis.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/chain/witness.cpp b/src/chain/witness.cpp index 1e323845b..505f81c8c 100644 --- a/src/chain/witness.cpp +++ b/src/chain/witness.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/config/ec_private.cpp b/src/config/ec_private.cpp index 071d598bb..9eff038c3 100644 --- a/src/config/ec_private.cpp +++ b/src/config/ec_private.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/config/endorsement.cpp b/src/config/endorsement.cpp index f633e34ca..88bd7c4e7 100644 --- a/src/config/endorsement.cpp +++ b/src/config/endorsement.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/config/header.cpp b/src/config/header.cpp index 7219d6e06..b3de1689a 100644 --- a/src/config/header.cpp +++ b/src/config/header.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/config/input.cpp b/src/config/input.cpp index a486dfe73..4f2b0aa53 100644 --- a/src/config/input.cpp +++ b/src/config/input.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/config/output.cpp b/src/config/output.cpp index 550ef50fe..c6d491b07 100644 --- a/src/config/output.cpp +++ b/src/config/output.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/config/point.cpp b/src/config/point.cpp index 1b852c67f..afb21def8 100644 --- a/src/config/point.cpp +++ b/src/config/point.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/config/script.cpp b/src/config/script.cpp index 1dd0c866e..5df371a72 100644 --- a/src/config/script.cpp +++ b/src/config/script.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/config/transaction.cpp b/src/config/transaction.cpp index 89a04deab..1c08666ed 100644 --- a/src/config/transaction.cpp +++ b/src/config/transaction.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/machine/interpreter.cpp b/src/machine/interpreter.cpp index cdb215bad..fdec83722 100644 --- a/src/machine/interpreter.cpp +++ b/src/machine/interpreter.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/machine/opcode.cpp b/src/machine/opcode.cpp index 65b34e5c0..757602579 100644 --- a/src/machine/opcode.cpp +++ b/src/machine/opcode.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/machine/operation.cpp b/src/machine/operation.cpp index 79b8656c3..00a09cca2 100644 --- a/src/machine/operation.cpp +++ b/src/machine/operation.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/machine/program.cpp b/src/machine/program.cpp index fd512e51f..2a812eba7 100644 --- a/src/machine/program.cpp +++ b/src/machine/program.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/math/hash.cpp b/src/math/hash.cpp index f2e46118b..7c8ad1941 100644 --- a/src/math/hash.cpp +++ b/src/math/hash.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/math/stealth.cpp b/src/math/stealth.cpp index 1b043ee54..d25c2d1fd 100644 --- a/src/math/stealth.cpp +++ b/src/math/stealth.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/address.cpp b/src/message/address.cpp index 1cc6f7e11..e01e51376 100644 --- a/src/message/address.cpp +++ b/src/message/address.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/alert.cpp b/src/message/alert.cpp index 1f1333835..2d5158730 100644 --- a/src/message/alert.cpp +++ b/src/message/alert.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/alert_payload.cpp b/src/message/alert_payload.cpp index 5d0942608..f51a77687 100644 --- a/src/message/alert_payload.cpp +++ b/src/message/alert_payload.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/block.cpp b/src/message/block.cpp index 3e83ac978..b34f0cba2 100644 --- a/src/message/block.cpp +++ b/src/message/block.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/block_transactions.cpp b/src/message/block_transactions.cpp index 75a8c3292..44590ee2a 100644 --- a/src/message/block_transactions.cpp +++ b/src/message/block_transactions.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/compact_block.cpp b/src/message/compact_block.cpp index b4469bcc9..c1cb7f622 100644 --- a/src/message/compact_block.cpp +++ b/src/message/compact_block.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/double_spend_proof.cpp b/src/message/double_spend_proof.cpp index 30bf8a614..b1f56e860 100644 --- a/src/message/double_spend_proof.cpp +++ b/src/message/double_spend_proof.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/fee_filter.cpp b/src/message/fee_filter.cpp index da8707efa..75c31ac99 100644 --- a/src/message/fee_filter.cpp +++ b/src/message/fee_filter.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/filter_add.cpp b/src/message/filter_add.cpp index 16ade26b3..02fcb3413 100644 --- a/src/message/filter_add.cpp +++ b/src/message/filter_add.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/filter_clear.cpp b/src/message/filter_clear.cpp index 9cdafa475..46ba76120 100644 --- a/src/message/filter_clear.cpp +++ b/src/message/filter_clear.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/filter_load.cpp b/src/message/filter_load.cpp index 6c907ca0a..0d660d977 100644 --- a/src/message/filter_load.cpp +++ b/src/message/filter_load.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/get_address.cpp b/src/message/get_address.cpp index b8a6101cb..87168594c 100644 --- a/src/message/get_address.cpp +++ b/src/message/get_address.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/get_block_transactions.cpp b/src/message/get_block_transactions.cpp index 53de4f789..99bd82f31 100644 --- a/src/message/get_block_transactions.cpp +++ b/src/message/get_block_transactions.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/get_blocks.cpp b/src/message/get_blocks.cpp index 9f41fa24c..8536aa0ad 100644 --- a/src/message/get_blocks.cpp +++ b/src/message/get_blocks.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/get_data.cpp b/src/message/get_data.cpp index ad0ab389c..639983912 100644 --- a/src/message/get_data.cpp +++ b/src/message/get_data.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/get_headers.cpp b/src/message/get_headers.cpp index 61131851d..2a800ccb4 100644 --- a/src/message/get_headers.cpp +++ b/src/message/get_headers.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/header.cpp b/src/message/header.cpp index 4c41d8144..7312f43e5 100644 --- a/src/message/header.cpp +++ b/src/message/header.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/headers.cpp b/src/message/headers.cpp index 845849ef4..099ac8168 100644 --- a/src/message/headers.cpp +++ b/src/message/headers.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/heading.cpp b/src/message/heading.cpp index 10e4b5600..92791c4e0 100644 --- a/src/message/heading.cpp +++ b/src/message/heading.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/inventory.cpp b/src/message/inventory.cpp index bbf7aef6b..c82caba3d 100644 --- a/src/message/inventory.cpp +++ b/src/message/inventory.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/inventory_vector.cpp b/src/message/inventory_vector.cpp index b21b4fccb..2d1fb354f 100644 --- a/src/message/inventory_vector.cpp +++ b/src/message/inventory_vector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/memory_pool.cpp b/src/message/memory_pool.cpp index 5f2b4df9b..57d4bf7a2 100644 --- a/src/message/memory_pool.cpp +++ b/src/message/memory_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/merkle_block.cpp b/src/message/merkle_block.cpp index 33b30ab20..b810424c4 100644 --- a/src/message/merkle_block.cpp +++ b/src/message/merkle_block.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/not_found.cpp b/src/message/not_found.cpp index 91636b2cc..981ba2648 100644 --- a/src/message/not_found.cpp +++ b/src/message/not_found.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/ping.cpp b/src/message/ping.cpp index 5b3d41723..a29857e07 100644 --- a/src/message/ping.cpp +++ b/src/message/ping.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/pong.cpp b/src/message/pong.cpp index 39105bd24..5e8fded64 100644 --- a/src/message/pong.cpp +++ b/src/message/pong.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/prefilled_transaction.cpp b/src/message/prefilled_transaction.cpp index 64e094ced..dd3318ef7 100644 --- a/src/message/prefilled_transaction.cpp +++ b/src/message/prefilled_transaction.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/reject.cpp b/src/message/reject.cpp index 39730c34c..2299e2430 100644 --- a/src/message/reject.cpp +++ b/src/message/reject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/send_compact.cpp b/src/message/send_compact.cpp index ad75fc9b1..c3c97080d 100644 --- a/src/message/send_compact.cpp +++ b/src/message/send_compact.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/send_headers.cpp b/src/message/send_headers.cpp index ad274d27d..83d5b639f 100644 --- a/src/message/send_headers.cpp +++ b/src/message/send_headers.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/transaction.cpp b/src/message/transaction.cpp index 91626ad39..7baa0e536 100644 --- a/src/message/transaction.cpp +++ b/src/message/transaction.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/verack.cpp b/src/message/verack.cpp index 2736a248e..7e0c3fb7b 100644 --- a/src/message/verack.cpp +++ b/src/message/verack.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/version.cpp b/src/message/version.cpp index ad81c884c..bf161834b 100644 --- a/src/message/version.cpp +++ b/src/message/version.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/xverack.cpp b/src/message/xverack.cpp index cd3bfe66d..f38e43bdd 100644 --- a/src/message/xverack.cpp +++ b/src/message/xverack.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/message/xversion.cpp b/src/message/xversion.cpp index d85951ee3..c4bbd3569 100644 --- a/src/message/xversion.cpp +++ b/src/message/xversion.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/multi_crypto_support.cpp b/src/multi_crypto_support.cpp index 9841dad32..0ccfa5ec2 100644 --- a/src/multi_crypto_support.cpp +++ b/src/multi_crypto_support.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/utility/property_tree.cpp b/src/utility/property_tree.cpp index de2b73f07..640de9f01 100644 --- a/src/utility/property_tree.cpp +++ b/src/utility/property_tree.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/version.cpp b/src/version.cpp index 20d340b71..d2806d1f4 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/wallet/bitcoin_uri.cpp b/src/wallet/bitcoin_uri.cpp index f5fe7bffe..c23ae5a58 100644 --- a/src/wallet/bitcoin_uri.cpp +++ b/src/wallet/bitcoin_uri.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/wallet/ec_private.cpp b/src/wallet/ec_private.cpp index 1c4666f05..40758fbc8 100644 --- a/src/wallet/ec_private.cpp +++ b/src/wallet/ec_private.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/wallet/ec_public.cpp b/src/wallet/ec_public.cpp index 829c25d0d..62ebcf813 100644 --- a/src/wallet/ec_public.cpp +++ b/src/wallet/ec_public.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/wallet/ek_private.cpp b/src/wallet/ek_private.cpp index 3d60d7ead..c87bc384c 100644 --- a/src/wallet/ek_private.cpp +++ b/src/wallet/ek_private.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/wallet/ek_public.cpp b/src/wallet/ek_public.cpp index 4210ddd69..9011bef1f 100644 --- a/src/wallet/ek_public.cpp +++ b/src/wallet/ek_public.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/wallet/ek_token.cpp b/src/wallet/ek_token.cpp index 6541f1d9f..93931f0ed 100644 --- a/src/wallet/ek_token.cpp +++ b/src/wallet/ek_token.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/wallet/encrypted_keys.cpp b/src/wallet/encrypted_keys.cpp index 6387779f8..f46cc5241 100644 --- a/src/wallet/encrypted_keys.cpp +++ b/src/wallet/encrypted_keys.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/wallet/message.cpp b/src/wallet/message.cpp index 3ff0d36b6..661998e90 100644 --- a/src/wallet/message.cpp +++ b/src/wallet/message.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/wallet/parse_encrypted_keys/parse_encrypted_key.hpp b/src/wallet/parse_encrypted_keys/parse_encrypted_key.hpp index fec5f25b4..339e7a6b7 100644 --- a/src/wallet/parse_encrypted_keys/parse_encrypted_key.hpp +++ b/src/wallet/parse_encrypted_keys/parse_encrypted_key.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/wallet/parse_encrypted_keys/parse_encrypted_key.ipp b/src/wallet/parse_encrypted_keys/parse_encrypted_key.ipp index 0662b7d09..198c7c8a8 100644 --- a/src/wallet/parse_encrypted_keys/parse_encrypted_key.ipp +++ b/src/wallet/parse_encrypted_keys/parse_encrypted_key.ipp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/wallet/parse_encrypted_keys/parse_encrypted_prefix.hpp b/src/wallet/parse_encrypted_keys/parse_encrypted_prefix.hpp index 6a3b88bbf..dc389fd83 100644 --- a/src/wallet/parse_encrypted_keys/parse_encrypted_prefix.hpp +++ b/src/wallet/parse_encrypted_keys/parse_encrypted_prefix.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/wallet/parse_encrypted_keys/parse_encrypted_prefix.ipp b/src/wallet/parse_encrypted_keys/parse_encrypted_prefix.ipp index 9b8a86089..d1c54d3a7 100644 --- a/src/wallet/parse_encrypted_keys/parse_encrypted_prefix.ipp +++ b/src/wallet/parse_encrypted_keys/parse_encrypted_prefix.ipp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/wallet/parse_encrypted_keys/parse_encrypted_private.cpp b/src/wallet/parse_encrypted_keys/parse_encrypted_private.cpp index 11362f65f..5e05d268a 100644 --- a/src/wallet/parse_encrypted_keys/parse_encrypted_private.cpp +++ b/src/wallet/parse_encrypted_keys/parse_encrypted_private.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/wallet/parse_encrypted_keys/parse_encrypted_private.hpp b/src/wallet/parse_encrypted_keys/parse_encrypted_private.hpp index 45399d7a7..401c139a7 100644 --- a/src/wallet/parse_encrypted_keys/parse_encrypted_private.hpp +++ b/src/wallet/parse_encrypted_keys/parse_encrypted_private.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/wallet/parse_encrypted_keys/parse_encrypted_public.cpp b/src/wallet/parse_encrypted_keys/parse_encrypted_public.cpp index ef368f37a..a514ae9ea 100644 --- a/src/wallet/parse_encrypted_keys/parse_encrypted_public.cpp +++ b/src/wallet/parse_encrypted_keys/parse_encrypted_public.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/wallet/parse_encrypted_keys/parse_encrypted_public.hpp b/src/wallet/parse_encrypted_keys/parse_encrypted_public.hpp index 29609a39c..ea9bb732e 100644 --- a/src/wallet/parse_encrypted_keys/parse_encrypted_public.hpp +++ b/src/wallet/parse_encrypted_keys/parse_encrypted_public.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/wallet/parse_encrypted_keys/parse_encrypted_token.cpp b/src/wallet/parse_encrypted_keys/parse_encrypted_token.cpp index 134a530b9..c943080bd 100644 --- a/src/wallet/parse_encrypted_keys/parse_encrypted_token.cpp +++ b/src/wallet/parse_encrypted_keys/parse_encrypted_token.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/wallet/parse_encrypted_keys/parse_encrypted_token.hpp b/src/wallet/parse_encrypted_keys/parse_encrypted_token.hpp index 411759f6b..f32281d83 100644 --- a/src/wallet/parse_encrypted_keys/parse_encrypted_token.hpp +++ b/src/wallet/parse_encrypted_keys/parse_encrypted_token.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/wallet/payment_address.cpp b/src/wallet/payment_address.cpp index 9b524f042..1b0eb5529 100644 --- a/src/wallet/payment_address.cpp +++ b/src/wallet/payment_address.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/wallet/select_outputs.cpp b/src/wallet/select_outputs.cpp index ebe032329..705a68f6d 100644 --- a/src/wallet/select_outputs.cpp +++ b/src/wallet/select_outputs.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/wallet/stealth_address.cpp b/src/wallet/stealth_address.cpp index a1c5db8f6..71b535cdf 100644 --- a/src/wallet/stealth_address.cpp +++ b/src/wallet/stealth_address.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/wallet/stealth_receiver.cpp b/src/wallet/stealth_receiver.cpp index 6f86ce46a..9084bfaf0 100644 --- a/src/wallet/stealth_receiver.cpp +++ b/src/wallet/stealth_receiver.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/wallet/stealth_sender.cpp b/src/wallet/stealth_sender.cpp index 9dbb43638..303c34747 100644 --- a/src/wallet/stealth_sender.cpp +++ b/src/wallet/stealth_sender.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/src/wallet/transaction_functions.cpp b/src/wallet/transaction_functions.cpp index 0696bb72f..484670cdb 100644 --- a/src/wallet/transaction_functions.cpp +++ b/src/wallet/transaction_functions.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/aserti3-2d/CMakeLists.txt b/test/aserti3-2d/CMakeLists.txt index 6142b852c..96d6a69dd 100644 --- a/test/aserti3-2d/CMakeLists.txt +++ b/test/aserti3-2d/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 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/test/aserti3-2d/conanfile.py b/test/aserti3-2d/conanfile.py index 4d8078e13..80536fe63 100644 --- a/test/aserti3-2d/conanfile.py +++ b/test/aserti3-2d/conanfile.py @@ -1,4 +1,4 @@ -# Copyright (c) 2016-2023 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/test/chain/block.cpp b/test/chain/block.cpp index 391a5574d..3a5ca7a9f 100644 --- a/test/chain/block.cpp +++ b/test/chain/block.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/chain/compact.cpp b/test/chain/compact.cpp index 04b2f1a4f..376b4a177 100644 --- a/test/chain/compact.cpp +++ b/test/chain/compact.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/chain/header.cpp b/test/chain/header.cpp index 9e00b0f11..33d3bef29 100644 --- a/test/chain/header.cpp +++ b/test/chain/header.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/chain/input.cpp b/test/chain/input.cpp index f80e6fb19..2aed6102c 100644 --- a/test/chain/input.cpp +++ b/test/chain/input.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/chain/output.cpp b/test/chain/output.cpp index b9ec7cdd0..b9fe833a2 100644 --- a/test/chain/output.cpp +++ b/test/chain/output.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/chain/output_point.cpp b/test/chain/output_point.cpp index 2563e7fcf..0bc6e6efc 100644 --- a/test/chain/output_point.cpp +++ b/test/chain/output_point.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/chain/point.cpp b/test/chain/point.cpp index ee9c7754c..143d981ea 100644 --- a/test/chain/point.cpp +++ b/test/chain/point.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/chain/point_iterator.cpp b/test/chain/point_iterator.cpp index 9a1690080..cd6e80b25 100644 --- a/test/chain/point_iterator.cpp +++ b/test/chain/point_iterator.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/chain/point_value.cpp b/test/chain/point_value.cpp index 5e282bad0..a4d145068 100644 --- a/test/chain/point_value.cpp +++ b/test/chain/point_value.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/chain/points_value.cpp b/test/chain/points_value.cpp index 1765cd238..faa38af9e 100644 --- a/test/chain/points_value.cpp +++ b/test/chain/points_value.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/chain/satoshi_words.cpp b/test/chain/satoshi_words.cpp index 7d6518187..516855d33 100644 --- a/test/chain/satoshi_words.cpp +++ b/test/chain/satoshi_words.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/chain/script.cpp b/test/chain/script.cpp index 57f60b270..63b6de5bd 100644 --- a/test/chain/script.cpp +++ b/test/chain/script.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/chain/script.hpp b/test/chain/script.hpp index 76b863b25..0f1ebb8f1 100644 --- a/test/chain/script.hpp +++ b/test/chain/script.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/chain/transaction.cpp b/test/chain/transaction.cpp index 4b2ef1ea3..dbc714721 100644 --- a/test/chain/transaction.cpp +++ b/test/chain/transaction.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/machine/opcode.cpp b/test/machine/opcode.cpp index 84b86cbcd..1ae02c2bb 100644 --- a/test/machine/opcode.cpp +++ b/test/machine/opcode.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/machine/operation.cpp b/test/machine/operation.cpp index 3ebe160b3..1aa72ec93 100644 --- a/test/machine/operation.cpp +++ b/test/machine/operation.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/main.cpp b/test/main.cpp index 7fad2be83..83aa2bbaa 100644 --- a/test/main.cpp +++ b/test/main.cpp @@ -1,4 +1,4 @@ -// // Copyright (c) 2016-2023 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/test/math/limits.cpp b/test/math/limits.cpp index 1a42db510..383482784 100644 --- a/test/math/limits.cpp +++ b/test/math/limits.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/math/stealth.cpp b/test/math/stealth.cpp index 4736adf86..6ec82ab88 100644 --- a/test/math/stealth.cpp +++ b/test/math/stealth.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/address.cpp b/test/message/address.cpp index 8a42d395f..a3cbb2fc0 100644 --- a/test/message/address.cpp +++ b/test/message/address.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/alert.cpp b/test/message/alert.cpp index a35f4efbd..f8c6814d8 100644 --- a/test/message/alert.cpp +++ b/test/message/alert.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/alert_payload.cpp b/test/message/alert_payload.cpp index 2042ae077..21be86456 100644 --- a/test/message/alert_payload.cpp +++ b/test/message/alert_payload.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/block.cpp b/test/message/block.cpp index e8de934ad..180345a43 100644 --- a/test/message/block.cpp +++ b/test/message/block.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/block_transactions.cpp b/test/message/block_transactions.cpp index 7001a3646..d7b740325 100644 --- a/test/message/block_transactions.cpp +++ b/test/message/block_transactions.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/compact_block.cpp b/test/message/compact_block.cpp index d69b31855..14f9466b2 100644 --- a/test/message/compact_block.cpp +++ b/test/message/compact_block.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/fee_filter.cpp b/test/message/fee_filter.cpp index 2193a118e..8635a7d6c 100644 --- a/test/message/fee_filter.cpp +++ b/test/message/fee_filter.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/filter_add.cpp b/test/message/filter_add.cpp index 8ac7c1100..03eb1df94 100644 --- a/test/message/filter_add.cpp +++ b/test/message/filter_add.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/filter_clear.cpp b/test/message/filter_clear.cpp index f0cccbc94..6845b2b7b 100644 --- a/test/message/filter_clear.cpp +++ b/test/message/filter_clear.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/filter_load.cpp b/test/message/filter_load.cpp index ee235e8bb..19cfb316f 100644 --- a/test/message/filter_load.cpp +++ b/test/message/filter_load.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/get_address.cpp b/test/message/get_address.cpp index a2b5442bd..d48aaf233 100644 --- a/test/message/get_address.cpp +++ b/test/message/get_address.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/get_block_transactions.cpp b/test/message/get_block_transactions.cpp index 747e96551..a2f8b57fd 100644 --- a/test/message/get_block_transactions.cpp +++ b/test/message/get_block_transactions.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/get_blocks.cpp b/test/message/get_blocks.cpp index 08405b56e..51e177c7e 100644 --- a/test/message/get_blocks.cpp +++ b/test/message/get_blocks.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/get_data.cpp b/test/message/get_data.cpp index 04a3b41e2..c4334ccd1 100644 --- a/test/message/get_data.cpp +++ b/test/message/get_data.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/get_headers.cpp b/test/message/get_headers.cpp index 01836ac5d..2f0157365 100644 --- a/test/message/get_headers.cpp +++ b/test/message/get_headers.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/header.cpp b/test/message/header.cpp index 59a2933d5..84f548180 100644 --- a/test/message/header.cpp +++ b/test/message/header.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/headers.cpp b/test/message/headers.cpp index 6cfe670f3..92f540dfe 100644 --- a/test/message/headers.cpp +++ b/test/message/headers.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/heading.cpp b/test/message/heading.cpp index f49f40bcc..1d13e03d1 100644 --- a/test/message/heading.cpp +++ b/test/message/heading.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/inventory.cpp b/test/message/inventory.cpp index 512625509..3018fc4e3 100644 --- a/test/message/inventory.cpp +++ b/test/message/inventory.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/inventory_vector.cpp b/test/message/inventory_vector.cpp index 57b326884..8437b4de5 100644 --- a/test/message/inventory_vector.cpp +++ b/test/message/inventory_vector.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/memory_pool.cpp b/test/message/memory_pool.cpp index 1e759136f..84759878f 100644 --- a/test/message/memory_pool.cpp +++ b/test/message/memory_pool.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/merkle_block.cpp b/test/message/merkle_block.cpp index d715e7c9e..36c4535fe 100644 --- a/test/message/merkle_block.cpp +++ b/test/message/merkle_block.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/messages.cpp b/test/message/messages.cpp index 8fbdd8ce5..8fbddea20 100644 --- a/test/message/messages.cpp +++ b/test/message/messages.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/not_found.cpp b/test/message/not_found.cpp index a9d729e26..d5ec4a472 100644 --- a/test/message/not_found.cpp +++ b/test/message/not_found.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/ping.cpp b/test/message/ping.cpp index c87cf96c4..bd099b45b 100644 --- a/test/message/ping.cpp +++ b/test/message/ping.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/pong.cpp b/test/message/pong.cpp index 5baecf563..a6fec3f81 100644 --- a/test/message/pong.cpp +++ b/test/message/pong.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/prefilled_transaction.cpp b/test/message/prefilled_transaction.cpp index 2063d417e..7a8ca10f3 100644 --- a/test/message/prefilled_transaction.cpp +++ b/test/message/prefilled_transaction.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/reject.cpp b/test/message/reject.cpp index 5f48ac9fb..5355fee7c 100644 --- a/test/message/reject.cpp +++ b/test/message/reject.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/send_compact.cpp b/test/message/send_compact.cpp index ec677150f..e79a3c232 100644 --- a/test/message/send_compact.cpp +++ b/test/message/send_compact.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/send_headers.cpp b/test/message/send_headers.cpp index e50ec81f4..9ef377ecb 100644 --- a/test/message/send_headers.cpp +++ b/test/message/send_headers.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/transaction.cpp b/test/message/transaction.cpp index b8236a8ff..2b0e07c2e 100644 --- a/test/message/transaction.cpp +++ b/test/message/transaction.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/verack.cpp b/test/message/verack.cpp index 84b277c59..1d1b232d3 100644 --- a/test/message/verack.cpp +++ b/test/message/verack.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/message/version.cpp b/test/message/version.cpp index 173b278cd..ad4dcefc0 100644 --- a/test/message/version.cpp +++ b/test/message/version.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/test_helpers.hpp b/test/test_helpers.hpp index 5652932ed..4f157cb32 100644 --- a/test/test_helpers.hpp +++ b/test/test_helpers.hpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/wallet/bitcoin_uri.cpp b/test/wallet/bitcoin_uri.cpp index e2f74dfa6..cec537951 100644 --- a/test/wallet/bitcoin_uri.cpp +++ b/test/wallet/bitcoin_uri.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/wallet/ec_private.cpp b/test/wallet/ec_private.cpp index 91f8f0f72..f3fc33536 100644 --- a/test/wallet/ec_private.cpp +++ b/test/wallet/ec_private.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/wallet/ec_public.cpp b/test/wallet/ec_public.cpp index 7f6550669..be44b1f5b 100644 --- a/test/wallet/ec_public.cpp +++ b/test/wallet/ec_public.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/wallet/encrypted_keys.cpp b/test/wallet/encrypted_keys.cpp index ce1924857..7e84f8136 100644 --- a/test/wallet/encrypted_keys.cpp +++ b/test/wallet/encrypted_keys.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/wallet/message.cpp b/test/wallet/message.cpp index fe3300231..fe9ff5e0f 100644 --- a/test/wallet/message.cpp +++ b/test/wallet/message.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/wallet/payment_address.cpp b/test/wallet/payment_address.cpp index 19b2bd3f5..565921c27 100644 --- a/test/wallet/payment_address.cpp +++ b/test/wallet/payment_address.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/wallet/select_outputs.cpp b/test/wallet/select_outputs.cpp index 8161aee4a..9a0f412cd 100644 --- a/test/wallet/select_outputs.cpp +++ b/test/wallet/select_outputs.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/wallet/stealth_address.cpp b/test/wallet/stealth_address.cpp index 5db739605..df4d35812 100644 --- a/test/wallet/stealth_address.cpp +++ b/test/wallet/stealth_address.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/wallet/stealth_receiver.cpp b/test/wallet/stealth_receiver.cpp index 1c2eeae45..c9d47872a 100644 --- a/test/wallet/stealth_receiver.cpp +++ b/test/wallet/stealth_receiver.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/wallet/stealth_sender.cpp b/test/wallet/stealth_sender.cpp index 95f38de83..a41feb896 100644 --- a/test/wallet/stealth_sender.cpp +++ b/test/wallet/stealth_sender.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/wallet/transaction_functions.cpp b/test/wallet/transaction_functions.cpp index f5b66f055..fbbb98efc 100644 --- a/test/wallet/transaction_functions.cpp +++ b/test/wallet/transaction_functions.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test/wallet/uri_reader.cpp b/test/wallet/uri_reader.cpp index 25363752e..546c9d542 100644 --- a/test/wallet/uri_reader.cpp +++ b/test/wallet/uri_reader.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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/test_new/main.cpp b/test_new/main.cpp index c7b1b88ab..5e679086b 100644 --- a/test_new/main.cpp +++ b/test_new/main.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2016-2023 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.