copyright set to 2007. fixes #3131

This commit is contained in:
Yann Leboulanger 2007-04-26 16:46:43 +00:00
parent 3545dd3b90
commit c1c30d20de
1 changed files with 1 additions and 1 deletions

View File

@ -716,7 +716,7 @@ class AboutDialog:
dlg.set_transient_for(gajim.interface.roster.window)
dlg.set_name('Gajim')
dlg.set_version(gajim.version)
s = u'Copyright © 2003-2006 Gajim Team'
s = u'Copyright © 2003-2007 Gajim Team'
dlg.set_copyright(s)
copying_file_path = None
if os.path.isfile(os.path.join(gajim.defs.docdir, 'COPYING')):