From c460a0c6c98b53a16aa7ff79ca09c0b8fd93d324 Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 22 Mar 2017 04:58:01 +0000 Subject: updated copyright year. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3548 ee746299-78ed-0310-b773-934348b2243d --- src/about.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/about.c') 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 "); + ("Copyright (C) 1999-2017 Hiroyuki Yamamoto "); gtk_label_set_selectable(GTK_LABEL(label), TRUE); gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); -- cgit v1.2.3