changeset 1396:069ad98b360d

2015 copyright dates update
author Goffi <goffi@goffi.org>
date Mon, 30 Mar 2015 10:26:26 +0200
parents 1ae9aa94c351
children 96dd0ae1a850
files README frontends/src/bridge/DBus.py frontends/src/bridge/bridge_frontend.py frontends/src/jp/base.py frontends/src/jp/cmd_adhoc.py frontends/src/jp/cmd_bookmarks.py frontends/src/jp/cmd_file.py frontends/src/jp/cmd_info.py frontends/src/jp/cmd_message.py frontends/src/jp/cmd_params.py frontends/src/jp/cmd_pipe.py frontends/src/jp/cmd_profile.py frontends/src/jp/constants.py frontends/src/jp/jp 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/primitivus frontends/src/primitivus/profile_manager.py frontends/src/primitivus/progress.py frontends/src/primitivus/status.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_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/composition.py frontends/src/tools/games.py frontends/src/tools/host_listener.py frontends/src/tools/jid.py frontends/src/tools/misc.py frontends/src/tools/strings.py frontends/src/tools/xmltools.py frontends/src/tools/xmlui.py misc/_jp setup.py src/bridge/DBus.py src/bridge/bridge.py src/bridge/bridge_constructor/bridge_constructor.py src/bridge/bridge_constructor/dbus_core_template.py src/bridge/bridge_constructor/dbus_frontend_template.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/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_exp_command_export.py src/plugins/plugin_exp_parrot.py src/plugins/plugin_exp_pipe.py src/plugins/plugin_misc_account.py src/plugins/plugin_misc_groupblog.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_sec_otr.py src/plugins/plugin_tmp_demo_directory.py src/plugins/plugin_xep_0020.py src/plugins/plugin_xep_0033.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_0085.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_0203.py src/plugins/plugin_xep_0249.py src/plugins/plugin_xep_0277.py src/plugins/plugin_xep_0297.py src/plugins/plugin_xep_0313.py src/plugins/plugin_xep_0334.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_memory_crypto.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/config.py src/tools/trigger.py src/tools/utils.py src/tools/xml_tools.py src/twisted/plugins/sat_plugin.py
diffstat 131 files changed, 155 insertions(+), 155 deletions(-) [+]
line wrap: on
line diff
--- a/README	Mon Mar 30 10:04:29 2015 +0200
+++ b/README	Mon Mar 30 10:26:26 2015 +0200
@@ -1,6 +1,6 @@
 SàT v0.5.1
