aboutsummaryrefslogtreecommitdiff
path: root/src/about.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-12 06:14:58 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-12 06:14:58 +0000
commiteee90df0c5c5e3b63ced8e84634602910d9d0880 (patch)
tree695c3cad8ab005604be68e2ae68c9cb531281de2 /src/about.c
parent9dc1cac7e1a19c057ecac08fd68408487b91df36 (diff)
updated copyright year.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@890 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/about.c')
-rw-r--r--src/about.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/about.c b/src/about.c
index c7ab190c..2b780fa1 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-2005 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2006 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
@@ -172,7 +172,7 @@ static void about_create(void)
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
label = gtk_label_new
- ("Copyright (C) 1999-2005 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>");
+ ("Copyright (C) 1999-2006 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);