changeset 811:1fe00f0c9a91

dates update
author Goffi <goffi@goffi.org>
date Tue, 04 Feb 2014 18:32:49 +0100
parents b11df74e49d2
children 084b52afdceb
files README frontends/src/bridge/DBus.py frontends/src/bridge/bridge_frontend.py frontends/src/constants.py frontends/src/jp/jp frontends/src/primitivus/card_game.py frontends/src/primitivus/chat.py frontends/src/primitivus/constants.py frontends/src/primitivus/contact_list.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/xmlui.py frontends/src/quick_frontend/constants.py frontends/src/quick_frontend/quick_app.py frontends/src/quick_frontend/quick_card_game.py frontends/src/quick_frontend/quick_chat.py frontends/src/quick_frontend/quick_chat_list.py frontends/src/quick_frontend/quick_contact_list.py frontends/src/quick_frontend/quick_contact_management.py frontends/src/quick_frontend/quick_utils.py frontends/src/tools/composition.py frontends/src/tools/games.py frontends/src/tools/misc.py frontends/src/tools/strings.py frontends/src/tools/xmltools.py frontends/src/tools/xmlui.py frontends/src/wix/card_game.py frontends/src/wix/chat.py frontends/src/wix/constants.py frontends/src/wix/contact_list.py frontends/src/wix/main_window.py frontends/src/wix/profile.py frontends/src/wix/profile_manager.py frontends/src/wix/quiz_game.py frontends/src/wix/xmlui.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/default_config.py src/core/i18n.py src/core/sat_main.py src/core/xmpp.py src/memory/memory.py src/memory/persistent.py src/memory/sqlite.py src/plugins/deprecated_misc_cs.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_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_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_0050.py src/plugins/plugin_xep_0054.py src/plugins/plugin_xep_0055.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_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_0249.py src/plugins/plugin_xep_0277.py src/sat.tac 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_memory.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/tools/jid.py src/tools/misc.py src/tools/utils.py src/tools/xml_tools.py
diffstat 96 files changed, 103 insertions(+), 103 deletions(-) [+]
line wrap: on
line diff
--- a/README	Tue Feb 04 18:32:46 2014 +0100
+++ b/README	Tue Feb 04 18:32:49 2014 +0100
@@ -1,5 +1,5 @@
 SàT v0.3.0
