diff options
-rw-r--r-- | applets/brightness/brightness-applet.c | 2 | ||||
-rw-r--r-- | applets/inhibit/inhibit-applet.c | 2 | ||||
-rw-r--r-- | help/C/index.docbook | 2 | ||||
-rw-r--r-- | src/gpm-tray-icon.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/applets/brightness/brightness-applet.c b/applets/brightness/brightness-applet.c index 2d71bae..c4fa15e 100644 --- a/applets/brightness/brightness-applet.c +++ b/applets/brightness/brightness-applet.c @@ -840,7 +840,7 @@ gpm_applet_dialog_about_cb (GtkAction *action, gpointer data) "title", _("About Power Manager Brightness Applet"), "comments", GPM_BRIGHTNESS_APPLET_DESC, "copyright", _("Copyright \xC2\xA9 2006 Benjamin Canou\n" - "Copyright \xC2\xA9 2011-2020 MATE developers"), + "Copyright \xC2\xA9 2011-2021 MATE developers"), "icon-name", GPM_BRIGHTNESS_APPLET_ICON, "logo-icon-name", GPM_BRIGHTNESS_APPLET_ICON, "license", license_trans, diff --git a/applets/inhibit/inhibit-applet.c b/applets/inhibit/inhibit-applet.c index 108f335..d66070b 100644 --- a/applets/inhibit/inhibit-applet.c +++ b/applets/inhibit/inhibit-applet.c @@ -309,7 +309,7 @@ gpm_applet_dialog_about_cb (GtkAction *action, gpointer data) "title", _("About Power Manager Inhibit Applet"), "comments", GPM_INHIBIT_APPLET_DESC, "copyright", _("Copyright \xC2\xA9 2006-2007 Richard Hughes\n" - "Copyright \xC2\xA9 2011-2020 MATE developers"), + "Copyright \xC2\xA9 2011-2021 MATE developers"), "icon-name", GPM_INHIBIT_APPLET_ICON_INHIBIT, "logo-icon-name", GPM_INHIBIT_APPLET_ICON_INHIBIT, "license", license_trans, diff --git a/help/C/index.docbook b/help/C/index.docbook index 5a99169..b44d242 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -28,7 +28,7 @@ </para> </abstract> <copyright> - <year>2015-2020</year> + <year>2015-2021</year> <holder>MATE Documentation Team</holder> </copyright> <copyright> diff --git a/src/gpm-tray-icon.c b/src/gpm-tray-icon.c index 06b5d0e..bc0cd61 100644 --- a/src/gpm-tray-icon.c +++ b/src/gpm-tray-icon.c @@ -202,7 +202,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-2020 MATE developers"), + "copyright", _("Copyright \xC2\xA9 2011-2021 MATE developers"), "authors", authors, /* Translators should localize the following string * which will be displayed at the bottom of the about |