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 75abb3f..abf8c5a 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 0466bc3..c4989a2 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 eba8ca5..05dcae7 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 77fa120..e05e88a 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 c1d0789..6c90292 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 9d7b846..d839359 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 cda776d..8d2223e 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 3d3d2c4..ff933e6 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 8726f8e..fb53b94 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 4901456..783d009 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 699df5e..56b3676 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 82c6a37..5c9e91b 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 ff146bf..f6cd0a7 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 e0d508e..d09f6e4 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 0458434..2d6827b 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 118bd32..660991f 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 e16f695..651b9c7 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 56e919e..dd44e73 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 b3c4f8a..f746d50 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 5710ba9..cb36d62 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 485d875..825cfb7 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 f11b76f..dd62644 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 010ed0c..d58385e 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 6a76f55..147a423 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 675c33e..234356a 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 d933bea..efcc737 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