From 3696f017f8430e337308fdaaae8fbdbcf4687f53 Mon Sep 17 00:00:00 2001
From: Pavan Chander
Date: Wed, 19 Oct 2011 19:47:23 -0400
Subject: [PATCH] Update copyright year
---
picard/ui/options/about.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/picard/ui/options/about.py b/picard/ui/options/about.py
index db65575ba..be97bf8d4 100644
--- a/picard/ui/options/about.py
+++ b/picard/ui/options/about.py
@@ -59,7 +59,7 @@ Version %(version)s
Thank you for using Picard. Picard relies on the MusicBrainz database, which is operated by the MetaBrainz Foundation with the help of thousands of volunteers. If you like this application please consider donating to the MetaBrainz Foundation to keep the service running.
Donate now!
Credits
-Copyright © 2004-2008 Robert Kaye, Lukáš Lalinský and others%(translator-credits)s
+Copyright © 2004-2011 Robert Kaye, Lukáš Lalinský and others%(translator-credits)s
http://musicbrainz.org/doc/MusicBrainz_Picard
""") % args
self.ui.label.setOpenExternalLinks(True)