[Commits] [SCM] claws branch, master, updated. 3.14.1-208-gb68be74
claws at claws-mail.org
claws at claws-mail.org
Wed Mar 1 09:02:09 CET 2017
The branch, master has been updated
via b68be74a3147911007b63191965338f22a717f1e (commit)
from f8a093ee8659caaf342fa1a795e2055b0db45544 (commit)
Summary of changes:
src/gtk/about.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit b68be74a3147911007b63191965338f22a717f1e
Author: Paul <paul at claws-mail.org>
Date: Wed Mar 1 08:02:03 2017 +0000
bump copyright year
diff --git a/src/gtk/about.c b/src/gtk/about.c
index 9809892..3ef542e 100644
--- a/src/gtk/about.c
+++ b/src/gtk/about.c
@@ -1,6 +1,6 @@
/*
* Claws Mail -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2016 Hiroyuki Yamamoto and the Claws Mail team
+ * Copyright (C) 1999-2017 Hiroyuki Yamamoto and the Claws Mail team
*
* 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
@@ -155,7 +155,7 @@ static GtkWidget *about_create_child_page_info(void)
NULL);
#ifdef GENERIC_UMPC
gtk_text_buffer_insert(buffer, &iter, _(
- "\n\nCopyright (C) 1999-2016\nThe Claws Mail Team\n"
+ "\n\nCopyright (C) 1999-2017\nThe Claws Mail Team\n"
" and Hiroyuki Yamamoto"), -1);
#endif
gtk_text_buffer_insert_with_tags_by_name(buffer, &iter, (_("\n\nSystem Information\n")), -1,
@@ -838,7 +838,7 @@ static void about_create(void)
gtk_box_pack_start(GTK_BOX(vbox2), button, FALSE, FALSE, 0);
#ifndef GENERIC_UMPC
label = gtk_label_new
- (_("Copyright (C) 1999-2016\nThe Claws Mail Team\n"
+ (_("Copyright (C) 1999-2017\nThe Claws Mail Team\n"
"and Hiroyuki Yamamoto"));
gtk_label_set_selectable(GTK_LABEL(label), TRUE);
gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_CENTER);
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list