-(c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011, 2012, 2013, 2014
-(c) Adrien Cossa aka Souliane 2013, 2014
+(c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015
+(c) Adrien Cossa aka Souliane 2013, 2014, 2015
 
 SàT is a XMPP (Jabber) client.
 
--- a/frontends/src/bridge/DBus.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/bridge/DBus.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 #-*- coding: utf-8 -*-
 
 # SAT communication bridge
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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/bridge_frontend.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/bridge/bridge_frontend.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 #-*- coding: utf-8 -*-
 
 # SAT communication bridge
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/jp/base.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # jp: a SAT command line tool
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
@@ -53,7 +53,7 @@
 description = """This software is a command line tool for XMPP.
 Get the latest version at """ + C.APP_URL
 
-copyleft = u"""Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (aka Goffi)
+copyleft = u"""Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (aka Goffi)
 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_adhoc.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/jp/cmd_adhoc.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # jp: a SAT command line tool
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/jp/cmd_bookmarks.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # jp: a SAT command line tool
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/jp/cmd_file.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # jp: a SAT command line tool
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/jp/cmd_info.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # jp: a SAT command line tool
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/jp/cmd_message.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # jp: a SAT command line tool
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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_params.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/jp/cmd_params.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # jp: a SAT command line tool
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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_pipe.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/jp/cmd_pipe.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # jp: a SAT command line tool
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/jp/cmd_profile.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # jp: a SAT command line tool
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/jp/constants.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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/jp	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/jp/jp	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # jp: a SAT command line tool
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/primitivus/chat.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/primitivus/config.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/primitivus/constants.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/primitivus/contact_list.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/primitivus/game_tarot.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/primitivus/keys.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/primitivus/notify.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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/primitivus	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/primitivus/primitivus	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/primitivus/profile_manager.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/primitivus/progress.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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/status.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/primitivus/status.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/primitivus/widget.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/primitivus/xmlui.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/quick_frontend/constants.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/quick_frontend/quick_app.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # helper class for making a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/quick_frontend/quick_chat.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # helper class for making a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/quick_frontend/quick_contact_list.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # helper class for making a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/quick_frontend/quick_contact_management.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # helper class for making a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/quick_frontend/quick_game_tarot.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # helper class for making a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/quick_frontend/quick_games.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # helper class for making a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/quick_frontend/quick_menus.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # helper class for making a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/quick_frontend/quick_profile_manager.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # helper class for making a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/quick_frontend/quick_utils.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/quick_frontend/quick_widgets.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # helper class for making a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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/composition.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/tools/composition.py	Mon Mar 30 10:26:26 2015 +0200
@@ -3,7 +3,7 @@
 
 """
 Libervia: a Salut à Toi frontend
-Copyright (C) 2013, 2014 Adrien Cossa <souliane@mailoo.org>
+Copyright (C) 2013, 2014, 2015 Adrien Cossa <souliane@mailoo.org>
 
 This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/tools/games.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/tools/host_listener.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/tools/jid.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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/misc.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/tools/misc.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT helpers methods for plugins
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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/strings.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/tools/strings.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT helpers methods for plugins
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/tools/xmltools.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/frontends/src/tools/xmlui.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SàT frontend tools
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/misc/_jp	Mon Mar 30 10:04:29 2015 +0200
+++ b/misc/_jp	Mon Mar 30 10:26:26 2015 +0200
@@ -1,6 +1,6 @@
 #compdef jp jp_dev
 # jp: a SAT command line tool
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
--- a/setup.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/setup.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014  Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/bridge/DBus.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 #-*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/bridge/bridge.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 #-*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/bridge/bridge_constructor/bridge_constructor.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 #-*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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/dbus_core_template.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/bridge/bridge_constructor/dbus_core_template.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 #-*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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/dbus_frontend_template.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/bridge/bridge_constructor/dbus_frontend_template.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 #-*- coding: utf-8 -*-
 
 # SAT communication bridge
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/core/constants.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SàT: a XMPP client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/core/i18n.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/core/log.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SàT: a XMPP client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/core/log_config.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SàT: a XMPP client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/core/sat_main.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/core/xmpp.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/memory/crypto.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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/disco.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/memory/disco.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/memory/memory.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/memory/params.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/memory/persistent.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/memory/sqlite.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_adhoc_dbus.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for adding D-Bus to Ad-Hoc Commands
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_exp_command_export.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin to export commands (experimental)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_exp_parrot.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for parrot mode (experimental)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_exp_pipe.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing pipes (experimental)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_misc_account.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for account creation (experimental)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_misc_groupblog.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for microbloging with roster access
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_misc_quiz.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing Quiz game
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_misc_radiocol.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing Radiocol
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_misc_register_account.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SàT plugin for registering a new XMPP account
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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_room_game.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_misc_room_game.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_misc_tarot.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing French Tarot game
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_misc_text_commands.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SàT plugin for managing text commands
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_misc_text_syntaxes.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing various text syntaxes
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_sec_otr.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for OTR encryption
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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_tmp_demo_directory.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_tmp_demo_directory.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for account creation (experimental)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0020.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing xep-0020
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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_0033.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0033.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for Extended Stanza Addressing (xep-0033)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0045.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing xep-0045
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0047.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing gateways (xep-0047)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0048.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for Bookmarks (xep-0048)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0049.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing xep-0049
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0050.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for Ad-Hoc Commands (XEP-0050)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0054.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing xep-0054
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0055.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for Jabber Search (xep-0055)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0059.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for Result Set Management (XEP-0059)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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_0060.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0060.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for Publish-Subscribe (xep-0060)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0065.py	Mon Mar 30 10:26:26 2015 +0200
@@ -6,7 +6,7 @@
 # Copyright (C)
 # 2002, 2003, 2004   Dave Smith (dizzyd@jabber.org)
 # 2007, 2008         Fabio Forno (xmpp:ff@jabber.bluendo.com)
-# 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0071.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for Publish-Subscribe (xep-0071)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0077.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing xep-0077
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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_0085.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0085.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for Chat State Notifications Protocol (xep-0085)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0092.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SàT plugin for Software Version (XEP-0092)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0095.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing xep-0095
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0096.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing xep-0096
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0100.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing gateways (xep-0100)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0115.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing xep-0115
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0163.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for Personal Eventing Protocol (xep-0163)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0203.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for Delayed Delivery (XEP-0203)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0249.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing xep-0249
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0277.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for microblogging over XMPP (xep-0277)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0297.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for Stanza Forwarding (XEP-0297)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0313.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for Message Archive Management (XEP-0313)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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_0334.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/plugins/plugin_xep_0334.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for Delayed Delivery (XEP-0334)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/stdui/ui_contact_list.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT standard user interface for managing contacts
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/stdui/ui_profile_manager.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SAT standard user interface for managing contacts
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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/constants.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/test/constants.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/test/helpers.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/test/helpers_plugins.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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_core_xmpp.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/test/test_core_xmpp.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/test/test_helpers_plugins.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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_memory.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/test/test_memory.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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_memory_crypto.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/test/test_memory_crypto.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014  Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013, 2014  Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014, 2015  Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/test/test_plugin_misc_groupblog.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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_room_game.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/test/test_plugin_misc_room_game.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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_text_syntaxes.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/test/test_plugin_misc_text_syntaxes.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/test/test_plugin_xep_0033.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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_0085.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/test/test_plugin_xep_0085.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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_0203.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/test/test_plugin_xep_0203.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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_0277.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/test/test_plugin_xep_0277.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/test/test_plugin_xep_0297.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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_0313.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/test/test_plugin_xep_0313.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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_0334.py	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/test/test_plugin_xep_0334.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/tools/config.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013, 2014 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014, 2015 Adrien Cossa (souliane@mailoo.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/tools/trigger.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/tools/utils.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/tools/xml_tools.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Mon Mar 30 10:04:29 2015 +0200
+++ b/src/twisted/plugins/sat_plugin.py	Mon Mar 30 10:26:26 2015 +0200
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014, 2015 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by