Mercurial > libervia-desktop-kivy
changeset 282:1b835bcfa663
date update
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