About Dialog: Update Copyright

This commit is contained in:
Philipp Hörist 2017-08-02 18:59:21 +02:00
parent 6f3c21118f
commit f1a29fcb6a
1 changed files with 1 additions and 1 deletions

View File

@ -1297,7 +1297,7 @@ class AboutDialog(Gtk.AboutDialog):
self.set_transient_for(gajim.interface.roster.window)
self.set_name('Gajim')
self.set_version(gajim.version)
s = 'Copyright © 2003-2014 Gajim Team'
s = 'Copyright © 2003-2017 Gajim Team'
self.set_copyright(s)
copying_file_path = self.get_path('COPYING')
if copying_file_path: