aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2010-02-02 11:13:37 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2010-02-02 11:13:37 +0800
commit9bb7e5e6c0ef17449581e849da834394883f7163 (patch)
tree7be774d7190c365aea94f89fb65707c2004d1716 /src
parent866ea5bbf6e5dcfee81347d4fda5699bc54d3e64 (diff)
downloadgsoc2013-empathy-9bb7e5e6c0ef17449581e849da834394883f7163.tar
gsoc2013-empathy-9bb7e5e6c0ef17449581e849da834394883f7163.tar.gz
gsoc2013-empathy-9bb7e5e6c0ef17449581e849da834394883f7163.tar.bz2
gsoc2013-empathy-9bb7e5e6c0ef17449581e849da834394883f7163.tar.lz
gsoc2013-empathy-9bb7e5e6c0ef17449581e849da834394883f7163.tar.xz
gsoc2013-empathy-9bb7e5e6c0ef17449581e849da834394883f7163.tar.zst
gsoc2013-empathy-9bb7e5e6c0ef17449581e849da834394883f7163.zip
Adding myself to contributors
Diffstat (limited to 'src')
-rw-r--r--src/empathy-about-dialog.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-about-dialog.c b/src/empathy-about-dialog.c
index 299d5a4b7..6a8f14cc4 100644
--- a/src/empathy-about-dialog.c
+++ b/src/empathy-about-dialog.c
@@ -44,6 +44,7 @@ static const char *authors[] = {
"Bastien Nocera",
"Christoffer Olsen",
"Cosimo Cecchi",
+ "Danielle Madeley",
"Elliot Fairweather",
"Frederic Crozat",
"Frederic Peters",
@@ -120,7 +121,7 @@ empathy_about_dialog_new (GtkWindow *parent)
"comments", _("An Instant Messaging client for GNOME"),
"license", license_trans,
"wrap-license", TRUE,
- "copyright", "Imendio AB 2002-2007\nCollabora Ltd 2007-2008",
+ "copyright", "Imendio AB 2002-2007\nCollabora Ltd 2007-2010",
"documenters", documenters,
"logo-icon-name", "empathy",
"translator-credits", _("translator-credits"),