# HG changeset patch # User Goffi # Date 1580287854 -3600 # Node ID 9d0df638c8b417761719dd4dbce03733768037e4 # Parent b9395c4df8b989213d8c49f46855d68b25c8d521 dates update diff -r b9395c4df8b9 -r 9d0df638c8b4 README --- a/README Tue Jan 28 22:42:10 2020 +0100 +++ b/README Wed Jan 29 09:50:54 2020 +0100 @@ -1,5 +1,5 @@ Salut à Toi -(c) Jérôme Poisson aka Goffi 2008-2019 +(c) Jérôme Poisson aka Goffi 2008-2020 (c) Adrien Cossa aka Souliane 2013-2016 SàT is a XMPP (Jabber) client. diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/__init__.py --- a/sat/__init__.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/__init__.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/bridge/bridge_constructor/base_constructor.py --- a/sat/bridge/bridge_constructor/base_constructor.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/bridge/bridge_constructor/base_constructor.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/bridge/bridge_constructor/bridge_constructor.py --- a/sat/bridge/bridge_constructor/bridge_constructor.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/bridge/bridge_constructor/bridge_constructor.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/bridge/bridge_constructor/constants.py --- a/sat/bridge/bridge_constructor/constants.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/bridge/bridge_constructor/constants.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 @@ -24,7 +24,7 @@ NAME = "bridge_constructor" DEST_DIR_DEFAULT = "generated" - DESCRIPTION = """{name} Copyright (C) 2009-2019 Jérôme Poisson (aka Goffi) + DESCRIPTION = """{name} Copyright (C) 2009-2020 Jérôme Poisson (aka Goffi) This script construct a SàT bridge using the given protocol diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/bridge/bridge_constructor/constructors/dbus-xml/constructor.py --- a/sat/bridge/bridge_constructor/constructors/dbus-xml/constructor.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/bridge/bridge_constructor/constructors/dbus-xml/constructor.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/bridge/bridge_constructor/constructors/dbus/constructor.py --- a/sat/bridge/bridge_constructor/constructors/dbus/constructor.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/bridge/bridge_constructor/constructors/dbus/constructor.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/bridge/bridge_constructor/constructors/dbus/dbus_core_template.py --- a/sat/bridge/bridge_constructor/constructors/dbus/dbus_core_template.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/bridge/bridge_constructor/constructors/dbus/dbus_core_template.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/bridge/bridge_constructor/constructors/dbus/dbus_frontend_template.py --- a/sat/bridge/bridge_constructor/constructors/dbus/dbus_frontend_template.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/bridge/bridge_constructor/constructors/dbus/dbus_frontend_template.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # SAT communication bridge -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/bridge/bridge_constructor/constructors/embedded/constructor.py --- a/sat/bridge/bridge_constructor/constructors/embedded/constructor.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/bridge/bridge_constructor/constructors/embedded/constructor.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/bridge/bridge_constructor/constructors/embedded/embedded_frontend_template.py --- a/sat/bridge/bridge_constructor/constructors/embedded/embedded_frontend_template.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/bridge/bridge_constructor/constructors/embedded/embedded_frontend_template.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/bridge/bridge_constructor/constructors/embedded/embedded_template.py --- a/sat/bridge/bridge_constructor/constructors/embedded/embedded_template.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/bridge/bridge_constructor/constructors/embedded/embedded_template.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/bridge/bridge_constructor/constructors/mediawiki/constructor.py --- a/sat/bridge/bridge_constructor/constructors/mediawiki/constructor.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/bridge/bridge_constructor/constructors/mediawiki/constructor.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/bridge/bridge_constructor/constructors/pb/constructor.py --- a/sat/bridge/bridge_constructor/constructors/pb/constructor.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/bridge/bridge_constructor/constructors/pb/constructor.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/bridge/bridge_constructor/constructors/pb/pb_core_template.py --- a/sat/bridge/bridge_constructor/constructors/pb/pb_core_template.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/bridge/bridge_constructor/constructors/pb/pb_core_template.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/bridge/bridge_constructor/constructors/pb/pb_frontend_template.py --- a/sat/bridge/bridge_constructor/constructors/pb/pb_frontend_template.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/bridge/bridge_constructor/constructors/pb/pb_frontend_template.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT communication bridge -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/bridge/dbus_bridge.py --- a/sat/bridge/dbus_bridge.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/bridge/dbus_bridge.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/bridge/pb.py --- a/sat/bridge/pb.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/bridge/pb.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/core/constants.py --- a/sat/core/constants.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/core/constants.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/core/i18n.py --- a/sat/core/i18n.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/core/i18n.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/core/log.py --- a/sat/core/log.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/core/log.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/core/log_config.py --- a/sat/core/log_config.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/core/log_config.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/core/sat_main.py --- a/sat/core/sat_main.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/core/sat_main.py Wed Jan 29 09:50:54 2020 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/core/xmpp.py --- a/sat/core/xmpp.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/core/xmpp.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/memory/cache.py --- a/sat/memory/cache.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/memory/cache.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/memory/crypto.py --- a/sat/memory/crypto.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/memory/crypto.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# 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 diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/memory/disco.py --- a/sat/memory/disco.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/memory/disco.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/memory/encryption.py --- a/sat/memory/encryption.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/memory/encryption.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/memory/memory.py --- a/sat/memory/memory.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/memory/memory.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/memory/params.py --- a/sat/memory/params.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/memory/params.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/memory/persistent.py --- a/sat/memory/persistent.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/memory/persistent.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/memory/sqlite.py --- a/sat/memory/sqlite.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/memory/sqlite.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_adhoc_dbus.py --- a/sat/plugins/plugin_adhoc_dbus.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_adhoc_dbus.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for adding D-Bus to Ad-Hoc Commands -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_blog_import.py --- a/sat/plugins/plugin_blog_import.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_blog_import.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT plugin for import external blogs -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_blog_import_dokuwiki.py --- a/sat/plugins/plugin_blog_import_dokuwiki.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_blog_import_dokuwiki.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT plugin to import dokuwiki blogs -# 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 diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_blog_import_dotclear.py --- a/sat/plugins/plugin_blog_import_dotclear.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_blog_import_dotclear.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT plugin for import external blogs -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_comp_file_sharing.py --- a/sat/plugins/plugin_comp_file_sharing.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_comp_file_sharing.py Wed Jan 29 09:50:54 2020 +0100 @@ -1,8 +1,7 @@ #!/usr/bin/env python3 -# -*- coding: utf-8 -*- # SAT plugin for parrot mode (experimental) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 @@ -21,8 +20,6 @@ from sat.core.constants import Const as C from sat.core import exceptions from sat.core.log import getLogger - -log = getLogger(__name__) from sat.tools.common import regex from sat.tools.common import uri from sat.tools import stream @@ -36,6 +33,9 @@ import mimetypes +log = getLogger(__name__) + + PLUGIN_INFO = { C.PI_NAME: "File sharing component", C.PI_IMPORT_NAME: "file_sharing", diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_comp_file_sharing_management.py --- a/sat/plugins/plugin_comp_file_sharing_management.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_comp_file_sharing_management.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin to detect language (experimental) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_dbg_manhole.py --- a/sat/plugins/plugin_dbg_manhole.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_dbg_manhole.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for debugging, using a manhole -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_exp_command_export.py --- a/sat/plugins/plugin_exp_command_export.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_exp_command_export.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin to export commands (experimental) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_exp_events.py --- a/sat/plugins/plugin_exp_events.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_exp_events.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin to detect language (experimental) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_exp_invitation.py --- a/sat/plugins/plugin_exp_invitation.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_exp_invitation.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin to detect language (experimental) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_exp_invitation_file.py --- a/sat/plugins/plugin_exp_invitation_file.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_exp_invitation_file.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin to detect language (experimental) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_exp_jingle_stream.py --- a/sat/plugins/plugin_exp_jingle_stream.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_exp_jingle_stream.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing pipes (experimental) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_exp_lang_detect.py --- a/sat/plugins/plugin_exp_lang_detect.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_exp_lang_detect.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin to detect language (experimental) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_exp_list_of_interest.py --- a/sat/plugins/plugin_exp_list_of_interest.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_exp_list_of_interest.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin to detect language (experimental) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_exp_parrot.py --- a/sat/plugins/plugin_exp_parrot.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_exp_parrot.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for parrot mode (experimental) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_exp_pubsub_admin.py --- a/sat/plugins/plugin_exp_pubsub_admin.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_exp_pubsub_admin.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin to send pubsub requests with administrator privilege -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_exp_pubsub_hook.py --- a/sat/plugins/plugin_exp_pubsub_hook.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_exp_pubsub_hook.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Pubsub Hooks -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_exp_pubsub_schema.py --- a/sat/plugins/plugin_exp_pubsub_schema.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_exp_pubsub_schema.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Pubsub Schemas -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_import.py --- a/sat/plugins/plugin_import.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_import.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT plugin for generic data import handling -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_merge_req_mercurial.py --- a/sat/plugins/plugin_merge_req_mercurial.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_merge_req_mercurial.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT plugin for import external blogs -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_misc_account.py --- a/sat/plugins/plugin_misc_account.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_misc_account.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for account creation (experimental) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_misc_android.py --- a/sat/plugins/plugin_misc_android.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_misc_android.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for file tansfer -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_misc_download.py --- a/sat/plugins/plugin_misc_download.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_misc_download.py Wed Jan 29 09:50:54 2020 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SAT plugin for downloading files -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_misc_email_invitation.py --- a/sat/plugins/plugin_misc_email_invitation.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_misc_email_invitation.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for file tansfer -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_misc_file.py --- a/sat/plugins/plugin_misc_file.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_misc_file.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for file tansfer -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_misc_forums.py --- a/sat/plugins/plugin_misc_forums.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_misc_forums.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for pubsub forums -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_misc_groupblog.py --- a/sat/plugins/plugin_misc_groupblog.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_misc_groupblog.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for microbloging with roster access -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_misc_identity.py --- a/sat/plugins/plugin_misc_identity.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_misc_identity.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0054 -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2014 Emmanuel Gil Peyrot (linkmauve@linkmauve.fr) # This program is free software: you can redistribute it and/or modify diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_misc_ip.py --- a/sat/plugins/plugin_misc_ip.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_misc_ip.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for IP address discovery -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_misc_merge_requests.py --- a/sat/plugins/plugin_misc_merge_requests.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_misc_merge_requests.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Pubsub Schemas -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_misc_nat-port.py --- a/sat/plugins/plugin_misc_nat-port.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_misc_nat-port.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for NAT port mapping -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_misc_quiz.py --- a/sat/plugins/plugin_misc_quiz.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_misc_quiz.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing Quiz game -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_misc_radiocol.py --- a/sat/plugins/plugin_misc_radiocol.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_misc_radiocol.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing Radiocol -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_misc_register_account.py --- a/sat/plugins/plugin_misc_register_account.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_misc_register_account.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT plugin for registering a new XMPP account -# 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 diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_misc_room_game.py --- a/sat/plugins/plugin_misc_room_game.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_misc_room_game.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_misc_tarot.py --- a/sat/plugins/plugin_misc_tarot.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_misc_tarot.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing French Tarot game -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_misc_text_commands.py --- a/sat/plugins/plugin_misc_text_commands.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_misc_text_commands.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT plugin for managing text commands -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_misc_text_syntaxes.py --- a/sat/plugins/plugin_misc_text_syntaxes.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_misc_text_syntaxes.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing various text syntaxes -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_misc_tickets.py --- a/sat/plugins/plugin_misc_tickets.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_misc_tickets.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Pubsub Schemas -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_misc_upload.py --- a/sat/plugins/plugin_misc_upload.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_misc_upload.py Wed Jan 29 09:50:54 2020 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SAT plugin for uploading files -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_misc_uri_finder.py --- a/sat/plugins/plugin_misc_uri_finder.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_misc_uri_finder.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin to find URIs -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_misc_watched.py --- a/sat/plugins/plugin_misc_watched.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_misc_watched.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT plugin to be notified on some entities presence -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_misc_welcome.py --- a/sat/plugins/plugin_misc_welcome.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_misc_welcome.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for file tansfer -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_sec_aesgcm.py --- a/sat/plugins/plugin_sec_aesgcm.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_sec_aesgcm.py Wed Jan 29 09:50:54 2020 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SAT plugin for handling AES-GCM file encryption -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_sec_otr.py --- a/sat/plugins/plugin_sec_otr.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_sec_otr.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for OTR encryption -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_syntax_wiki_dotclear.py --- a/sat/plugins/plugin_syntax_wiki_dotclear.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_syntax_wiki_dotclear.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT plugin for Dotclear Wiki Syntax -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_tickets_import.py --- a/sat/plugins/plugin_tickets_import.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_tickets_import.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT plugin for import external ticketss -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_tickets_import_bugzilla.py --- a/sat/plugins/plugin_tickets_import_bugzilla.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_tickets_import_bugzilla.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT plugin for import external blogs -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0020.py --- a/sat/plugins/plugin_xep_0020.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0020.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0020 -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0045.py --- a/sat/plugins/plugin_xep_0045.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0045.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0045 -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0047.py --- a/sat/plugins/plugin_xep_0047.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0047.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing gateways (xep-0047) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0048.py --- a/sat/plugins/plugin_xep_0048.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0048.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Bookmarks (xep-0048) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0049.py --- a/sat/plugins/plugin_xep_0049.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0049.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0049 -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0050.py --- a/sat/plugins/plugin_xep_0050.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0050.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Ad-Hoc Commands (XEP-0050) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0054.py --- a/sat/plugins/plugin_xep_0054.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0054.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0054 -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2014 Emmanuel Gil Peyrot (linkmauve@linkmauve.fr) # This program is free software: you can redistribute it and/or modify diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0055.py --- a/sat/plugins/plugin_xep_0055.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0055.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Jabber Search (xep-0055) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0059.py --- a/sat/plugins/plugin_xep_0059.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0059.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Result Set Management (XEP-0059) -# 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 diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0060.py --- a/sat/plugins/plugin_xep_0060.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0060.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Publish-Subscribe (xep-0060) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0065.py --- a/sat/plugins/plugin_xep_0065.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0065.py Wed Jan 29 09:50:54 2020 +0100 @@ -6,7 +6,7 @@ # Copyright (C) # 2002, 2003, 2004 Dave Smith (dizzyd@jabber.org) # 2007, 2008 Fabio Forno (xmpp:ff@jabber.bluendo.com) -# 2009-2019 Jérôme Poisson (goffi@goffi.org) +# 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0071.py --- a/sat/plugins/plugin_xep_0071.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0071.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Publish-Subscribe (xep-0071) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0077.py --- a/sat/plugins/plugin_xep_0077.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0077.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0077 -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0092.py --- a/sat/plugins/plugin_xep_0092.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0092.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT plugin for Software Version (XEP-0092) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0095.py --- a/sat/plugins/plugin_xep_0095.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0095.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0095 -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0096.py --- a/sat/plugins/plugin_xep_0096.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0096.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0096 -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0100.py --- a/sat/plugins/plugin_xep_0100.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0100.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing gateways (xep-0100) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0106.py --- a/sat/plugins/plugin_xep_0106.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0106.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Explicit Message Encryption -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0115.py --- a/sat/plugins/plugin_xep_0115.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0115.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0115 -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0163.py --- a/sat/plugins/plugin_xep_0163.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0163.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Personal Eventing Protocol (xep-0163) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0166.py --- a/sat/plugins/plugin_xep_0166.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0166.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Jingle (XEP-0166) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0199.py --- a/sat/plugins/plugin_xep_0199.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0199.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Delayed Delivery (XEP-0199) -# 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 diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0203.py --- a/sat/plugins/plugin_xep_0203.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0203.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Delayed Delivery (XEP-0203) -# 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 diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0231.py --- a/sat/plugins/plugin_xep_0231.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0231.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Bit of Binary handling (XEP-0231) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0234.py --- a/sat/plugins/plugin_xep_0234.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0234.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Jingle File Transfer (XEP-0234) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0249.py --- a/sat/plugins/plugin_xep_0249.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0249.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0249 -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0260.py --- a/sat/plugins/plugin_xep_0260.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0260.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Jingle (XEP-0260) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0261.py --- a/sat/plugins/plugin_xep_0261.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0261.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Jingle (XEP-0261) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0264.py --- a/sat/plugins/plugin_xep_0264.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0264.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0264 -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2014 Emmanuel Gil Peyrot (linkmauve@linkmauve.fr) # This program is free software: you can redistribute it and/or modify diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0277.py --- a/sat/plugins/plugin_xep_0277.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0277.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for microblogging over XMPP (xep-0277) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0280.py --- a/sat/plugins/plugin_xep_0280.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0280.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0280 -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0297.py --- a/sat/plugins/plugin_xep_0297.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0297.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Stanza Forwarding (XEP-0297) -# 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 diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0300.py --- a/sat/plugins/plugin_xep_0300.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0300.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Hash functions (XEP-0300) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0313.py --- a/sat/plugins/plugin_xep_0313.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0313.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Message Archive Management (XEP-0313) -# 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 diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0329.py --- a/sat/plugins/plugin_xep_0329.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0329.py Wed Jan 29 09:50:54 2020 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SAT plugin for File Information Sharing (XEP-0329) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0334.py --- a/sat/plugins/plugin_xep_0334.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0334.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Delayed Delivery (XEP-0334) -# 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 diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0352.py --- a/sat/plugins/plugin_xep_0352.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0352.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Explicit Message Encryption -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0359.py --- a/sat/plugins/plugin_xep_0359.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0359.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Message Archive Management (XEP-0359) -# 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 diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0363.py --- a/sat/plugins/plugin_xep_0363.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0363.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for HTTP File Upload (XEP-0363) -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0380.py --- a/sat/plugins/plugin_xep_0380.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0380.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Explicit Message Encryption -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/plugins/plugin_xep_0384.py --- a/sat/plugins/plugin_xep_0384.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/plugins/plugin_xep_0384.py Wed Jan 29 09:50:54 2020 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SAT plugin for OMEMO encryption -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/stdui/ui_contact_list.py --- a/sat/stdui/ui_contact_list.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/stdui/ui_contact_list.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT standard user interface for managing contacts -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/stdui/ui_profile_manager.py --- a/sat/stdui/ui_profile_manager.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/stdui/ui_profile_manager.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT standard user interface for managing contacts -# 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 diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/test/constants.py --- a/sat/test/constants.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/test/constants.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/test/helpers.py --- a/sat/test/helpers.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/test/helpers.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/test/helpers_plugins.py --- a/sat/test/helpers_plugins.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/test/helpers_plugins.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# 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 diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/test/test_core_xmpp.py --- a/sat/test/test_core_xmpp.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/test/test_core_xmpp.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/test/test_helpers_plugins.py --- a/sat/test/test_helpers_plugins.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/test/test_helpers_plugins.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# 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 diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/test/test_memory.py --- a/sat/test/test_memory.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/test/test_memory.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/test/test_plugin_misc_groupblog.py --- a/sat/test/test_plugin_misc_groupblog.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/test/test_plugin_misc_groupblog.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# 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 diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/test/test_plugin_misc_room_game.py --- a/sat/test/test_plugin_misc_room_game.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/test/test_plugin_misc_room_game.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# 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 diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/test/test_plugin_misc_text_syntaxes.py --- a/sat/test/test_plugin_misc_text_syntaxes.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/test/test_plugin_misc_text_syntaxes.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/test/test_plugin_xep_0033.py --- a/sat/test/test_plugin_xep_0033.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/test/test_plugin_xep_0033.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# 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 diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/test/test_plugin_xep_0085.py --- a/sat/test/test_plugin_xep_0085.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/test/test_plugin_xep_0085.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# 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 diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/test/test_plugin_xep_0203.py --- a/sat/test/test_plugin_xep_0203.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/test/test_plugin_xep_0203.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# 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 diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/test/test_plugin_xep_0277.py --- a/sat/test/test_plugin_xep_0277.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/test/test_plugin_xep_0277.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/test/test_plugin_xep_0297.py --- a/sat/test/test_plugin_xep_0297.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/test/test_plugin_xep_0297.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# 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 diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/test/test_plugin_xep_0313.py --- a/sat/test/test_plugin_xep_0313.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/test/test_plugin_xep_0313.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# 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 diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/test/test_plugin_xep_0334.py --- a/sat/test/test_plugin_xep_0334.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/test/test_plugin_xep_0334.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# 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 diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/tools/async_trigger.py --- a/sat/tools/async_trigger.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/tools/async_trigger.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/tools/common/ansi.py --- a/sat/tools/common/ansi.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/tools/common/ansi.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/tools/common/async_process.py --- a/sat/tools/common/async_process.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/tools/common/async_process.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/tools/common/data_format.py --- a/sat/tools/common/data_format.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/tools/common/data_format.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/tools/common/data_objects.py --- a/sat/tools/common/data_objects.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/tools/common/data_objects.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/tools/common/date_utils.py --- a/sat/tools/common/date_utils.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/tools/common/date_utils.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/tools/common/dynamic_import.py --- a/sat/tools/common/dynamic_import.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/tools/common/dynamic_import.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/tools/common/email.py --- a/sat/tools/common/email.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/tools/common/email.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/tools/common/files_utils.py --- a/sat/tools/common/files_utils.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/tools/common/files_utils.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/tools/common/regex.py --- a/sat/tools/common/regex.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/tools/common/regex.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Salut à Toi: an XMPP client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/tools/common/template.py --- a/sat/tools/common/template.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/tools/common/template.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/tools/common/template_xmlui.py --- a/sat/tools/common/template_xmlui.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/tools/common/template_xmlui.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/tools/common/uri.py --- a/sat/tools/common/uri.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/tools/common/uri.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/tools/common/utils.py --- a/sat/tools/common/utils.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/tools/common/utils.py Wed Jan 29 09:50:54 2020 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT: a XMPP client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/tools/config.py --- a/sat/tools/config.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/tools/config.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# 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 diff -r b9395c4df8b9 -r 9d0df638c8b4 sat/tools/images.py --- a/sat/tools/images.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/tools/images.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/tools/sat_defer.py --- a/sat/tools/sat_defer.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/tools/sat_defer.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/tools/stream.py --- a/sat/tools/stream.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/tools/stream.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/tools/trigger.py --- a/sat/tools/trigger.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/tools/trigger.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/tools/utils.py --- a/sat/tools/utils.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/tools/utils.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/tools/web.py --- a/sat/tools/web.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/tools/web.py Wed Jan 29 09:50:54 2020 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SàT: an XMPP client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat/tools/xml_tools.py --- a/sat/tools/xml_tools.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat/tools/xml_tools.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/bridge/bridge_frontend.py --- a/sat_frontends/bridge/bridge_frontend.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/bridge/bridge_frontend.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT communication bridge -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/bridge/dbus_bridge.py --- a/sat_frontends/bridge/dbus_bridge.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/bridge/dbus_bridge.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # SAT communication bridge -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/bridge/pb.py --- a/sat_frontends/bridge/pb.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/bridge/pb.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT communication bridge -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/arg_tools.py --- a/sat_frontends/jp/arg_tools.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/arg_tools.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/base.py --- a/sat_frontends/jp/base.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/base.py Wed Jan 29 09:50:54 2020 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # jp: a SAT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 @@ -72,7 +72,7 @@ DESCRIPTION = """This software is a command line tool for XMPP. Get the latest version at """ + C.APP_URL -COPYLEFT = """Copyright (C) 2009-2019 Jérôme Poisson, Adrien Cossa +COPYLEFT = """Copyright (C) 2009-2020 Jérôme Poisson, Adrien Cossa This program comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it under certain conditions. """ diff -r b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/cmd_account.py --- a/sat_frontends/jp/cmd_account.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/cmd_account.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/cmd_adhoc.py --- a/sat_frontends/jp/cmd_adhoc.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/cmd_adhoc.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/cmd_avatar.py --- a/sat_frontends/jp/cmd_avatar.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/cmd_avatar.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/cmd_blog.py --- a/sat_frontends/jp/cmd_blog.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/cmd_blog.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/cmd_bookmarks.py --- a/sat_frontends/jp/cmd_bookmarks.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/cmd_bookmarks.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/cmd_debug.py --- a/sat_frontends/jp/cmd_debug.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/cmd_debug.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/cmd_encryption.py --- a/sat_frontends/jp/cmd_encryption.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/cmd_encryption.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/cmd_event.py --- a/sat_frontends/jp/cmd_event.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/cmd_event.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/cmd_file.py --- a/sat_frontends/jp/cmd_file.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/cmd_file.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/cmd_forums.py --- a/sat_frontends/jp/cmd_forums.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/cmd_forums.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/cmd_identity.py --- a/sat_frontends/jp/cmd_identity.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/cmd_identity.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/cmd_info.py --- a/sat_frontends/jp/cmd_info.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/cmd_info.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/cmd_input.py --- a/sat_frontends/jp/cmd_input.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/cmd_input.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/cmd_invitation.py --- a/sat_frontends/jp/cmd_invitation.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/cmd_invitation.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/cmd_merge_request.py --- a/sat_frontends/jp/cmd_merge_request.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/cmd_merge_request.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/cmd_message.py --- a/sat_frontends/jp/cmd_message.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/cmd_message.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/cmd_param.py --- a/sat_frontends/jp/cmd_param.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/cmd_param.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# 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 diff -r b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/cmd_ping.py --- a/sat_frontends/jp/cmd_ping.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/cmd_ping.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/cmd_pipe.py --- a/sat_frontends/jp/cmd_pipe.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/cmd_pipe.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/cmd_profile.py --- a/sat_frontends/jp/cmd_profile.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/cmd_profile.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/cmd_pubsub.py --- a/sat_frontends/jp/cmd_pubsub.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/cmd_pubsub.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/cmd_roster.py --- a/sat_frontends/jp/cmd_roster.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/cmd_roster.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2020 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2003-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify diff -r b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/cmd_shell.py --- a/sat_frontends/jp/cmd_shell.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/cmd_shell.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/cmd_ticket.py --- a/sat_frontends/jp/cmd_ticket.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/cmd_ticket.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/cmd_uri.py --- a/sat_frontends/jp/cmd_uri.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/cmd_uri.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/common.py --- a/sat_frontends/jp/common.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/common.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/constants.py --- a/sat_frontends/jp/constants.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/constants.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/loops.py --- a/sat_frontends/jp/loops.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/loops.py Wed Jan 29 09:50:54 2020 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # jp: a SAT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/output_std.py --- a/sat_frontends/jp/output_std.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/output_std.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/output_template.py --- a/sat_frontends/jp/output_template.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/output_template.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/output_xml.py --- a/sat_frontends/jp/output_xml.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/output_xml.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/output_xmlui.py --- a/sat_frontends/jp/output_xmlui.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/output_xmlui.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/xml_tools.py --- a/sat_frontends/jp/xml_tools.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/xml_tools.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/jp/xmlui_manager.py --- a/sat_frontends/jp/xmlui_manager.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/jp/xmlui_manager.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # JP: 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) # 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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/primitivus/chat.py --- a/sat_frontends/primitivus/chat.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/primitivus/chat.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/primitivus/config.py --- a/sat_frontends/primitivus/config.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/primitivus/config.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/primitivus/constants.py --- a/sat_frontends/primitivus/constants.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/primitivus/constants.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/primitivus/contact_list.py --- a/sat_frontends/primitivus/contact_list.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/primitivus/contact_list.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/primitivus/game_tarot.py --- a/sat_frontends/primitivus/game_tarot.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/primitivus/game_tarot.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/primitivus/keys.py --- a/sat_frontends/primitivus/keys.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/primitivus/keys.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/primitivus/notify.py --- a/sat_frontends/primitivus/notify.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/primitivus/notify.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/primitivus/profile_manager.py --- a/sat_frontends/primitivus/profile_manager.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/primitivus/profile_manager.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/primitivus/progress.py --- a/sat_frontends/primitivus/progress.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/primitivus/progress.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/primitivus/widget.py --- a/sat_frontends/primitivus/widget.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/primitivus/widget.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/primitivus/xmlui.py --- a/sat_frontends/primitivus/xmlui.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/primitivus/xmlui.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/quick_frontend/constants.py --- a/sat_frontends/quick_frontend/constants.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/quick_frontend/constants.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/quick_frontend/quick_app.py --- a/sat_frontends/quick_frontend/quick_app.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/quick_frontend/quick_app.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # helper class for making a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/quick_frontend/quick_blog.py --- a/sat_frontends/quick_frontend/quick_blog.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/quick_frontend/quick_blog.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # helper class for making a SAT frontend -# Copyright (C) 2011-2019 Jérôme Poisson +# Copyright (C) 2011-2020 Jérôme Poisson # 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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/quick_frontend/quick_chat.py --- a/sat_frontends/quick_frontend/quick_chat.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/quick_frontend/quick_chat.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # helper class for making a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/quick_frontend/quick_contact_list.py --- a/sat_frontends/quick_frontend/quick_contact_list.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/quick_frontend/quick_contact_list.py Wed Jan 29 09:50:54 2020 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # helper class for making a SàT frontend contact lists -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/quick_frontend/quick_contact_management.py --- a/sat_frontends/quick_frontend/quick_contact_management.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/quick_frontend/quick_contact_management.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # helper class for making a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/quick_frontend/quick_game_tarot.py --- a/sat_frontends/quick_frontend/quick_game_tarot.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/quick_frontend/quick_game_tarot.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # helper class for making a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/quick_frontend/quick_games.py --- a/sat_frontends/quick_frontend/quick_games.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/quick_frontend/quick_games.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # helper class for making a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/quick_frontend/quick_menus.py --- a/sat_frontends/quick_frontend/quick_menus.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/quick_frontend/quick_menus.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # helper class for making a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/quick_frontend/quick_profile_manager.py --- a/sat_frontends/quick_frontend/quick_profile_manager.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/quick_frontend/quick_profile_manager.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # helper class for making a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/quick_frontend/quick_utils.py --- a/sat_frontends/quick_frontend/quick_utils.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/quick_frontend/quick_utils.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/quick_frontend/quick_widgets.py --- a/sat_frontends/quick_frontend/quick_widgets.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/quick_frontend/quick_widgets.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # helper class for making a SAT frontend -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/tools/css_color.py --- a/sat_frontends/tools/css_color.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/tools/css_color.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # CSS color parsing -# Copyright (C) 2009-2019 Jérome-Poisson +# Copyright (C) 2009-2020 Jérome-Poisson # 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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/tools/games.py --- a/sat_frontends/tools/games.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/tools/games.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/tools/host_listener.py --- a/sat_frontends/tools/host_listener.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/tools/host_listener.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/tools/jid.py --- a/sat_frontends/tools/jid.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/tools/jid.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/tools/xmltools.py --- a/sat_frontends/tools/xmltools.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/tools/xmltools.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 sat_frontends/tools/xmlui.py --- a/sat_frontends/tools/xmlui.py Tue Jan 28 22:42:10 2020 +0100 +++ b/sat_frontends/tools/xmlui.py Wed Jan 29 09:50:54 2020 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT frontend tools -# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-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 b9395c4df8b9 -r 9d0df638c8b4 setup.py --- a/setup.py Tue Jan 28 22:42:10 2020 +0100 +++ b/setup.py Wed Jan 29 09:50:54 2020 +0100 @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # SAT: an XMPP client -# 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