From 68f9ab1cccf53f0e38211041c3303421485f596e Mon Sep 17 00:00:00 2001 From: rbuj Date: Sun, 16 Feb 2020 10:15:07 +0100 Subject: Update copyright year on about dialog --- applets/brightness/brightness-applet.c | 2 +- applets/inhibit/inhibit-applet.c | 2 +- src/gpm-tray-icon.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/applets/brightness/brightness-applet.c b/applets/brightness/brightness-applet.c index 1d5e58e..37d3c40 100644 --- a/applets/brightness/brightness-applet.c +++ b/applets/brightness/brightness-applet.c @@ -790,7 +790,7 @@ gpm_applet_dialog_about_cb (GtkAction *action, gpointer data) }; char copyright[] = \ - "Copyright \xc2\xa9 2012-2018 MATE developers\n" + "Copyright \xc2\xa9 2012-2020 MATE developers\n" "Copyright \xc2\xa9 2006 Benjamin Canou"; const char *documenters [] = { diff --git a/applets/inhibit/inhibit-applet.c b/applets/inhibit/inhibit-applet.c index 15a5d7f..ed10c95 100644 --- a/applets/inhibit/inhibit-applet.c +++ b/applets/inhibit/inhibit-applet.c @@ -287,7 +287,7 @@ gpm_applet_dialog_about_cb (GtkAction *action, gpointer data) }; char copyright[] = \ - "Copyright \xc2\xa9 2012-2018 MATE developers\n" + "Copyright \xc2\xa9 2012-2020 MATE developers\n" "Copyright \xc2\xa9 2006-2007 Richard Hughes"; const char *documenters [] = { diff --git a/src/gpm-tray-icon.c b/src/gpm-tray-icon.c index ede1941..f87506f 100644 --- a/src/gpm-tray-icon.c +++ b/src/gpm-tray-icon.c @@ -184,7 +184,7 @@ gpm_tray_icon_show_about_cb (GtkMenuItem *item, gpointer data) "program-name", _("Power Manager"), "version", VERSION, "comments", _("Power management daemon"), - "copyright", _("Copyright \xC2\xA9 2011-2018 MATE developers"), + "copyright", _("Copyright \xC2\xA9 2011-2020 MATE developers"), "authors", authors, /* Translators should localize the following string * which will be displayed at the bottom of the about -- cgit v1.2.1