From c1edc5ae224bfc8a66f055328484f031062493b2 Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 24 Jun 2015 06:14:26 +0000 Subject: updated copyright year. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3469 ee746299-78ed-0310-b773-934348b2243d --- ChangeLog | 7 ++++++- src/about.c | 4 ++-- src/sylpheed.rc.in | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0c2c3bfc..43249ceb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2015-06-23 +2015-06-24 * version 3.5.0beta3 +2015-06-24 + + * src/about.c + src/sylpheed.rc.in: updated copyright year. + 2015-06-22 * src/addressbook.c: disabled autto expand of columns because it diff --git a/src/about.c b/src/about.c index 7269f70d..0f4541b0 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-2014 Hiroyuki Yamamoto + * Copyright (C) 1999-2015 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-2014 Hiroyuki Yamamoto "); + ("Copyright (C) 1999-2015 Hiroyuki Yamamoto "); 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 dbd6f4b5..7c386156 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-2014 Hiroyuki Yamamoto\0" + VALUE "LegalCopyright", "Copyright (C) 1999-2015 Hiroyuki Yamamoto\0" VALUE "OriginalFilename", "sylpheed.exe\0" VALUE "ProductName", "Sylpheed\0" VALUE "ProductVersion", "@VERSION@\0" -- cgit v1.2.3