# HG changeset patch # User Goffi # Date 1294249958 -3600 # Node ID b1794cbb88e51904c5f2395dae1fcb958ea89509 # Parent 533507bb4e32af44acb709e0af26293075456352 2011 copyright upgrade diff -r 533507bb4e32 -r b1794cbb88e5 README --- a/README Wed Jan 05 18:46:26 2011 +0100 +++ b/README Wed Jan 05 18:52:38 2011 +0100 @@ -1,5 +1,5 @@ SàT v0.0.3 -(c) Jérôme Poisson aka Goffi 2008, 2009, 2010 +(c) Jérôme Poisson aka Goffi 2008, 2009, 2010, 2011 SàT is a XMPP (Jabber) client. diff -r 533507bb4e32 -r b1794cbb88e5 frontends/sortilege_old/boxsizer.py --- a/frontends/sortilege_old/boxsizer.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/sortilege_old/boxsizer.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ sortilege: a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/sortilege_old/chat.py --- a/frontends/sortilege_old/chat.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/sortilege_old/chat.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ sortilege: a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/sortilege_old/editbox.py --- a/frontends/sortilege_old/editbox.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/sortilege_old/editbox.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ sortilege: a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/sortilege_old/statusbar.py --- a/frontends/sortilege_old/statusbar.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/sortilege_old/statusbar.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ sortilege: a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/sortilege_old/window.py --- a/frontends/sortilege_old/window.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/sortilege_old/window.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ sortilege: a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/bridge/DBus.py --- a/frontends/src/bridge/DBus.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/bridge/DBus.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ SAT communication bridge -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/bridge/bridge_frontend.py --- a/frontends/src/bridge/bridge_frontend.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/bridge/bridge_frontend.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ SAT communication bridge -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/jp/jp --- a/frontends/src/jp/jp Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/jp/jp Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ jp: a SAT command line tool -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 @@ -21,10 +21,10 @@ #consts name = u"jp" -about = name+u""" v%s (c) Jérôme Poisson (aka Goffi) 2009, 2010 +about = name+u""" v%s (c) Jérôme Poisson (aka Goffi) 2009, 2010, 2011 --- -"""+name+u""" Copyright (C) 2009, 2010 Jérôme Poisson (aka Goffi) +"""+name+u""" Copyright (C) 2009, 2010, 2011 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. diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/primitivus/card_game.py --- a/frontends/src/primitivus/card_game.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/primitivus/card_game.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ Primitivus: a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/primitivus/chat.py --- a/frontends/src/primitivus/chat.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/primitivus/chat.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ Primitivus: a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/primitivus/contact_list.py --- a/frontends/src/primitivus/contact_list.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/primitivus/contact_list.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ Primitivus: a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/primitivus/gateways.py --- a/frontends/src/primitivus/gateways.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/primitivus/gateways.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ Primitivus: a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/primitivus/primitivus --- a/frontends/src/primitivus/primitivus Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/primitivus/primitivus Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ Primitivus: a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/primitivus/profile_manager.py --- a/frontends/src/primitivus/profile_manager.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/primitivus/profile_manager.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ Primitivus: a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/primitivus/progress.py --- a/frontends/src/primitivus/progress.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/primitivus/progress.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ Primitivus: a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/primitivus/xmlui.py --- a/frontends/src/primitivus/xmlui.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/primitivus/xmlui.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ Primitivus: a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/quick_frontend/quick_app.py --- a/frontends/src/quick_frontend/quick_app.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/quick_frontend/quick_app.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ helper class for making a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/quick_frontend/quick_card_game.py --- a/frontends/src/quick_frontend/quick_card_game.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/quick_frontend/quick_card_game.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ helper class for making a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/quick_frontend/quick_chat.py --- a/frontends/src/quick_frontend/quick_chat.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/quick_frontend/quick_chat.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ helper class for making a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/quick_frontend/quick_chat_list.py --- a/frontends/src/quick_frontend/quick_chat_list.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/quick_frontend/quick_chat_list.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ helper class for making a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/quick_frontend/quick_contact_list.py --- a/frontends/src/quick_frontend/quick_contact_list.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/quick_frontend/quick_contact_list.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ helper class for making a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/quick_frontend/quick_contact_management.py --- a/frontends/src/quick_frontend/quick_contact_management.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/quick_frontend/quick_contact_management.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ helper class for making a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/quick_frontend/quick_gateways.py --- a/frontends/src/quick_frontend/quick_gateways.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/quick_frontend/quick_gateways.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ helper class for making a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/wix/card_game.py --- a/frontends/src/wix/card_game.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/wix/card_game.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ wix: a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/wix/chat.py --- a/frontends/src/wix/chat.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/wix/chat.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ wix: a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/wix/contact_list.py --- a/frontends/src/wix/contact_list.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/wix/contact_list.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ wix: a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/wix/gateways.py --- a/frontends/src/wix/gateways.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/wix/gateways.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ wix: a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/wix/main_window.py --- a/frontends/src/wix/main_window.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/wix/main_window.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ wix: a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 @@ -379,7 +379,7 @@ about = wx.AboutDialogInfo() about.SetName(APP_NAME) about.SetVersion (unicode(self.bridge.getVersion())) - about.SetCopyright(u"(C) 2009,2010 Jérôme Poisson aka Goffi") + about.SetCopyright(u"(C) 2009, 2010, 2011 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)")) diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/wix/param.py --- a/frontends/src/wix/param.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/wix/param.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ wix: a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/wix/profile.py --- a/frontends/src/wix/profile.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/wix/profile.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ wix: a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/wix/profile_manager.py --- a/frontends/src/wix/profile_manager.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/wix/profile_manager.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ wix: a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/wix/wix --- a/frontends/src/wix/wix Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/wix/wix Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ wix: a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 frontends/src/wix/xmlui.py --- a/frontends/src/wix/xmlui.py Wed Jan 05 18:46:26 2011 +0100 +++ b/frontends/src/wix/xmlui.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ wix: a SAT frontend -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 src/bridge/DBus.py --- a/src/bridge/DBus.py Wed Jan 05 18:46:26 2011 +0100 +++ b/src/bridge/DBus.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ SAT: a jabber client -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 src/bridge/bridge.py --- a/src/bridge/bridge.py Wed Jan 05 18:46:26 2011 +0100 +++ b/src/bridge/bridge.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ SAT: a jabber client -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 src/plugins/plugin_misc_cs.py --- a/src/plugins/plugin_misc_cs.py Wed Jan 05 18:46:26 2011 +0100 +++ b/src/plugins/plugin_misc_cs.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ SAT plugin for managing xep-0045 -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 src/plugins/plugin_misc_tarot.py --- a/src/plugins/plugin_misc_tarot.py Wed Jan 05 18:46:26 2011 +0100 +++ b/src/plugins/plugin_misc_tarot.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ SAT plugin for managing xep-0045 -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 src/plugins/plugin_xep_0045.py --- a/src/plugins/plugin_xep_0045.py Wed Jan 05 18:46:26 2011 +0100 +++ b/src/plugins/plugin_xep_0045.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ SAT plugin for managing xep-0045 -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 src/plugins/plugin_xep_0054.py --- a/src/plugins/plugin_xep_0054.py Wed Jan 05 18:46:26 2011 +0100 +++ b/src/plugins/plugin_xep_0054.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ SAT plugin for managing xep-0054 -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 src/plugins/plugin_xep_0065.py --- a/src/plugins/plugin_xep_0065.py Wed Jan 05 18:46:26 2011 +0100 +++ b/src/plugins/plugin_xep_0065.py Wed Jan 05 18:52:38 2011 +0100 @@ -6,7 +6,7 @@ Copyright (C) 2002-2004 Dave Smith (dizzyd@jabber.org) 2007-2008 Fabio Forno (xmpp:ff@jabber.bluendo.com) -2009, 2010 Jérôme Poisson (goffi@goffi.org) +2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 src/plugins/plugin_xep_0077.py --- a/src/plugins/plugin_xep_0077.py Wed Jan 05 18:46:26 2011 +0100 +++ b/src/plugins/plugin_xep_0077.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ SAT plugin for managing xep-0077 -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 src/plugins/plugin_xep_0096.py --- a/src/plugins/plugin_xep_0096.py Wed Jan 05 18:46:26 2011 +0100 +++ b/src/plugins/plugin_xep_0096.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ SAT plugin for managing xep-0096 -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 src/plugins/plugin_xep_0100.py --- a/src/plugins/plugin_xep_0100.py Wed Jan 05 18:46:26 2011 +0100 +++ b/src/plugins/plugin_xep_0100.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ SAT plugin for managing gateways (xep-0100) -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 src/sat.tac --- a/src/sat.tac Wed Jan 05 18:46:26 2011 +0100 +++ b/src/sat.tac Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ SAT: a jabber client -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 src/tools/games.py --- a/src/tools/games.py Wed Jan 05 18:46:26 2011 +0100 +++ b/src/tools/games.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ SAT: a jabber client -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 src/tools/jid.py --- a/src/tools/jid.py Wed Jan 05 18:46:26 2011 +0100 +++ b/src/tools/jid.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ SAT: a jabber client -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 src/tools/memory.py --- a/src/tools/memory.py Wed Jan 05 18:46:26 2011 +0100 +++ b/src/tools/memory.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ SAT: a jabber client -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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 diff -r 533507bb4e32 -r b1794cbb88e5 src/tools/xml_tools.py --- a/src/tools/xml_tools.py Wed Jan 05 18:46:26 2011 +0100 +++ b/src/tools/xml_tools.py Wed Jan 05 18:52:38 2011 +0100 @@ -3,7 +3,7 @@ """ SAT: a jabber client -Copyright (C) 2009, 2010 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010, 2011 Jérô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