set copyright to 2010. Fixes #5649

This commit is contained in:
Yann Leboulanger 2010-03-11 22:48:04 +01:00
parent 2be53c4aac
commit 7ccbcdcb19
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ Wiki can be found at <a href="http://trac.gajim.org/wiki">http://trac.gajim.org/
<br/>
<br/>
<br/>
(C) 2003-200888888888<br/>
(C) 2003-2010<br/>
The Gajim Team<br/>
http://gajim.org<br/>
<br/>

View File

@ -1164,7 +1164,7 @@ class AboutDialog:
dlg.set_transient_for(gajim.interface.roster.window)
dlg.set_name('Gajim')
dlg.set_version(gajim.version)
s = u'Copyright © 2003-2009 Gajim Team'
s = u'Copyright © 2003-2010 Gajim Team'
dlg.set_copyright(s)
copying_file_path = self.get_path('COPYING')
if copying_file_path: