diff --git a/docs/conf.py b/docs/conf.py index ff11c2164bf2adf7033fdcf1bd7e3515c0190c69..4cd5218049a673719789314eaf02030934f062d1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,7 +66,7 @@ master_doc = "index" # General information about the project. project = "duniterpy" -copyright = "2024, caner & inso & vit" +copyright = "2025, 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 3c9d9f85a599c7cf73283de7b23cdfcbdcc9acec..e0b1b3d856f88e52952ffc0768d85b538290baad 100644 --- a/duniterpy/__init__.py +++ b/duniterpy/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 f4cbb6f617908e9ac53eda43afa31b8c0afa8fca..d4f45e8d97b33300ce0554754e7883788c943ac7 100644 --- a/duniterpy/api/__init__.py +++ b/duniterpy/api/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 11ebe548b3be7cdefdbf6744261184cc64440a40..dd6060df8c406e2794cdb18fd7557d5a4734576b 100644 --- a/duniterpy/api/bma/__init__.py +++ b/duniterpy/api/bma/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 a6cfcc5b9c9092771752c1701a31f8c85b68dcf9..57206a4b6d6af8c74443c1e61ee679266b5e40a5 100644 --- a/duniterpy/api/bma/blockchain.py +++ b/duniterpy/api/bma/blockchain.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 78ee6ceaa831bfeb3e61d4b0a484464b1c161a06..2d39e499c5f8bf2d102484555f2c333a7cfbcf79 100644 --- a/duniterpy/api/bma/network.py +++ b/duniterpy/api/bma/network.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 32c3c69abbc783fd4ae37409463f1a14798daae3..171ce98da0ed4d5aeec7a6343bd8e77c284e5993 100644 --- a/duniterpy/api/bma/node.py +++ b/duniterpy/api/bma/node.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 27c38f5edce0650a5bdaa4ccda53e3af04ee5257..05ec26903c860bd8bd2b4c4099c00dd1ee263791 100644 --- a/duniterpy/api/bma/tx.py +++ b/duniterpy/api/bma/tx.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 de47ca26da2cddbe3b7e6fd533f4a9d9e7a3cb5b..a64cdef779c8a84968a9ce6f1dd696088abd883b 100644 --- a/duniterpy/api/bma/ud.py +++ b/duniterpy/api/bma/ud.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 0d00783d5a62d42b202aff82e155b0929ecba80d..4715bfdd7fa80632e005158687af2a7db721e150 100644 --- a/duniterpy/api/bma/wot.py +++ b/duniterpy/api/bma/wot.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 726ec648fa906c1b04b8d57fe4fda53a2ebf9afb..5e4c9c0215a2e0b85c3dba31ca422bf1a3a2e7cf 100644 --- a/duniterpy/api/bma/ws.py +++ b/duniterpy/api/bma/ws.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 a5344e1404c19cdfa99609da5b3153710a971e9e..f1a6451b3d6ea6129dbdfe37c30b5e3201191740 100644 --- a/duniterpy/api/client.py +++ b/duniterpy/api/client.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 c4eb05342760191689323348cf762af61da8759f..fbbf62a22817dcd016bddbe0d809c4d1b206000a 100644 --- a/duniterpy/api/endpoint.py +++ b/duniterpy/api/endpoint.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 a37287920def8a7cf739a0c33c544e517a7009c8..efddf024fdb15cc800d65cf10fd99f386a59def5 100644 --- a/duniterpy/api/errors.py +++ b/duniterpy/api/errors.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 27ebff2d8b36f42fde5ddfc94fa0bc306b173fc6..b5528915be06f076e1cdca312c212edde2f5103b 100644 --- a/duniterpy/api/ws2p/__init__.py +++ b/duniterpy/api/ws2p/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 685f45bd0e5c63d8c938e72be59fe34aba5f6f03..b336988caa150d268e822ef48620d17e9a59d4c3 100644 --- a/duniterpy/api/ws2p/network.py +++ b/duniterpy/api/ws2p/network.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 5cc24c22bfcdb37cf881a2b4f400aa091df05d5c..e2ce878acf1eb932d1569782beca55deaae19936 100644 --- a/duniterpy/api/ws2p/requests.py +++ b/duniterpy/api/ws2p/requests.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 03374dadbcf79ebe41620d2b0d8dcfeb2edc264b..88712dad853cc637c53711043043f78fe334e4fc 100644 --- a/duniterpy/constants.py +++ b/duniterpy/constants.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 8dee80e44a68f8b9e57becf3788a4ed44c071db6..86cda0743337ae3b057e33d35e60db2bd769a5c6 100644 --- a/duniterpy/documents/__init__.py +++ b/duniterpy/documents/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 e199a33d19a44f60a251fbf1e6812768fef7c7bf..82159321d13acf2f1de31e6841dff4cd7c9a3a3c 100644 --- a/duniterpy/documents/block.py +++ b/duniterpy/documents/block.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 5371417d7c5ab32e3ea57c063eed9b9ce92195e0..7b72946d1065396789cb2dac25af1f4b5deb08fe 100644 --- a/duniterpy/documents/block_id.py +++ b/duniterpy/documents/block_id.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 90fbe5b382bb957b1062be8986fc89d10f29e3ae..416d5e6191f3c0e27b4dd0a8039889fce77fc53d 100644 --- a/duniterpy/documents/certification.py +++ b/duniterpy/documents/certification.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 4f90137fe89151ec1311872b77065e0371f54205..be2ebca838c1d349899582f6b1f2fcf38526704b 100644 --- a/duniterpy/documents/document.py +++ b/duniterpy/documents/document.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 42f1797f7456d172e872a63ba96560b58ce6ee7b..3e3b9be2117bac1d2a52cdf642cab7a2e682e35d 100644 --- a/duniterpy/documents/identity.py +++ b/duniterpy/documents/identity.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 2677421420f8b534895687ae895e18b758440a2b..ed6a77ec8e10da18680e6ebb6d33489b59ca489b 100644 --- a/duniterpy/documents/membership.py +++ b/duniterpy/documents/membership.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 39b6c415e88f31a107452717962a1eb4ebc14cd5..60de9b4dfb50cea7e968768cf35a98ff07bd9db0 100644 --- a/duniterpy/documents/peer.py +++ b/duniterpy/documents/peer.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 4aab07588d68429690318d20048fbd0c5de6a18d..024d8214745f84677da07d86721c99ccbcf6940e 100644 --- a/duniterpy/documents/revocation.py +++ b/duniterpy/documents/revocation.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 6ac1577148c40ab7c9a648de1b649e5db1dfbbf7..40888f570832eac6212abb1eac025ab80ef26cfc 100644 --- a/duniterpy/documents/transaction.py +++ b/duniterpy/documents/transaction.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 f4cbb6f617908e9ac53eda43afa31b8c0afa8fca..d4f45e8d97b33300ce0554754e7883788c943ac7 100644 --- a/duniterpy/documents/ws2p/__init__.py +++ b/duniterpy/documents/ws2p/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 15f78e7fa8bcdbef43f1dd7bde804aa388e4396c..93417f321c2f1e79665a42d78168ccd576c8c8e2 100644 --- a/duniterpy/documents/ws2p/heads.py +++ b/duniterpy/documents/ws2p/heads.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 2f491a712738493b011f8bcc5b1a274e112dd5be..524cbecb0f7f99933fde3122155cb62597156d37 100644 --- a/duniterpy/documents/ws2p/messages.py +++ b/duniterpy/documents/ws2p/messages.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 f4cbb6f617908e9ac53eda43afa31b8c0afa8fca..d4f45e8d97b33300ce0554754e7883788c943ac7 100644 --- a/duniterpy/grammars/__init__.py +++ b/duniterpy/grammars/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 398e30b575d6d24351a8ad5161afd8a440b84a16..750b16ae5a6a13d4b486f7fd62180c4bee17a395 100644 --- a/duniterpy/grammars/output.py +++ b/duniterpy/grammars/output.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 f4cbb6f617908e9ac53eda43afa31b8c0afa8fca..d4f45e8d97b33300ce0554754e7883788c943ac7 100644 --- a/duniterpy/helpers/__init__.py +++ b/duniterpy/helpers/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 7ff8ffcc17748f287659974f529570a3d7b227ec..afa70601bbe9150a0f6ebf495149ef62e16c3d6e 100644 --- a/duniterpy/helpers/blockchain.py +++ b/duniterpy/helpers/blockchain.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 71777d058fb8be248081d824767f6332da269702..88ea9c8ecc90188081ad3b25f995ce4bf00ed6c2 100644 --- a/duniterpy/helpers/money.py +++ b/duniterpy/helpers/money.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 047bee6a854bf85bda533e55ec704946538885f0..335b544aa06b64497c89babd82919dbdc0c6731e 100644 --- a/duniterpy/helpers/network.py +++ b/duniterpy/helpers/network.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 888861cd0bafb966c9e150516c911ce8488a3f7f..5be7c744368ea5e38944471103fdb13e626bbce8 100644 --- a/duniterpy/helpers/ws2p.py +++ b/duniterpy/helpers/ws2p.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 e01af953082a43cc7d9c75d60b48b76366262dee..7e95949b8244f124ed0fe6938aefd7075e34f4c8 100644 --- a/duniterpy/key/__init__.py +++ b/duniterpy/key/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 0b5952c9e5a4ffac0937f5298b261b8d84552bb1..09f5197d9ca7df0019c8a8535a5b195b77a26d37 100644 --- a/duniterpy/key/ascii_armor.py +++ b/duniterpy/key/ascii_armor.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 3ec8bd9fb8ca4657d27282703ffa4829dbae1a7b..60034b90ef8f7ddcc0466a2ed7f3f50386dc6379 100644 --- a/duniterpy/key/base58.py +++ b/duniterpy/key/base58.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 21f23fbc3204eab224a4e5fe23cd3611c9ae92d9..7dd1dcb8216dd0b28d2a9ece12d17ce4fa075a37 100644 --- a/duniterpy/key/constants.py +++ b/duniterpy/key/constants.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 b5d69acf84086ffa8205056df443bb039b4251d3..fe2ac0cdbef69d685482946d9152533b99da5106 100644 --- a/duniterpy/key/crc_pubkey.py +++ b/duniterpy/key/crc_pubkey.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 ba38e5df9e1e66b2c04a2532763504f28a714bbd..3a400cc818888562d758686bc0089b9c9f99aa5c 100644 --- a/duniterpy/key/encryption_key.py +++ b/duniterpy/key/encryption_key.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 f27879e406b6d379ccb6ec20a83f96ec85281118..8ee1aef39f57bad6aead696e9714ff4acd2ea1d6 100644 --- a/duniterpy/key/scrypt_params.py +++ b/duniterpy/key/scrypt_params.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 4e3983acfe9921983592bcbc7af55fa48e6f6fac..fb1325e243b847521200dcd14388cf64fa1aa064 100644 --- a/duniterpy/key/signing_key.py +++ b/duniterpy/key/signing_key.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 0ed179aaf299cf9809efb0ff6223eb39f3ef7387..1b057c1792671f485fe6ba885618f2e43d217a80 100644 --- a/duniterpy/key/verifying_key.py +++ b/duniterpy/key/verifying_key.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 40ac538c65f9a25d1dc5e3f8cc24ab71e22cadac..e9441270e8865184797ed486c62f9d448736f969 100644 --- a/duniterpy/tools.py +++ b/duniterpy/tools.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 6cef6c62e82bd8f9d69e2c279ecea7351c1365e0..c41be10801cf5147916bc62c83475e718f86be9d 100644 --- a/examples/__init__.py +++ b/examples/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 1f9a34da2c7f6ab42c42919f00c698b04ed3aa67..167ce2fafdb0ee365bab071be3fb8dc6817574bf 100644 --- a/examples/create_mnemonic_wallet.py +++ b/examples/create_mnemonic_wallet.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 a8e62a52c943252812ac2fcbea6765f328131553..0d3d5c8ce0e6fbafe70074be75863ae0f6e47328 100644 --- a/examples/create_public_key.py +++ b/examples/create_public_key.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 55882019adba3d692da7ceb49956ab067eb2d0e6..41775a2a3219f8750ca4952873ef0970be6d53f1 100644 --- a/examples/listen_ws2p.py +++ b/examples/listen_ws2p.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 c2be53572cf8bea10579d66cd4b9177dcb1bc172..a375b5e9162e5f99c9d656d3dd79b14c254d0ccf 100644 --- a/examples/load_binary_encrypted_message.py +++ b/examples/load_binary_encrypted_message.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 8ef19bb8c86f4f71cf40b4e69f7caae0cace47f5..0a84f6f0535940fe9ad20e9cf7830858e9dbafbf 100644 --- a/examples/load_binary_signed_message.py +++ b/examples/load_binary_signed_message.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 9b213b9a35997c063c125c0b07a602c0abada3cc..12e30254adae944eaf70750a538acceeebe61ac5 100644 --- a/examples/load_cleartext_ascii_armor_message.py +++ b/examples/load_cleartext_ascii_armor_message.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 db374cab986e7411b66a07eeb4dd91ab3b0d4d48..fa8e007984687dd31dc27c62a8e74b01d0f0c2a5 100644 --- a/examples/load_credentials_file.py +++ b/examples/load_credentials_file.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 b10f4116d10d83e3f936df3b3de0f4da00145c3b..c2effeb62f44916d1bff17f1c4057c9a48f0c7f8 100644 --- a/examples/load_encrypted_ascii_armor_message.py +++ b/examples/load_encrypted_ascii_armor_message.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 60cdd74f2bdd32c310f48682cecd88c46f6d38d6..41a05be9539a031cc23b2839541303d8afe432f3 100644 --- a/examples/load_local_blockchain.py +++ b/examples/load_local_blockchain.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 fb4b1423e00de5c198c2c54a6bd0be139c788dda..62f69500a34f5b9c6c83f57ed98af61a9f40cf96 100644 --- a/examples/load_scuttlebutt_file.py +++ b/examples/load_scuttlebutt_file.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 8b0e37c391c25baa36104e26f55a494b6d25da87..881edeb638f73707acbf5e595a97e183567c1c34 100644 --- a/examples/request_available_nodes.py +++ b/examples/request_available_nodes.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 7e65efbafbf4ccdc06529b17bf1a227159f09784..81fcba03b38672973e5111a02dc5b1401942576e 100644 --- a/examples/request_data.py +++ b/examples/request_data.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 7aff3acc72d1fd1f458ace6c1fb22b1edf0f8600..86c2b426613c5648518b01bebf7e614febca005f 100644 --- a/examples/request_data_async.py +++ b/examples/request_data_async.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 0f2c4577c28eb69711e55f1ece15e7ed41263782..59eb90f589411693c62fcce7d5e9fb456e10859d 100644 --- a/examples/request_data_elasticsearch.py +++ b/examples/request_data_elasticsearch.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 123207330e7ae2b43e161f297044e10c0497391d..c374317e2469b5856329d074faa31c7e30f6fcc4 100644 --- a/examples/request_data_graphql.py +++ b/examples/request_data_graphql.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 2a15364df656ade11e68d60eadf112526ff72721..8b63b38ca61dcf5c8568c2bb674a91279bf3b10f 100644 --- a/examples/request_web_socket_block.py +++ b/examples/request_web_socket_block.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 2f2e8674da73b7aa489bb86c49ddf66fa405ae5d..a83fe9023ac15aa91d1d0c076c2585d4a4bde6e8 100644 --- a/examples/request_ws2p.py +++ b/examples/request_ws2p.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 f493ec7964a6e2eba95f2ac41bba2945de7a84c0..b8f504ae1c5d06a33379588a07bcca05dc1210ed 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-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 451bdac61e34216531fb5958b3e484605867dc0e..f9c47baa082e4004c8d6f92344261096cda825e9 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-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 60242f5e8ef66c955de8610f22592a0f6fea0682..8135f2fcba07445433a48252b52d99f92144335d 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-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 f2bb8ebaa3f3f733cd13e531a0a9a4068663877f..e517bbf1320317a06d7341ca728a0bf1cc44f0e5 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-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 6a7736126557e9a4b0efc57f5b04e728eed7bf88..37e83164a844138774aa6e3316975f1ad731196d 100644 --- a/examples/save_binary_encrypted_message.py +++ b/examples/save_binary_encrypted_message.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 fc680ff1c0ba0b2508481ca222e9dda838903eb2..78cda8dd5bcdbde4fceeccf68673a390bd666e2b 100644 --- a/examples/save_binary_signed_message.py +++ b/examples/save_binary_signed_message.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 1f725ddf722f651848c46f0273b3f07b865809d2..23b58315173b277957286b9d40298a8f89bf63ba 100644 --- a/examples/save_cleartext_ascii_armor_message.py +++ b/examples/save_cleartext_ascii_armor_message.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 a6904db4c8c92b1132dcf6b4fa9f45ce34ef07df..0c138126ecaec8b4ca399e72909bf36692f75437 100644 --- a/examples/save_encrypted_ascii_armor_message.py +++ b/examples/save_encrypted_ascii_armor_message.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 53755b5b423c2ba5aee60f14ab019c08e916bfbc..03f905c3f7aed22acb2d49adda75dc4a747ba48d 100644 --- a/examples/save_revoke_document.py +++ b/examples/save_revoke_document.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 c72a27b27951b59d0ed85c2f7108aa4bf9daf1e0..36855f06f072e7ba724e7ece10242e499ea94024 100644 --- a/examples/send_certification.py +++ b/examples/send_certification.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 405d79a50264e81f4e7274b11ee3418ddba48759..07e4cea49318b4b50c6e6ebb96d30373281d612e 100644 --- a/examples/send_identity.py +++ b/examples/send_identity.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 e6a165b30c4f89897f25c5f1aadbb6dbad7032a7..1e71bd21a586e325e8090f8131d51848000fd371 100644 --- a/examples/send_membership.py +++ b/examples/send_membership.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 8bd005b90b247394da51c7144d12b8113545d7b2..b8c9dcec8a612db63f21b2d65459556edbaeae4f 100644 --- a/examples/send_transaction.py +++ b/examples/send_transaction.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 c46642eaf92ffcce88ba5240b9ae44499f083504..4d003d5473b2ba731c91e59e2e693c979eac8f5b 100644 --- a/license_header.txt +++ b/license_header.txt @@ -1,4 +1,4 @@ -Copyright 2014-2024 Vincent Texier <vit@free.fr> +Copyright 2014-2025 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 f4cbb6f617908e9ac53eda43afa31b8c0afa8fca..d4f45e8d97b33300ce0554754e7883788c943ac7 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 f4cbb6f617908e9ac53eda43afa31b8c0afa8fca..d4f45e8d97b33300ce0554754e7883788c943ac7 100644 --- a/tests/api/__init__.py +++ b/tests/api/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 f4cbb6f617908e9ac53eda43afa31b8c0afa8fca..d4f45e8d97b33300ce0554754e7883788c943ac7 100644 --- a/tests/api/bma/__init__.py +++ b/tests/api/bma/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 c1374c130823a2da987de18b6af4d5adae03661a..ff02d421633e9ec3dd0e4bafce928c5fc16eb3ff 100644 --- a/tests/api/bma/test_blockchain.py +++ b/tests/api/bma/test_blockchain.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 64b10412f644237781b4637a57aba02fdd19c6a0..2e10740e5a5fc04b2b43ad53e73c80376cbef557 100644 --- a/tests/api/bma/test_bma.py +++ b/tests/api/bma/test_bma.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 14160c32d0eb32f5cc5eee310d7e97c1431621e7..ef3b98fbabb6547c3525affa6253ab8523ccbe51 100644 --- a/tests/api/bma/test_network.py +++ b/tests/api/bma/test_network.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 ad291554ea44e7c6af07b86a54ebaa9d62a8d63c..3a253f4bf1166a80bebc3af1f594ff5046e8123b 100644 --- a/tests/api/bma/test_tx.py +++ b/tests/api/bma/test_tx.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 42c574c3e3635501ce7b89e1cb24dc6e07259ad5..c4ca426c28f8b5dc3d223a16acc338bc6e7cf307 100644 --- a/tests/api/bma/test_wot.py +++ b/tests/api/bma/test_wot.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 3121ae1d1f257fce9374ab20038e0742882905ed..aa662d9a9f2407e739f3d3e315c31e6cacc74242 100644 --- a/tests/api/bma/test_ws.py +++ b/tests/api/bma/test_ws.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 861cb27ba9a9cc0fe74039582d16914c95958735..2e8f999bf807061020199770158c1b0b18235dbf 100644 --- a/tests/api/test_endpoints.py +++ b/tests/api/test_endpoints.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 df53b9d61549f556a5c21569b8854ed0e22a0361..88a79c3e234af7ab55bd6326522e85b691711a67 100644 --- a/tests/api/ws2p/test_ws2p.py +++ b/tests/api/ws2p/test_ws2p.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 f4cbb6f617908e9ac53eda43afa31b8c0afa8fca..d4f45e8d97b33300ce0554754e7883788c943ac7 100644 --- a/tests/documents/__init__.py +++ b/tests/documents/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 5d32aa9356f316ad58a5f39f444d97ba3932b73c..5b84106474d3b0f0191b6f157e493fc08c53e579 100644 --- a/tests/documents/test_block.py +++ b/tests/documents/test_block.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 44206142b8d22f1974aa1c0942f4328d5ebc33c0..94d348537ef6d67a1a73cb4dd80f63d0c580ed2c 100644 --- a/tests/documents/test_certification.py +++ b/tests/documents/test_certification.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 56d8fcb4c21e308ed5234615fe829eb7d511e169..c2d20c9f07ca442b8f774323f2634de9f1ada6f9 100644 --- a/tests/documents/test_document.py +++ b/tests/documents/test_document.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 cc9cee19a2370a02fa605fe461ea830f3fa15ccf..0542645b50c2fe3ff9a73f665877ceaf00e59f4e 100644 --- a/tests/documents/test_identity.py +++ b/tests/documents/test_identity.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 a48644acbfbd68256ec07f7cb0ae301467d4ffae..983e69139a7e6821f2c33bf119e8af8d6981a400 100644 --- a/tests/documents/test_membership.py +++ b/tests/documents/test_membership.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 4874d483bd613b8e2965864e532c1e8849ecf81c..6d4d1633ea19f359457cfcdfdd7196c4f7101575 100644 --- a/tests/documents/test_peer.py +++ b/tests/documents/test_peer.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 da58705695a20526560dfd2edb24475221cad0ec..ee9077884282e64510d71ac16c8cb87c76c05574 100644 --- a/tests/documents/test_revocation.py +++ b/tests/documents/test_revocation.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 9dc00be2b75ac7bbd686033b1e91e1c3be6d07f3..5404a934382b55a8a1c244a3acc232a6f4a40799 100644 --- a/tests/documents/test_transaction.py +++ b/tests/documents/test_transaction.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 ac92735371105025a0224cd1fb979b98a8adea1d..88568569f647b8fcfc5672ef6be3b716022462a0 100644 --- a/tests/documents/test_ws2p_heads.py +++ b/tests/documents/test_ws2p_heads.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 f4cbb6f617908e9ac53eda43afa31b8c0afa8fca..d4f45e8d97b33300ce0554754e7883788c943ac7 100644 --- a/tests/grammars/__init__.py +++ b/tests/grammars/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 72d6dfc067d5f3fa55b8990d3e00d9bfaeb17f5c..2a6c0e360c32eaad0369ca431121d5ea7284f2cc 100644 --- a/tests/grammars/test_output.py +++ b/tests/grammars/test_output.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 f4cbb6f617908e9ac53eda43afa31b8c0afa8fca..d4f45e8d97b33300ce0554754e7883788c943ac7 100644 --- a/tests/helpers/__init__.py +++ b/tests/helpers/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 e62814d35113f0874dc95847e823564df9155733..3810f2e2d18d96ccb93db3e821fa8c5249ff2d5a 100644 --- a/tests/helpers/test_money.py +++ b/tests/helpers/test_money.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 167b5a0030502aa1573e85527281aca9753bc8cf..e9ff5e2eb78ebf64c695617bb9287dde3bc7be16 100644 --- a/tests/helpers/test_ws2p.py +++ b/tests/helpers/test_ws2p.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 f4cbb6f617908e9ac53eda43afa31b8c0afa8fca..d4f45e8d97b33300ce0554754e7883788c943ac7 100644 --- a/tests/key/__init__.py +++ b/tests/key/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 e3f93d5e7016fb1bb6ec9d10b565766d6ecfe8e7..3aba2d444f80a5ea5fa83351c4a46c7d551ce219 100644 --- a/tests/key/test_ascii_armor.py +++ b/tests/key/test_ascii_armor.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 0ab7c616bce3d14da832c206e00d96768f46e3ad..8a95ecccaa0bb3954b6d89bcaa3878952125489b 100644 --- a/tests/key/test_crc_pubkey.py +++ b/tests/key/test_crc_pubkey.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 0508853df96c2347d966eb1c594b574e94c5c58c..44643e486e908b11f91c7b3a32be4b99549f6222 100644 --- a/tests/key/test_encryption_key.py +++ b/tests/key/test_encryption_key.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 7e3a38c4dc006a074f4041cf225b533d02bdd54d..e0ab9cfd6a53332ff84d02d22e722c352dd7091c 100644 --- a/tests/key/test_public_key.py +++ b/tests/key/test_public_key.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 417acdac98ff63a2e9a964bc7721625d87b9db23..d89f0206638df671f9e4af53f5011ac44a40a784 100644 --- a/tests/key/test_signing_key.py +++ b/tests/key/test_signing_key.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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 1ecd6638697154111b57e611daca7773955ede9e..da56250a4e92c939572188df5222372e550f0829 100644 --- a/tests/key/test_verifying_key.py +++ b/tests/key/test_verifying_key.py @@ -1,4 +1,4 @@ -# Copyright 2014-2024 Vincent Texier <vit@free.fr> +# Copyright 2014-2025 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