From 8bf2f2cf1df249a6d041445ed6d0e8b7b898ba27 Mon Sep 17 00:00:00 2001 From: Evangelos Ribeiro Tzaras Date: Sun, 13 Feb 2022 00:00:23 +0100 Subject: [PATCH] main-window: Bump copyright year in about window --- src/calls-main-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calls-main-window.c b/src/calls-main-window.c index 4823397..09ed527 100644 --- a/src/calls-main-window.c +++ b/src/calls-main-window.c @@ -117,7 +117,7 @@ about_action (GSimpleAction *action, gtk_show_about_dialog (GTK_WINDOW (self), "artists", artists, "authors", authors, - "copyright", "Copyright © 2018 - 2021 Purism", + "copyright", "Copyright © 2018 - 2022 Purism", "documenters", documenters, "license-type", GTK_LICENSE_GPL_3_0, "logo-icon-name", APP_ID,