From: Paul Date: Mon, 11 Jan 2021 08:25:45 +0000 (+0000) Subject: update copyright year and team list X-Git-Tag: 3.18.0~64 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=f98fe106080636cea26fbaf923673ba4016e33c8;hp=d0b41032710970969a806d889c85070c5210eaf2 update copyright year and team list --- diff --git a/src/gtk/about.c b/src/gtk/about.c index 2f81a4eae..95f5e6029 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"); @@ -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 index 7e4557047..1dd2806c6 100644 --- a/src/gtk/authors.h +++ b/src/gtk/authors.h @@ -1,14 +1,10 @@ static char *TEAM_LIST[] = { "Holger Berndt ", "Tristan Chabredier ", -"Andrej Kacian ", "Darko Koruga ", -"Charles Lehner ", -"Colin Leroy-Mira ", "Paul Mangan ", "Ricardo Mones Lastra ", "Salvatore De Paolis ", -"Paweł Pękala ", "Michael Rasmussen ", 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 ", " Ricardo Mones Lastra ", -" Colin Leroy ", " Paul Mangan ", "[es] Ricardo Mones Lastra ", "[fr] Tristan Chabredier ", -" Colin Leroy ", -"[pl] Paweł Pękala ", NULL };