changeset 2483:0046283a285d

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