diff --git a/license_header.txt b/license_header.txt index 9491f7831870587641fb1f67acfabd7d66866faf..3ab57acb834e79890bfd29235929bc406cecc6d4 100644 --- a/license_header.txt +++ b/license_header.txt @@ -1,4 +1,4 @@ -Copyright 2016-2022 Maël Azimi <m.a@moul.re> +Copyright 2016-2023 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/__init__.py b/silkaj/__init__.py index 6fef9e68e7c9a61619d2f6ff4bb560c93c7474c2..1a2650dfe38efa8601feeee6bf73fb7e127fac91 100644 --- a/silkaj/__init__.py +++ b/silkaj/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/about.py b/silkaj/about.py index 55efeaafa29ccb3fa64650cb03408386a65a5de9..878d178175d1bcb3ea74f5217834c32db1141b0c 100644 --- a/silkaj/about.py +++ b/silkaj/about.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/auth.py b/silkaj/auth.py index 76c55d5162f380147d44524f0c525e3aba09035d..d8d154cd6cc726dc659d5966aca7501fcf2c25ba 100644 --- a/silkaj/auth.py +++ b/silkaj/auth.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/blockchain/__init__.py b/silkaj/blockchain/__init__.py index 58426bbc2bbfc951dc181bdd19b5b2569c074af0..6f0d794d61c4b4c7bb1eff36da65b58a9e305d84 100644 --- a/silkaj/blockchain/__init__.py +++ b/silkaj/blockchain/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/blockchain/blocks.py b/silkaj/blockchain/blocks.py index 2805dbb485a9f47104675a64b913866eff16f3e1..5aa33297bafee431bb59dcbae9b4d29bc2bdb471 100644 --- a/silkaj/blockchain/blocks.py +++ b/silkaj/blockchain/blocks.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/blockchain/difficulty.py b/silkaj/blockchain/difficulty.py index bfcea7929bc98eb20563db1a668f555ba5c937f9..4b01c3c8654df8c9d65ff47f21e2701a7df42f6e 100644 --- a/silkaj/blockchain/difficulty.py +++ b/silkaj/blockchain/difficulty.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/blockchain/information.py b/silkaj/blockchain/information.py index 18609dc0d1905f092cc005bed9c7d604e9ba2e39..f3ed513b333ca2e5b01a986a217d38f2d44e26c3 100644 --- a/silkaj/blockchain/information.py +++ b/silkaj/blockchain/information.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/blockchain/tools.py b/silkaj/blockchain/tools.py index 82b89ac77949b1a8364c8d9755e8e5d356451545..d91b2b515b8655a935b2d50eba057cec8e99c752 100644 --- a/silkaj/blockchain/tools.py +++ b/silkaj/blockchain/tools.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/blockchain/verify.py b/silkaj/blockchain/verify.py index 34d0afe99652c80950471f9dc1044683ae7abb8a..a3921520690ce76fca8cdb8ccc30f5a129ecd7a8 100644 --- a/silkaj/blockchain/verify.py +++ b/silkaj/blockchain/verify.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/checksum.py b/silkaj/checksum.py index b5de0d47ac6323483458122fd22d059124990b8f..beb173c226a478fb24c8dedadd75e5c613d4c808 100644 --- a/silkaj/checksum.py +++ b/silkaj/checksum.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/cli.py b/silkaj/cli.py index 7663c1baab4fa291d6e4e6109120f0abe8648f57..309faed284c093884ccf2e3ec9b238a72de58f17 100644 --- a/silkaj/cli.py +++ b/silkaj/cli.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/constants.py b/silkaj/constants.py index 637828ec31585bfaf2fb4f93133f0db47263a6c9..a78cb517150bb5a8e0aa551d65a81f55d3bf3493 100644 --- a/silkaj/constants.py +++ b/silkaj/constants.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/g1_monetary_license.py b/silkaj/g1_monetary_license.py index 4a381880654272dece8cf898e9853ee9ccb96b0f..635e21ed7a809ea1b2e18dfe79f2de75f3b37dd2 100644 --- a/silkaj/g1_monetary_license.py +++ b/silkaj/g1_monetary_license.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/money/__init__.py b/silkaj/money/__init__.py index 58426bbc2bbfc951dc181bdd19b5b2569c074af0..6f0d794d61c4b4c7bb1eff36da65b58a9e305d84 100644 --- a/silkaj/money/__init__.py +++ b/silkaj/money/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/money/balance.py b/silkaj/money/balance.py index 3079f887e9b6e38d1b404dfd1fe5fe1c59ad689b..dd9ae1754e9c441b2295c28b83934fa71b6ba1b7 100644 --- a/silkaj/money/balance.py +++ b/silkaj/money/balance.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/money/history.py b/silkaj/money/history.py index 005b3873b21743c463ab0205967a000030381f5d..81b777b97439caf3c07beac001cb1e29d01db4b1 100644 --- a/silkaj/money/history.py +++ b/silkaj/money/history.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/money/tools.py b/silkaj/money/tools.py index ba83be3f227baa69fc4b84277e403bce60fa9b7c..cfceba626abc3a716214f402912699dd1bb9fad6 100644 --- a/silkaj/money/tools.py +++ b/silkaj/money/tools.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/money/transfer.py b/silkaj/money/transfer.py index ac0161258a39626e3f9c3c999a91cbb3eca41e21..f457d6231989a94fe6af38145eafd303c466dcfd 100644 --- a/silkaj/money/transfer.py +++ b/silkaj/money/transfer.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -13,7 +13,6 @@ # You should have received a copy of the GNU Affero General Public License # along with Silkaj. If not, see <https://www.gnu.org/licenses/>. - import math import re import shlex diff --git a/silkaj/network.py b/silkaj/network.py index 2fe1f15ce672760f5817687bed78895263c73b49..74f1f96a16f7cea73db5b0948b732e890eedfcc1 100644 --- a/silkaj/network.py +++ b/silkaj/network.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/public_key.py b/silkaj/public_key.py index d6095f368cd598caf07087e418cd732071bfc3f2..4d40f3c1fce81e1f63fd42835e04fdbab40c2861 100644 --- a/silkaj/public_key.py +++ b/silkaj/public_key.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/tools.py b/silkaj/tools.py index 1a5c810c7461fa7a7612c27558264bb490efbaee..b85f9fad03498b494b298b11068b591cd9a1fd78 100644 --- a/silkaj/tools.py +++ b/silkaj/tools.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/tui.py b/silkaj/tui.py index 1578ea7de1bc040817c6c53306781878ca6c5c8c..e702cc201a06eccc154c39549ba1adab2115c884 100644 --- a/silkaj/tui.py +++ b/silkaj/tui.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/wot/__init__.py b/silkaj/wot/__init__.py index 58426bbc2bbfc951dc181bdd19b5b2569c074af0..6f0d794d61c4b4c7bb1eff36da65b58a9e305d84 100644 --- a/silkaj/wot/__init__.py +++ b/silkaj/wot/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/wot/certification.py b/silkaj/wot/certification.py index 9ff13a283d92bf16d54a083d4b3a7fab534b8677..168649b55148ad92e2bf50a15da98a80b6f59142 100644 --- a/silkaj/wot/certification.py +++ b/silkaj/wot/certification.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/wot/idty_tools.py b/silkaj/wot/idty_tools.py index 63fb823892f136d68c1252046da95094b7df3499..3aa1c8a1059031ae4cd2d282604bd231c23c2f22 100644 --- a/silkaj/wot/idty_tools.py +++ b/silkaj/wot/idty_tools.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/wot/lookup.py b/silkaj/wot/lookup.py index f0fde110d945cbec7aa9e08360fccf638fe07266..6dd288309583c05d619d9f4a917bb0d4a773d0cb 100644 --- a/silkaj/wot/lookup.py +++ b/silkaj/wot/lookup.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/wot/membership.py b/silkaj/wot/membership.py index 8ab075f7d6320629c8c58cd9c6fb403c191f8474..74b4ea846d1525d25ccb6d48fe036f848856a0ee 100644 --- a/silkaj/wot/membership.py +++ b/silkaj/wot/membership.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/wot/revocation.py b/silkaj/wot/revocation.py index 4bbb0bce7924930a03c0fefdd109470040d2dee7..0a50dc4f0e3f09d2b1a87cb45f40abc67138e8dd 100644 --- a/silkaj/wot/revocation.py +++ b/silkaj/wot/revocation.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -13,7 +13,6 @@ # You should have received a copy of the GNU Affero General Public License # along with Silkaj. If not, see <https://www.gnu.org/licenses/>. - import sys from pathlib import Path from typing import Dict diff --git a/silkaj/wot/status.py b/silkaj/wot/status.py index dfa9ad70d04679c6fd29de9b477e61793b40e748..76887832907bf5b1bea085e5f283a56be8b1df60 100644 --- a/silkaj/wot/status.py +++ b/silkaj/wot/status.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/wot/tools.py b/silkaj/wot/tools.py index 80296a48000ad739d87e0d3d49e46c60ee7834e8..e50cd0915c191db78295a2c34df9e65d4e9baed1 100644 --- a/silkaj/wot/tools.py +++ b/silkaj/wot/tools.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/__init__.py b/tests/__init__.py index 58426bbc2bbfc951dc181bdd19b5b2569c074af0..6f0d794d61c4b4c7bb1eff36da65b58a9e305d84 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/helpers.py b/tests/helpers.py index 01bf6976e6ae82d8df76eb80328bb4183c0b346e..019ced8e8f52da2dcafca1c842645861fceab7c5 100644 --- a/tests/helpers.py +++ b/tests/helpers.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/integration/__init__.py b/tests/integration/__init__.py index 58426bbc2bbfc951dc181bdd19b5b2569c074af0..6f0d794d61c4b4c7bb1eff36da65b58a9e305d84 100644 --- a/tests/integration/__init__.py +++ b/tests/integration/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/integration/blockchain/__init__.py b/tests/integration/blockchain/__init__.py index 58426bbc2bbfc951dc181bdd19b5b2569c074af0..6f0d794d61c4b4c7bb1eff36da65b58a9e305d84 100644 --- a/tests/integration/blockchain/__init__.py +++ b/tests/integration/blockchain/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/integration/blockchain/test_verify.py b/tests/integration/blockchain/test_verify.py index 0ec341a8ab137ea8e8d2e856279d10c8e605e789..129dc3cb6c7bfe28a0862db8c60dfbbfbb4ef09d 100644 --- a/tests/integration/blockchain/test_verify.py +++ b/tests/integration/blockchain/test_verify.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/integration/test_end_to_end.py b/tests/integration/test_end_to_end.py index 2eceb638b1b818d024c073f03da9cf61caa1e3e4..c4fe22f06945f94cf6156886d19d1453aeeeafa5 100644 --- a/tests/integration/test_end_to_end.py +++ b/tests/integration/test_end_to_end.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/integration/wot/__init__.py b/tests/integration/wot/__init__.py index 58426bbc2bbfc951dc181bdd19b5b2569c074af0..6f0d794d61c4b4c7bb1eff36da65b58a9e305d84 100644 --- a/tests/integration/wot/__init__.py +++ b/tests/integration/wot/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/integration/wot/test_membership.py b/tests/integration/wot/test_membership.py index 502a2c980abf7f167cb2113ca292b574001b0676..cc317eb2dba798c401fb9572b6cd52f20209fa25 100644 --- a/tests/integration/wot/test_membership.py +++ b/tests/integration/wot/test_membership.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/patched/__init__.py b/tests/patched/__init__.py index 58426bbc2bbfc951dc181bdd19b5b2569c074af0..6f0d794d61c4b4c7bb1eff36da65b58a9e305d84 100644 --- a/tests/patched/__init__.py +++ b/tests/patched/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/patched/auth.py b/tests/patched/auth.py index a074d8ac53e0bbf0196148f72d22134685a95c61..9acede0f89e58f253b90182ab9252d59e554769d 100644 --- a/tests/patched/auth.py +++ b/tests/patched/auth.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/patched/blockchain_tools.py b/tests/patched/blockchain_tools.py index c8fcbd7bf5fe693e7568894ebbed3c396ac01cc6..7fb20636d255772f5ab235473dbf95a7f518fcc3 100644 --- a/tests/patched/blockchain_tools.py +++ b/tests/patched/blockchain_tools.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/patched/idty_tools.py b/tests/patched/idty_tools.py index 9cd70ad0344ab02418226ba08bc03240f1265219..a688a608433b02924163dbcae30d2a9bbe70ea61 100644 --- a/tests/patched/idty_tools.py +++ b/tests/patched/idty_tools.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/patched/money.py b/tests/patched/money.py index 73e673fd6d420c882e808919dfeab78834e4a1b4..21a100ccb57324373617f0247faa4f173e452f2e 100644 --- a/tests/patched/money.py +++ b/tests/patched/money.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/patched/test_constants.py b/tests/patched/test_constants.py index 394ae2964440ffac37cd0908bd61ad4e9995b8e9..e304f4b51f5c60f6a15cdccd7845c6368b83393f 100644 --- a/tests/patched/test_constants.py +++ b/tests/patched/test_constants.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/patched/tools.py b/tests/patched/tools.py index c37e13ff842bd0637647388eb9916862bd7c2f5a..15b07de696d1e1250647237a3cbb70126ed6f4aa 100644 --- a/tests/patched/tools.py +++ b/tests/patched/tools.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/patched/tx.py b/tests/patched/tx.py index a1c4460daa94f38fced65bf0fae79599b3e3e8ac..48de4959b578c0c0a0460e0979da05f01a62bab3 100644 --- a/tests/patched/tx.py +++ b/tests/patched/tx.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/patched/tx_history.py b/tests/patched/tx_history.py index 3451589cbceab7f63dfc8df6bcfe524d74826fbe..b22b3f6b90858fd0d8eb35c0579385f46b3918da 100644 --- a/tests/patched/tx_history.py +++ b/tests/patched/tx_history.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/patched/wot.py b/tests/patched/wot.py index d1c7823806975f9430237a445a32232ef9740a87..14971ff8db9eb3290b51b3cd25dc2eddd1fdbc02 100644 --- a/tests/patched/wot.py +++ b/tests/patched/wot.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py index 58426bbc2bbfc951dc181bdd19b5b2569c074af0..6f0d794d61c4b4c7bb1eff36da65b58a9e305d84 100644 --- a/tests/unit/__init__.py +++ b/tests/unit/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/blockchain/__init__.py b/tests/unit/blockchain/__init__.py index 58426bbc2bbfc951dc181bdd19b5b2569c074af0..6f0d794d61c4b4c7bb1eff36da65b58a9e305d84 100644 --- a/tests/unit/blockchain/__init__.py +++ b/tests/unit/blockchain/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/blockchain/test_verify.py b/tests/unit/blockchain/test_verify.py index 264789977133ba3641adc5370924d341abdef123..ee3975b806021af38e3a259c1319bddeb344f43a 100644 --- a/tests/unit/blockchain/test_verify.py +++ b/tests/unit/blockchain/test_verify.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/money/__init__.py b/tests/unit/money/__init__.py index 58426bbc2bbfc951dc181bdd19b5b2569c074af0..6f0d794d61c4b4c7bb1eff36da65b58a9e305d84 100644 --- a/tests/unit/money/__init__.py +++ b/tests/unit/money/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/money/test_history.py b/tests/unit/money/test_history.py index 7b49aa312795259c6cf0baa55929b63157514f30..2dab45c1dcc815340a6978f006d39610aad56d3d 100644 --- a/tests/unit/money/test_history.py +++ b/tests/unit/money/test_history.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/money/test_tools.py b/tests/unit/money/test_tools.py index a31cfb83cf7bca2037ef955f9de88ce3d09810aa..65b1d3784bc0307c05f7c74668a2b4c98315d269 100644 --- a/tests/unit/money/test_tools.py +++ b/tests/unit/money/test_tools.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/money/test_transfer.py b/tests/unit/money/test_transfer.py index a3ef4eeba2e71d3c55f70c7cdf30915db2050576..878f67e50d427a86a6eda8284f33ff2b84191846 100644 --- a/tests/unit/money/test_transfer.py +++ b/tests/unit/money/test_transfer.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/money/test_transfer_cli.py b/tests/unit/money/test_transfer_cli.py index ab731e52a6569c4cb26b7fd6215f23fecb7ae3b2..81cb8a6ed2ebdd1b4416a4d23027a866438ff8c3 100644 --- a/tests/unit/money/test_transfer_cli.py +++ b/tests/unit/money/test_transfer_cli.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/money/test_transfer_file.py b/tests/unit/money/test_transfer_file.py index def36115ffc9f4b320caea40eef9ead58a5dbcdc..84292ac737a4858565322a8b5015d539d7bbc828 100644 --- a/tests/unit/money/test_transfer_file.py +++ b/tests/unit/money/test_transfer_file.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/test_auth.py b/tests/unit/test_auth.py index 7e0b37881e6f1d39d2f68851bed343a196cb49e9..44edb33da590eeb687e52fa75fc7599ee63a0144 100644 --- a/tests/unit/test_auth.py +++ b/tests/unit/test_auth.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/test_checksum.py b/tests/unit/test_checksum.py index 951fb33309b4580e873164ddcf8fb5f2778f07c7..4dc6cde29bdde6fe6aaa035cc0a2a8dda48b8aab 100644 --- a/tests/unit/test_checksum.py +++ b/tests/unit/test_checksum.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/test_cli.py b/tests/unit/test_cli.py index 9ff32881e46c99c18927ad4714e9f12dcfd4ff69..822c0f1cc6b7baafeb81100a52cfd60311c99055 100644 --- a/tests/unit/test_cli.py +++ b/tests/unit/test_cli.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/test_g1_monetary_license.py b/tests/unit/test_g1_monetary_license.py index a4a5f5f69fb023f821ae4a5653771dd703131a65..767716d699b6e5f31fd0972ff0dee122de526be9 100644 --- a/tests/unit/test_g1_monetary_license.py +++ b/tests/unit/test_g1_monetary_license.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/test_network.py b/tests/unit/test_network.py index fe6326ad93011d2c8ce08fde2ac13f191b49fcec..8142975b86503ef37a85454d4b9fd43fd7a0c1cd 100644 --- a/tests/unit/test_network.py +++ b/tests/unit/test_network.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/test_public_key.py b/tests/unit/test_public_key.py index a0830a2cce16a46678a3d29708dda4df45e23059..508f8ca44194c8d54032f6be6975ebf986dcc0c3 100644 --- a/tests/unit/test_public_key.py +++ b/tests/unit/test_public_key.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/test_tui.py b/tests/unit/test_tui.py index 7aaab65afb38cb3ab4cd51552e664b079236ce8f..c6fceb060f22b73826798e1d280a3841fc290162 100644 --- a/tests/unit/test_tui.py +++ b/tests/unit/test_tui.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/wot/__init__.py b/tests/unit/wot/__init__.py index 58426bbc2bbfc951dc181bdd19b5b2569c074af0..6f0d794d61c4b4c7bb1eff36da65b58a9e305d84 100644 --- a/tests/unit/wot/__init__.py +++ b/tests/unit/wot/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/wot/test_certification.py b/tests/unit/wot/test_certification.py index aa777556ce73f54b867a079184aaffc34f8bdfcc..3ff662e961a79c7e17c59aa9981c3e6aa61b9675 100644 --- a/tests/unit/wot/test_certification.py +++ b/tests/unit/wot/test_certification.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/wot/test_idty_tools.py b/tests/unit/wot/test_idty_tools.py index c83912d419fc6c67a59fa19f08a69a980dee9825..79622a83af2c4d350c8abb459b88525a2da5f095 100644 --- a/tests/unit/wot/test_idty_tools.py +++ b/tests/unit/wot/test_idty_tools.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/wot/test_membership.py b/tests/unit/wot/test_membership.py index e4ae4fe1d89b9dda99da0a465ad2f3d780432b01..aa789e2023bdcfaa2a3c54967c6634323f1660e2 100644 --- a/tests/unit/wot/test_membership.py +++ b/tests/unit/wot/test_membership.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/tests/unit/wot/test_revocation.py b/tests/unit/wot/test_revocation.py index eeeb7df7ac3eda5b317b9d1f01915d557a4d951f..67ba8078478bb0ec82af0d9dc66d4f87ad2d53ad 100644 --- a/tests/unit/wot/test_revocation.py +++ b/tests/unit/wot/test_revocation.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -13,7 +13,6 @@ # You should have received a copy of the GNU Affero General Public License # along with Silkaj. If not, see <https://www.gnu.org/licenses/>. - import urllib from pathlib import Path from unittest.mock import Mock diff --git a/tests/unit/wot/test_tools.py b/tests/unit/wot/test_tools.py index f10b37f972f3b438f1224c25cfdc54bc70866bc9..85eaa8ddc43705f62e6a17498d9735eff12b1c19 100644 --- a/tests/unit/wot/test_tools.py +++ b/tests/unit/wot/test_tools.py @@ -1,4 +1,4 @@ -# Copyright 2016-2022 Maël Azimi <m.a@moul.re> +# Copyright 2016-2023 Maël Azimi <m.a@moul.re> # # Silkaj is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by