From 8d552715663c45fefa851754d0b1b05eaaa57a07 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sat, 1 Aug 2020 13:52:11 +0200 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 9988571..bc9072b 100644 --- a/src/callbacks.c +++ b/src/callbacks.c @@ -623,7 +623,7 @@ void on_about(GtkMenuItem *menuitem, "version", VERSION, "website", "https://github.com/bk138/gromit-mpx", "authors", authors, - "copyright", "Copyright 2000 Simon Budig, 2009-2018 Christian Beier", + "copyright", "Copyright 2000 Simon Budig, 2009-2020 Christian Beier", "license-type", GTK_LICENSE_GPL_2_0, NULL); }