From c03febcb4449195d86895223e024b6d758f5c364 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Tue, 7 Jan 2020 20:45:04 +0200 Subject: [PATCH] [mod] #252: Update the copyright year in the header of every source files --- bin/silkaj | 2 +- silkaj/__init__.py | 2 +- silkaj/auth.py | 2 +- silkaj/blockchain_tools.py | 2 +- silkaj/cert.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/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 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/bin/silkaj b/bin/silkaj index dc58e9d6..3bda69fd 100755 --- a/bin/silkaj +++ b/bin/silkaj @@ -1,7 +1,7 @@ #!/usr/bin/env python3 """ -Copyright 2016-2019 Maël Azimi <m.a@moul.re> +Copyright 2016-2020 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 4a5c4f33..7047f48f 100644 --- a/silkaj/__init__.py +++ b/silkaj/__init__.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2019 Maël Azimi <m.a@moul.re> +Copyright 2016-2020 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 67b5158f..1101dd54 100644 --- a/silkaj/auth.py +++ b/silkaj/auth.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2019 Maël Azimi <m.a@moul.re> +Copyright 2016-2020 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 fe073499..032504a2 100644 --- a/silkaj/blockchain_tools.py +++ b/silkaj/blockchain_tools.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2019 Maël Azimi <m.a@moul.re> +Copyright 2016-2020 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 773f0d70..8f88c5c1 100644 --- a/silkaj/cert.py +++ b/silkaj/cert.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2019 Maël Azimi <m.a@moul.re> +Copyright 2016-2020 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 dbc987c0..09c81a50 100644 --- a/silkaj/cli.py +++ b/silkaj/cli.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2019 Maël Azimi <m.a@moul.re> +Copyright 2016-2020 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 867e33f8..2021531a 100644 --- a/silkaj/cli_tools.py +++ b/silkaj/cli_tools.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2019 Maël Azimi <m.a@moul.re> +Copyright 2016-2020 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 802a32bd..74a47191 100644 --- a/silkaj/commands.py +++ b/silkaj/commands.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2019 Maël Azimi <m.a@moul.re> +Copyright 2016-2020 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 b0c4d70b..ae35b2ca 100644 --- a/silkaj/constants.py +++ b/silkaj/constants.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2019 Maël Azimi <m.a@moul.re> +Copyright 2016-2020 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 96d742f1..58845e41 100644 --- a/silkaj/crypto_tools.py +++ b/silkaj/crypto_tools.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2019 Maël Azimi <m.a@moul.re> +Copyright 2016-2020 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 bd77bdb4..e4e2135c 100644 --- a/silkaj/license.py +++ b/silkaj/license.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2019 Maël Azimi <m.a@moul.re> +Copyright 2016-2020 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 1c178800..b25b04e2 100644 --- a/silkaj/money.py +++ b/silkaj/money.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2019 Maël Azimi <m.a@moul.re> +Copyright 2016-2020 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 bc0ec293..8b014be5 100644 --- a/silkaj/network_tools.py +++ b/silkaj/network_tools.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2019 Maël Azimi <m.a@moul.re> +Copyright 2016-2020 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 3d852891..4c16d541 100644 --- a/silkaj/tools.py +++ b/silkaj/tools.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2019 Maël Azimi <m.a@moul.re> +Copyright 2016-2020 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 31a6de12..106fae15 100644 --- a/silkaj/tui.py +++ b/silkaj/tui.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2019 Maël Azimi <m.a@moul.re> +Copyright 2016-2020 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 c0237d01..1ad3e7ed 100644 --- a/silkaj/tx.py +++ b/silkaj/tx.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2019 Maël Azimi <m.a@moul.re> +Copyright 2016-2020 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 dfeffc3a..35e94c34 100644 --- a/silkaj/tx_history.py +++ b/silkaj/tx_history.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2019 Maël Azimi <m.a@moul.re> +Copyright 2016-2020 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 c9014efb..1243a840 100644 --- a/silkaj/wot.py +++ b/silkaj/wot.py @@ -1,5 +1,5 @@ """ -Copyright 2016-2019 Maël Azimi <m.a@moul.re> +Copyright 2016-2020 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