-(c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011, 2012, 2013
+(c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011, 2012, 2013, 2014
 
 SàT is a XMPP (Jabber) client.
 
--- a/frontends/src/bridge/DBus.py	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/bridge/DBus.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 #-*- coding: utf-8 -*-
 
 # SAT communication bridge
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/bridge/bridge_frontend.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 #-*- coding: utf-8 -*-
 
 # SAT communication bridge
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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/constants.py	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/constants.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/jp/jp	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # jp: a SAT command line tool
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
@@ -25,7 +25,7 @@
 about = name+u""" v%s (c) Jérôme Poisson (aka Goffi) 2009, 2010, 2011, 2012
 
 ---
-"""+name+u""" Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (aka Goffi)
+"""+name+u""" Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 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/primitivus/card_game.py	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/primitivus/card_game.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/primitivus/chat.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/primitivus/constants.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/primitivus/contact_list.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/primitivus/notify.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/primitivus/primitivus	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/primitivus/profile_manager.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/primitivus/progress.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/primitivus/status.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2013  Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2013, 2014 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/xmlui.py	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/primitivus/xmlui.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/quick_frontend/constants.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/quick_frontend/quick_app.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # helper class for making a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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_card_game.py	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/quick_frontend/quick_card_game.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # helper class for making a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/quick_frontend/quick_chat.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # helper class for making a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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_list.py	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/quick_frontend/quick_chat_list.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # helper class for making a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/quick_frontend/quick_contact_list.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # helper class for making a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/quick_frontend/quick_contact_management.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # helper class for making a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/quick_frontend/quick_utils.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/tools/composition.py	Tue Feb 04 18:32:49 2014 +0100
@@ -3,7 +3,7 @@
 
 """
 Libervia: a Salut à Toi frontend
-Copyright (C) 2013 Adrien Cossa <souliane@mailoo.org>
+Copyright (C) 2013, 2014 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/tools/games.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/tools/misc.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT helpers methods for plugins
-# Copyright (C) 2013 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2013, 2014 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/tools/strings.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT helpers methods for plugins
-# Copyright (C) 2013 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2013, 2014 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/tools/xmltools.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/tools/xmlui.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SàT frontend tools
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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/wix/card_game.py	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/wix/card_game.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # wix: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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/wix/chat.py	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/wix/chat.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # wix: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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/wix/constants.py	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/wix/constants.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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/wix/contact_list.py	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/wix/contact_list.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # wix: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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/wix/main_window.py	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/wix/main_window.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # wix: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by
@@ -418,7 +418,7 @@
         about = wx.AboutDialogInfo()
         about.SetName(Const.APP_NAME)
         about.SetVersion (unicode(self.bridge.getVersion()))
-        about.SetCopyright(u"(C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson aka Goffi")
+        about.SetCopyright(u"(C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson aka Goffi")
         about.SetDescription( _(u"%(name)s is a SàT (Salut à Toi) frontend\n"+
         u"%(name)s is based on WxPython, and is the standard graphic interface of SàT") % {'name': Const.APP_NAME})
         about.SetWebSite(("http://www.goffi.org", "Goffi's non-hebdo (french)"))
--- a/frontends/src/wix/profile.py	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/wix/profile.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # wix: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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/wix/profile_manager.py	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/wix/profile_manager.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # wix: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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/wix/quiz_game.py	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/wix/quiz_game.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # wix: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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/wix/xmlui.py	Tue Feb 04 18:32:46 2014 +0100
+++ b/frontends/src/wix/xmlui.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # wix: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/bridge/DBus.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 #-*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/bridge/bridge.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 #-*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/bridge/bridge_constructor/bridge_constructor.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 #-*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/bridge/bridge_constructor/dbus_core_template.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 #-*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/bridge/bridge_constructor/dbus_frontend_template.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 #-*- coding: utf-8 -*-
 
 # SAT communication bridge
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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/default_config.py	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/core/default_config.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/core/i18n.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/core/sat_main.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/core/xmpp.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/memory/memory.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/memory/persistent.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/memory/sqlite.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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/deprecated_misc_cs.py	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/deprecated_misc_cs.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing xep-0045
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_exp_command_export.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin to export commands (experimental)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_exp_parrot.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for parrot mode (experimental)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_exp_pipe.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing pipes (experimental)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_misc_account.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for account creation (experimental)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_misc_groupblog.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for microbloging with roster access
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_misc_quiz.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing Quiz game
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_misc_radiocol.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing Radiocol
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_misc_room_game.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_misc_tarot.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing French Tarot game
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_misc_text_commands.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SàT plugin for managing text commands
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_misc_text_syntaxes.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing various text syntaxes
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_xep_0020.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing xep-0020
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_xep_0033.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for Extended Stanza Addressing (xep-0033)
-# Copyright (C) 2013 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2013, 2014 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_xep_0045.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing xep-0045
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_xep_0047.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing gateways (xep-0047)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_xep_0050.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for Ad-Hoc Commands (XEP-0050)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_xep_0054.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing xep-0054
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_xep_0055.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for Jabber Search (xep-0055)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_xep_0060.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for Publish-Subscribe (xep-0060)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_xep_0065.py	Tue Feb 04 18:32:49 2014 +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, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_xep_0071.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for Publish-Subscribe (xep-0071)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_xep_0077.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing xep-0077
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_xep_0085.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for Chat State Notifications Protocol (xep-0085)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 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_0095.py	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_xep_0095.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing xep-0095
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_xep_0096.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing xep-0096
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_xep_0100.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing gateways (xep-0100)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_xep_0115.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing xep-0115
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_xep_0163.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for Personal Eventing Protocol (xep-0163)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_xep_0249.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for managing xep-0249
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/plugins/plugin_xep_0277.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT plugin for microblogging over XMPP (xep-0277)
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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/sat.tac	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/sat.tac	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/test/constants.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # Primitivus: a SAT frontend
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/test/helpers.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/test/helpers_plugins.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013  Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/test/test_core_xmpp.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/test/test_helpers_plugins.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013  Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014 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_memory.py	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/test/test_memory_memory.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/test/test_plugin_misc_room_game.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013  Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/test/test_plugin_misc_text_syntaxes.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/test/test_plugin_xep_0033.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013  Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/test/test_plugin_xep_0085.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,8 +2,8 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
-# Copyright (C) 2013  Adrien Cossa (souliane@mailoo.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2013, 2014 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/jid.py	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/tools/jid.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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/misc.py	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/tools/misc.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/tools/utils.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is 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	Tue Feb 04 18:32:46 2014 +0100
+++ b/src/tools/xml_tools.py	Tue Feb 04 18:32:49 2014 +0100
@@ -2,7 +2,7 @@
 # -*- coding: utf-8 -*-
 
 # SAT: a jabber client
-# Copyright (C) 2009, 2010, 2011, 2012, 2013  Jérôme Poisson (goffi@goffi.org)
+# Copyright (C) 2009, 2010, 2011, 2012, 2013, 2014 Jérôme Poisson (goffi@goffi.org)
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU Affero General Public License as published by