diff --git a/docs/conf.py b/docs/conf.py index 44ce15449b751a5cef29c744cc5ac8c4117e1af1..20b7e383b96e9b37df3b892efcd5259c03e0ede3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -66,7 +66,7 @@ master_doc = "index" # General information about the project. project = "duniterpy" -copyright = "2023, caner & inso & vit" +copyright = "2024, 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 5f1502670448177a54d1fb6869ffe72cc40e444a..df636346a02c67a09e652ec8ebc478e99ab21fa5 100644 --- a/duniterpy/__init__.py +++ b/duniterpy/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 92d640dc0af03afd92bc94b66a970fdde314cb50..f4cbb6f617908e9ac53eda43afa31b8c0afa8fca 100644 --- a/duniterpy/api/__init__.py +++ b/duniterpy/api/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 4e15954c0ad809facfc3cac859c7b2b23eec7cc5..11ebe548b3be7cdefdbf6744261184cc64440a40 100644 --- a/duniterpy/api/bma/__init__.py +++ b/duniterpy/api/bma/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 cf3315c65ef7dd6365b9fc8e7d4386d321403e64..a6cfcc5b9c9092771752c1701a31f8c85b68dcf9 100644 --- a/duniterpy/api/bma/blockchain.py +++ b/duniterpy/api/bma/blockchain.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 9f305c9f332d223fee673290607e69a87216042c..78ee6ceaa831bfeb3e61d4b0a484464b1c161a06 100644 --- a/duniterpy/api/bma/network.py +++ b/duniterpy/api/bma/network.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 661f8ccb216435a7d773b2f3dd607a367435029c..32c3c69abbc783fd4ae37409463f1a14798daae3 100644 --- a/duniterpy/api/bma/node.py +++ b/duniterpy/api/bma/node.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 b23945a9796e246239975ffcc76c1155a7156462..27c38f5edce0650a5bdaa4ccda53e3af04ee5257 100644 --- a/duniterpy/api/bma/tx.py +++ b/duniterpy/api/bma/tx.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 3d25bc7005059f03baa0d2da418f9a9bb0220497..de47ca26da2cddbe3b7e6fd533f4a9d9e7a3cb5b 100644 --- a/duniterpy/api/bma/ud.py +++ b/duniterpy/api/bma/ud.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 9adc777bb3c9eedca20d70efeddcbfd402e21418..0d00783d5a62d42b202aff82e155b0929ecba80d 100644 --- a/duniterpy/api/bma/wot.py +++ b/duniterpy/api/bma/wot.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 4ebe470cf25261097b8ec81fd3bdf9d788e66b44..726ec648fa906c1b04b8d57fe4fda53a2ebf9afb 100644 --- a/duniterpy/api/bma/ws.py +++ b/duniterpy/api/bma/ws.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 da524ee6eacf6abb47cc188b8ff78e0cb0a639cf..ac590693d16f7472e0863e2cd8e5950f6b191dad 100644 --- a/duniterpy/api/client.py +++ b/duniterpy/api/client.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 829c44222268482ae3a2f9571661c22da4375117..4fb0fd08aa1143a4799ae17c9f7ca7057d181bac 100644 --- a/duniterpy/api/endpoint.py +++ b/duniterpy/api/endpoint.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 7e443baaa09cd97216d619de181df2b1ad8c9560..a37287920def8a7cf739a0c33c544e517a7009c8 100644 --- a/duniterpy/api/errors.py +++ b/duniterpy/api/errors.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 c1d10a20ccc085c35bbda0f9f0c775a27f5bdc86..27ebff2d8b36f42fde5ddfc94fa0bc306b173fc6 100644 --- a/duniterpy/api/ws2p/__init__.py +++ b/duniterpy/api/ws2p/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 2d8dcfaf189f468cc2a584ad01b0cb661f862774..685f45bd0e5c63d8c938e72be59fe34aba5f6f03 100644 --- a/duniterpy/api/ws2p/network.py +++ b/duniterpy/api/ws2p/network.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 1935805d2ed439b7aa7f62abd2060755ab7c0bd9..5cc24c22bfcdb37cf881a2b4f400aa091df05d5c 100644 --- a/duniterpy/api/ws2p/requests.py +++ b/duniterpy/api/ws2p/requests.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 1c31a445bf414c9c1a3a45cb1dd8e6d418f90a89..03374dadbcf79ebe41620d2b0d8dcfeb2edc264b 100644 --- a/duniterpy/constants.py +++ b/duniterpy/constants.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 d49594c904473f4c6abdd8646943414750b4f3f7..8dee80e44a68f8b9e57becf3788a4ed44c071db6 100644 --- a/duniterpy/documents/__init__.py +++ b/duniterpy/documents/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 18e11665e58ae1b0afc0ced269d1a2681fd50162..52c9c8c0e9d3a5a7c07579ed1066b055fe9a2c0a 100644 --- a/duniterpy/documents/block.py +++ b/duniterpy/documents/block.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 2ca99f77403b4b985cf154215ab6966109cb95cd..d415fe26b089856fa606e192e11f5962667b2c55 100644 --- a/duniterpy/documents/block_id.py +++ b/duniterpy/documents/block_id.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 8aa4fd828640f87987d4545d8909899848248180..766f8597ec5cce764f52adeaeda27ddef1aaa729 100644 --- a/duniterpy/documents/certification.py +++ b/duniterpy/documents/certification.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 c0e85a232af049293f3e42b75be26adf6200bcb6..f7856641c4aa415e6c0f26e2ed0358aadfdf1fd3 100644 --- a/duniterpy/documents/document.py +++ b/duniterpy/documents/document.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 923322d9fffb924b1c71a885ccc4cc58e9216350..3f9ca96441492d07ea1d95a51857ff5a33559c08 100644 --- a/duniterpy/documents/identity.py +++ b/duniterpy/documents/identity.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 4ff7ac996fe6ac6875aa534c4b5bc845417bf6a8..214dd4e91ef30d36c15e32087704441d085a0955 100644 --- a/duniterpy/documents/membership.py +++ b/duniterpy/documents/membership.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 408549188ebd65acfb119fdae73b036bba17b415..a4bc301b3306a1ed4e017b2ffd59d728096b27b8 100644 --- a/duniterpy/documents/peer.py +++ b/duniterpy/documents/peer.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 b30bfa1b27d5b2cf15cf0e667eda2d0722afdd33..dcb82813af2c316c5122b2a506396a0eca820da5 100644 --- a/duniterpy/documents/revocation.py +++ b/duniterpy/documents/revocation.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 7c7afeb586b35a271a5655bd3ca79643e10d93ae..9ef56cc52c1e0e74272adc2ae96e497f695f3251 100644 --- a/duniterpy/documents/transaction.py +++ b/duniterpy/documents/transaction.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 92d640dc0af03afd92bc94b66a970fdde314cb50..f4cbb6f617908e9ac53eda43afa31b8c0afa8fca 100644 --- a/duniterpy/documents/ws2p/__init__.py +++ b/duniterpy/documents/ws2p/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 05da42e3dec981fc7260c125c1d263d47430c72f..15f78e7fa8bcdbef43f1dd7bde804aa388e4396c 100644 --- a/duniterpy/documents/ws2p/heads.py +++ b/duniterpy/documents/ws2p/heads.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 7d9e90c80fb526c5b258775e57040a22840ae1c5..2f491a712738493b011f8bcc5b1a274e112dd5be 100644 --- a/duniterpy/documents/ws2p/messages.py +++ b/duniterpy/documents/ws2p/messages.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 92d640dc0af03afd92bc94b66a970fdde314cb50..f4cbb6f617908e9ac53eda43afa31b8c0afa8fca 100644 --- a/duniterpy/grammars/__init__.py +++ b/duniterpy/grammars/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 a87d482708554b16bc435a7069055241343ea5b0..b648a7638f9814d990741b46fb771ae4e077bb3c 100644 --- a/duniterpy/grammars/output.py +++ b/duniterpy/grammars/output.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 92d640dc0af03afd92bc94b66a970fdde314cb50..f4cbb6f617908e9ac53eda43afa31b8c0afa8fca 100644 --- a/duniterpy/helpers/__init__.py +++ b/duniterpy/helpers/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 50f62fe909ec7283d7d0965cb958b87a63536239..7ff8ffcc17748f287659974f529570a3d7b227ec 100644 --- a/duniterpy/helpers/blockchain.py +++ b/duniterpy/helpers/blockchain.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 227ea0edc45d8e5dc71de637dda2137ab23844a4..71777d058fb8be248081d824767f6332da269702 100644 --- a/duniterpy/helpers/money.py +++ b/duniterpy/helpers/money.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 2fab4417fdf168b6f4271be6e5e4938905211d76..692c41d4206f1bc2f323104d0c59f127bc93dccf 100644 --- a/duniterpy/helpers/network.py +++ b/duniterpy/helpers/network.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 e4bc899e5357655c3d56a19de72f6362c6085ff2..888861cd0bafb966c9e150516c911ce8488a3f7f 100644 --- a/duniterpy/helpers/ws2p.py +++ b/duniterpy/helpers/ws2p.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 9a84db976e7779878b47a90d65adf48925034df7..e01af953082a43cc7d9c75d60b48b76366262dee 100644 --- a/duniterpy/key/__init__.py +++ b/duniterpy/key/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 84b8c68335d83dad70d8e61a7b013d6a830c6047..c1973d305196dff9472c5f5a316aa56759bd5d5c 100644 --- a/duniterpy/key/ascii_armor.py +++ b/duniterpy/key/ascii_armor.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 29b9485582ae8eb7943b7a117ca8474fd4ab99bf..3ec8bd9fb8ca4657d27282703ffa4829dbae1a7b 100644 --- a/duniterpy/key/base58.py +++ b/duniterpy/key/base58.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 52396371bb95e023c7e0a6ef210b844167aa133a..21f23fbc3204eab224a4e5fe23cd3611c9ae92d9 100644 --- a/duniterpy/key/constants.py +++ b/duniterpy/key/constants.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 f30028046b3d245496150e95810530852f98be83..3f8cbd9d8f5caf301827db4ddb3ad011713ab2fa 100644 --- a/duniterpy/key/crc_pubkey.py +++ b/duniterpy/key/crc_pubkey.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 8bedb6e4e14a9fc03ea18a35cf6ac71fe6578160..ba38e5df9e1e66b2c04a2532763504f28a714bbd 100644 --- a/duniterpy/key/encryption_key.py +++ b/duniterpy/key/encryption_key.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 3d8f0e135113bd2a44b88f466715c5e4780a7a2d..f27879e406b6d379ccb6ec20a83f96ec85281118 100644 --- a/duniterpy/key/scrypt_params.py +++ b/duniterpy/key/scrypt_params.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 71a6dc5f5ec0373165eaa07cde678d9f3f378bc0..db49f77ccd5bc91fe71c339fae7bac1580d1387b 100644 --- a/duniterpy/key/signing_key.py +++ b/duniterpy/key/signing_key.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 d16cf3811d3fcf7cb84be518df8a0a94856462a7..0ed179aaf299cf9809efb0ff6223eb39f3ef7387 100644 --- a/duniterpy/key/verifying_key.py +++ b/duniterpy/key/verifying_key.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 4601d09fad8c31129688cf24f2bb30f38099a575..40ac538c65f9a25d1dc5e3f8cc24ab71e22cadac 100644 --- a/duniterpy/tools.py +++ b/duniterpy/tools.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 d41158cbf4c13c3579b96868c003d35f179775a2..6cef6c62e82bd8f9d69e2c279ecea7351c1365e0 100644 --- a/examples/__init__.py +++ b/examples/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 b27ccec6b5fe848f5fce26143bdeadc9392f4a0c..1f9a34da2c7f6ab42c42919f00c698b04ed3aa67 100644 --- a/examples/create_mnemonic_wallet.py +++ b/examples/create_mnemonic_wallet.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 c919460f717f1b6d5a85d0387d7d0d269d6b8f72..a8e62a52c943252812ac2fcbea6765f328131553 100644 --- a/examples/create_public_key.py +++ b/examples/create_public_key.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 ce6d2aea9ffe44e2ad9b584b393f6d5eaa18abfd..55882019adba3d692da7ceb49956ab067eb2d0e6 100644 --- a/examples/listen_ws2p.py +++ b/examples/listen_ws2p.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 5c26a0e3d8c97c0e9ae6fd264d1b64426ef978d1..c2be53572cf8bea10579d66cd4b9177dcb1bc172 100644 --- a/examples/load_binary_encrypted_message.py +++ b/examples/load_binary_encrypted_message.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 a11285ea5047c113dbf9be16bcc575a669036ec4..8ef19bb8c86f4f71cf40b4e69f7caae0cace47f5 100644 --- a/examples/load_binary_signed_message.py +++ b/examples/load_binary_signed_message.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 10f44798531704fea8c7433970d28a1e9ead8ee8..9b213b9a35997c063c125c0b07a602c0abada3cc 100644 --- a/examples/load_cleartext_ascii_armor_message.py +++ b/examples/load_cleartext_ascii_armor_message.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 1d32eaf11c0af65d87f38a86040dd6dfcf7aa218..d91e4055cccc7731bb52a634d1eb3afc8ff39320 100644 --- a/examples/load_credentials_file.py +++ b/examples/load_credentials_file.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 5e000accb4ca9030ba200bd65f14a9cdd12ca929..b10f4116d10d83e3f936df3b3de0f4da00145c3b 100644 --- a/examples/load_encrypted_ascii_armor_message.py +++ b/examples/load_encrypted_ascii_armor_message.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 14cb04e9c7e520c8590aa812d1b05a5b91b1bb7a..60cdd74f2bdd32c310f48682cecd88c46f6d38d6 100644 --- a/examples/load_local_blockchain.py +++ b/examples/load_local_blockchain.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 def5c105912d74c866981e0a66757808ad2a1964..9ff5a034b6efdaaf8985e9587a2a7c1105a4b6c9 100644 --- a/examples/load_scuttlebutt_file.py +++ b/examples/load_scuttlebutt_file.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 1e1a5c5c785d32ecb41b3f24ccd0ee52ed288200..8b0e37c391c25baa36104e26f55a494b6d25da87 100644 --- a/examples/request_available_nodes.py +++ b/examples/request_available_nodes.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 4d095d9cb0bc6e14a8b6fd028ada3cd60fea91d5..7e65efbafbf4ccdc06529b17bf1a227159f09784 100644 --- a/examples/request_data.py +++ b/examples/request_data.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 624ec76bf9ddf98ee31cb0a212db0a296dbf8c2d..7aff3acc72d1fd1f458ace6c1fb22b1edf0f8600 100644 --- a/examples/request_data_async.py +++ b/examples/request_data_async.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 6852b00374cc91ac9a01f64b254ec769a0e9fcc4..0f2c4577c28eb69711e55f1ece15e7ed41263782 100644 --- a/examples/request_data_elasticsearch.py +++ b/examples/request_data_elasticsearch.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 699c3a7dea7f317a2e7c748cc9e06f2787599708..123207330e7ae2b43e161f297044e10c0497391d 100644 --- a/examples/request_data_graphql.py +++ b/examples/request_data_graphql.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 c43737ffb0db4a1b0f78e5e29edd0d07494822f0..2a15364df656ade11e68d60eadf112526ff72721 100644 --- a/examples/request_web_socket_block.py +++ b/examples/request_web_socket_block.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 024adb9760203bb33e95c2f4b452f7ec85942eab..2f2e8674da73b7aa489bb86c49ddf66fa405ae5d 100644 --- a/examples/request_ws2p.py +++ b/examples/request_ws2p.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 b40c77c2b27efb9b7e430e370d32784473e7203f..f493ec7964a6e2eba95f2ac41bba2945de7a84c0 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-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 e25c9873bf8e9196d0437357725cb5cb816cd5ea..451bdac61e34216531fb5958b3e484605867dc0e 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-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 7d4f172e2fbb433a352e22ad7c822b689210f9dd..60242f5e8ef66c955de8610f22592a0f6fea0682 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-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 ee7ef18403d77632452a59770d6ddaad53c24562..f2bb8ebaa3f3f733cd13e531a0a9a4068663877f 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-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 30272d2723dfa3b1e57866843345083128b79d86..6a7736126557e9a4b0efc57f5b04e728eed7bf88 100644 --- a/examples/save_binary_encrypted_message.py +++ b/examples/save_binary_encrypted_message.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 5f730cc441588ae13587ef9676dc1707444f445a..fc680ff1c0ba0b2508481ca222e9dda838903eb2 100644 --- a/examples/save_binary_signed_message.py +++ b/examples/save_binary_signed_message.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 669c30bfefd5dd55d9ef8f3bd35135f9d0a2b9cb..1f725ddf722f651848c46f0273b3f07b865809d2 100644 --- a/examples/save_cleartext_ascii_armor_message.py +++ b/examples/save_cleartext_ascii_armor_message.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 8c17bebb4623d7f65eac35a10d4cebbcc05f8d5f..a6904db4c8c92b1132dcf6b4fa9f45ce34ef07df 100644 --- a/examples/save_encrypted_ascii_armor_message.py +++ b/examples/save_encrypted_ascii_armor_message.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 47248900c78365aa5ba59ac3d361c78069f89637..53755b5b423c2ba5aee60f14ab019c08e916bfbc 100644 --- a/examples/save_revoke_document.py +++ b/examples/save_revoke_document.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 777487325926243dbecb9336e985192f58c7d3dd..c72a27b27951b59d0ed85c2f7108aa4bf9daf1e0 100644 --- a/examples/send_certification.py +++ b/examples/send_certification.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 e3dae615bec1746954a83b9345d8efb561c41aa5..405d79a50264e81f4e7274b11ee3418ddba48759 100644 --- a/examples/send_identity.py +++ b/examples/send_identity.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 84c0b798dbc2a6da89a48637e8d04ee10639d217..e6a165b30c4f89897f25c5f1aadbb6dbad7032a7 100644 --- a/examples/send_membership.py +++ b/examples/send_membership.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 ea6d09890e2dbe8e2d4ef7048b3fc897d771126c..cb45153748065b15a68787d70920d034fbd30b6f 100644 --- a/examples/send_transaction.py +++ b/examples/send_transaction.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 9d7bfb2f5a3cc98889b8ac362ab01f16ef9139a5..c46642eaf92ffcce88ba5240b9ae44499f083504 100644 --- a/license_header.txt +++ b/license_header.txt @@ -1,4 +1,4 @@ -Copyright 2014-2023 Vincent Texier <vit@free.fr> +Copyright 2014-2024 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 92d640dc0af03afd92bc94b66a970fdde314cb50..f4cbb6f617908e9ac53eda43afa31b8c0afa8fca 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 92d640dc0af03afd92bc94b66a970fdde314cb50..f4cbb6f617908e9ac53eda43afa31b8c0afa8fca 100644 --- a/tests/api/__init__.py +++ b/tests/api/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 92d640dc0af03afd92bc94b66a970fdde314cb50..f4cbb6f617908e9ac53eda43afa31b8c0afa8fca 100644 --- a/tests/api/bma/__init__.py +++ b/tests/api/bma/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 48422faa4baf823172cad9784246a48cf4a1f49b..c1374c130823a2da987de18b6af4d5adae03661a 100644 --- a/tests/api/bma/test_blockchain.py +++ b/tests/api/bma/test_blockchain.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 fcc574848fb427bd23b2346e1178361c3ff4dc13..64b10412f644237781b4637a57aba02fdd19c6a0 100644 --- a/tests/api/bma/test_bma.py +++ b/tests/api/bma/test_bma.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 0d8af3b299de49e9c256c418b8414c544ffc0e96..14160c32d0eb32f5cc5eee310d7e97c1431621e7 100644 --- a/tests/api/bma/test_network.py +++ b/tests/api/bma/test_network.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 32030fa629ef190b4211c34c3d4b53d7a94f2cc2..ad291554ea44e7c6af07b86a54ebaa9d62a8d63c 100644 --- a/tests/api/bma/test_tx.py +++ b/tests/api/bma/test_tx.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 00b1c519133f2e45d52cdaf68e073b87aee6a16e..42c574c3e3635501ce7b89e1cb24dc6e07259ad5 100644 --- a/tests/api/bma/test_wot.py +++ b/tests/api/bma/test_wot.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 53b2cf5a95cede1439dbe2f099f61b5fb377ac35..3121ae1d1f257fce9374ab20038e0742882905ed 100644 --- a/tests/api/bma/test_ws.py +++ b/tests/api/bma/test_ws.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 5f0f08897446f6e9f878b9b0a816e8149faa4e53..861cb27ba9a9cc0fe74039582d16914c95958735 100644 --- a/tests/api/test_endpoints.py +++ b/tests/api/test_endpoints.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 bbb8a2ba379c66f7c52927f040bdfde8c8ea6e64..df53b9d61549f556a5c21569b8854ed0e22a0361 100644 --- a/tests/api/ws2p/test_ws2p.py +++ b/tests/api/ws2p/test_ws2p.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 92d640dc0af03afd92bc94b66a970fdde314cb50..f4cbb6f617908e9ac53eda43afa31b8c0afa8fca 100644 --- a/tests/documents/__init__.py +++ b/tests/documents/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 9448cd969b94d314bede54891327140d2b129d37..5d32aa9356f316ad58a5f39f444d97ba3932b73c 100644 --- a/tests/documents/test_block.py +++ b/tests/documents/test_block.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 d5e4953ac594aaeb80373c95330b43e3e587aee0..44206142b8d22f1974aa1c0942f4328d5ebc33c0 100644 --- a/tests/documents/test_certification.py +++ b/tests/documents/test_certification.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 49e4645ed90f101bcb6c602793a96ec761611400..56d8fcb4c21e308ed5234615fe829eb7d511e169 100644 --- a/tests/documents/test_document.py +++ b/tests/documents/test_document.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 e34b6c333ee7eea4443a2385d21b219455488893..cc9cee19a2370a02fa605fe461ea830f3fa15ccf 100644 --- a/tests/documents/test_identity.py +++ b/tests/documents/test_identity.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 dea9161d2612ce7fd14ff9aa8a0f926c6e72346a..a48644acbfbd68256ec07f7cb0ae301467d4ffae 100644 --- a/tests/documents/test_membership.py +++ b/tests/documents/test_membership.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 01bee72da5005255ca1bb0c4ddcf3413b7dd6e2c..4874d483bd613b8e2965864e532c1e8849ecf81c 100644 --- a/tests/documents/test_peer.py +++ b/tests/documents/test_peer.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 8d5b5b923d59ea12de6103b21c30c3152569c40d..da58705695a20526560dfd2edb24475221cad0ec 100644 --- a/tests/documents/test_revocation.py +++ b/tests/documents/test_revocation.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 c2f50ed4e42bfdf2857b34f39b05053d99dea171..9dc00be2b75ac7bbd686033b1e91e1c3be6d07f3 100644 --- a/tests/documents/test_transaction.py +++ b/tests/documents/test_transaction.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 83ac402b69abe19ad8c8f894f41327ceaae84fd2..ac92735371105025a0224cd1fb979b98a8adea1d 100644 --- a/tests/documents/test_ws2p_heads.py +++ b/tests/documents/test_ws2p_heads.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 92d640dc0af03afd92bc94b66a970fdde314cb50..f4cbb6f617908e9ac53eda43afa31b8c0afa8fca 100644 --- a/tests/grammars/__init__.py +++ b/tests/grammars/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 59bbf70a7220c58d387f96b222f6748dc15c8eb4..72d6dfc067d5f3fa55b8990d3e00d9bfaeb17f5c 100644 --- a/tests/grammars/test_output.py +++ b/tests/grammars/test_output.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 92d640dc0af03afd92bc94b66a970fdde314cb50..f4cbb6f617908e9ac53eda43afa31b8c0afa8fca 100644 --- a/tests/helpers/__init__.py +++ b/tests/helpers/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 b93ca7b6fa695988413ae7dc4b712617e2689e9c..e62814d35113f0874dc95847e823564df9155733 100644 --- a/tests/helpers/test_money.py +++ b/tests/helpers/test_money.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 b373423087517bf9c94209e6a3e794f9ece8f96f..167b5a0030502aa1573e85527281aca9753bc8cf 100644 --- a/tests/helpers/test_ws2p.py +++ b/tests/helpers/test_ws2p.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 92d640dc0af03afd92bc94b66a970fdde314cb50..f4cbb6f617908e9ac53eda43afa31b8c0afa8fca 100644 --- a/tests/key/__init__.py +++ b/tests/key/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 eae4b49afd1ce90103a55df218403e3ec4b02e3e..e3f93d5e7016fb1bb6ec9d10b565766d6ecfe8e7 100644 --- a/tests/key/test_ascii_armor.py +++ b/tests/key/test_ascii_armor.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 917c70c9725749fd2d5adeb018590bd9e9aff20f..0ab7c616bce3d14da832c206e00d96768f46e3ad 100644 --- a/tests/key/test_crc_pubkey.py +++ b/tests/key/test_crc_pubkey.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 2dbc369037a2ba6d0ecf1ee778642357f6035eb8..0508853df96c2347d966eb1c594b574e94c5c58c 100644 --- a/tests/key/test_encryption_key.py +++ b/tests/key/test_encryption_key.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 2559f88d705308f2a43116c86c4398faf39b237c..7e3a38c4dc006a074f4041cf225b533d02bdd54d 100644 --- a/tests/key/test_public_key.py +++ b/tests/key/test_public_key.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 e3326e2fca9cb0059b096c75568a51c335868a64..417acdac98ff63a2e9a964bc7721625d87b9db23 100644 --- a/tests/key/test_signing_key.py +++ b/tests/key/test_signing_key.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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 8dac30145f37f820aa82c5d3277f9b1c6676e57a..1ecd6638697154111b57e611daca7773955ede9e 100644 --- a/tests/key/test_verifying_key.py +++ b/tests/key/test_verifying_key.py @@ -1,4 +1,4 @@ -# Copyright 2014-2023 Vincent Texier <vit@free.fr> +# Copyright 2014-2024 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