From 313fb64b4125e6e7681bde17124be446e39c3195 Mon Sep 17 00:00:00 2001 From: SChernykh <15806605+SChernykh@users.noreply.github.com> Date: Thu, 1 Jan 2026 22:13:05 +0100 Subject: [PATCH] Updated copyright --- src/block_cache.cpp | 2 +- src/block_cache.h | 2 +- src/block_template.cpp | 2 +- src/block_template.h | 2 +- src/common.h | 2 +- src/console_commands.cpp | 2 +- src/console_commands.h | 2 +- src/crypto.cpp | 2 +- src/crypto.h | 2 +- src/indexed_hash.cpp | 2 +- src/json_parsers.h | 2 +- src/json_rpc_request.cpp | 2 +- src/json_rpc_request.h | 2 +- src/keccak.cpp | 2 +- src/keccak.h | 2 +- src/keccak_bmi.cpp | 2 +- src/keccak_constexpr.h | 2 +- src/log.cpp | 2 +- src/log.h | 2 +- src/main.cpp | 2 +- src/memory_leak_debug.cpp | 2 +- src/mempool.cpp | 2 +- src/mempool.h | 2 +- src/merge_mining_client.cpp | 2 +- src/merge_mining_client.h | 2 +- src/merge_mining_client_json_rpc.cpp | 2 +- src/merge_mining_client_json_rpc.h | 2 +- src/merge_mining_client_tari.cpp | 2 +- src/merge_mining_client_tari.h | 2 +- src/merkle.cpp | 2 +- src/merkle.h | 2 +- src/miner.cpp | 2 +- src/miner.h | 2 +- src/p2p_server.cpp | 2 +- src/p2p_server.h | 2 +- src/p2pool.cpp | 2 +- src/p2pool.h | 2 +- src/p2pool_api.cpp | 2 +- src/p2pool_api.h | 2 +- src/params.cpp | 2 +- src/params.h | 2 +- src/pool_block.cpp | 2 +- src/pool_block.h | 2 +- src/pool_block_parser.inl | 2 +- src/pow_hash.cpp | 2 +- src/pow_hash.h | 2 +- src/rapidjson_wrapper.h | 17 +++++++++++++++++ src/side_chain.cpp | 2 +- src/side_chain.h | 2 +- src/stratum_server.cpp | 2 +- src/stratum_server.h | 2 +- src/tcp_server.cpp | 2 +- src/tcp_server.h | 2 +- src/tls.cpp | 2 +- src/tls.h | 2 +- src/util.cpp | 2 +- src/util.h | 2 +- src/uv_util.h | 2 +- src/wallet.cpp | 2 +- src/wallet.h | 2 +- src/zmq_reader.cpp | 2 +- src/zmq_reader.h | 2 +- 62 files changed, 78 insertions(+), 61 deletions(-) diff --git a/src/block_cache.cpp b/src/block_cache.cpp index 61dcbc8..b332ab0 100644 --- a/src/block_cache.cpp +++ b/src/block_cache.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/block_cache.h b/src/block_cache.h index 55d1721..6a27664 100644 --- a/src/block_cache.h +++ b/src/block_cache.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/block_template.cpp b/src/block_template.cpp index 3ed2dd1..d51e217 100644 --- a/src/block_template.cpp +++ b/src/block_template.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * Portions Copyright (c) 2012-2013 The Cryptonote developers * Portions Copyright (c) 2014-2021 The Monero Project * Portions Copyright (c) 2021 XMRig diff --git a/src/block_template.h b/src/block_template.h index e918417..f841b3f 100644 --- a/src/block_template.h +++ b/src/block_template.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/common.h b/src/common.h index 8bf011b..a27e07e 100644 --- a/src/common.h +++ b/src/common.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/console_commands.cpp b/src/console_commands.cpp index 7445a09..aed65bd 100644 --- a/src/console_commands.cpp +++ b/src/console_commands.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * Copyright (c) 2021 hyc * * This program is free software: you can redistribute it and/or modify diff --git a/src/console_commands.h b/src/console_commands.h index 04e6a16..1c429c1 100644 --- a/src/console_commands.h +++ b/src/console_commands.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/crypto.cpp b/src/crypto.cpp index 9a6be36..44cb8e5 100644 --- a/src/crypto.cpp +++ b/src/crypto.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/crypto.h b/src/crypto.h index dd29597..88b5211 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/indexed_hash.cpp b/src/indexed_hash.cpp index b716656..b103714 100644 --- a/src/indexed_hash.cpp +++ b/src/indexed_hash.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/json_parsers.h b/src/json_parsers.h index 5030f77..9ec5178 100644 --- a/src/json_parsers.h +++ b/src/json_parsers.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/json_rpc_request.cpp b/src/json_rpc_request.cpp index 0efe164..6334d80 100644 --- a/src/json_rpc_request.cpp +++ b/src/json_rpc_request.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/json_rpc_request.h b/src/json_rpc_request.h index 6b0e8ca..4b7d020 100644 --- a/src/json_rpc_request.h +++ b/src/json_rpc_request.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/keccak.cpp b/src/keccak.cpp index 32b98fe..da2e0c9 100644 --- a/src/keccak.cpp +++ b/src/keccak.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/keccak.h b/src/keccak.h index a010d6a..e8da025 100644 --- a/src/keccak.h +++ b/src/keccak.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/keccak_bmi.cpp b/src/keccak_bmi.cpp index d37988d..6af8865 100644 --- a/src/keccak_bmi.cpp +++ b/src/keccak_bmi.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/keccak_constexpr.h b/src/keccak_constexpr.h index 158304f..135085d 100644 --- a/src/keccak_constexpr.h +++ b/src/keccak_constexpr.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/log.cpp b/src/log.cpp index df81aab..0b2adc6 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/log.h b/src/log.h index 851ce71..08db598 100644 --- a/src/log.h +++ b/src/log.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/main.cpp b/src/main.cpp index 18245e7..2a62ee6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/memory_leak_debug.cpp b/src/memory_leak_debug.cpp index 68ca663..b6ccaa8 100644 --- a/src/memory_leak_debug.cpp +++ b/src/memory_leak_debug.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mempool.cpp b/src/mempool.cpp index e9773db..ca898ad 100644 --- a/src/mempool.cpp +++ b/src/mempool.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mempool.h b/src/mempool.h index 1bcee8a..01835ca 100644 --- a/src/mempool.h +++ b/src/mempool.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/merge_mining_client.cpp b/src/merge_mining_client.cpp index 8b4ab0e..20408a4 100644 --- a/src/merge_mining_client.cpp +++ b/src/merge_mining_client.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/merge_mining_client.h b/src/merge_mining_client.h index 476763e..5d778b5 100644 --- a/src/merge_mining_client.h +++ b/src/merge_mining_client.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/merge_mining_client_json_rpc.cpp b/src/merge_mining_client_json_rpc.cpp index 2fe92f2..3f4e7ed 100644 --- a/src/merge_mining_client_json_rpc.cpp +++ b/src/merge_mining_client_json_rpc.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/merge_mining_client_json_rpc.h b/src/merge_mining_client_json_rpc.h index 756b937..cbedb72 100644 --- a/src/merge_mining_client_json_rpc.h +++ b/src/merge_mining_client_json_rpc.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/merge_mining_client_tari.cpp b/src/merge_mining_client_tari.cpp index cab0858..0d948e4 100644 --- a/src/merge_mining_client_tari.cpp +++ b/src/merge_mining_client_tari.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/merge_mining_client_tari.h b/src/merge_mining_client_tari.h index b4dbc5b..247101b 100644 --- a/src/merge_mining_client_tari.h +++ b/src/merge_mining_client_tari.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/merkle.cpp b/src/merkle.cpp index 95367b5..ee005f8 100644 --- a/src/merkle.cpp +++ b/src/merkle.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/merkle.h b/src/merkle.h index 6a24c37..626eb78 100644 --- a/src/merkle.h +++ b/src/merkle.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/miner.cpp b/src/miner.cpp index 58d24b9..b9d31a5 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/miner.h b/src/miner.h index 4c50814..e54b00c 100644 --- a/src/miner.h +++ b/src/miner.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/p2p_server.cpp b/src/p2p_server.cpp index 2848498..d96a431 100644 --- a/src/p2p_server.cpp +++ b/src/p2p_server.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/p2p_server.h b/src/p2p_server.h index e424ad0..6c4b330 100644 --- a/src/p2p_server.h +++ b/src/p2p_server.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/p2pool.cpp b/src/p2pool.cpp index 8b1f735..1dd8075 100644 --- a/src/p2pool.cpp +++ b/src/p2pool.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/p2pool.h b/src/p2pool.h index 5e0aa79..58cb128 100644 --- a/src/p2pool.h +++ b/src/p2pool.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/p2pool_api.cpp b/src/p2pool_api.cpp index 8da9f5e..205eeb4 100644 --- a/src/p2pool_api.cpp +++ b/src/p2pool_api.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/p2pool_api.h b/src/p2pool_api.h index b4a49cd..4e919ea 100644 --- a/src/p2pool_api.h +++ b/src/p2pool_api.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/params.cpp b/src/params.cpp index 3695943..0b81648 100644 --- a/src/params.cpp +++ b/src/params.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/params.h b/src/params.h index 623b176..e6f49e7 100644 --- a/src/params.h +++ b/src/params.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/pool_block.cpp b/src/pool_block.cpp index 9789922..ca4cb45 100644 --- a/src/pool_block.cpp +++ b/src/pool_block.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/pool_block.h b/src/pool_block.h index 12460b9..1048734 100644 --- a/src/pool_block.h +++ b/src/pool_block.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/pool_block_parser.inl b/src/pool_block_parser.inl index 2c2c4e5..b58a49c 100644 --- a/src/pool_block_parser.inl +++ b/src/pool_block_parser.inl @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/pow_hash.cpp b/src/pow_hash.cpp index 5e3ce69..4e05782 100644 --- a/src/pow_hash.cpp +++ b/src/pow_hash.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/pow_hash.h b/src/pow_hash.h index 395a42d..5380c29 100644 --- a/src/pow_hash.h +++ b/src/pow_hash.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/rapidjson_wrapper.h b/src/rapidjson_wrapper.h index a0b1843..20c87f3 100644 --- a/src/rapidjson_wrapper.h +++ b/src/rapidjson_wrapper.h @@ -1,3 +1,20 @@ +/* + * This file is part of the Monero P2Pool + * Copyright (c) 2021-2026 SChernykh + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 3. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #if defined(_MSC_VER) && defined(__cppcheck__) // cppcheck chokes on rapidjson headers in Windows #else diff --git a/src/side_chain.cpp b/src/side_chain.cpp index 0ac137d..fa5ebeb 100644 --- a/src/side_chain.cpp +++ b/src/side_chain.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/side_chain.h b/src/side_chain.h index 481ebc0..52dc57e 100644 --- a/src/side_chain.h +++ b/src/side_chain.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/stratum_server.cpp b/src/stratum_server.cpp index c3652b5..4811f42 100644 --- a/src/stratum_server.cpp +++ b/src/stratum_server.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/stratum_server.h b/src/stratum_server.h index fc097e2..d29ef82 100644 --- a/src/stratum_server.h +++ b/src/stratum_server.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tcp_server.cpp b/src/tcp_server.cpp index 5f2826a..1f72273 100644 --- a/src/tcp_server.cpp +++ b/src/tcp_server.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tcp_server.h b/src/tcp_server.h index 4499485..e4f069e 100644 --- a/src/tcp_server.h +++ b/src/tcp_server.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tls.cpp b/src/tls.cpp index 689ffbb..ed2b10e 100644 --- a/src/tls.cpp +++ b/src/tls.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tls.h b/src/tls.h index da0d6b1..accd5a0 100644 --- a/src/tls.h +++ b/src/tls.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/util.cpp b/src/util.cpp index f2d358b..613cf39 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/util.h b/src/util.h index ce5e848..2df9b27 100644 --- a/src/util.h +++ b/src/util.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/uv_util.h b/src/uv_util.h index d89d939..b05ab31 100644 --- a/src/uv_util.h +++ b/src/uv_util.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/wallet.cpp b/src/wallet.cpp index de9fb14..e51ca78 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * Portions Copyright (c) 2012-2013 The Cryptonote developers * Portions Copyright (c) 2014-2021 The Monero Project * Portions Copyright (c) 2021 XMRig diff --git a/src/wallet.h b/src/wallet.h index ae8ba2f..3ea2de6 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/zmq_reader.cpp b/src/zmq_reader.cpp index 18ce565..3b2f460 100644 --- a/src/zmq_reader.cpp +++ b/src/zmq_reader.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/zmq_reader.h b/src/zmq_reader.h index 33e782a..b4644d7 100644 --- a/src/zmq_reader.h +++ b/src/zmq_reader.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2025 SChernykh + * Copyright (c) 2021-2026 SChernykh * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by