From a2afa29052896d67fe08d180e6a5f004671b1c07 Mon Sep 17 00:00:00 2001 From: SChernykh Date: Wed, 30 Mar 2022 14:42:26 +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/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/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.h | 2 +- src/tcp_server.inl | 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 +- 48 files changed, 48 insertions(+), 48 deletions(-) diff --git a/src/block_cache.cpp b/src/block_cache.cpp index 2cac247..5f5daf8 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 SChernykh + * Copyright (c) 2021-2022 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 ab22b32..d53eb7a 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 SChernykh + * Copyright (c) 2021-2022 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 1500cbc..130a1ec 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 SChernykh + * Copyright (c) 2021-2022 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 fdeec08..7abb20f 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 SChernykh + * Copyright (c) 2021-2022 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 e6c52ba..bf0839c 100644 --- a/src/common.h +++ b/src/common.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021 SChernykh + * Copyright (c) 2021-2022 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 876622b..ad80569 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 SChernykh + * Copyright (c) 2021-2022 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 c58e722..65d9da2 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 SChernykh + * Copyright (c) 2021-2022 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 55a60cc..a0d0aa7 100644 --- a/src/crypto.cpp +++ b/src/crypto.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021 SChernykh + * Copyright (c) 2021-2022 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 9a4fe54..21f7d32 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021 SChernykh + * Copyright (c) 2021-2022 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 1274fe9..6a4faab 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 SChernykh + * Copyright (c) 2021-2022 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 099fb5c..3babb8e 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 SChernykh + * Copyright (c) 2021-2022 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 1d0e229..e1d5a85 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 SChernykh + * Copyright (c) 2021-2022 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 795e190..349036f 100644 --- a/src/keccak.cpp +++ b/src/keccak.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021 SChernykh + * Copyright (c) 2021-2022 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 a23bc7e..6edd95d 100644 --- a/src/keccak.h +++ b/src/keccak.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021 SChernykh + * Copyright (c) 2021-2022 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 da204a3..d40767e 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021 SChernykh + * Copyright (c) 2021-2022 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 c7586c3..9e22d40 100644 --- a/src/log.h +++ b/src/log.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021 SChernykh + * Copyright (c) 2021-2022 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 3f7f949..379e61b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021 SChernykh + * Copyright (c) 2021-2022 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 cac47fc..2527b0f 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 SChernykh + * Copyright (c) 2021-2022 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 daa17b2..dd0d7be 100644 --- a/src/mempool.cpp +++ b/src/mempool.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021 SChernykh + * Copyright (c) 2021-2022 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 a73d963..0b1fdb6 100644 --- a/src/mempool.h +++ b/src/mempool.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021 SChernykh + * Copyright (c) 2021-2022 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 499436e..7f42c5d 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021 SChernykh + * Copyright (c) 2021-2022 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 897e6fe..53df126 100644 --- a/src/miner.h +++ b/src/miner.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021 SChernykh + * Copyright (c) 2021-2022 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 5792e17..8982c3e 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 SChernykh + * Copyright (c) 2021-2022 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 a9a85dd..0bdb8f1 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 SChernykh + * Copyright (c) 2021-2022 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 3aa91e8..7fb94c7 100644 --- a/src/p2pool.cpp +++ b/src/p2pool.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021 SChernykh + * Copyright (c) 2021-2022 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 ef8b190..0aec13d 100644 --- a/src/p2pool.h +++ b/src/p2pool.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021 SChernykh + * Copyright (c) 2021-2022 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 48ec42a..8b7bd9a 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 SChernykh + * Copyright (c) 2021-2022 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 50c1aba..130d669 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 SChernykh + * Copyright (c) 2021-2022 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 ac14a98..72a63fc 100644 --- a/src/params.cpp +++ b/src/params.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021 SChernykh + * Copyright (c) 2021-2022 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 07e1486..719702a 100644 --- a/src/params.h +++ b/src/params.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021 SChernykh + * Copyright (c) 2021-2022 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 1c6834d..0584eb0 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 SChernykh + * Copyright (c) 2021-2022 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 0d6c887..5ecca39 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 SChernykh + * Copyright (c) 2021-2022 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 ca79e49..ed0a44b 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 SChernykh + * Copyright (c) 2021-2022 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 648267c..f057ac7 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 SChernykh + * Copyright (c) 2021-2022 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 7efcf71..414d00a 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 SChernykh + * Copyright (c) 2021-2022 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 286cb5e..97f79aa 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 SChernykh + * Copyright (c) 2021-2022 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 fa9ceea..286f97c 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 SChernykh + * Copyright (c) 2021-2022 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 532739a..37ee939 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 SChernykh + * Copyright (c) 2021-2022 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 5cbfd38..17551c3 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 SChernykh + * Copyright (c) 2021-2022 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 4c7e74f..d853ff1 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 SChernykh + * Copyright (c) 2021-2022 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.inl b/src/tcp_server.inl index 6c40335..7f60a1e 100644 --- a/src/tcp_server.inl +++ b/src/tcp_server.inl @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021 SChernykh + * Copyright (c) 2021-2022 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 2b342e8..ea5f587 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021 SChernykh + * Copyright (c) 2021-2022 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 12fd65c..60bf1c1 100644 --- a/src/util.h +++ b/src/util.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021 SChernykh + * Copyright (c) 2021-2022 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 01d0812..9c0a60c 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 SChernykh + * Copyright (c) 2021-2022 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 1b95bbb..edd2336 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021 SChernykh + * Copyright (c) 2021-2022 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 822e737..2b6552a 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021 SChernykh + * Copyright (c) 2021-2022 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 98c4a2d..baa6da1 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 SChernykh + * Copyright (c) 2021-2022 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 c1ab74d..0db1547 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 SChernykh + * Copyright (c) 2021-2022 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