diff --git a/silkaj/__init__.py b/silkaj/__init__.py index 7047f48f692a6d0b8776929b8434266e7aef921b..cb39ad8ee69afb264bd2202e63783454f001d603 100644 --- a/silkaj/__init__.py +++ b/silkaj/__init__.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/auth.py b/silkaj/auth.py index 2a4279acebdb7cf58a76ca3565a305287a4f2ff6..65f8496c440adfed7e9d6682246c8b1a02cedecd 100644 --- a/silkaj/auth.py +++ b/silkaj/auth.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/blockchain_tools.py b/silkaj/blockchain_tools.py index 9321e0ab7d129870d3512857e64508e42d0cd093..df6cc8b9101a2ad877db6c80d669e1785491326c 100644 --- a/silkaj/blockchain_tools.py +++ b/silkaj/blockchain_tools.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/blocks.py b/silkaj/blocks.py index 33e14abe27543492ee1e1570185908d502d701bd..5d978391ab9aabba36538591128a6371f6e7f9f7 100644 --- a/silkaj/blocks.py +++ b/silkaj/blocks.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/cert.py b/silkaj/cert.py index 3343c4313dbfd2bb1d1189d5e31653664e00220c..bb519f234f6f60af4868f7862bd9f41b7963f927 100644 --- a/silkaj/cert.py +++ b/silkaj/cert.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/checksum.py b/silkaj/checksum.py index d0a6806cbc10752e5772ac3e657268e6c4daea86..19c86dbfb8119133c87221629596fb3dbe2f3b88 100644 --- a/silkaj/checksum.py +++ b/silkaj/checksum.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/cli.py b/silkaj/cli.py index 544550ddc9af7ae20ca8add014fa49891b10121b..2abf0b144d07c27da44e2eed42c383afa8818ac6 100644 --- a/silkaj/cli.py +++ b/silkaj/cli.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/cli_tools.py b/silkaj/cli_tools.py index 2021531a9443890b595db637e8ada74d0947cd45..a20705a8e7891890833dcb0329954683a2ceb356 100644 --- a/silkaj/cli_tools.py +++ b/silkaj/cli_tools.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/commands.py b/silkaj/commands.py index bf69f567cf30ab16c38328796626548d498b6b6f..7cf44cbd22bc050811af3bcce1cff97af8c88e96 100644 --- a/silkaj/commands.py +++ b/silkaj/commands.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/constants.py b/silkaj/constants.py index 27fbae0e2ae1d0b93aba396cd638fc65c2a31c94..da154546e57fbb0ef175df1087569b97477ff754 100644 --- a/silkaj/constants.py +++ b/silkaj/constants.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/crypto_tools.py b/silkaj/crypto_tools.py index 3a9db1d3ec2267038ac4b09b17acc9b163645709..65a3cf72711c9643194e1c81c3883ac26625eb63 100644 --- a/silkaj/crypto_tools.py +++ b/silkaj/crypto_tools.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/license.py b/silkaj/license.py index e4e2135ce7f2055520be2942c2b1bafb8394d57b..bdd6f89190335a819c559c5df8a21f20134f78ed 100644 --- a/silkaj/license.py +++ b/silkaj/license.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/membership.py b/silkaj/membership.py index d63002fa32c22726c1248dc5ddc16c94c6741421..ea3ea1a01e4d0e89f7022b01125cb8c94d5f458e 100644 --- a/silkaj/membership.py +++ b/silkaj/membership.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/money.py b/silkaj/money.py index 45f468a9f1e1cb0258f3577adb70ddad32bfb6e6..ce8f9215eefe53d7a9bf74335ff55b0a31d89729 100644 --- a/silkaj/money.py +++ b/silkaj/money.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/net.py b/silkaj/net.py index 3082ae5304fa23f410532ae3906a50dcb8a9ebea..94c7493b34d5c7647e4d4f11efc5f971eca9a803 100644 --- a/silkaj/net.py +++ b/silkaj/net.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/network_tools.py b/silkaj/network_tools.py index 89701d5edeeea5638ac12f1eb838cf85870cc4eb..b3b9ea9fdaf5a44c52d30152004b9dabbf4baa8b 100644 --- a/silkaj/network_tools.py +++ b/silkaj/network_tools.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/tools.py b/silkaj/tools.py index 997349dcb44bd0eb4ad77b8b799dd0d5ea3c1dc3..53d14be9bac4a06aab7c8ff79fd99b2885ed74b6 100644 --- a/silkaj/tools.py +++ b/silkaj/tools.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/tui.py b/silkaj/tui.py index a76d094085511fe0e824df36daecf9897ecd6f5e..6d73eb089624d3d5078f4ad34c9a88fc2ff1467d 100644 --- a/silkaj/tui.py +++ b/silkaj/tui.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/tx.py b/silkaj/tx.py index edbe3b1674e1511d2d7b4e771578bb7e8dcfb869..2ad42243671a3bcf22b34dee1667f405ebdadd26 100644 --- a/silkaj/tx.py +++ b/silkaj/tx.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/tx_history.py b/silkaj/tx_history.py index 615e37dbc9ce0006233b8d50071dd14e9c69d1b1..2dba83d8f8084b288025a2e2070202726e1b1ff2 100644 --- a/silkaj/tx_history.py +++ b/silkaj/tx_history.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/silkaj/wot.py b/silkaj/wot.py index ddbe2a16d04fba17401dabab4b5c6bdc0e2fd17b..e78f0eb7e61890787d06a3c85c00b5be8f21dbbb 100644 --- a/silkaj/wot.py +++ b/silkaj/wot.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/tests/test_checksum.py b/tests/test_checksum.py index a7a5a475e4473e3b555399ecb6be0ac055e8af3f..2a38cfd97944fee708b89dd5bde0904c2eb24c98 100644 --- a/tests/test_checksum.py +++ b/tests/test_checksum.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/tests/test_crypto_tools.py b/tests/test_crypto_tools.py index b157167736398ac50f83e570c1e448aebd459247..191f118121be1b2265e5d1a5b2a6b2436cd0cac6 100644 --- a/tests/test_crypto_tools.py +++ b/tests/test_crypto_tools.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/tests/test_end_to_end.py b/tests/test_end_to_end.py index 9dc2fe2f7fe869ad5133ad323a39f45f57db33cf..f89f5a3552147c5a084b5cf2b341ef2d8024f052 100644 --- a/tests/test_end_to_end.py +++ b/tests/test_end_to_end.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/tests/test_membership.py b/tests/test_membership.py index 4b90b74a7749cd4af1237c799e97126e57540c31..7ff1eb56fc6398b23c7815198c63e9df54e130f0 100644 --- a/tests/test_membership.py +++ b/tests/test_membership.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/tests/test_money.py b/tests/test_money.py index 64937facd976912c2cd3c1b107bb6c815e08ce6e..eaaa746789681fce1612e09ea5c89d81783ac6ff 100644 --- a/tests/test_money.py +++ b/tests/test_money.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/tests/test_tui.py b/tests/test_tui.py index 76272240ff55b5c2f9e1d033a79272b86159d988..ca39bd96a7d9f2e15f7a67cf4acb2dd045c5bb6c 100644 --- a/tests/test_tui.py +++ b/tests/test_tui.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/tests/test_tx.py b/tests/test_tx.py index e354ed8f89b37c46cb74af7a9c373e87c56d3dc9..d6caf2de60c430de757459be9af10b420d8ed6a2 100644 --- a/tests/test_tx.py +++ b/tests/test_tx.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/tests/test_tx_history.py b/tests/test_tx_history.py index edc2c03a5c560d84ab20cd2dc9d9a66a7491a9cf..3f9e594950dc87dd40708d45c5bd6fc2a5160196 100644 --- a/tests/test_tx_history.py +++ b/tests/test_tx_history.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/tests/test_unit_cert.py b/tests/test_unit_cert.py index 9f7092e06140f1671a17e25d461d0d4da0104e5b..fa09d3683a7023a4baeb1f162bfe18c23b45449a 100644 --- a/tests/test_unit_cert.py +++ b/tests/test_unit_cert.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/tests/test_unit_tx.py b/tests/test_unit_tx.py index bcab87b3ec67a5842d7a19125ccf0004c9c0746f..58ce7552214104f5dda77ec8c10c16516ba82dea 100644 --- a/tests/test_unit_tx.py +++ b/tests/test_unit_tx.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/tests/test_verify_blocks.py b/tests/test_verify_blocks.py index d11b510e446059884d1bda50fb8c2f8ffab7bee8..5a80474906836afe89aebdba610f8c0e5e32bdf6 100644 --- a/tests/test_verify_blocks.py +++ b/tests/test_verify_blocks.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by diff --git a/tests/test_wot.py b/tests/test_wot.py index 9f05df3f11555ee81f90621396ebc550b7625a8d..08a1b265e73c9ff32454fec9f02cbce44b3ab5aa 100644 --- a/tests/test_wot.py +++ b/tests/test_wot.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2020 Maël Azimi <m.a@moul.re> +Copyright 2016-2021 Maël Azimi <m.a@moul.re> Silkaj is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by