From 4a07a335034be8abb9977ab40335cafeb872adb6 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Tue, 27 Jan 2009 23:34:03 +0000 Subject: [PATCH] Update copyright years in aboutdialog --- deluge/ui/gtkui/aboutdialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/gtkui/aboutdialog.py b/deluge/ui/gtkui/aboutdialog.py index 5e87ae2d6..2b2b998cc 100644 --- a/deluge/ui/gtkui/aboutdialog.py +++ b/deluge/ui/gtkui/aboutdialog.py @@ -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", "",