diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index bfecd5e..d27e42c 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -586,7 +586,7 @@ jobs: os: - name: freebsd architecture: x86-64 - version: '12.4' + version: '13.2' host: ubuntu-22.04 steps: @@ -596,7 +596,7 @@ jobs: submodules: recursive - name: Build p2pool - uses: cross-platform-actions/action@v0.19.0 + uses: cross-platform-actions/action@v0.22.0 with: operating_system: ${{ matrix.os.name }} architecture: ${{ matrix.os.architecture }} @@ -659,7 +659,7 @@ jobs: submodules: recursive - name: Build p2pool - uses: cross-platform-actions/action@v0.19.0 + uses: cross-platform-actions/action@v0.22.0 with: operating_system: ${{ matrix.os.name }} architecture: ${{ matrix.os.architecture }} diff --git a/src/block_cache.cpp b/src/block_cache.cpp index 2bae7bc..6392bee 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-2023 SChernykh + * Copyright (c) 2021-2024 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 0c7dc33..6cfb074 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-2023 SChernykh + * Copyright (c) 2021-2024 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 38ed8fd..28d9b0f 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-2023 SChernykh + * Copyright (c) 2021-2024 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 bffef0e..3671d1e 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-2023 SChernykh + * Copyright (c) 2021-2024 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 45afff2..afa323d 100644 --- a/src/common.h +++ b/src/common.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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 13c8e13..96262c7 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-2023 SChernykh + * Copyright (c) 2021-2024 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 8fb121f..b45b113 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-2023 SChernykh + * Copyright (c) 2021-2024 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 a66fb82..f36883f 100644 --- a/src/crypto.cpp +++ b/src/crypto.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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 0d7821c..f34b720 100644 --- a/src/crypto.h +++ b/src/crypto.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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 8c321f0..6cc3818 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-2023 SChernykh + * Copyright (c) 2021-2024 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 a6a4152..0931002 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-2023 SChernykh + * Copyright (c) 2021-2024 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 2062ebf..64aa5c7 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-2023 SChernykh + * Copyright (c) 2021-2024 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 082ecd0..48da2bc 100644 --- a/src/keccak.cpp +++ b/src/keccak.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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 7274d61..0c1d890 100644 --- a/src/keccak.h +++ b/src/keccak.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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 2d2593d..68764f0 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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 3653341..ea64270 100644 --- a/src/log.h +++ b/src/log.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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 c1f9d12..ad59966 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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 0aef9d7..fe7c8f9 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-2023 SChernykh + * Copyright (c) 2021-2024 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 d3b09ad..ba83921 100644 --- a/src/mempool.cpp +++ b/src/mempool.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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 d9132bd..212f4b8 100644 --- a/src/mempool.h +++ b/src/mempool.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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 50fcc32..0b8b299 100644 --- a/src/miner.cpp +++ b/src/miner.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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 57a0b6f..9000b15 100644 --- a/src/miner.h +++ b/src/miner.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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 f64afb5..d27d0db 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-2023 SChernykh + * Copyright (c) 2021-2024 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 f5c9896..0ded81a 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-2023 SChernykh + * Copyright (c) 2021-2024 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 d825469..118e7e6 100644 --- a/src/p2pool.cpp +++ b/src/p2pool.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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 9f16512..e24d28a 100644 --- a/src/p2pool.h +++ b/src/p2pool.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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 231c752..d62c01e 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-2023 SChernykh + * Copyright (c) 2021-2024 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 29a1298..2006e38 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-2023 SChernykh + * Copyright (c) 2021-2024 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 de5ed45..bfb93b8 100644 --- a/src/params.cpp +++ b/src/params.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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 a23e7aa..7ef0d08 100644 --- a/src/params.h +++ b/src/params.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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 24089f3..4e21253 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-2023 SChernykh + * Copyright (c) 2021-2024 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 3c9b784..947c50c 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-2023 SChernykh + * Copyright (c) 2021-2024 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 259ee02..5ff85b5 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-2023 SChernykh + * Copyright (c) 2021-2024 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 16343dc..be57bce 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-2023 SChernykh + * Copyright (c) 2021-2024 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 4482401..68a49b1 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-2023 SChernykh + * Copyright (c) 2021-2024 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 8caecc8..80e605b 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-2023 SChernykh + * Copyright (c) 2021-2024 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 a0e1dd3..6f57874 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-2023 SChernykh + * Copyright (c) 2021-2024 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 aa9800e..73f8548 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-2023 SChernykh + * Copyright (c) 2021-2024 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 78aecf5..800dedb 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-2023 SChernykh + * Copyright (c) 2021-2024 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 e276a74..ad25361 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-2023 SChernykh + * Copyright (c) 2021-2024 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 16a3e46..f5a8539 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-2023 SChernykh + * Copyright (c) 2021-2024 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 77d389d..5a191ff 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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 cbb5200..1703d2d 100644 --- a/src/util.h +++ b/src/util.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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 e4e6f0c..4d8b198 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-2023 SChernykh + * Copyright (c) 2021-2024 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 428d821..5110331 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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 fa727d5..0bdf48f 100644 --- a/src/wallet.h +++ b/src/wallet.h @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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 7016f57..a1807b0 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-2023 SChernykh + * Copyright (c) 2021-2024 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 b5ea64e..296f940 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-2023 SChernykh + * Copyright (c) 2021-2024 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/tests/src/block_template_tests.cpp b/tests/src/block_template_tests.cpp index 3106793..12391ab 100644 --- a/tests/src/block_template_tests.cpp +++ b/tests/src/block_template_tests.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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/tests/src/check_win7.py b/tests/src/check_win7.py index 7a7371d..9b01c81 100644 --- a/tests/src/check_win7.py +++ b/tests/src/check_win7.py @@ -1,5 +1,5 @@ # This file is part of the Monero P2Pool -# Copyright (c) 2021-2023 SChernykh +# Copyright (c) 2021-2024 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/tests/src/crypto_tests.cpp b/tests/src/crypto_tests.cpp index e4afe21..0dea89a 100644 --- a/tests/src/crypto_tests.cpp +++ b/tests/src/crypto_tests.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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/tests/src/difficulty_type_tests.cpp b/tests/src/difficulty_type_tests.cpp index 512730c..8e2e6df 100644 --- a/tests/src/difficulty_type_tests.cpp +++ b/tests/src/difficulty_type_tests.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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/tests/src/hash_tests.cpp b/tests/src/hash_tests.cpp index 865705e..6514f8d 100644 --- a/tests/src/hash_tests.cpp +++ b/tests/src/hash_tests.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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/tests/src/keccak_tests.cpp b/tests/src/keccak_tests.cpp index daa9c29..211d41f 100644 --- a/tests/src/keccak_tests.cpp +++ b/tests/src/keccak_tests.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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/tests/src/log_tests.cpp b/tests/src/log_tests.cpp index 4a15635..ac72315 100644 --- a/tests/src/log_tests.cpp +++ b/tests/src/log_tests.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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/tests/src/main.cpp b/tests/src/main.cpp index 08122db..020ca33 100644 --- a/tests/src/main.cpp +++ b/tests/src/main.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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/tests/src/pool_block_tests.cpp b/tests/src/pool_block_tests.cpp index 8466476..a540ef8 100644 --- a/tests/src/pool_block_tests.cpp +++ b/tests/src/pool_block_tests.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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/tests/src/stratum_dummy.py b/tests/src/stratum_dummy.py index 8c4cfe1..9471578 100644 --- a/tests/src/stratum_dummy.py +++ b/tests/src/stratum_dummy.py @@ -1,5 +1,5 @@ # This file is part of the Monero P2Pool -# Copyright (c) 2021-2023 SChernykh +# Copyright (c) 2021-2024 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/tests/src/util_tests.cpp b/tests/src/util_tests.cpp index 1bb93f2..6977088 100644 --- a/tests/src/util_tests.cpp +++ b/tests/src/util_tests.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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/tests/src/wallet_tests.cpp b/tests/src/wallet_tests.cpp index 63167e6..7dc3b4a 100644 --- a/tests/src/wallet_tests.cpp +++ b/tests/src/wallet_tests.cpp @@ -1,6 +1,6 @@ /* * This file is part of the Monero P2Pool - * Copyright (c) 2021-2023 SChernykh + * Copyright (c) 2021-2024 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