[Commits] [SCM] claws branch, gtk2, updated. 3.20.0-33-gb92ec902b

paul at claws-mail.org paul at claws-mail.org
Wed Jan 10 10:11:14 UTC 2024


The branch, gtk2 has been updated
       via  b92ec902b5b47737415d7a99c5b6c69e4df8c813 (commit)
      from  39553c54008e719c23bafcf0fd5ffe74265c4d4f (commit)

Summary of changes:
 src/gtk/about.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


- Log -----------------------------------------------------------------
commit b92ec902b5b47737415d7a99c5b6c69e4df8c813
Author: Paul <paul at claws-mail.org>
Date:   Wed Jan 10 11:10:17 2024 +0100

    bump copyright year

diff --git a/src/gtk/about.c b/src/gtk/about.c
index ae96ec0df..a8d3ff5a1 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-2023 the Claws Mail team and Hiroyuki Yamamoto
+ * Copyright (C) 1999-2024 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-2023\nThe Claws Mail Team\n"
+	ADD_TEXT(_("Copyright (C) 1999-2024\nThe Claws Mail Team\n"
 				"and Hiroyuki Yamamoto"));
 #endif
 	ADD_TEXT("\n\n");
@@ -868,7 +868,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-2023\nThe Claws Mail Team\n"
+		(_("Copyright (C) 1999-2024\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