# HG changeset patch # User Goffi # Date 1553494269 -3600 # Node ID 1b835bcfa6635bf6ab9d73a397381eec686110b7 # Parent ef77423ce500b86b6eaad2d18c1c8251dfc45476 date update diff -r ef77423ce500 -r 1b835bcfa663 README --- 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. diff -r ef77423ce500 -r 1b835bcfa663 cagou/__init__.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/core/cagou_main.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/core/cagou_widget.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/core/common.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/core/common_widgets.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/core/config.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/core/constants.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/core/dialog.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/core/image.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/core/kivy_hack.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/core/menu.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/core/profile_manager.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/core/simple_xhtml.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/core/utils.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/core/widgets_handler.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/core/xmlui.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/kv/base.kv --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/kv/cagou_widget.kv --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/kv/common.kv --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/kv/common_widgets.kv --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/kv/dialog.kv --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/kv/menu.kv --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/kv/profile_manager.kv --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/kv/root_widget.kv --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/kv/simple_xhtml.kv --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/kv/widgets_handler.kv --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/kv/xmlui.kv --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/plugins/plugin_transfer_android_gallery.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/plugins/plugin_transfer_android_photo.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/plugins/plugin_transfer_android_video.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/plugins/plugin_transfer_file.kv --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/plugins/plugin_transfer_file.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/plugins/plugin_transfer_voice.kv --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/plugins/plugin_transfer_voice.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/plugins/plugin_wid_chat.kv --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/plugins/plugin_wid_chat.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/plugins/plugin_wid_contact_list.kv --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/plugins/plugin_wid_contact_list.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/plugins/plugin_wid_file_sharing.kv --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/plugins/plugin_wid_file_sharing.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/plugins/plugin_wid_remote.kv --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/plugins/plugin_wid_remote.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/plugins/plugin_wid_settings.kv --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/plugins/plugin_wid_settings.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/plugins/plugin_wid_widget_selector.kv --- 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 diff -r ef77423ce500 -r 1b835bcfa663 cagou/plugins/plugin_wid_widget_selector.py --- 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 diff -r ef77423ce500 -r 1b835bcfa663 setup.py --- 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