Mercurial > libervia-backend
changeset 2771:003b8b4b56a7
date update
line wrap: on
line diff
--- a/README Fri Jan 11 21:38:20 2019 +0100 +++ b/README Sat Jan 12 12:25:31 2019 +0100 @@ -1,5 +1,5 @@ Salut à Toi -(c) Jérôme Poisson aka Goffi 2008-2018 +(c) Jérôme Poisson aka Goffi 2008-2019 (c) Adrien Cossa aka Souliane 2013-2016 SàT is a XMPP (Jabber) client.
--- a/sat/__init__.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/__init__.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/bridge/bridge_constructor/base_constructor.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/bridge/bridge_constructor/base_constructor.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/bridge/bridge_constructor/bridge_constructor.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/bridge/bridge_constructor/bridge_constructor.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/bridge/bridge_constructor/constants.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/bridge/bridge_constructor/constants.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -24,7 +24,7 @@ NAME = u"bridge_constructor" DEST_DIR_DEFAULT = "generated" - DESCRIPTION = u"""{name} Copyright (C) 2009-2018 Jérôme Poisson (aka Goffi) + DESCRIPTION = u"""{name} Copyright (C) 2009-2019 Jérôme Poisson (aka Goffi) This script construct a SàT bridge using the given protocol
--- a/sat/bridge/bridge_constructor/constructors/dbus-xml/constructor.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/bridge/bridge_constructor/constructors/dbus-xml/constructor.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/bridge/bridge_constructor/constructors/dbus/constructor.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/bridge/bridge_constructor/constructors/dbus/constructor.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/bridge/bridge_constructor/constructors/dbus/dbus_core_template.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/bridge/bridge_constructor/constructors/dbus/dbus_core_template.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/bridge/bridge_constructor/constructors/dbus/dbus_frontend_template.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/bridge/bridge_constructor/constructors/dbus/dbus_frontend_template.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # SAT communication bridge -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/bridge/bridge_constructor/constructors/embedded/constructor.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/bridge/bridge_constructor/constructors/embedded/constructor.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/bridge/bridge_constructor/constructors/embedded/embedded_frontend_template.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/bridge/bridge_constructor/constructors/embedded/embedded_frontend_template.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/bridge/bridge_constructor/constructors/embedded/embedded_template.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/bridge/bridge_constructor/constructors/embedded/embedded_template.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/bridge/bridge_constructor/constructors/mediawiki/constructor.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/bridge/bridge_constructor/constructors/mediawiki/constructor.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/bridge/bridge_constructor/constructors/pb/constructor.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/bridge/bridge_constructor/constructors/pb/constructor.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/bridge/bridge_constructor/constructors/pb/pb_core_template.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/bridge/bridge_constructor/constructors/pb/pb_core_template.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/bridge/bridge_constructor/constructors/pb/pb_frontend_template.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/bridge/bridge_constructor/constructors/pb/pb_frontend_template.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT communication bridge -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/bridge/dbus_bridge.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/bridge/dbus_bridge.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/bridge/pb.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/bridge/pb.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/core/constants.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/core/constants.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/core/i18n.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/core/i18n.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/core/log.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/core/log.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/core/log_config.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/core/log_config.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/core/sat_main.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/core/sat_main.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/core/xmpp.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/core/xmpp.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/memory/cache.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/memory/cache.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/memory/crypto.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/memory/crypto.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify
--- a/sat/memory/disco.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/memory/disco.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/memory/encryption.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/memory/encryption.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/memory/memory.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/memory/memory.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/memory/params.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/memory/params.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/memory/persistent.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/memory/persistent.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/memory/sqlite.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/memory/sqlite.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_adhoc_dbus.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_adhoc_dbus.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for adding D-Bus to Ad-Hoc Commands -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_blog_import.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_blog_import.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT plugin for import external blogs -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_blog_import_dokuwiki.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_blog_import_dokuwiki.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT plugin to import dokuwiki blogs -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify
--- a/sat/plugins/plugin_blog_import_dotclear.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_blog_import_dotclear.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT plugin for import external blogs -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_comp_file_sharing.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_comp_file_sharing.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for parrot mode (experimental) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_exp_command_export.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_exp_command_export.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin to export commands (experimental) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_exp_events.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_exp_events.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin to detect language (experimental) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_exp_jingle_stream.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_exp_jingle_stream.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing pipes (experimental) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_exp_lang_detect.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_exp_lang_detect.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin to detect language (experimental) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_exp_parrot.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_exp_parrot.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for parrot mode (experimental) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_exp_pubsub_hook.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_exp_pubsub_hook.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Pubsub Hooks -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_exp_pubsub_schema.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_exp_pubsub_schema.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Pubsub Schemas -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_import.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_import.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT plugin for generic data import handling -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_merge_req_mercurial.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_merge_req_mercurial.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT plugin for import external blogs -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_misc_account.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_misc_account.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for account creation (experimental) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_misc_android.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_misc_android.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for file tansfer -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_misc_file.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_misc_file.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for file tansfer -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_misc_forums.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_misc_forums.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Pubsub Schemas -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_misc_groupblog.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_misc_groupblog.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for microbloging with roster access -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_misc_identity.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_misc_identity.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0054 -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 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
--- a/sat/plugins/plugin_misc_invitations.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_misc_invitations.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for file tansfer -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_misc_ip.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_misc_ip.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for IP address discovery -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_misc_merge_requests.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_misc_merge_requests.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Pubsub Schemas -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_misc_nat-port.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_misc_nat-port.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for NAT port mapping -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_misc_quiz.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_misc_quiz.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing Quiz game -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_misc_radiocol.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_misc_radiocol.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing Radiocol -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_misc_register_account.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_misc_register_account.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT plugin for registering a new XMPP account -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify
--- a/sat/plugins/plugin_misc_room_game.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_misc_room_game.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_misc_tarot.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_misc_tarot.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing French Tarot game -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_misc_text_commands.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_misc_text_commands.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT plugin for managing text commands -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_misc_text_syntaxes.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_misc_text_syntaxes.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing various text syntaxes -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_misc_tickets.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_misc_tickets.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Pubsub Schemas -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_misc_upload.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_misc_upload.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for file tansfer -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_misc_uri_finder.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_misc_uri_finder.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin to find URIs -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_misc_watched.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_misc_watched.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT plugin to be notified on some entities presence -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_misc_welcome.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_misc_welcome.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for file tansfer -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_sec_otr.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_sec_otr.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for OTR encryption -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_syntax_wiki_dotclear.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_syntax_wiki_dotclear.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT plugin for Dotclear Wiki Syntax -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_tickets_import.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_tickets_import.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT plugin for import external ticketss -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_tickets_import_bugzilla.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_tickets_import_bugzilla.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT plugin for import external blogs -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0020.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0020.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0020 -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0045.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0045.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0045 -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0047.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0047.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing gateways (xep-0047) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0048.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0048.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Bookmarks (xep-0048) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0049.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0049.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0049 -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0050.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0050.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Ad-Hoc Commands (XEP-0050) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0054.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0054.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0054 -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 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
--- a/sat/plugins/plugin_xep_0055.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0055.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Jabber Search (xep-0055) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0059.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0059.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Result Set Management (XEP-0059) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify
--- a/sat/plugins/plugin_xep_0060.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0060.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Publish-Subscribe (xep-0060) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0065.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0065.py Sat Jan 12 12:25:31 2019 +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-2018 Jérôme Poisson (goffi@goffi.org) +# 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0071.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0071.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Publish-Subscribe (xep-0071) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0077.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0077.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0077 -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0092.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0092.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT plugin for Software Version (XEP-0092) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0095.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0095.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0095 -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0096.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0096.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0096 -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0100.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0100.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing gateways (xep-0100) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0115.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0115.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0115 -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0163.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0163.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Personal Eventing Protocol (xep-0163) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0166.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0166.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Jingle (XEP-0166) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0199.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0199.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Delayed Delivery (XEP-0199) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify
--- a/sat/plugins/plugin_xep_0203.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0203.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Delayed Delivery (XEP-0203) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify
--- a/sat/plugins/plugin_xep_0231.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0231.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Bit of Binary handling (XEP-0231) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0234.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0234.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Jingle File Transfer (XEP-0234) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0249.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0249.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0249 -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0260.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0260.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Jingle (XEP-0260) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0261.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0261.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Jingle (XEP-0261) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0264.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0264.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0264 -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 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
--- a/sat/plugins/plugin_xep_0277.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0277.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for microblogging over XMPP (xep-0277) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0280.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0280.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for managing xep-0280 -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0297.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0297.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Stanza Forwarding (XEP-0297) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify
--- a/sat/plugins/plugin_xep_0300.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0300.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Hash functions (XEP-0300) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0313.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0313.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Message Archive Management (XEP-0313) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify
--- a/sat/plugins/plugin_xep_0329.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0329.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for File Information Sharing (XEP-0329) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0334.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0334.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Delayed Delivery (XEP-0334) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify
--- a/sat/plugins/plugin_xep_0359.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0359.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for Message Archive Management (XEP-0359) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify
--- a/sat/plugins/plugin_xep_0363.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0363.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for HTTP File Upload (XEP-0363) -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/plugins/plugin_xep_0384.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/plugins/plugin_xep_0384.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT plugin for OMEMO encryption -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/stdui/ui_contact_list.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/stdui/ui_contact_list.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT standard user interface for managing contacts -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/stdui/ui_profile_manager.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/stdui/ui_profile_manager.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT standard user interface for managing contacts -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify
--- a/sat/test/constants.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/test/constants.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/test/helpers.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/test/helpers.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/test/helpers_plugins.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/test/helpers_plugins.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify
--- a/sat/test/test_core_xmpp.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/test/test_core_xmpp.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/test/test_helpers_plugins.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/test/test_helpers_plugins.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify
--- a/sat/test/test_memory.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/test/test_memory.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/test/test_plugin_misc_groupblog.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/test/test_plugin_misc_groupblog.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify
--- a/sat/test/test_plugin_misc_room_game.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/test/test_plugin_misc_room_game.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify
--- a/sat/test/test_plugin_misc_text_syntaxes.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/test/test_plugin_misc_text_syntaxes.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/test/test_plugin_xep_0033.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/test/test_plugin_xep_0033.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify
--- a/sat/test/test_plugin_xep_0085.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/test/test_plugin_xep_0085.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify
--- a/sat/test/test_plugin_xep_0203.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/test/test_plugin_xep_0203.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify
--- a/sat/test/test_plugin_xep_0277.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/test/test_plugin_xep_0277.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/test/test_plugin_xep_0297.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/test/test_plugin_xep_0297.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify
--- a/sat/test/test_plugin_xep_0313.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/test/test_plugin_xep_0313.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify
--- a/sat/test/test_plugin_xep_0334.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/test/test_plugin_xep_0334.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify
--- a/sat/tools/async_trigger.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/tools/async_trigger.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/tools/common/ansi.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/tools/common/ansi.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/tools/common/data_format.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/tools/common/data_format.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/tools/common/data_objects.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/tools/common/data_objects.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/tools/common/date_utils.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/tools/common/date_utils.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/tools/common/dynamic_import.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/tools/common/dynamic_import.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/tools/common/files_utils.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/tools/common/files_utils.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/tools/common/regex.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/tools/common/regex.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Salut à Toi: an XMPP client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/tools/common/template.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/tools/common/template.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/tools/common/template_xmlui.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/tools/common/template_xmlui.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/tools/common/uri.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/tools/common/uri.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/tools/config.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/tools/config.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify
--- a/sat/tools/email.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/tools/email.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/tools/sat_defer.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/tools/sat_defer.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT: a XMPP client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/tools/stream.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/tools/stream.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/tools/trigger.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/tools/trigger.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/tools/utils.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/tools/utils.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat/tools/xml_tools.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat/tools/xml_tools.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/bridge/bridge_frontend.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/bridge/bridge_frontend.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT communication bridge -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/bridge/dbus_bridge.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/bridge/dbus_bridge.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ #-*- coding: utf-8 -*- # SAT communication bridge -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/bridge/pb.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/bridge/pb.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT communication bridge -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/arg_tools.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/arg_tools.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/base.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/base.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -125,7 +125,7 @@ DESCRIPTION = """This software is a command line tool for XMPP. Get the latest version at """ + C.APP_URL -COPYLEFT = u"""Copyright (C) 2009-2018 Jérôme Poisson, Adrien Cossa +COPYLEFT = u"""Copyright (C) 2009-2019 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. """
--- a/sat_frontends/jp/cmd_account.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/cmd_account.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/cmd_adhoc.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/cmd_adhoc.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/cmd_avatar.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/cmd_avatar.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/cmd_blog.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/cmd_blog.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/cmd_bookmarks.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/cmd_bookmarks.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/cmd_debug.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/cmd_debug.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/cmd_encryption.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/cmd_encryption.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/cmd_event.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/cmd_event.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/cmd_file.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/cmd_file.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/cmd_forums.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/cmd_forums.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/cmd_identity.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/cmd_identity.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/cmd_info.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/cmd_info.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/cmd_input.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/cmd_input.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/cmd_invitation.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/cmd_invitation.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/cmd_merge_request.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/cmd_merge_request.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/cmd_message.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/cmd_message.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/cmd_param.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/cmd_param.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # Copyright (C) 2013-2016 Adrien Cossa (souliane@mailoo.org) # This program is free software: you can redistribute it and/or modify
--- a/sat_frontends/jp/cmd_ping.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/cmd_ping.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/cmd_pipe.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/cmd_pipe.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/cmd_profile.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/cmd_profile.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/cmd_pubsub.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/cmd_pubsub.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/cmd_roster.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/cmd_roster.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SAT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 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
--- a/sat_frontends/jp/cmd_shell.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/cmd_shell.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/cmd_ticket.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/cmd_ticket.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/cmd_uri.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/cmd_uri.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/common.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/common.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/constants.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/constants.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/output_std.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/output_std.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/output_template.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/output_template.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/output_xml.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/output_xml.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/output_xmlui.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/output_xmlui.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # jp: a SàT command line tool -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/jp/xmlui_manager.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/jp/xmlui_manager.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # JP: a SàT frontend -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/primitivus/chat.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/primitivus/chat.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/primitivus/config.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/primitivus/config.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/primitivus/constants.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/primitivus/constants.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/primitivus/contact_list.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/primitivus/contact_list.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/primitivus/game_tarot.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/primitivus/game_tarot.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/primitivus/keys.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/primitivus/keys.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/primitivus/notify.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/primitivus/notify.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/primitivus/profile_manager.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/primitivus/profile_manager.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/primitivus/progress.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/primitivus/progress.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/primitivus/widget.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/primitivus/widget.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/primitivus/xmlui.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/primitivus/xmlui.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/quick_frontend/constants.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/quick_frontend/constants.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/quick_frontend/quick_app.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/quick_frontend/quick_app.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # helper class for making a SAT frontend -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/quick_frontend/quick_blog.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/quick_frontend/quick_blog.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # helper class for making a SAT frontend -# Copyright (C) 2011-2018 Jérôme Poisson <goffi@goffi.org> +# Copyright (C) 2011-2019 Jérôme Poisson <goffi@goffi.org> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/quick_frontend/quick_chat.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/quick_frontend/quick_chat.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # helper class for making a SAT frontend -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/quick_frontend/quick_contact_list.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/quick_frontend/quick_contact_list.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # helper class for making a SAT frontend -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/quick_frontend/quick_contact_management.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/quick_frontend/quick_contact_management.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # helper class for making a SAT frontend -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/quick_frontend/quick_game_tarot.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/quick_frontend/quick_game_tarot.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # helper class for making a SAT frontend -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/quick_frontend/quick_games.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/quick_frontend/quick_games.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # helper class for making a SAT frontend -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/quick_frontend/quick_menus.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/quick_frontend/quick_menus.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # helper class for making a SAT frontend -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/quick_frontend/quick_profile_manager.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/quick_frontend/quick_profile_manager.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # helper class for making a SAT frontend -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/quick_frontend/quick_utils.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/quick_frontend/quick_utils.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # Primitivus: a SAT frontend -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/quick_frontend/quick_widgets.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/quick_frontend/quick_widgets.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # helper class for making a SAT frontend -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/tools/css_color.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/tools/css_color.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # CSS color parsing -# Copyright (C) 2009-2018 Jérome-Poisson +# Copyright (C) 2009-2019 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
--- a/sat_frontends/tools/games.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/tools/games.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/tools/host_listener.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/tools/host_listener.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/tools/jid.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/tools/jid.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/tools/xmltools.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/tools/xmltools.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SAT: a jabber client -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by
--- a/sat_frontends/tools/xmlui.py Fri Jan 11 21:38:20 2019 +0100 +++ b/sat_frontends/tools/xmlui.py Sat Jan 12 12:25:31 2019 +0100 @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # SàT frontend tools -# Copyright (C) 2009-2018 Jérôme Poisson (goffi@goffi.org) +# Copyright (C) 2009-2019 Jérôme Poisson (goffi@goffi.org) # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by