aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-03-07 08:33:09 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-03-07 08:33:09 +0000
commitd556b04bdd07803349d3eab03a7b7540eceb7d2b (patch)
tree4f2382f2b077968cd48df13925f36d1961edc1fe /src
parente839de146336846cb0603adfa261bda8237b9729 (diff)
updated copyright year.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3338 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/about.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/about.c b/src/about.c
index cfeac758..bdb70222 100644
--- a/src/about.c
+++ b/src/about.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2013 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2014 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -176,7 +176,7 @@ static void about_create(void)
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
label = gtk_label_new
- ("Copyright (C) 1999-2013 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>");
+ ("Copyright (C) 1999-2014 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>");
gtk_label_set_selectable(GTK_LABEL(label), TRUE);
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);