talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit f98fe106080636cea26fbaf923673ba4016e33c8
parent d0b41032710970969a806d889c85070c5210eaf2
Author: Paul <paul@claws-mail.org>
Date:   Mon, 11 Jan 2021 08:25:45 +0000

update copyright year and team list

Diffstat:
Msrc/gtk/about.c | 6+++---
Msrc/gtk/authors.h | 11++++-------
2 files changed, 7 insertions(+), 10 deletions(-)

diff --git 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"); @@ -849,7 +849,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-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 @@ -1,14 +1,10 @@ static char *TEAM_LIST[] = { "Holger Berndt <berndth@users.sf.net>", "Tristan Chabredier <wwp@claws-mail.org>", -"Andrej Kacian <andrej@kacian.sk>", "Darko Koruga <darko@users.sf.net>", -"Charles Lehner <charles@claws-mail.org>", -"Colin Leroy-Mira <colin@colino.net>", "Paul Mangan <paul@claws-mail.org>", "Ricardo Mones Lastra <ricardo@mones.org>", "Salvatore De Paolis <iwkse@claws-mail.org>", -"Paweł Pękala <c0rn@o2.pl>", "Michael Rasmussen <mir@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@claws-mail.org>", " Ricardo Mones Lastra <ricardo@mones.org>", -" Colin Leroy <colin@colino.net>", " Paul Mangan <paul@claws-mail.org>", "[es] Ricardo Mones Lastra <ricardo@mones.org>", "[fr] Tristan Chabredier <wwp@claws-mail.org>", -" Colin Leroy <colin@colino.net>", -"[pl] Paweł Pękala <c0rn@gazeta.pl>", NULL };