changeset 378:4d660b252487

dates update
author Goffi <goffi@goffi.org>
date Wed, 29 Jan 2020 09:52:46 +0100
parents b2a87239af25
children 1da3c379205b
files README cagou/__init__.py cagou/backport/__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/patches.py cagou/core/platform_/__init__.py cagou/core/platform_/android.py cagou/core/platform_/base.py cagou/core/profile_manager.py cagou/core/share_widget.py cagou/core/simple_xhtml.py cagou/core/utils.py cagou/core/widgets_handler.py cagou/core/xmlui.py 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.py cagou/plugins/plugin_transfer_voice.py cagou/plugins/plugin_wid_chat.py cagou/plugins/plugin_wid_contact_list.py cagou/plugins/plugin_wid_file_sharing.py cagou/plugins/plugin_wid_remote.py cagou/plugins/plugin_wid_settings.py cagou/plugins/plugin_wid_widget_selector.py setup.py
diffstat 35 files changed, 37 insertions(+), 38 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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