commit b6e79ad062a7a95137229958e42cc9eb4be7ad96
parent 086db80e00649dfb25728c62838b1280514d5353
Author: Paul <paul@claws-mail.org>
Date: Wed, 1 Jan 2025 13:18:10 +0000
bump copyright year
Diffstat:
1 file changed, 3 insertions(+), 3 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-2024 the Claws Mail team and Hiroyuki Yamamoto
+ * Copyright (C) 1999-2025 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-2024\nThe Claws Mail Team\n"
+ ADD_TEXT(_("Copyright (C) 1999-2025\nThe Claws Mail Team\n"
"and Hiroyuki Yamamoto"));
#endif
ADD_TEXT("\n\n");
@@ -873,7 +873,7 @@ static void about_create(void)
gtk_container_add(GTK_CONTAINER(grid2), button);
#ifndef GENERIC_UMPC
label = gtk_label_new
- (_("Copyright (C) 1999-2024\nThe Claws Mail Team\n"
+ (_("Copyright (C) 1999-2025\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);