From 5f741ea01915a1aee359633b5ec6b9494da5a579 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Sun, 17 Jan 2021 09:48:25 +0100 Subject: [PATCH] [mod] #267: Update the copyright date to 2021 --- silkaj/__init__.py | 2 +- silkaj/auth.py | 2 +- silkaj/blockchain_tools.py | 2 +- silkaj/blocks.py | 2 +- silkaj/cert.py | 2 +- silkaj/checksum.py | 2 +- silkaj/cli.py | 2 +- silkaj/cli_tools.py | 2 +- silkaj/commands.py | 2 +- silkaj/constants.py | 2 +- silkaj/crypto_tools.py | 2 +- silkaj/license.py | 2 +- silkaj/membership.py | 2 +- silkaj/money.py | 2 +- silkaj/net.py | 2 +- silkaj/network_tools.py | 2 +- silkaj/tools.py | 2 +- silkaj/tui.py | 2 +- silkaj/tx.py | 2 +- silkaj/tx_history.py | 2 +- silkaj/wot.py | 2 +- tests/test_checksum.py | 2 +- tests/test_crypto_tools.py | 2 +- tests/test_end_to_end.py | 2 +- tests/test_membership.py | 2 +- tests/test_money.py | 2 +- tests/test_tui.py | 2 +- tests/test_tx.py | 2 +- tests/test_tx_history.py | 2 +- tests/test_unit_cert.py | 2 +- tests/test_unit_tx.py | 2 +- tests/test_verify_blocks.py | 2 +- tests/test_wot.py | 2 +- 33 files changed, 33 insertions(+), 33 deletions(-) diff --git a/silkaj/__init__.py b/silkaj/__init__.py index 7047f48f..cb39ad8e 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 2a4279ac..65f8496c 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 9321e0ab..df6cc8b9 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 33e14abe..5d978391 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 3343c431..bb519f23 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 d0a6806c..19c86dbf 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 544550dd..2abf0b14 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 2021531a..a20705a8 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 bf69f567..7cf44cbd 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 27fbae0e..da154546 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 3a9db1d3..65a3cf72 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 e4e2135c..bdd6f891 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 d63002fa..ea3ea1a0 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 45f468a9..ce8f9215 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 3082ae53..94c7493b 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 89701d5e..b3b9ea9f 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 997349dc..53d14be9 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 a76d0940..6d73eb08 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 edbe3b16..2ad42243 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 615e37db..2dba83d8 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 ddbe2a16..e78f0eb7 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 a7a5a475..2a38cfd9 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 b1571677..191f1181 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 9dc2fe2f..f89f5a35 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 4b90b74a..7ff1eb56 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 64937fac..eaaa7467 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 76272240..ca39bd96 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 e354ed8f..d6caf2de 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 edc2c03a..3f9e5949 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 9f7092e0..fa09d368 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 bcab87b3..58ce7552 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 d11b510e..5a804749 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 9f05df3f..08a1b265 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 -- GitLab