From 7ccbcdcb19a916c77002e784f404449448c12a1d Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Thu, 11 Mar 2010 22:48:04 +0100 Subject: [PATCH] set copyright to 2010. Fixes #5649 --- README.html | 2 +- src/dialogs.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.html b/README.html index e4c9ef85e..19fa11d65 100644 --- a/README.html +++ b/README.html @@ -119,7 +119,7 @@ Wiki can be found at http://trac.gajim.org/


-(C) 2003-200888888888
+(C) 2003-2010
The Gajim Team
http://gajim.org

diff --git a/src/dialogs.py b/src/dialogs.py index 0c9448d61..101febbb0 100644 --- a/src/dialogs.py +++ b/src/dialogs.py @@ -1164,7 +1164,7 @@ class AboutDialog: dlg.set_transient_for(gajim.interface.roster.window) dlg.set_name('Gajim') dlg.set_version(gajim.version) - s = u'Copyright © 2003-2009 Gajim Team' + s = u'Copyright © 2003-2010 Gajim Team' dlg.set_copyright(s) copying_file_path = self.get_path('COPYING') if copying_file_path: