# HG changeset patch # User Goffi # Date 1580287966 -3600 # Node ID 4d660b25248711dff6708b25ffa84d7b9d191147 # Parent b2a87239af257d656f54cc81efa7a6d605f5aab3 dates update diff -r b2a87239af25 -r 4d660b252487 README --- a/README Mon Jan 27 21:17:09 2020 +0100 +++ b/README Wed Jan 29 09:52:46 2020 +0100 @@ -1,5 +1,5 @@ Cagou -(c) Jérôme Poisson aka Goffi 2016-2019 +(c) Jérôme Poisson aka Goffi 2016-2020 Cagou is a Salut à Toi (SàT) desktop/mobile devices frontend SàT is a XMPP (Jabber) client. diff -r b2a87239af25 -r 4d660b252487 cagou/__init__.py --- a/cagou/__init__.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/__init__.py Wed Jan 29 09:52:46 2020 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/backport/__init__.py --- a/cagou/backport/__init__.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/backport/__init__.py Wed Jan 29 09:52:46 2020 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/core/cagou_main.py --- a/cagou/core/cagou_main.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/core/cagou_main.py Wed Jan 29 09:52:46 2020 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/core/cagou_widget.py --- a/cagou/core/cagou_widget.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/core/cagou_widget.py Wed Jan 29 09:52:46 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/core/common.py --- a/cagou/core/common.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/core/common.py Wed Jan 29 09:52:46 2020 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/core/common_widgets.py --- a/cagou/core/common_widgets.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/core/common_widgets.py Wed Jan 29 09:52:46 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/core/config.py --- a/cagou/core/config.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/core/config.py Wed Jan 29 09:52:46 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/core/constants.py --- a/cagou/core/constants.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/core/constants.py Wed Jan 29 09:52:46 2020 +0100 @@ -1,8 +1,7 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- +#!/usr/bin/env python3 -# Primitivus: a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Cagou: a SàT frontend +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/core/dialog.py --- a/cagou/core/dialog.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/core/dialog.py Wed Jan 29 09:52:46 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/core/image.py --- a/cagou/core/image.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/core/image.py Wed Jan 29 09:52:46 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/core/kivy_hack.py --- a/cagou/core/kivy_hack.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/core/kivy_hack.py Wed Jan 29 09:52:46 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/core/menu.py --- a/cagou/core/menu.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/core/menu.py Wed Jan 29 09:52:46 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/core/patches.py --- a/cagou/core/patches.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/core/patches.py Wed Jan 29 09:52:46 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/core/platform_/__init__.py --- a/cagou/core/platform_/__init__.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/core/platform_/__init__.py Wed Jan 29 09:52:46 2020 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/core/platform_/android.py --- a/cagou/core/platform_/android.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/core/platform_/android.py Wed Jan 29 09:52:46 2020 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/core/platform_/base.py --- a/cagou/core/platform_/base.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/core/platform_/base.py Wed Jan 29 09:52:46 2020 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/core/profile_manager.py --- a/cagou/core/profile_manager.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/core/profile_manager.py Wed Jan 29 09:52:46 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/core/share_widget.py --- a/cagou/core/share_widget.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/core/share_widget.py Wed Jan 29 09:52:46 2020 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/core/simple_xhtml.py --- a/cagou/core/simple_xhtml.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/core/simple_xhtml.py Wed Jan 29 09:52:46 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/core/utils.py --- a/cagou/core/utils.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/core/utils.py Wed Jan 29 09:52:46 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/core/widgets_handler.py --- a/cagou/core/widgets_handler.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/core/widgets_handler.py Wed Jan 29 09:52:46 2020 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/core/xmlui.py --- a/cagou/core/xmlui.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/core/xmlui.py Wed Jan 29 09:52:46 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Cagou: a SàT frontend -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/plugins/plugin_transfer_android_gallery.py --- a/cagou/plugins/plugin_transfer_android_gallery.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/plugins/plugin_transfer_android_gallery.py Wed Jan 29 09:52:46 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/plugins/plugin_transfer_android_photo.py --- a/cagou/plugins/plugin_transfer_android_photo.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/plugins/plugin_transfer_android_photo.py Wed Jan 29 09:52:46 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/plugins/plugin_transfer_android_video.py --- a/cagou/plugins/plugin_transfer_android_video.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/plugins/plugin_transfer_android_video.py Wed Jan 29 09:52:46 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/plugins/plugin_transfer_file.py --- a/cagou/plugins/plugin_transfer_file.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/plugins/plugin_transfer_file.py Wed Jan 29 09:52:46 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/plugins/plugin_transfer_voice.py --- a/cagou/plugins/plugin_transfer_voice.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/plugins/plugin_transfer_voice.py Wed Jan 29 09:52:46 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/plugins/plugin_wid_chat.py --- a/cagou/plugins/plugin_wid_chat.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/plugins/plugin_wid_chat.py Wed Jan 29 09:52:46 2020 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/python # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/plugins/plugin_wid_contact_list.py --- a/cagou/plugins/plugin_wid_contact_list.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/plugins/plugin_wid_contact_list.py Wed Jan 29 09:52:46 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/plugins/plugin_wid_file_sharing.py --- a/cagou/plugins/plugin_wid_file_sharing.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/plugins/plugin_wid_file_sharing.py Wed Jan 29 09:52:46 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/plugins/plugin_wid_remote.py --- a/cagou/plugins/plugin_wid_remote.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/plugins/plugin_wid_remote.py Wed Jan 29 09:52:46 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/plugins/plugin_wid_settings.py --- a/cagou/plugins/plugin_wid_settings.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/plugins/plugin_wid_settings.py Wed Jan 29 09:52:46 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 cagou/plugins/plugin_wid_widget_selector.py --- a/cagou/plugins/plugin_wid_widget_selector.py Mon Jan 27 21:17:09 2020 +0100 +++ b/cagou/plugins/plugin_wid_widget_selector.py Wed Jan 29 09:52:46 2020 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Cagou: desktop/mobile frontend for Salut à Toi XMPP client -# Copyright (C) 2016-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2016-2020 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 b2a87239af25 -r 4d660b252487 setup.py --- a/setup.py Mon Jan 27 21:17:09 2020 +0100 +++ b/setup.py Wed Jan 29 09:52:46 2020 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # Cagou: a SàT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2020 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