changeset 282:1b835bcfa663

date update
author Goffi <goffi@goffi.org>
date Mon, 25 Mar 2019 07:11:09 +0100
parents ef77423ce500
children c73a7cd36b54
files README cagou/__init__.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/profile_manager.py cagou/core/simple_xhtml.py cagou/core/utils.py cagou/core/widgets_handler.py cagou/core/xmlui.py cagou/kv/base.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/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 setup.py
diffstat 48 files changed, 48 insertions(+), 48 deletions(-) [+]
line wrap: on
line diff
--- a/README	Mon Mar 25 07:11:09 2019 +0100
+++ b/README	Mon Mar 25 07:11:09 2019 +0100
@@ -1,5 +1,5 @@
 Cagou
-(c) Jérôme Poisson aka Goffi 2016
+(c) Jérôme Poisson aka Goffi 2016-2019
 
 Cagou is a Salut à Toi (SàT) desktop/mobile devices frontend
 SàT is a XMPP (Jabber) client.
--- a/cagou/__init__.py	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/__init__.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/core/cagou_main.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/core/cagou_widget.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/core/common.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/core/common_widgets.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/core/config.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/core/constants.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009-2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/core/dialog.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/core/image.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/core/kivy_hack.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/core/menu.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/core/profile_manager.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/core/simple_xhtml.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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/utils.py	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/core/utils.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/core/widgets_handler.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/core/xmlui.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: a SàT frontend
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/kv/base.kv	Mon Mar 25 07:11:09 2019 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/kv/cagou_widget.kv	Mon Mar 25 07:11:09 2019 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/kv/common.kv	Mon Mar 25 07:11:09 2019 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/kv/common_widgets.kv	Mon Mar 25 07:11:09 2019 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/kv/dialog.kv	Mon Mar 25 07:11:09 2019 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/kv/menu.kv	Mon Mar 25 07:11:09 2019 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/kv/profile_manager.kv	Mon Mar 25 07:11:09 2019 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/kv/root_widget.kv	Mon Mar 25 07:11:09 2019 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/kv/simple_xhtml.kv	Mon Mar 25 07:11:09 2019 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/kv/widgets_handler.kv	Mon Mar 25 07:11:09 2019 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/kv/xmlui.kv	Mon Mar 25 07:11:09 2019 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/plugins/plugin_transfer_android_gallery.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/plugins/plugin_transfer_android_photo.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/plugins/plugin_transfer_android_video.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/plugins/plugin_transfer_file.kv	Mon Mar 25 07:11:09 2019 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/plugins/plugin_transfer_file.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/plugins/plugin_transfer_voice.kv	Mon Mar 25 07:11:09 2019 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/plugins/plugin_transfer_voice.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/plugins/plugin_wid_chat.kv	Mon Mar 25 07:11:09 2019 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/plugins/plugin_wid_chat.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/plugins/plugin_wid_contact_list.kv	Mon Mar 25 07:11:09 2019 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/plugins/plugin_wid_contact_list.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/plugins/plugin_wid_file_sharing.kv	Mon Mar 25 07:11:09 2019 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/plugins/plugin_wid_file_sharing.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/plugins/plugin_wid_remote.kv	Mon Mar 25 07:11:09 2019 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/plugins/plugin_wid_remote.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/plugins/plugin_wid_settings.kv	Mon Mar 25 07:11:09 2019 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/plugins/plugin_wid_settings.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/plugins/plugin_wid_widget_selector.kv	Mon Mar 25 07:11:09 2019 +0100
@@ -1,5 +1,5 @@
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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	Mon Mar 25 07:11:09 2019 +0100
+++ b/cagou/plugins/plugin_wid_widget_selector.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client
-# Copyright (C) 2016-2018 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2016-2019 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/setup.py	Mon Mar 25 07:11:09 2019 +0100
+++ b/setup.py	Mon Mar 25 07:11:09 2019 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Cagou: a SàT frontend
-# Copyright (C) 2009-2016  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009-2019  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