[Commits] [SCM] claws branch, gtk3, updated. 3.99.0-25-gf04096b7c
paul at claws-mail.org
paul at claws-mail.org
Mon Jan 11 09:29:19 CET 2021
The branch, gtk3 has been updated
via f04096b7c36d5060fa3ce51a1a2a3945bd257c99 (commit)
from 382764e459b3b01effb4fa3001917638290090b9 (commit)
Summary of changes:
src/gtk/about.c | 6 +++---
src/gtk/authors.h | 11 ++++-------
2 files changed, 7 insertions(+), 10 deletions(-)
- Log -----------------------------------------------------------------
commit f04096b7c36d5060fa3ce51a1a2a3945bd257c99
Author: paul <paul at claws-mail.org>
Date: Mon Jan 11 08:29:14 2021 +0000
update copyright year and team list
diff --git a/src/gtk/about.c b/src/gtk/about.c
index 6100622e2..0be4271e5 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-2020 Hiroyuki Yamamoto and the Claws Mail team
+ * Copyright (C) 1999-2021 the Claws Mail team and 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
@@ -160,7 +160,7 @@ static GtkWidget *about_create_child_page_info(void)
NULL);
#ifdef GENERIC_UMPC
ADD_TEXT("\n\n");
- ADD_TEXT(_("Copyright (C) 1999-2020\nThe Claws Mail Team\n"
+ ADD_TEXT(_("Copyright (C) 1999-2021\nThe Claws Mail Team\n"
"and Hiroyuki Yamamoto"));
#endif
ADD_TEXT("\n\n");
@@ -854,7 +854,7 @@ static void about_create(void)
gtk_container_add(GTK_CONTAINER(grid2), button);
#ifndef GENERIC_UMPC
label = gtk_label_new
- (_("Copyright (C) 1999-2020\nThe Claws Mail Team\n"
+ (_("Copyright (C) 1999-2021\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);
diff --git a/src/gtk/authors.h b/src/gtk/authors.h
index 24795050d..456ad42a0 100644
--- a/src/gtk/authors.h
+++ b/src/gtk/authors.h
@@ -1,14 +1,10 @@
static char *TEAM_LIST[] = {
"Holger Berndt <berndth at users.sf.net>",
"Tristan Chabredier <wwp at claws-mail.org>",
-"Andrej Kacian <andrej at kacian.sk>",
"Darko Koruga <darko at users.sf.net>",
-"Charles Lehner <charles at claws-mail.org>",
-"Colin Leroy-Mira <colin at colino.net>",
"Paul Mangan <paul at claws-mail.org>",
"Ricardo Mones Lastra <ricardo at mones.org>",
"Salvatore De Paolis <iwkse at claws-mail.org>",
-"Paweł Pękala <c0rn at o2.pl>",
"Michael Rasmussen <mir at datanom.net>",
NULL
};
@@ -21,8 +17,12 @@ static char *EX_TEAM_LIST[] = {
"Oliver Haertel",
"Christoph Hohmann",
"Alfons Hoogervorst",
+"Andrej Kacian",
"Werner Koch",
+"Charles Lehner",
+"Colin Leroy-Mira",
"Thorsten Maerz",
+"Paweł Pękala",
"Leandro A. F. Pereira",
"Luke Plant",
"Martin Schaaf",
@@ -63,12 +63,9 @@ NULL
static char *DOC_TEAM_LIST[] = {
"[en] Tristan Chabredier <wwp at claws-mail.org>",
" Ricardo Mones Lastra <ricardo at mones.org>",
-" Colin Leroy <colin at colino.net>",
" Paul Mangan <paul at claws-mail.org>",
"[es] Ricardo Mones Lastra <ricardo at mones.org>",
"[fr] Tristan Chabredier <wwp at claws-mail.org>",
-" Colin Leroy <colin at colino.net>",
-"[pl] Paweł Pękala <c0rn at gazeta.pl>",
NULL
};
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list