changeset 459:cf005701624b

copyleft date update
author Goffi <goffi@goffi.org>
date Tue, 06 Mar 2012 09:07:24 +0100
parents 094050fe461e
children fb1abc0f8c6a
files README frontends/src/bridge/DBus.py frontends/src/bridge/bridge_frontend.py frontends/src/jp/jp frontends/src/primitivus/card_game.py frontends/src/primitivus/chat.py frontends/src/primitivus/contact_list.py frontends/src/primitivus/gateways.py frontends/src/primitivus/notify.py frontends/src/primitivus/primitivus frontends/src/primitivus/profile_manager.py frontends/src/primitivus/progress.py frontends/src/primitivus/xmlui.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_gateways.py frontends/src/wix/card_game.py frontends/src/wix/chat.py frontends/src/wix/contact_list.py frontends/src/wix/gateways.py frontends/src/wix/main_window.py frontends/src/wix/param.py frontends/src/wix/profile.py frontends/src/wix/profile_manager.py frontends/src/wix/quiz_game.py frontends/src/wix/wix frontends/src/wix/xmlui.py src/bridge/DBus.py src/bridge/bridge.py src/bridge/bridge_constructor/bridge_contructor.py src/bridge/bridge_constructor/dbus_core_template.py src/bridge/bridge_constructor/dbus_frontend_template.py src/core/default_config.py src/core/sat_main.py src/core/xmpp.py src/memory/memory.py src/memory/persistent.py src/memory/sqlite.py src/plugins/plugin_exp_pipe.py src/plugins/plugin_misc_cs.py src/plugins/plugin_misc_groupblog.py src/plugins/plugin_misc_quiz.py src/plugins/plugin_misc_radiocol.py src/plugins/plugin_misc_tarot.py src/plugins/plugin_xep_0020.py src/plugins/plugin_xep_0045.py src/plugins/plugin_xep_0047.py src/plugins/plugin_xep_0054.py src/plugins/plugin_xep_0060.py src/plugins/plugin_xep_0065.py src/plugins/plugin_xep_0077.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/helpers.py src/test/test_core_xmpp.py src/tools/games.py src/tools/jid.py src/tools/misc.py src/tools/xml_tools.py
diffstat 69 files changed, 72 insertions(+), 72 deletions(-) [+]
line wrap: on
line diff
--- a/README	Tue Mar 06 09:03:19 2012 +0100
+++ b/README	Tue Mar 06 09:07:24 2012 +0100
@@ -1,5 +1,5 @@
 SàT v0.2.0D
