# HG changeset patch # User Goffi # Date 1263106316 -39600 # Node ID a5b5fb5fc9fd255302a4d78b31b0181d61eac48f # Parent 01ea5680207eea21167422d5088c4100ee9afae8 updated README and copyright note - fixed images path in README - added year 2010 in all copyright notes diff -r 01ea5680207e -r a5b5fb5fc9fd CHANGELOG --- a/CHANGELOG Sun Jan 10 17:35:41 2010 +1100 +++ b/CHANGELOG Sun Jan 10 17:51:56 2010 +1100 @@ -1,2 +1,2 @@ -v 0.0.1 (17/05/2009): +v 0.0.1 (17/05/2009, 2010): ** FIRST PUBLIC RELEASE ** diff -r 01ea5680207e -r a5b5fb5fc9fd README --- a/README Sun Jan 10 17:35:41 2010 +1100 +++ b/README Sun Jan 10 17:51:56 2010 +1100 @@ -1,5 +1,5 @@ SàT -(c) Jérôme Poisson aka Goffi 2008,2009 +(c) Jérôme Poisson aka Goffi 2008, 2009, 2010 SàT is a XMPP (Jabber) client. @@ -100,7 +100,7 @@ wxWidgets & wxPython: The Wix frontend is made with wxWidgets (www.wxwidgets.org) and its python version wxPython (wxPython), which is a really handy UI toolkit who works on most popular platforms. It can be found on probably all major Gnu/Linux distributions. as usual, thanks to the authors. -pictures found in frontends/wix/images: +pictures found in frontends/wix/images/crystal/: These pictures come from Crystal clear, were made by Everaldo Coelho (www.everaldo.com) and YellowIcon (www.yellowicon.com). They are under LGPL V3 licence (see frontends/wix/images/COPYING.LESSER). Thanks to them. Found on http://commons.wikimedia.org/wiki/File:Crystal_Clear_app_browser.png and http://commons.wikimedia.org/wiki/File:Crystal_Clear_app_cache.png @@ -121,3 +121,4 @@ This software is dedicated to Roger Poisson. + diff -r 01ea5680207e -r a5b5fb5fc9fd frontends/jp/jp --- a/frontends/jp/jp Sun Jan 10 17:35:41 2010 +1100 +++ b/frontends/jp/jp Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ jp: a SAT command line tool -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 @@ -22,10 +22,10 @@ #consts name = "jp" version = "0.0.1" -about = name+" v"+version+""" (c) Jérôme Poisson (aka Goffi) 2009 +about = name+" v"+version+""" (c) Jérôme Poisson (aka Goffi) 2009, 2010 --- -"""+name+""" Copyright (C) 2009 Jérôme Poisson (aka Goffi) +"""+name+""" Copyright (C) 2009, 2010 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 01ea5680207e -r a5b5fb5fc9fd frontends/quick_frontend/quick_app.py --- a/frontends/quick_frontend/quick_app.py Sun Jan 10 17:35:41 2010 +1100 +++ b/frontends/quick_frontend/quick_app.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ helper class for making a SAT frontend -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd frontends/quick_frontend/quick_chat.py --- a/frontends/quick_frontend/quick_chat.py Sun Jan 10 17:35:41 2010 +1100 +++ b/frontends/quick_frontend/quick_chat.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ helper class for making a SAT frontend -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd frontends/quick_frontend/quick_chat_list.py --- a/frontends/quick_frontend/quick_chat_list.py Sun Jan 10 17:35:41 2010 +1100 +++ b/frontends/quick_frontend/quick_chat_list.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ helper class for making a SAT frontend -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd frontends/quick_frontend/quick_contact_list.py --- a/frontends/quick_frontend/quick_contact_list.py Sun Jan 10 17:35:41 2010 +1100 +++ b/frontends/quick_frontend/quick_contact_list.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ helper class for making a SAT frontend -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd frontends/quick_frontend/quick_contact_management.py --- a/frontends/quick_frontend/quick_contact_management.py Sun Jan 10 17:35:41 2010 +1100 +++ b/frontends/quick_frontend/quick_contact_management.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ helper class for making a SAT frontend -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd frontends/sat_bridge_frontend/DBus.py --- a/frontends/sat_bridge_frontend/DBus.py Sun Jan 10 17:35:41 2010 +1100 +++ b/frontends/sat_bridge_frontend/DBus.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ SAT communication bridge -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd frontends/sat_bridge_frontend/bridge_frontend.py --- a/frontends/sat_bridge_frontend/bridge_frontend.py Sun Jan 10 17:35:41 2010 +1100 +++ b/frontends/sat_bridge_frontend/bridge_frontend.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ SAT communication bridge -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd frontends/sortilege/boxsizer.py --- a/frontends/sortilege/boxsizer.py Sun Jan 10 17:35:41 2010 +1100 +++ b/frontends/sortilege/boxsizer.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ sortilege: a SAT frontend -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd frontends/sortilege/chat.py --- a/frontends/sortilege/chat.py Sun Jan 10 17:35:41 2010 +1100 +++ b/frontends/sortilege/chat.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ sortilege: a SAT frontend -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd frontends/sortilege/editbox.py --- a/frontends/sortilege/editbox.py Sun Jan 10 17:35:41 2010 +1100 +++ b/frontends/sortilege/editbox.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ sortilege: a SAT frontend -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd frontends/sortilege/sortilege --- a/frontends/sortilege/sortilege Sun Jan 10 17:35:41 2010 +1100 +++ b/frontends/sortilege/sortilege Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ sortilege: a SAT frontend -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd frontends/sortilege/statusbar.py --- a/frontends/sortilege/statusbar.py Sun Jan 10 17:35:41 2010 +1100 +++ b/frontends/sortilege/statusbar.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ sortilege: a SAT frontend -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd frontends/sortilege/window.py --- a/frontends/sortilege/window.py Sun Jan 10 17:35:41 2010 +1100 +++ b/frontends/sortilege/window.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ sortilege: a SAT frontend -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd frontends/wix/chat.py --- a/frontends/wix/chat.py Sun Jan 10 17:35:41 2010 +1100 +++ b/frontends/wix/chat.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ wix: a SAT frontend -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd frontends/wix/form.py --- a/frontends/wix/form.py Sun Jan 10 17:35:41 2010 +1100 +++ b/frontends/wix/form.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ wix: a SAT frontend -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd frontends/wix/gateways.py --- a/frontends/wix/gateways.py Sun Jan 10 17:35:41 2010 +1100 +++ b/frontends/wix/gateways.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ wix: a SAT frontend -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd frontends/wix/main_window.py --- a/frontends/wix/main_window.py Sun Jan 10 17:35:41 2010 +1100 +++ b/frontends/wix/main_window.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ wix: a SAT frontend -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd frontends/wix/param.py --- a/frontends/wix/param.py Sun Jan 10 17:35:41 2010 +1100 +++ b/frontends/wix/param.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ wix: a SAT frontend -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd frontends/wix/profile.py --- a/frontends/wix/profile.py Sun Jan 10 17:35:41 2010 +1100 +++ b/frontends/wix/profile.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ wix: a SAT frontend -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd frontends/wix/wix --- a/frontends/wix/wix Sun Jan 10 17:35:41 2010 +1100 +++ b/frontends/wix/wix Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ wix: a SAT frontend -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd plugins/plugin_xep_0054.py --- a/plugins/plugin_xep_0054.py Sun Jan 10 17:35:41 2010 +1100 +++ b/plugins/plugin_xep_0054.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ SAT plugin for managing xep-0054 -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd plugins/plugin_xep_0065.py --- a/plugins/plugin_xep_0065.py Sun Jan 10 17:35:41 2010 +1100 +++ b/plugins/plugin_xep_0065.py Sun Jan 10 17:51:56 2010 +1100 @@ -6,7 +6,7 @@ Copyright (C) 2002-2004 Dave Smith (dizzyd@jabber.org) 2007-2008 Fabio Forno (xmpp:ff@jabber.bluendo.com) -2009 Jérôme Poisson (goffi@goffi.org) +2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd plugins/plugin_xep_0077.py --- a/plugins/plugin_xep_0077.py Sun Jan 10 17:35:41 2010 +1100 +++ b/plugins/plugin_xep_0077.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ SAT plugin for managing xep-0077 -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd plugins/plugin_xep_0096.py --- a/plugins/plugin_xep_0096.py Sun Jan 10 17:35:41 2010 +1100 +++ b/plugins/plugin_xep_0096.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ SAT plugin for managing xep-0096 -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd plugins/plugin_xep_0100.py --- a/plugins/plugin_xep_0100.py Sun Jan 10 17:35:41 2010 +1100 +++ b/plugins/plugin_xep_0100.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ SAT plugin for managing gateways (xep-0100) -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd sat.tac --- a/sat.tac Sun Jan 10 17:35:41 2010 +1100 +++ b/sat.tac Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ SAT: a jabber client -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd sat_bridge/DBus.py --- a/sat_bridge/DBus.py Sun Jan 10 17:35:41 2010 +1100 +++ b/sat_bridge/DBus.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ SAT: a jabber client -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd sat_bridge/bridge.py --- a/sat_bridge/bridge.py Sun Jan 10 17:35:41 2010 +1100 +++ b/sat_bridge/bridge.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ SAT: a jabber client -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd tools/jid.py --- a/tools/jid.py Sun Jan 10 17:35:41 2010 +1100 +++ b/tools/jid.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ SAT: a jabber client -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd tools/memory.py --- a/tools/memory.py Sun Jan 10 17:35:41 2010 +1100 +++ b/tools/memory.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ SAT: a jabber client -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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 01ea5680207e -r a5b5fb5fc9fd tools/xml_tools.py --- a/tools/xml_tools.py Sun Jan 10 17:35:41 2010 +1100 +++ b/tools/xml_tools.py Sun Jan 10 17:51:56 2010 +1100 @@ -3,7 +3,7 @@ """ SAT: a jabber client -Copyright (C) 2009 Jérôme Poisson (goffi@goffi.org) +Copyright (C) 2009, 2010 Jérô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