aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2017-03-22 04:58:01 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2017-03-22 04:58:01 +0000
commitc460a0c6c98b53a16aa7ff79ca09c0b8fd93d324 (patch)
tree28d0ef6efe4cd8a151036c96d1ea50d3362f449c
parentfecd16665c1fc0baaaa82fccefe4bba4688984e6 (diff)
updated copyright year.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3548 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog5
-rw-r--r--src/about.c4
-rw-r--r--src/sylpheed.rc.in2
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f4300503..edfe2393 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-03-22
+
+ * src/about.c
+ src/sylpheed.rc.in: updated copyright year.
+
2017-02-28
* manual/ja/sylpheed.sgml: updated.
diff --git a/src/about.c b/src/about.c
index 0f4541b0..c3266c7d 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-2015 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2017 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-2015 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>");
+ ("Copyright (C) 1999-2017 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/sylpheed.rc.in b/src/sylpheed.rc.in
index 7c386156..cdef5d8e 100644
--- a/src/sylpheed.rc.in
+++ b/src/sylpheed.rc.in
@@ -15,7 +15,7 @@ BEGIN
VALUE "FileDescription", "Sylpheed\0"
VALUE "FileVersion", "@MAJOR_VERSION@.@MINOR_VERSION@.@MICRO_VERSION@.@BUILD_REVISION@\0"
VALUE "InternalName", "sylpheed\0"
- VALUE "LegalCopyright", "Copyright (C) 1999-2015 Hiroyuki Yamamoto\0"
+ VALUE "LegalCopyright", "Copyright (C) 1999-2017 Hiroyuki Yamamoto\0"
VALUE "OriginalFilename", "sylpheed.exe\0"
VALUE "ProductName", "Sylpheed\0"
VALUE "ProductVersion", "@VERSION@\0"