diff --git a/docs/conf.py b/docs/conf.py index ebb8816fa013ac98a6fe97dc9b3ae02bb137aa4d..4c8bab1003059bdd5c48a02576a50120928e0676 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,7 +66,7 @@ master_doc = "index" # General information about the project. project = "duniterpy" -copyright = "2022, caner & inso & vit" +copyright = "2023, caner & inso & vit" author = "caner & inso & vit" # The version info for the project you're documenting, acts as replacement for diff --git a/duniterpy/__init__.py b/duniterpy/__init__.py index 7e60338db5480af747fbc1ce32c5771de6c0bf50..5f1502670448177a54d1fb6869ffe72cc40e444a 100644 --- a/duniterpy/__init__.py +++ b/duniterpy/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/api/__init__.py b/duniterpy/api/__init__.py index 77e0ed64f56b87f0baa1832a36ff63aab4aa12fa..92d640dc0af03afd92bc94b66a970fdde314cb50 100644 --- a/duniterpy/api/__init__.py +++ b/duniterpy/api/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/api/bma/__init__.py b/duniterpy/api/bma/__init__.py index 1c699676f3d071d45d6a033945b9c3c0a86fb27e..4e15954c0ad809facfc3cac859c7b2b23eec7cc5 100644 --- a/duniterpy/api/bma/__init__.py +++ b/duniterpy/api/bma/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/api/bma/blockchain.py b/duniterpy/api/bma/blockchain.py index 2ea9d00711fbfa1f3c8961d07d31ccc4605d0d2b..1849bd0420f9411aae8d1bc6db9b4a50e28dcc64 100644 --- a/duniterpy/api/bma/blockchain.py +++ b/duniterpy/api/bma/blockchain.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/api/bma/network.py b/duniterpy/api/bma/network.py index 3a6c2268c95e7252175dbc0106af9980848dff5e..9f305c9f332d223fee673290607e69a87216042c 100644 --- a/duniterpy/api/bma/network.py +++ b/duniterpy/api/bma/network.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/api/bma/node.py b/duniterpy/api/bma/node.py index 698f59be415c193d830ec042e8ae819dff2ec521..da9caf8dc2b97a01213b0ec7b27672d69c86b09c 100644 --- a/duniterpy/api/bma/node.py +++ b/duniterpy/api/bma/node.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/api/bma/tx.py b/duniterpy/api/bma/tx.py index f7adf54e90b4a68280546125050ca2aaa8abd609..82ece24a22d12f879fbb3de0b1000a655f10792a 100644 --- a/duniterpy/api/bma/tx.py +++ b/duniterpy/api/bma/tx.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/api/bma/ud.py b/duniterpy/api/bma/ud.py index 87f1e1e5e492457776e568f4b0ea8e07a479bd2e..3d25bc7005059f03baa0d2da418f9a9bb0220497 100644 --- a/duniterpy/api/bma/ud.py +++ b/duniterpy/api/bma/ud.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/api/bma/wot.py b/duniterpy/api/bma/wot.py index b837e3ef8143de3af0c3e53dabb19a7fa11f51b5..e899aa40525ca304a2e297598e2e74034183d692 100644 --- a/duniterpy/api/bma/wot.py +++ b/duniterpy/api/bma/wot.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/api/bma/ws.py b/duniterpy/api/bma/ws.py index d5c1f8329b205ca04a8c3d0992668aa3dc343d0e..4ebe470cf25261097b8ec81fd3bdf9d788e66b44 100644 --- a/duniterpy/api/bma/ws.py +++ b/duniterpy/api/bma/ws.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/api/client.py b/duniterpy/api/client.py index 4d64f9b12f6b3256731a13cfa578f7a870be7f39..3bf6ae8e1adf43066f2ebce5b8811245a10712ad 100644 --- a/duniterpy/api/client.py +++ b/duniterpy/api/client.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/api/endpoint.py b/duniterpy/api/endpoint.py index fd28e9c03241637fa4c3d9c1ca6628bb6875256b..89596fdaabffd32e5771aa7bdcc87774a84d55c7 100644 --- a/duniterpy/api/endpoint.py +++ b/duniterpy/api/endpoint.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/api/errors.py b/duniterpy/api/errors.py index 1192af2592fd481baecb7daffdc6b99ca4920146..7e443baaa09cd97216d619de181df2b1ad8c9560 100644 --- a/duniterpy/api/errors.py +++ b/duniterpy/api/errors.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/api/ws2p/__init__.py b/duniterpy/api/ws2p/__init__.py index 963eda0975b0dd0a0b0ec7434adf57507cb3ab78..c1d10a20ccc085c35bbda0f9f0c775a27f5bdc86 100644 --- a/duniterpy/api/ws2p/__init__.py +++ b/duniterpy/api/ws2p/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/api/ws2p/network.py b/duniterpy/api/ws2p/network.py index 02523c33c27196eb64f08eb66b8fa9e5f067dd3c..2d8dcfaf189f468cc2a584ad01b0cb661f862774 100644 --- a/duniterpy/api/ws2p/network.py +++ b/duniterpy/api/ws2p/network.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/api/ws2p/requests.py b/duniterpy/api/ws2p/requests.py index de3481816c63daeab6588ed5e9d3b32669adea1f..2ca9f166e77dd2705104ac65fa1e36f3daed1ce2 100644 --- a/duniterpy/api/ws2p/requests.py +++ b/duniterpy/api/ws2p/requests.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/constants.py b/duniterpy/constants.py index f8fe21f3226049547f5fc8b54ee960dd3edc667d..1c31a445bf414c9c1a3a45cb1dd8e6d418f90a89 100644 --- a/duniterpy/constants.py +++ b/duniterpy/constants.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/documents/__init__.py b/duniterpy/documents/__init__.py index b8bb05a5961765f7d81a36ddcb8c79dc5c71dc8d..d49594c904473f4c6abdd8646943414750b4f3f7 100644 --- a/duniterpy/documents/__init__.py +++ b/duniterpy/documents/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/documents/block.py b/duniterpy/documents/block.py index b6ee43629f91a2a2035b27762449bbb7b1dbbfe4..a5d4d195d2e5b8d8784a8d4bd3c9a92013bafd72 100644 --- a/duniterpy/documents/block.py +++ b/duniterpy/documents/block.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/documents/block_id.py b/duniterpy/documents/block_id.py index bea508352b5d48e3ed2c68705fe2007571856585..2ca99f77403b4b985cf154215ab6966109cb95cd 100644 --- a/duniterpy/documents/block_id.py +++ b/duniterpy/documents/block_id.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/documents/certification.py b/duniterpy/documents/certification.py index 662dfde385ddfea57b33e44bba6c461cf795d4f2..c268b9a947db89f0939658505e1cfd748e6bf5ad 100644 --- a/duniterpy/documents/certification.py +++ b/duniterpy/documents/certification.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/documents/document.py b/duniterpy/documents/document.py index 758f0a8acba43e424fb5395360b13dda658017c0..4611980f2fbd50ab6d01dca6f26c9b7097e3f881 100644 --- a/duniterpy/documents/document.py +++ b/duniterpy/documents/document.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/documents/identity.py b/duniterpy/documents/identity.py index 2b5eeb56d8918ec27e696150eda1ae4ae9a3b9a4..dda8f37e53ff15420839f63959c0f44bcbd15131 100644 --- a/duniterpy/documents/identity.py +++ b/duniterpy/documents/identity.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/documents/membership.py b/duniterpy/documents/membership.py index 56501392099ea0da7f9249bd55de96499d8fffb8..3ce7a407e28c4694359b7160455b08b60b4c045b 100644 --- a/duniterpy/documents/membership.py +++ b/duniterpy/documents/membership.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/documents/peer.py b/duniterpy/documents/peer.py index bb5bcfcc6a1dd1c858c61bbe29acb8b4e7193278..cfe5beece5069f1231b252c87120215632d5a7bf 100644 --- a/duniterpy/documents/peer.py +++ b/duniterpy/documents/peer.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/documents/revocation.py b/duniterpy/documents/revocation.py index 2cd7394a86960a3626b0a2ded4d4ce72fdb261ae..528ca2d8e9b0bed63bca8be7f5900b9f7ee9a8b6 100644 --- a/duniterpy/documents/revocation.py +++ b/duniterpy/documents/revocation.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/documents/transaction.py b/duniterpy/documents/transaction.py index 0407b25f430029142a49b7b153a923836eb03468..cc7bcbfb878afe11f67f22b7c05e4267f4a0b2f2 100644 --- a/duniterpy/documents/transaction.py +++ b/duniterpy/documents/transaction.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/documents/ws2p/__init__.py b/duniterpy/documents/ws2p/__init__.py index 77e0ed64f56b87f0baa1832a36ff63aab4aa12fa..92d640dc0af03afd92bc94b66a970fdde314cb50 100644 --- a/duniterpy/documents/ws2p/__init__.py +++ b/duniterpy/documents/ws2p/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/documents/ws2p/heads.py b/duniterpy/documents/ws2p/heads.py index 89607515d922bc6fe36bf97ff9631ef155fbb285..04cc8d0450d77795ddf3fdf3f9fb2d2d5cdb07f6 100644 --- a/duniterpy/documents/ws2p/heads.py +++ b/duniterpy/documents/ws2p/heads.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/documents/ws2p/messages.py b/duniterpy/documents/ws2p/messages.py index 6fb042f0004941e1fa216e9c268609adc046949f..7d9e90c80fb526c5b258775e57040a22840ae1c5 100644 --- a/duniterpy/documents/ws2p/messages.py +++ b/duniterpy/documents/ws2p/messages.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/grammars/__init__.py b/duniterpy/grammars/__init__.py index 77e0ed64f56b87f0baa1832a36ff63aab4aa12fa..92d640dc0af03afd92bc94b66a970fdde314cb50 100644 --- a/duniterpy/grammars/__init__.py +++ b/duniterpy/grammars/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/grammars/output.py b/duniterpy/grammars/output.py index 81ba6a98e5cd2e79a8050f5160b0c81fc55d35fa..f9e0ef5055be94ce1f91221a18941e9ff941b853 100644 --- a/duniterpy/grammars/output.py +++ b/duniterpy/grammars/output.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/helpers/__init__.py b/duniterpy/helpers/__init__.py index 77e0ed64f56b87f0baa1832a36ff63aab4aa12fa..92d640dc0af03afd92bc94b66a970fdde314cb50 100644 --- a/duniterpy/helpers/__init__.py +++ b/duniterpy/helpers/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/helpers/blockchain.py b/duniterpy/helpers/blockchain.py index eb95ea644f31a284d1f6eee83a5cf5b6c9522beb..50f62fe909ec7283d7d0965cb958b87a63536239 100644 --- a/duniterpy/helpers/blockchain.py +++ b/duniterpy/helpers/blockchain.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/helpers/money.py b/duniterpy/helpers/money.py index ecacf2cbf316e3def4583cad339534605799661c..227ea0edc45d8e5dc71de637dda2137ab23844a4 100644 --- a/duniterpy/helpers/money.py +++ b/duniterpy/helpers/money.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/helpers/network.py b/duniterpy/helpers/network.py index 38076ce831c17ea533c3b94929fff591c4d2b665..33ea37fc596d2ab8717d9746b98cc7776c2b8ed4 100644 --- a/duniterpy/helpers/network.py +++ b/duniterpy/helpers/network.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/helpers/ws2p.py b/duniterpy/helpers/ws2p.py index 246aad6ba10d1e6704b08656991235a0093fb8e0..5e8f49fae29d6555742bed216ce2ff72d120791b 100644 --- a/duniterpy/helpers/ws2p.py +++ b/duniterpy/helpers/ws2p.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/key/__init__.py b/duniterpy/key/__init__.py index d1625e0fdd07cbfe3570ea27c9d815f1f4670e68..ff6eb1c38e9b90b6e13588919d9430c673f0691b 100644 --- a/duniterpy/key/__init__.py +++ b/duniterpy/key/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/key/ascii_armor.py b/duniterpy/key/ascii_armor.py index 8d30c667abb4c75a830157a6439183c68eda2468..80fef25108b00985c242679332cd4be5cf664d5e 100644 --- a/duniterpy/key/ascii_armor.py +++ b/duniterpy/key/ascii_armor.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/key/base58.py b/duniterpy/key/base58.py index 69440a38d138094e3d12548afe6459393a1cc044..29b9485582ae8eb7943b7a117ca8474fd4ab99bf 100644 --- a/duniterpy/key/base58.py +++ b/duniterpy/key/base58.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/key/constants.py b/duniterpy/key/constants.py index 8c96ce21694258a0f54aac6f67849d77c9cda6ff..52396371bb95e023c7e0a6ef210b844167aa133a 100644 --- a/duniterpy/key/constants.py +++ b/duniterpy/key/constants.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/key/crc_pubkey.py b/duniterpy/key/crc_pubkey.py index e4f746684bab05cdbfcc47c5759cab213b0794dc..810553bef80df5629837ad1d6b45edbcab625bd3 100644 --- a/duniterpy/key/crc_pubkey.py +++ b/duniterpy/key/crc_pubkey.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/key/encryption_key.py b/duniterpy/key/encryption_key.py index 0199d61494ee775577237a93fa129e3a23dad397..8bedb6e4e14a9fc03ea18a35cf6ac71fe6578160 100644 --- a/duniterpy/key/encryption_key.py +++ b/duniterpy/key/encryption_key.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/key/scrypt_params.py b/duniterpy/key/scrypt_params.py index a3c04ffda00a8658a794110ead7713200d81fd12..3d8f0e135113bd2a44b88f466715c5e4780a7a2d 100644 --- a/duniterpy/key/scrypt_params.py +++ b/duniterpy/key/scrypt_params.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/key/signing_key.py b/duniterpy/key/signing_key.py index 91a19482456cd94a3dcbba6d93eee56016efe33d..08d08007b1ba41c10ad1978822a8655301d2575c 100644 --- a/duniterpy/key/signing_key.py +++ b/duniterpy/key/signing_key.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/key/verifying_key.py b/duniterpy/key/verifying_key.py index 8030eff20dc57e62ef3d94b5f8eb3ffc2e7c9a5c..d16cf3811d3fcf7cb84be518df8a0a94856462a7 100644 --- a/duniterpy/key/verifying_key.py +++ b/duniterpy/key/verifying_key.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/duniterpy/tools.py b/duniterpy/tools.py index 3f5343af22b8afd4bdfff05128c371c281273a4f..4601d09fad8c31129688cf24f2bb30f38099a575 100644 --- a/duniterpy/tools.py +++ b/duniterpy/tools.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/__init__.py b/examples/__init__.py index 40be66b2d3c9af8788f0b19b0bdb7390ad8ed1f6..d41158cbf4c13c3579b96868c003d35f179775a2 100644 --- a/examples/__init__.py +++ b/examples/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/create_mnemonic_wallet.py b/examples/create_mnemonic_wallet.py index b567bf1db999804f098e20ca77a8ccb138d2f823..b27ccec6b5fe848f5fce26143bdeadc9392f4a0c 100644 --- a/examples/create_mnemonic_wallet.py +++ b/examples/create_mnemonic_wallet.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/create_public_key.py b/examples/create_public_key.py index 83dd62f2de536511d1ed4b5cffe992962885713a..c919460f717f1b6d5a85d0387d7d0d269d6b8f72 100644 --- a/examples/create_public_key.py +++ b/examples/create_public_key.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/listen_ws2p.py b/examples/listen_ws2p.py index b3ce30cc8ce6c4c3f4caf855d7d9d3e4d27336e4..ce6d2aea9ffe44e2ad9b584b393f6d5eaa18abfd 100644 --- a/examples/listen_ws2p.py +++ b/examples/listen_ws2p.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/load_binary_encrypted_message.py b/examples/load_binary_encrypted_message.py index e1d5817df3f579f9e15bab62863190c8220c0a67..5c26a0e3d8c97c0e9ae6fd264d1b64426ef978d1 100644 --- a/examples/load_binary_encrypted_message.py +++ b/examples/load_binary_encrypted_message.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/load_binary_signed_message.py b/examples/load_binary_signed_message.py index c89336d964d516e07f813832364aea9e5af9b4b3..a11285ea5047c113dbf9be16bcc575a669036ec4 100644 --- a/examples/load_binary_signed_message.py +++ b/examples/load_binary_signed_message.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/load_cleartext_ascii_armor_message.py b/examples/load_cleartext_ascii_armor_message.py index 13c10c60bc31e9b74c1a144a9721b0fee89936d7..10f44798531704fea8c7433970d28a1e9ead8ee8 100644 --- a/examples/load_cleartext_ascii_armor_message.py +++ b/examples/load_cleartext_ascii_armor_message.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/load_credentials_file.py b/examples/load_credentials_file.py index 5096e0d6bbe7e7c7cfdb84cea5902c2bb70851ab..bf3788b79d9e57363a4a6837578116771ec767ba 100644 --- a/examples/load_credentials_file.py +++ b/examples/load_credentials_file.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/load_encrypted_ascii_armor_message.py b/examples/load_encrypted_ascii_armor_message.py index 7e77e388458c9740c4cf6c6b082179a15336f557..5e000accb4ca9030ba200bd65f14a9cdd12ca929 100644 --- a/examples/load_encrypted_ascii_armor_message.py +++ b/examples/load_encrypted_ascii_armor_message.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/load_local_blockchain.py b/examples/load_local_blockchain.py index 99ea2fb688e1a0d8fbaaafbab86d8d99e186ae4a..14cb04e9c7e520c8590aa812d1b05a5b91b1bb7a 100644 --- a/examples/load_local_blockchain.py +++ b/examples/load_local_blockchain.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/load_scuttlebutt_file.py b/examples/load_scuttlebutt_file.py index 7bef6bff4ec025175275de93b29ee98c7ff6c25a..f36ce1ec9428b8a7b65689af7ec084022f3b259c 100644 --- a/examples/load_scuttlebutt_file.py +++ b/examples/load_scuttlebutt_file.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/request_available_nodes.py b/examples/request_available_nodes.py index 0a5bd819ff2af22e870131371612295a30515b68..1e1a5c5c785d32ecb41b3f24ccd0ee52ed288200 100644 --- a/examples/request_available_nodes.py +++ b/examples/request_available_nodes.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/request_data.py b/examples/request_data.py index fc2439ab8d3c9694b83362a9a92109a0cf48c35e..4d095d9cb0bc6e14a8b6fd028ada3cd60fea91d5 100644 --- a/examples/request_data.py +++ b/examples/request_data.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/request_data_async.py b/examples/request_data_async.py index 29879139cf1613a26f547d1911853ccbd9c24a76..624ec76bf9ddf98ee31cb0a212db0a296dbf8c2d 100644 --- a/examples/request_data_async.py +++ b/examples/request_data_async.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/request_data_elasticsearch.py b/examples/request_data_elasticsearch.py index fb00f941375ed6b5708f0b3aa76b61da10378197..6852b00374cc91ac9a01f64b254ec769a0e9fcc4 100644 --- a/examples/request_data_elasticsearch.py +++ b/examples/request_data_elasticsearch.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/request_data_graphql.py b/examples/request_data_graphql.py index 7ef8edc95151342629d27bde2425bf0c9c5291fc..699c3a7dea7f317a2e7c748cc9e06f2787599708 100644 --- a/examples/request_data_graphql.py +++ b/examples/request_data_graphql.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/request_web_socket_block.py b/examples/request_web_socket_block.py index d23f4f773b72ba4b8399e46714b6f127a66f75f9..c43737ffb0db4a1b0f78e5e29edd0d07494822f0 100644 --- a/examples/request_web_socket_block.py +++ b/examples/request_web_socket_block.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/request_ws2p.py b/examples/request_ws2p.py index 2e94ff464dd0026f2fdaba0c0ded540fad2dc872..024adb9760203bb33e95c2f4b452f7ec85942eab 100644 --- a/examples/request_ws2p.py +++ b/examples/request_ws2p.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/save_and_load_private_key_file.py b/examples/save_and_load_private_key_file.py index a4de72f2c17caa7b16fe73eb2ac3f4786c39166e..096337a22c58b0ce6a1dd19d82226df45c149913 100644 --- a/examples/save_and_load_private_key_file.py +++ b/examples/save_and_load_private_key_file.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/save_and_load_private_key_file_ewif.py b/examples/save_and_load_private_key_file_ewif.py index d1aaaa2fd9005e5c632424532aa505676efdb5cc..ef52e78e0ba3b9cb49746bc0eab01f46218c2499 100644 --- a/examples/save_and_load_private_key_file_ewif.py +++ b/examples/save_and_load_private_key_file_ewif.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/save_and_load_private_key_file_pubsec.py b/examples/save_and_load_private_key_file_pubsec.py index e02edad4ae6fa83de49d202fdd7ac55ef144445c..7d4f172e2fbb433a352e22ad7c822b689210f9dd 100644 --- a/examples/save_and_load_private_key_file_pubsec.py +++ b/examples/save_and_load_private_key_file_pubsec.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/save_and_load_private_key_file_wif.py b/examples/save_and_load_private_key_file_wif.py index ef9fadb0da525aaddffebcd8cc6451324a3b9377..a334e496bf0659fcc5c960a2d5e7933005fba4bd 100644 --- a/examples/save_and_load_private_key_file_wif.py +++ b/examples/save_and_load_private_key_file_wif.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/save_binary_encrypted_message.py b/examples/save_binary_encrypted_message.py index 5996d909997e4a942e7cefae3e61dc9d8fa38a31..30272d2723dfa3b1e57866843345083128b79d86 100644 --- a/examples/save_binary_encrypted_message.py +++ b/examples/save_binary_encrypted_message.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/save_binary_signed_message.py b/examples/save_binary_signed_message.py index e3a1c6e651882bbc2bab7d10024fda41d825d107..6ad82a1cba6d5fbdd8320a155d004af5908c8b62 100644 --- a/examples/save_binary_signed_message.py +++ b/examples/save_binary_signed_message.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/save_cleartext_ascii_armor_message.py b/examples/save_cleartext_ascii_armor_message.py index a81a4a332800879e30462ce781754758a174fd85..669c30bfefd5dd55d9ef8f3bd35135f9d0a2b9cb 100644 --- a/examples/save_cleartext_ascii_armor_message.py +++ b/examples/save_cleartext_ascii_armor_message.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/save_encrypted_ascii_armor_message.py b/examples/save_encrypted_ascii_armor_message.py index 65b3f2b145599f363d18a3e75c1d99acdb237f80..8c17bebb4623d7f65eac35a10d4cebbcc05f8d5f 100644 --- a/examples/save_encrypted_ascii_armor_message.py +++ b/examples/save_encrypted_ascii_armor_message.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/save_revoke_document.py b/examples/save_revoke_document.py index 6c7ca0eef11a9298c37fbb79a8a0cabdfcda2f8e..47248900c78365aa5ba59ac3d361c78069f89637 100644 --- a/examples/save_revoke_document.py +++ b/examples/save_revoke_document.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/send_certification.py b/examples/send_certification.py index 7c366053bfdb7afc292feb9de7586f646ffa8baa..777487325926243dbecb9336e985192f58c7d3dd 100644 --- a/examples/send_certification.py +++ b/examples/send_certification.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/send_identity.py b/examples/send_identity.py index 59295065f64d7a370fb0997fcd50af6cc1c0fc04..e3dae615bec1746954a83b9345d8efb561c41aa5 100644 --- a/examples/send_identity.py +++ b/examples/send_identity.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/send_membership.py b/examples/send_membership.py index f39883f9abaf7f4f99de0cb7cbd51c31ad47d46c..84c0b798dbc2a6da89a48637e8d04ee10639d217 100644 --- a/examples/send_membership.py +++ b/examples/send_membership.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/examples/send_transaction.py b/examples/send_transaction.py index ed5ee8a2480ace7dc01e292d9a5505b51f971ce6..ea6d09890e2dbe8e2d4ef7048b3fc897d771126c 100644 --- a/examples/send_transaction.py +++ b/examples/send_transaction.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/license_header.txt b/license_header.txt index 84e9fc5237b0a72c5e316b62a8ff3ef050e4cfd9..9d7bfb2f5a3cc98889b8ac362ab01f16ef9139a5 100644 --- a/license_header.txt +++ b/license_header.txt @@ -1,4 +1,4 @@ -Copyright 2014-2022 Vincent Texier <vit@free.fr> +Copyright 2014-2023 Vincent Texier <vit@free.fr> DuniterPy 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/__init__.py b/tests/__init__.py index 77e0ed64f56b87f0baa1832a36ff63aab4aa12fa..92d640dc0af03afd92bc94b66a970fdde314cb50 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/api/__init__.py b/tests/api/__init__.py index 77e0ed64f56b87f0baa1832a36ff63aab4aa12fa..92d640dc0af03afd92bc94b66a970fdde314cb50 100644 --- a/tests/api/__init__.py +++ b/tests/api/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/api/bma/__init__.py b/tests/api/bma/__init__.py index 77e0ed64f56b87f0baa1832a36ff63aab4aa12fa..92d640dc0af03afd92bc94b66a970fdde314cb50 100644 --- a/tests/api/bma/__init__.py +++ b/tests/api/bma/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/api/bma/test_blockchain.py b/tests/api/bma/test_blockchain.py index 840fa0c89c4f7b719a18cf71e78bcf6fe96c5c79..48422faa4baf823172cad9784246a48cf4a1f49b 100644 --- a/tests/api/bma/test_blockchain.py +++ b/tests/api/bma/test_blockchain.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/api/bma/test_bma.py b/tests/api/bma/test_bma.py index c00fa489c408702bb996b1c195e2ca1c3858f58b..fcc574848fb427bd23b2346e1178361c3ff4dc13 100644 --- a/tests/api/bma/test_bma.py +++ b/tests/api/bma/test_bma.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/api/bma/test_network.py b/tests/api/bma/test_network.py index 51a312e7aca4c7499c5fcc0820beeab1143a7e5e..0d8af3b299de49e9c256c418b8414c544ffc0e96 100644 --- a/tests/api/bma/test_network.py +++ b/tests/api/bma/test_network.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/api/bma/test_tx.py b/tests/api/bma/test_tx.py index 5daef13f6c848e2bab187e209bf6b545fbfebd29..32030fa629ef190b4211c34c3d4b53d7a94f2cc2 100644 --- a/tests/api/bma/test_tx.py +++ b/tests/api/bma/test_tx.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/api/bma/test_wot.py b/tests/api/bma/test_wot.py index a849885274a582e1404c3eb918e5f36bdd334bf6..00b1c519133f2e45d52cdaf68e073b87aee6a16e 100644 --- a/tests/api/bma/test_wot.py +++ b/tests/api/bma/test_wot.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/api/bma/test_ws.py b/tests/api/bma/test_ws.py index f8f44605c6add6dbc61be4116f04ac8112bfe33b..53b2cf5a95cede1439dbe2f099f61b5fb377ac35 100644 --- a/tests/api/bma/test_ws.py +++ b/tests/api/bma/test_ws.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/api/test_endpoints.py b/tests/api/test_endpoints.py index 572ce8e57f27e24b2d25910f2b997edeff6f6ca3..5f0f08897446f6e9f878b9b0a816e8149faa4e53 100644 --- a/tests/api/test_endpoints.py +++ b/tests/api/test_endpoints.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/api/ws2p/test_ws2p.py b/tests/api/ws2p/test_ws2p.py index 3e2f4d87174cfc35048b1a1c678f01a5cf087c08..bbb8a2ba379c66f7c52927f040bdfde8c8ea6e64 100644 --- a/tests/api/ws2p/test_ws2p.py +++ b/tests/api/ws2p/test_ws2p.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/documents/__init__.py b/tests/documents/__init__.py index 77e0ed64f56b87f0baa1832a36ff63aab4aa12fa..92d640dc0af03afd92bc94b66a970fdde314cb50 100644 --- a/tests/documents/__init__.py +++ b/tests/documents/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/documents/test_block.py b/tests/documents/test_block.py index 90124a198a34c15cc9b934fe4f8f14be4b6a5c43..9448cd969b94d314bede54891327140d2b129d37 100644 --- a/tests/documents/test_block.py +++ b/tests/documents/test_block.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/documents/test_certification.py b/tests/documents/test_certification.py index e8d78fd0b96d4c6bab13f0209c37e94ce7cb01fd..d5e4953ac594aaeb80373c95330b43e3e587aee0 100644 --- a/tests/documents/test_certification.py +++ b/tests/documents/test_certification.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/documents/test_document.py b/tests/documents/test_document.py index c1a21987e6c887805325afc7adaa0f80818c0849..49e4645ed90f101bcb6c602793a96ec761611400 100644 --- a/tests/documents/test_document.py +++ b/tests/documents/test_document.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/documents/test_identity.py b/tests/documents/test_identity.py index 829437465ca9d07d90e42e3ab2b3e0868a376ae2..e34b6c333ee7eea4443a2385d21b219455488893 100644 --- a/tests/documents/test_identity.py +++ b/tests/documents/test_identity.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/documents/test_membership.py b/tests/documents/test_membership.py index 2951eaa71c9b0e6f38667dda0cf7bbbab67c4608..dea9161d2612ce7fd14ff9aa8a0f926c6e72346a 100644 --- a/tests/documents/test_membership.py +++ b/tests/documents/test_membership.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/documents/test_peer.py b/tests/documents/test_peer.py index 11b27a5c9715a5f68608d22599340a41c90d241c..01bee72da5005255ca1bb0c4ddcf3413b7dd6e2c 100644 --- a/tests/documents/test_peer.py +++ b/tests/documents/test_peer.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/documents/test_revocation.py b/tests/documents/test_revocation.py index a57464180e770fecdf1ecae214609d7342e93dd9..8d5b5b923d59ea12de6103b21c30c3152569c40d 100644 --- a/tests/documents/test_revocation.py +++ b/tests/documents/test_revocation.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/documents/test_transaction.py b/tests/documents/test_transaction.py index 5ef73f32be27753d05c0e9e85070c6931f9965d0..c2f50ed4e42bfdf2857b34f39b05053d99dea171 100644 --- a/tests/documents/test_transaction.py +++ b/tests/documents/test_transaction.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/documents/test_ws2p_heads.py b/tests/documents/test_ws2p_heads.py index 41447ffac1cd232a73d3dc4bc0e3d9523e195138..1a5dc01258b701e8b9fb1c6585a10d0fe908f423 100644 --- a/tests/documents/test_ws2p_heads.py +++ b/tests/documents/test_ws2p_heads.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/grammars/__init__.py b/tests/grammars/__init__.py index 77e0ed64f56b87f0baa1832a36ff63aab4aa12fa..92d640dc0af03afd92bc94b66a970fdde314cb50 100644 --- a/tests/grammars/__init__.py +++ b/tests/grammars/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/grammars/test_output.py b/tests/grammars/test_output.py index c6ffc430d658df2a7c2bce2a44548720121f34f3..59bbf70a7220c58d387f96b222f6748dc15c8eb4 100644 --- a/tests/grammars/test_output.py +++ b/tests/grammars/test_output.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/helpers/__init__.py b/tests/helpers/__init__.py index 77e0ed64f56b87f0baa1832a36ff63aab4aa12fa..92d640dc0af03afd92bc94b66a970fdde314cb50 100644 --- a/tests/helpers/__init__.py +++ b/tests/helpers/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/helpers/test_money.py b/tests/helpers/test_money.py index d06a1088a89ab34d3627d0b9324f70475a626b56..b93ca7b6fa695988413ae7dc4b712617e2689e9c 100644 --- a/tests/helpers/test_money.py +++ b/tests/helpers/test_money.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/helpers/test_ws2p.py b/tests/helpers/test_ws2p.py index b909360407c4f716f35af4013284710a9b07d68d..b373423087517bf9c94209e6a3e794f9ece8f96f 100644 --- a/tests/helpers/test_ws2p.py +++ b/tests/helpers/test_ws2p.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/key/__init__.py b/tests/key/__init__.py index 77e0ed64f56b87f0baa1832a36ff63aab4aa12fa..92d640dc0af03afd92bc94b66a970fdde314cb50 100644 --- a/tests/key/__init__.py +++ b/tests/key/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/key/test_ascii_armor.py b/tests/key/test_ascii_armor.py index 5a353574f13317e10a9a3c8a844d23bf23064d33..1e18de9b4155aa384fb32d4eee323ff0ed3211f5 100644 --- a/tests/key/test_ascii_armor.py +++ b/tests/key/test_ascii_armor.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/key/test_crc_pubkey.py b/tests/key/test_crc_pubkey.py index a85c000a158516f27871cc83395cd4427cb667cc..917c70c9725749fd2d5adeb018590bd9e9aff20f 100644 --- a/tests/key/test_crc_pubkey.py +++ b/tests/key/test_crc_pubkey.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/key/test_encryption_key.py b/tests/key/test_encryption_key.py index c8bfe2c6727cd44617ffc04b3638c8e1e91ed0bc..2dbc369037a2ba6d0ecf1ee778642357f6035eb8 100644 --- a/tests/key/test_encryption_key.py +++ b/tests/key/test_encryption_key.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/key/test_public_key.py b/tests/key/test_public_key.py index 507e0847989247caa6afeeda0a1b385b6f1d7af6..2559f88d705308f2a43116c86c4398faf39b237c 100644 --- a/tests/key/test_public_key.py +++ b/tests/key/test_public_key.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/key/test_signing_key.py b/tests/key/test_signing_key.py index 51bdf19215b2d11c83ce1edd4fa57671da5ffe5f..5fa6cc341c5b12ff58918c5d7ded7a3e09b826fc 100644 --- a/tests/key/test_signing_key.py +++ b/tests/key/test_signing_key.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy 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/key/test_verifying_key.py b/tests/key/test_verifying_key.py index 3b0b7f7f9a597340afe9545a11d66e1c6aca9ade..488715b5774a5ac7146ebfeeb3d18ac87d9f3e29 100644 --- a/tests/key/test_verifying_key.py +++ b/tests/key/test_verifying_key.py @@ -1,4 +1,4 @@ -# Copyright 2014-2022 Vincent Texier <vit@free.fr> +# Copyright 2014-2023 Vincent Texier <vit@free.fr> # # DuniterPy is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by