changeset 57:a5b5fb5fc9fd

updated README and copyright note - fixed images path in README - added year 2010 in all copyright notes
author Goffi <goffi@goffi.org>
date Sun, 10 Jan 2010 17:51:56 +1100
parents 01ea5680207e
children d660d1e5cee4
files CHANGELOG README frontends/jp/jp frontends/quick_frontend/quick_app.py frontends/quick_frontend/quick_chat.py frontends/quick_frontend/quick_chat_list.py frontends/quick_frontend/quick_contact_list.py frontends/quick_frontend/quick_contact_management.py frontends/sat_bridge_frontend/DBus.py frontends/sat_bridge_frontend/bridge_frontend.py frontends/sortilege/boxsizer.py frontends/sortilege/chat.py frontends/sortilege/editbox.py frontends/sortilege/sortilege frontends/sortilege/statusbar.py frontends/sortilege/window.py frontends/wix/chat.py frontends/wix/form.py frontends/wix/gateways.py frontends/wix/main_window.py frontends/wix/param.py frontends/wix/profile.py frontends/wix/wix plugins/plugin_xep_0054.py plugins/plugin_xep_0065.py plugins/plugin_xep_0077.py plugins/plugin_xep_0096.py plugins/plugin_xep_0100.py sat.tac sat_bridge/DBus.py sat_bridge/bridge.py tools/jid.py tools/memory.py tools/xml_tools.py
diffstat 34 files changed, 38 insertions(+), 37 deletions(-) [+]
line wrap: on
line diff
--- 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 **
--- 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.
+
--- 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.
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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
--- 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