aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2018-01-16 08:02:32 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2018-01-16 08:02:32 +0000
commitb349fe5c29b8dad86fb74771df7e2270a513f2fa (patch)
treeafaf1e1939eec5ae820ee8c1a3a6723a3fe7ec9a
parent5f403357ddf4202f0a0111a8bf906ef835a72c21 (diff)
updated copyright year.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3606 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
-rw-r--r--src/about.c4
-rw-r--r--src/summaryview.c2
3 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 414211a6..5b84c04d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,10 @@
2018-01-16
+ * src/about.c: updated copyright year.
+
+2018-01-16
+
* libsylph/folder.c
src/gtkutils.c
src/import.c: fixed typos (thanks to Kentaro Hayashi) (#278).
diff --git a/src/about.c b/src/about.c
index c3266c7d..cfbbc2f2 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-2017 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2018 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-2017 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>");
+ ("Copyright (C) 1999-2018 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);
diff --git a/src/summaryview.c b/src/summaryview.c
index d5a04b70..211efedb 100644
--- a/src/summaryview.c
+++ b/src/summaryview.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2017 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2018 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