From 964f4c8065253a13d3a78d08941c1a3b5e8efe60 Mon Sep 17 00:00:00 2001 From: SChernykh <15806605+SChernykh@users.noreply.github.com> Date: Mon, 14 Jul 2025 20:30:33 +0200 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/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/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/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 +- 59 files changed, 59 insertions(+), 59 deletions(-) diff --git a/src/block_cache.cpp b/src/block_cache.cpp index 65a189e..695ca12 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-2024 SChernykh + * Copyright (c) 2021-2025 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 6cfb074..2e8a035 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-2024 SChernykh + * Copyright (c) 2021-2025 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 3cf9304..7c743d8 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-2024 SChernykh + * Copyright (c) 2021-2025 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 abbed9a..8e61386 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-2024 SChernykh + * Copyright (c) 2021-2025 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 73a1977..e3684c2 100644 --- a/src/common.h +++ b/src/common.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2024 SChernykh + * Copyright (c) 2021-2025 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 0ea9755..85f5fef 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-2024 SChernykh + * Copyright (c) 2021-2025 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 097405d..04e6a16 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-2024 SChernykh + * Copyright (c) 2021-2025 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 62ca231..a62da6d 100644 --- a/src/crypto.cpp +++ b/src/crypto.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2024 SChernykh + * Copyright (c) 2021-2025 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 f34b720..dd29597 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2024 SChernykh + * Copyright (c) 2021-2025 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 16d34fd..2663df7 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-2024 SChernykh + * Copyright (c) 2021-2025 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 6531f34..f2cc814 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-2024 SChernykh + * Copyright (c) 2021-2025 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 70fbb2a..9b41f89 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-2024 SChernykh + * Copyright (c) 2021-2025 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 f204057..451bcad 100644 --- a/src/keccak.cpp +++ b/src/keccak.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2024 SChernykh + * Copyright (c) 2021-2025 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 aee0ef7..0bb45b4 100644 --- a/src/keccak.h +++ b/src/keccak.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2024 SChernykh + * Copyright (c) 2021-2025 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 63f3fac..f3c3979 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-2024 SChernykh + * Copyright (c) 2021-2025 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 d7e2bf1..8420e17 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2024 SChernykh + * Copyright (c) 2021-2025 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 5c4c8c5..e1365c4 100644 --- a/src/log.h +++ b/src/log.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2024 SChernykh + * Copyright (c) 2021-2025 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 2128f77..971e9c1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2024 SChernykh + * Copyright (c) 2021-2025 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 e9d898d..f443376 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-2024 SChernykh + * Copyright (c) 2021-2025 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 0522d3b..2fbdcfd 100644 --- a/src/mempool.cpp +++ b/src/mempool.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2024 SChernykh + * Copyright (c) 2021-2025 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 d2b59ae..8e4cfe3 100644 --- a/src/mempool.h +++ b/src/mempool.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2024 SChernykh + * Copyright (c) 2021-2025 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 4485972..cfd1ad8 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-2024 SChernykh + * Copyright (c) 2021-2025 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 806419a..476763e 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-2024 SChernykh + * Copyright (c) 2021-2025 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 84817af..c95b5e9 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-2024 SChernykh + * Copyright (c) 2021-2025 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 2f37208..7838509 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-2024 SChernykh + * Copyright (c) 2021-2025 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 404b97f..5ef8bbc 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-2024 SChernykh + * Copyright (c) 2021-2025 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 5b29785..2be652d 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-2024 SChernykh + * Copyright (c) 2021-2025 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 4b30c1c..149bdf9 100644 --- a/src/merkle.cpp +++ b/src/merkle.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2024 SChernykh + * Copyright (c) 2021-2025 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 fb48b4e..d45b570 100644 --- a/src/merkle.h +++ b/src/merkle.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2024 SChernykh + * Copyright (c) 2021-2025 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 91f29ce..7d64596 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2024 SChernykh + * Copyright (c) 2021-2025 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 783d009..4c50814 100644 --- a/src/miner.h +++ b/src/miner.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2024 SChernykh + * Copyright (c) 2021-2025 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 18cc63a..4a6e602 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-2024 SChernykh + * Copyright (c) 2021-2025 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 191d8e8..ce28ce6 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-2024 SChernykh + * Copyright (c) 2021-2025 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 f8f2b0f..f6adabc 100644 --- a/src/p2pool.cpp +++ b/src/p2pool.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2024 SChernykh + * Copyright (c) 2021-2025 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 c66a64a..151a0b4 100644 --- a/src/p2pool.h +++ b/src/p2pool.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2024 SChernykh + * Copyright (c) 2021-2025 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 d35e000..a3d24fb 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-2024 SChernykh + * Copyright (c) 2021-2025 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 235ddc5..482252f 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-2024 SChernykh + * Copyright (c) 2021-2025 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 f839d0c..02d83d2 100644 --- a/src/params.cpp +++ b/src/params.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2024 SChernykh + * Copyright (c) 2021-2025 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 4d6fe33..46de756 100644 --- a/src/params.h +++ b/src/params.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2024 SChernykh + * Copyright (c) 2021-2025 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 7eddd81..c6586d3 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-2024 SChernykh + * Copyright (c) 2021-2025 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 4a6e7ad..95a0f9a 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-2024 SChernykh + * Copyright (c) 2021-2025 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 5a155a8..a0e0066 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-2024 SChernykh + * Copyright (c) 2021-2025 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 e67061e..f29b267 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-2024 SChernykh + * Copyright (c) 2021-2025 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 6f58415..395a42d 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-2024 SChernykh + * Copyright (c) 2021-2025 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.cpp b/src/side_chain.cpp index 2b2f3b1..823ec26 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-2024 SChernykh + * Copyright (c) 2021-2025 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 d9d8b4e..f5fed52 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-2024 SChernykh + * Copyright (c) 2021-2025 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 8efef9d..208b265 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-2024 SChernykh + * Copyright (c) 2021-2025 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 281b9fc..6d3a0b9 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-2024 SChernykh + * Copyright (c) 2021-2025 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 4e420a6..bc35057 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-2024 SChernykh + * Copyright (c) 2021-2025 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 bc93359..7c0e0bf 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-2024 SChernykh + * Copyright (c) 2021-2025 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 47f42ed..999f154 100644 --- a/src/tls.cpp +++ b/src/tls.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2024 SChernykh + * Copyright (c) 2021-2025 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 10f9112..ea3a0fc 100644 --- a/src/tls.h +++ b/src/tls.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2024 SChernykh + * Copyright (c) 2021-2025 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 c5bc20b..22697c1 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2024 SChernykh + * Copyright (c) 2021-2025 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 fbbc460..4872955 100644 --- a/src/util.h +++ b/src/util.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2024 SChernykh + * Copyright (c) 2021-2025 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 6a6e1a0..d89d939 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-2024 SChernykh + * Copyright (c) 2021-2025 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 5110331..6c36b4a 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2024 SChernykh + * Copyright (c) 2021-2025 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 0bdf48f..b5ff4f2 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2024 SChernykh + * Copyright (c) 2021-2025 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 736d1da..ed9cc15 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-2024 SChernykh + * Copyright (c) 2021-2025 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 296f940..319667b 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-2024 SChernykh + * Copyright (c) 2021-2025 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