[Commits] [SCM] claws branch, master, updated. 3.18.0-329-g54665f4fa
paul at claws-mail.org
paul at claws-mail.org
Thu Jan 13 10:27:48 UTC 2022
The branch, master has been updated
via 54665f4fa85c2e54fbab965cc23e6be3ffa1c0e8 (commit)
from c81b5638a8aa7507052b7b5312f5438e4cbb7053 (commit)
Summary of changes:
README | 4 +---
src/gtk/about.c | 6 +++---
2 files changed, 4 insertions(+), 6 deletions(-)
- Log -----------------------------------------------------------------
commit 54665f4fa85c2e54fbab965cc23e6be3ffa1c0e8
Author: paul <paul at claws-mail.org>
Date: Thu Jan 13 10:27:13 2022 +0000
update copyright year
diff --git a/README b/README
index bf317e09c..977d0e713 100644
--- a/README
+++ b/README
@@ -2,9 +2,7 @@ Claws Mail - a GTK+ lightweight and fast e-mail client
---------------------------------------------------------------------
- Copyright (C) 1999-2020 The Claws Mail Team and Hiroyuki Yamamoto
- <hiro-y at kcn.ne.jp>
-
+ Copyright (C) 1999-2022 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
diff --git a/src/gtk/about.c b/src/gtk/about.c
index 469d0c257..43f632dde 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-2021 the Claws Mail team and Hiroyuki Yamamoto
+ * Copyright (C) 1999-2022 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
@@ -161,7 +161,7 @@ static GtkWidget *about_create_child_page_info(void)
NULL);
#ifdef GENERIC_UMPC
ADD_TEXT("\n\n");
- ADD_TEXT(_("Copyright (C) 1999-2021\nThe Claws Mail Team\n"
+ ADD_TEXT(_("Copyright (C) 1999-2022\nThe Claws Mail Team\n"
"and Hiroyuki Yamamoto"));
#endif
ADD_TEXT("\n\n");
@@ -854,7 +854,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-2021\nThe Claws Mail Team\n"
+ (_("Copyright (C) 1999-2022\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