diff frontends/src/wix/main_window.py @ 228:b1794cbb88e5

2011 copyright upgrade
author Goffi <goffi@goffi.org>
date Wed, 05 Jan 2011 18:52:38 +0100
parents 533507bb4e32
children 0806a65a5fa9
line wrap: on
line diff
--- 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)"))