changeset 461:3c9ba4a694ef

dates update
author Goffi <goffi@goffi.org>
date Fri, 19 Mar 2021 11:57:19 +0100
parents b5e8e470f7f7
children 83c67b093350
files README cagou/__init__.py cagou/backport/__init__.py cagou/core/behaviors.py cagou/core/cagou_main.py cagou/core/cagou_widget.py cagou/core/common.py cagou/core/common_widgets.py cagou/core/config.py cagou/core/constants.py cagou/core/dialog.py cagou/core/image.py cagou/core/kivy_hack.py cagou/core/menu.py cagou/core/patches.py cagou/core/platform_/__init__.py cagou/core/platform_/android.py cagou/core/platform_/base.py cagou/core/profile_manager.py cagou/core/share_widget.py cagou/core/simple_xhtml.py cagou/core/widgets_handler.py cagou/core/xmlui.py cagou/kv/base.kv cagou/kv/behaviors.kv cagou/kv/cagou_widget.kv cagou/kv/common.kv cagou/kv/common_widgets.kv cagou/kv/dialog.kv cagou/kv/menu.kv cagou/kv/profile_manager.kv cagou/kv/root_widget.kv cagou/kv/share_widget.kv cagou/kv/simple_xhtml.kv cagou/kv/widgets_handler.kv cagou/kv/xmlui.kv cagou/plugins/plugin_transfer_android_gallery.py cagou/plugins/plugin_transfer_android_photo.py cagou/plugins/plugin_transfer_android_video.py cagou/plugins/plugin_transfer_file.kv cagou/plugins/plugin_transfer_file.py cagou/plugins/plugin_transfer_voice.kv cagou/plugins/plugin_transfer_voice.py cagou/plugins/plugin_wid_chat.kv cagou/plugins/plugin_wid_chat.py cagou/plugins/plugin_wid_contact_list.kv cagou/plugins/plugin_wid_contact_list.py cagou/plugins/plugin_wid_file_sharing.kv cagou/plugins/plugin_wid_file_sharing.py cagou/plugins/plugin_wid_remote.kv cagou/plugins/plugin_wid_remote.py cagou/plugins/plugin_wid_settings.kv cagou/plugins/plugin_wid_settings.py cagou/plugins/plugin_wid_widget_selector.kv cagou/plugins/plugin_wid_widget_selector.py doc/conf.py setup.py
diffstat 57 files changed, 57 insertions(+), 57 deletions(-) [+]
line wrap: on
line diff
--- a/README	Sun Apr 19 17:06:57 2020 +0200
+++ b/README	Fri Mar 19 11:57:19 2021 +0100
@@ -1,5 +1,5 @@
 Cagou
-(c) Jérôme Poisson aka Goffi 2016-2020
+(c) Jérôme Poisson aka Goffi 2016-2021
 
 Cagou is a Salut à Toi (SàT) desktop/mobile devices frontend
 SàT is a XMPP (Jabber) client.
