mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Update copyright years in aboutdialog
This commit is contained in:
parent
933228a82a
commit
4a07a33503
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class AboutDialog:
|
|||
version = deluge.common.get_version()
|
||||
if rev != "":
|
||||
version = version + "r" + rev
|
||||
self.about.set_copyright(u'Copyright \u00A9 2007-2008 Andrew Resch')
|
||||
self.about.set_copyright(u'Copyright \u00A9 2007-2009 Andrew Resch')
|
||||
self.about.set_comments("A peer-to-peer file sharing program\nutilizing the Bittorrent protocol.")
|
||||
self.about.set_version(version)
|
||||
self.about.set_authors(["Andrew Resch", "Marcos Pinto", "",
|
||||
|
|
Loading…
Add table
Reference in a new issue