-(c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011
+(c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011, 2012
 
 SàT is a XMPP (Jabber) client.
 
--- a/frontends/src/bridge/DBus.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/bridge/DBus.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT communication bridge
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/bridge/bridge_frontend.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/bridge/bridge_frontend.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT communication bridge
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/jp/jp	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/jp/jp	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 jp: a SAT command line tool
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -23,10 +23,10 @@
 
 #consts
 name = u"jp"
-about = name+u""" v%s (c) Jérôme Poisson (aka Goffi) 2009, 2010, 2011
+about = name+u""" v%s (c) Jérôme Poisson (aka Goffi) 2009, 2010, 2011, 2012
 
 ---
-"""+name+u""" Copyright (C) 2009, 2010, 2011  Jérôme Poisson (aka Goffi)
+"""+name+u""" Copyright (C) 2009, 2010, 2011, 2012  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 Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/primitivus/card_game.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 Primitivus: a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/primitivus/chat.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/primitivus/chat.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 Primitivus: a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/primitivus/contact_list.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/primitivus/contact_list.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 Primitivus: a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/primitivus/gateways.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/primitivus/gateways.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 Primitivus: a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/primitivus/notify.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/primitivus/notify.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 Primitivus: a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/primitivus/primitivus	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/primitivus/primitivus	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 Primitivus: a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/primitivus/profile_manager.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/primitivus/profile_manager.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 Primitivus: a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/primitivus/progress.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/primitivus/progress.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 Primitivus: a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/primitivus/xmlui.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/primitivus/xmlui.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 Primitivus: a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/quick_frontend/quick_app.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/quick_frontend/quick_app.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 helper class for making a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/quick_frontend/quick_card_game.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/quick_frontend/quick_card_game.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 helper class for making a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/quick_frontend/quick_chat.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/quick_frontend/quick_chat.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 helper class for making a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/quick_frontend/quick_chat_list.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/quick_frontend/quick_chat_list.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 helper class for making a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/quick_frontend/quick_contact_list.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/quick_frontend/quick_contact_list.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 helper class for making a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/quick_frontend/quick_contact_management.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/quick_frontend/quick_contact_management.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 helper class for making a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/quick_frontend/quick_gateways.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/quick_frontend/quick_gateways.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 helper class for making a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/wix/card_game.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/wix/card_game.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 wix: a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/wix/chat.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/wix/chat.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 wix: a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/wix/contact_list.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/wix/contact_list.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 wix: a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/wix/gateways.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/wix/gateways.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 wix: a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/wix/main_window.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/wix/main_window.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 wix: a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -376,7 +376,7 @@
         about = wx.AboutDialogInfo()
         about.SetName(APP_NAME)
         about.SetVersion (unicode(self.bridge.getVersion()))
-        about.SetCopyright(u"(C) 2009, 2010, 2011 Jérôme Poisson aka Goffi")
+        about.SetCopyright(u"(C) 2009, 2010, 2011, 2012 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':APP_NAME})
         about.SetWebSite(("http://www.goffi.org", "Goffi's non-hebdo (french)"))
--- a/frontends/src/wix/param.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/wix/param.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 wix: a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/wix/profile.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/wix/profile.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 wix: a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/wix/profile_manager.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/wix/profile_manager.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 wix: a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/wix/quiz_game.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/wix/quiz_game.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 wix: a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/wix/wix	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/wix/wix	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 wix: a SAT frontend
-Copyright (C) 2009, 2010, 2011 Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012 Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/frontends/src/wix/xmlui.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/frontends/src/wix/xmlui.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 wix: a SAT frontend
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/bridge/DBus.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/bridge/DBus.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT: a jabber client
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/bridge/bridge.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/bridge/bridge.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT: a jabber client
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/bridge/bridge_constructor/bridge_contructor.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/bridge/bridge_constructor/bridge_contructor.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT: a jabber client
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/bridge/bridge_constructor/dbus_core_template.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/bridge/bridge_constructor/dbus_core_template.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT: a jabber client
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/bridge/bridge_constructor/dbus_frontend_template.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/bridge/bridge_constructor/dbus_frontend_template.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT communication bridge
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/core/default_config.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/core/default_config.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT: a jabber client
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/core/sat_main.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/core/sat_main.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT: a jabber client
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/core/xmpp.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/core/xmpp.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT: a jabber client
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/memory/memory.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/memory/memory.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT: a jabber client
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/memory/persistent.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/memory/persistent.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT: a jabber client
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/memory/sqlite.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/memory/sqlite.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT: a jabber client
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/plugins/plugin_exp_pipe.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/plugins/plugin_exp_pipe.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT plugin for managing pipes (experimental)
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/plugins/plugin_misc_cs.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/plugins/plugin_misc_cs.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT plugin for managing xep-0045
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/plugins/plugin_misc_groupblog.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/plugins/plugin_misc_groupblog.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT plugin for microbloging with roster access
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/plugins/plugin_misc_quiz.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/plugins/plugin_misc_quiz.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT plugin for managing Quiz game 
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/plugins/plugin_misc_radiocol.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/plugins/plugin_misc_radiocol.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT plugin for managing Radiocol 
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/plugins/plugin_misc_tarot.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/plugins/plugin_misc_tarot.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT plugin for managing French Tarot game
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/plugins/plugin_xep_0020.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/plugins/plugin_xep_0020.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT plugin for managing xep-0020
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/plugins/plugin_xep_0045.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/plugins/plugin_xep_0045.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT plugin for managing xep-0045
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/plugins/plugin_xep_0047.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/plugins/plugin_xep_0047.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT plugin for managing gateways (xep-0047)
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/plugins/plugin_xep_0054.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/plugins/plugin_xep_0054.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT plugin for managing xep-0054
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/plugins/plugin_xep_0060.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/plugins/plugin_xep_0060.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT plugin for Publish-Subscribe (xep-0060)
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/plugins/plugin_xep_0065.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/plugins/plugin_xep_0065.py	Tue Mar 06 09:07:24 2012 +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   Jérôme Poisson (goffi@goffi.org)
+2009, 2010, 2011, 2012   Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/plugins/plugin_xep_0077.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/plugins/plugin_xep_0077.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT plugin for managing xep-0077
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/plugins/plugin_xep_0095.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/plugins/plugin_xep_0095.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT plugin for managing xep-0095
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/plugins/plugin_xep_0096.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/plugins/plugin_xep_0096.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT plugin for managing xep-0096
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/plugins/plugin_xep_0100.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/plugins/plugin_xep_0100.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT plugin for managing gateways (xep-0100)
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/plugins/plugin_xep_0115.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/plugins/plugin_xep_0115.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT plugin for managing xep-0115
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/plugins/plugin_xep_0163.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/plugins/plugin_xep_0163.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT plugin for Personal Eventing Protocol (xep-0163)
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/plugins/plugin_xep_0249.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/plugins/plugin_xep_0249.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT plugin for managing xep-0249
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/plugins/plugin_xep_0277.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/plugins/plugin_xep_0277.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT plugin for microblogging over XMPP (xep-0277)
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/sat.tac	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/sat.tac	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT: a jabber client
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/test/helpers.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/test/helpers.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT: a jabber client
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/test/test_core_xmpp.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/test/test_core_xmpp.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT: a jabber client
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/tools/games.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/tools/games.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT: a jabber client
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/tools/jid.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/tools/jid.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT: a jabber client
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/tools/misc.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/tools/misc.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT: a jabber client
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
--- a/src/tools/xml_tools.py	Tue Mar 06 09:03:19 2012 +0100
+++ b/src/tools/xml_tools.py	Tue Mar 06 09:07:24 2012 +0100
@@ -3,7 +3,7 @@
 
 """
 SAT: a jabber client
-Copyright (C) 2009, 2010, 2011  Jérôme Poisson (goffi@goffi.org)
+Copyright (C) 2009, 2010, 2011, 2012  Jérôme Poisson (goffi@goffi.org)
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by