From b722a3fb794c94a5b668e8431e85371c53e23ed7 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Tue, 15 Feb 2022 18:50:11 +0100
Subject: [PATCH] [mod] #365: Bump copyright to 2022

---
 license_header.txt                | 2 +-
 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/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 +-
 silkaj/wot_tools.py               | 2 +-
 tests/helpers.py                  | 2 +-
 tests/patched/auth.py             | 2 +-
 tests/patched/blockchain_tools.py | 2 +-
 tests/patched/money.py            | 2 +-
 tests/patched/test_constants.py   | 2 +-
 tests/patched/tools.py            | 2 +-
 tests/patched/tx.py               | 2 +-
 tests/patched/tx_history.py       | 2 +-
 tests/patched/wot.py              | 2 +-
 tests/test_auth.py                | 2 +-
 tests/test_checksum.py            | 2 +-
 tests/test_cli.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_network_tools.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 +-
 46 files changed, 46 insertions(+), 46 deletions(-)

diff --git a/license_header.txt b/license_header.txt
index d1b351ec..9491f783 100644
--- a/license_header.txt
+++ b/license_header.txt
@@ -1,4 +1,4 @@
-Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+Copyright  2016-2022 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/__init__.py b/silkaj/__init__.py
index b590e8fe..6fef9e68 100644
--- a/silkaj/__init__.py
+++ b/silkaj/__init__.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 a71c437b..52b936fc 100644
--- a/silkaj/auth.py
+++ b/silkaj/auth.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 53ce4de9..97df58f4 100644
--- a/silkaj/blockchain_tools.py
+++ b/silkaj/blockchain_tools.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 81197941..f8040db6 100644
--- a/silkaj/blocks.py
+++ b/silkaj/blocks.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 4f4a010d..02ecf0bf 100644
--- a/silkaj/cert.py
+++ b/silkaj/cert.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 85da7eee..f74cdd8e 100644
--- a/silkaj/checksum.py
+++ b/silkaj/checksum.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 b4c633d8..2ad52f33 100644
--- a/silkaj/cli.py
+++ b/silkaj/cli.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 1e658ecb..9928d230 100644
--- a/silkaj/cli_tools.py
+++ b/silkaj/cli_tools.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 d8433b3d..b184eff5 100644
--- a/silkaj/commands.py
+++ b/silkaj/commands.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 cbaee255..cef1bffc 100644
--- a/silkaj/constants.py
+++ b/silkaj/constants.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 429ffc65..bf3d0114 100644
--- a/silkaj/crypto_tools.py
+++ b/silkaj/crypto_tools.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 3e5807b2..8711f3d3 100644
--- a/silkaj/license.py
+++ b/silkaj/license.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 96418f16..f579e4ba 100644
--- a/silkaj/membership.py
+++ b/silkaj/membership.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 3865db8e..9baa33d2 100644
--- a/silkaj/money.py
+++ b/silkaj/money.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 db122869..6272e507 100644
--- a/silkaj/network_tools.py
+++ b/silkaj/network_tools.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 b0d40ec8..94e001eb 100644
--- a/silkaj/tools.py
+++ b/silkaj/tools.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 eaecea32..46e65d82 100644
--- a/silkaj/tui.py
+++ b/silkaj/tui.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 f08f4262..685806f3 100644
--- a/silkaj/tx.py
+++ b/silkaj/tx.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 3efe509a..d84130db 100644
--- a/silkaj/tx_history.py
+++ b/silkaj/tx_history.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 d66bba6b..3593d353 100644
--- a/silkaj/wot.py
+++ b/silkaj/wot.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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_tools.py b/silkaj/wot_tools.py
index 958e6d8b..d8a566e9 100644
--- a/silkaj/wot_tools.py
+++ b/silkaj/wot_tools.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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/helpers.py b/tests/helpers.py
index 5c1fc0bb..36f673ff 100644
--- a/tests/helpers.py
+++ b/tests/helpers.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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/patched/auth.py b/tests/patched/auth.py
index 02e4f122..a074d8ac 100644
--- a/tests/patched/auth.py
+++ b/tests/patched/auth.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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/patched/blockchain_tools.py b/tests/patched/blockchain_tools.py
index 4f0b6837..8f3dbc20 100644
--- a/tests/patched/blockchain_tools.py
+++ b/tests/patched/blockchain_tools.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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/patched/money.py b/tests/patched/money.py
index ccf0488b..ba418538 100644
--- a/tests/patched/money.py
+++ b/tests/patched/money.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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/patched/test_constants.py b/tests/patched/test_constants.py
index 7a03bc86..394ae296 100644
--- a/tests/patched/test_constants.py
+++ b/tests/patched/test_constants.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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/patched/tools.py b/tests/patched/tools.py
index 75614834..dba0c6e9 100644
--- a/tests/patched/tools.py
+++ b/tests/patched/tools.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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/patched/tx.py b/tests/patched/tx.py
index 2750abc0..53a535c9 100644
--- a/tests/patched/tx.py
+++ b/tests/patched/tx.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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/patched/tx_history.py b/tests/patched/tx_history.py
index 2d442e12..10e88642 100644
--- a/tests/patched/tx_history.py
+++ b/tests/patched/tx_history.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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/patched/wot.py b/tests/patched/wot.py
index 4bf3e37d..5d5330b1 100644
--- a/tests/patched/wot.py
+++ b/tests/patched/wot.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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_auth.py b/tests/test_auth.py
index f1eafc10..0a4df549 100644
--- a/tests/test_auth.py
+++ b/tests/test_auth.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 add5e74e..cf96558a 100644
--- a/tests/test_checksum.py
+++ b/tests/test_checksum.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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_cli.py b/tests/test_cli.py
index 1771ce53..1d3915a0 100644
--- a/tests/test_cli.py
+++ b/tests/test_cli.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 299175bd..08b4335b 100644
--- a/tests/test_crypto_tools.py
+++ b/tests/test_crypto_tools.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 b9d86013..5dd7e168 100644
--- a/tests/test_end_to_end.py
+++ b/tests/test_end_to_end.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 acd113f0..1d632ad1 100644
--- a/tests/test_membership.py
+++ b/tests/test_membership.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 4323033b..68a93701 100644
--- a/tests/test_money.py
+++ b/tests/test_money.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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_network_tools.py b/tests/test_network_tools.py
index 51f63094..7234d219 100644
--- a/tests/test_network_tools.py
+++ b/tests/test_network_tools.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 9ac6faaa..61861297 100644
--- a/tests/test_tui.py
+++ b/tests/test_tui.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 939f3c55..d5c90417 100644
--- a/tests/test_tx.py
+++ b/tests/test_tx.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 4a19d2cc..e89b4da6 100644
--- a/tests/test_tx_history.py
+++ b/tests/test_tx_history.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 7075e81d..41610821 100644
--- a/tests/test_unit_cert.py
+++ b/tests/test_unit_cert.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 c2d21bed..abd83674 100644
--- a/tests/test_unit_tx.py
+++ b/tests/test_unit_tx.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 16396ca3..4fe34a93 100644
--- a/tests/test_verify_blocks.py
+++ b/tests/test_verify_blocks.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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 a67d1918..6ffbe292 100644
--- a/tests/test_wot.py
+++ b/tests/test_wot.py
@@ -1,4 +1,4 @@
-# Copyright  2016-2021 Maël Azimi <m.a@moul.re>
+# Copyright  2016-2022 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