From e914dc0bc829077bfdfc4cac7190da81dea78856 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sat, 2 Mar 2024 13:18:04 +0100 Subject: [PATCH] callbacks: update copyright year --- src/callbacks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/callbacks.c b/src/callbacks.c index 8c4f888..a24b3e4 100644 --- a/src/callbacks.c +++ b/src/callbacks.c @@ -793,7 +793,7 @@ void on_about(GtkMenuItem *menuitem, "version", PACKAGE_VERSION, "website", PACKAGE_URL, "authors", authors, - "copyright", "2009-2023 Christian Beier, Copyright 2000 Simon Budig", + "copyright", "2009-2024 Christian Beier, Copyright 2000 Simon Budig", "license-type", GTK_LICENSE_GPL_2_0, NULL); }