--- a/cagou/__init__.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/__init__.py	Fri Mar 19 11:57:19 2021 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/backport/__init__.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/backport/__init__.py	Fri Mar 19 11:57:19 2021 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/core/behaviors.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/core/behaviors.py	Fri Mar 19 11:57:19 2021 +0100
@@ -2,7 +2,7 @@
 
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/core/cagou_main.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/core/cagou_main.py	Fri Mar 19 11:57:19 2021 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/core/cagou_widget.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/core/cagou_widget.py	Fri Mar 19 11:57:19 2021 +0100
@@ -2,7 +2,7 @@
 
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/core/common.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/core/common.py	Fri Mar 19 11:57:19 2021 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/core/common_widgets.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/core/common_widgets.py	Fri Mar 19 11:57:19 2021 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/core/config.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/core/config.py	Fri Mar 19 11:57:19 2021 +0100
@@ -2,7 +2,7 @@
 
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/core/constants.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/core/constants.py	Fri Mar 19 11:57:19 2021 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # Cagou: a SàT frontend
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/core/dialog.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/core/dialog.py	Fri Mar 19 11:57:19 2021 +0100
@@ -2,7 +2,7 @@
 
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/core/image.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/core/image.py	Fri Mar 19 11:57:19 2021 +0100
@@ -2,7 +2,7 @@
 
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/core/kivy_hack.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/core/kivy_hack.py	Fri Mar 19 11:57:19 2021 +0100
@@ -2,7 +2,7 @@
 
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/core/menu.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/core/menu.py	Fri Mar 19 11:57:19 2021 +0100
@@ -2,7 +2,7 @@
 
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/core/patches.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/core/patches.py	Fri Mar 19 11:57:19 2021 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/core/platform_/__init__.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/core/platform_/__init__.py	Fri Mar 19 11:57:19 2021 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/core/platform_/android.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/core/platform_/android.py	Fri Mar 19 11:57:19 2021 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/core/platform_/base.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/core/platform_/base.py	Fri Mar 19 11:57:19 2021 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/core/profile_manager.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/core/profile_manager.py	Fri Mar 19 11:57:19 2021 +0100
@@ -2,7 +2,7 @@
 
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/core/share_widget.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/core/share_widget.py	Fri Mar 19 11:57:19 2021 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/core/simple_xhtml.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/core/simple_xhtml.py	Fri Mar 19 11:57:19 2021 +0100
@@ -2,7 +2,7 @@
 
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/core/widgets_handler.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/core/widgets_handler.py	Fri Mar 19 11:57:19 2021 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/core/xmlui.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/core/xmlui.py	Fri Mar 19 11:57:19 2021 +0100
@@ -2,7 +2,7 @@
 
 
 # Cagou: a SàT frontend
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/kv/base.kv	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/kv/base.kv	Fri Mar 19 11:57:19 2021 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/kv/behaviors.kv	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/kv/behaviors.kv	Fri Mar 19 11:57:19 2021 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/kv/cagou_widget.kv	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/kv/cagou_widget.kv	Fri Mar 19 11:57:19 2021 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/kv/common.kv	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/kv/common.kv	Fri Mar 19 11:57:19 2021 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/kv/common_widgets.kv	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/kv/common_widgets.kv	Fri Mar 19 11:57:19 2021 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/kv/dialog.kv	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/kv/dialog.kv	Fri Mar 19 11:57:19 2021 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/kv/menu.kv	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/kv/menu.kv	Fri Mar 19 11:57:19 2021 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/kv/profile_manager.kv	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/kv/profile_manager.kv	Fri Mar 19 11:57:19 2021 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/kv/root_widget.kv	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/kv/root_widget.kv	Fri Mar 19 11:57:19 2021 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/kv/share_widget.kv	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/kv/share_widget.kv	Fri Mar 19 11:57:19 2021 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/kv/simple_xhtml.kv	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/kv/simple_xhtml.kv	Fri Mar 19 11:57:19 2021 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/kv/widgets_handler.kv	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/kv/widgets_handler.kv	Fri Mar 19 11:57:19 2021 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/kv/xmlui.kv	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/kv/xmlui.kv	Fri Mar 19 11:57:19 2021 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/plugins/plugin_transfer_android_gallery.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/plugins/plugin_transfer_android_gallery.py	Fri Mar 19 11:57:19 2021 +0100
@@ -2,7 +2,7 @@
 
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/plugins/plugin_transfer_android_photo.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/plugins/plugin_transfer_android_photo.py	Fri Mar 19 11:57:19 2021 +0100
@@ -2,7 +2,7 @@
 
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/plugins/plugin_transfer_android_video.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/plugins/plugin_transfer_android_video.py	Fri Mar 19 11:57:19 2021 +0100
@@ -2,7 +2,7 @@
 
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/plugins/plugin_transfer_file.kv	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/plugins/plugin_transfer_file.kv	Fri Mar 19 11:57:19 2021 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/plugins/plugin_transfer_file.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/plugins/plugin_transfer_file.py	Fri Mar 19 11:57:19 2021 +0100
@@ -2,7 +2,7 @@
 
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/plugins/plugin_transfer_voice.kv	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/plugins/plugin_transfer_voice.kv	Fri Mar 19 11:57:19 2021 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/plugins/plugin_transfer_voice.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/plugins/plugin_transfer_voice.py	Fri Mar 19 11:57:19 2021 +0100
@@ -2,7 +2,7 @@
 
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/plugins/plugin_wid_chat.kv	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/plugins/plugin_wid_chat.kv	Fri Mar 19 11:57:19 2021 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/plugins/plugin_wid_chat.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/plugins/plugin_wid_chat.py	Fri Mar 19 11:57:19 2021 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/plugins/plugin_wid_contact_list.kv	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/plugins/plugin_wid_contact_list.kv	Fri Mar 19 11:57:19 2021 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/plugins/plugin_wid_contact_list.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/plugins/plugin_wid_contact_list.py	Fri Mar 19 11:57:19 2021 +0100
@@ -2,7 +2,7 @@
 
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/plugins/plugin_wid_file_sharing.kv	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/plugins/plugin_wid_file_sharing.kv	Fri Mar 19 11:57:19 2021 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/plugins/plugin_wid_file_sharing.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/plugins/plugin_wid_file_sharing.py	Fri Mar 19 11:57:19 2021 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/plugins/plugin_wid_remote.kv	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/plugins/plugin_wid_remote.kv	Fri Mar 19 11:57:19 2021 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/plugins/plugin_wid_remote.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/plugins/plugin_wid_remote.py	Fri Mar 19 11:57:19 2021 +0100
@@ -2,7 +2,7 @@
 
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/plugins/plugin_wid_settings.kv	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/plugins/plugin_wid_settings.kv	Fri Mar 19 11:57:19 2021 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/plugins/plugin_wid_settings.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/plugins/plugin_wid_settings.py	Fri Mar 19 11:57:19 2021 +0100
@@ -2,7 +2,7 @@
 
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/plugins/plugin_wid_widget_selector.kv	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/plugins/plugin_wid_widget_selector.kv	Fri Mar 19 11:57:19 2021 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/cagou/plugins/plugin_wid_widget_selector.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/cagou/plugins/plugin_wid_widget_selector.py	Fri Mar 19 11:57:19 2021 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2020 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2021 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/doc/conf.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/doc/conf.py	Fri Mar 19 11:57:19 2021 +0100
@@ -20,7 +20,7 @@
 # -- Project information -----------------------------------------------------
 
 project = u'Cagou (Salut à Toi)'
-copyright = u'2019, Jérôme Poisson'
+copyright = u'2019-2021 Jérôme Poisson'
 author = u'Jérôme Poisson'
 
 # The short X.Y version
--- a/setup.py	Sun Apr 19 17:06:57 2020 +0200
+++ b/setup.py	Fri Mar 19 11:57:19 2021 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 # Cagou: a SàT frontend
-# Copyright (C) 2009-2020  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009-2021  Jérôme Poisson (goffi@goffi.org)
 # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org)
 
 # This program is free software: you can redistribute it and/or modify