diff options
author | monsta <[email protected]> | 2017-10-05 22:51:54 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-10-06 13:18:31 +0300 |
commit | 2574188e203fa7d226a0710beaeff00bf9408ad3 (patch) | |
tree | 9a20034241d3f82a8f94a9c8cd9174fbab0b54be | |
parent | 52a9489410297f08dc7f3a9ffe3bba0a0986d72d (diff) | |
download | mate-power-manager-2574188e203fa7d226a0710beaeff00bf9408ad3.tar.bz2 mate-power-manager-2574188e203fa7d226a0710beaeff00bf9408ad3.tar.xz |
update copyright year
-rw-r--r-- | applets/brightness/brightness-applet.c | 2 | ||||
-rw-r--r-- | applets/inhibit/inhibit-applet.c | 2 | ||||
-rw-r--r-- | 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 54425c1..8813293 100644 --- a/applets/brightness/brightness-applet.c +++ b/applets/brightness/brightness-applet.c @@ -797,7 +797,7 @@ gpm_applet_dialog_about_cb (GtkAction *action, gpointer data) }; char copyright[] = \ - "Copyright \xc2\xa9 2012-2016 MATE developers\n" + "Copyright \xc2\xa9 2012-2017 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 93c67aa..3c440ba 100644 --- a/applets/inhibit/inhibit-applet.c +++ b/applets/inhibit/inhibit-applet.c @@ -393,7 +393,7 @@ gpm_applet_dialog_about_cb (GtkAction *action, gpointer data) }; char copyright[] = \ - "Copyright \xc2\xa9 2012-2016 MATE developers\n" + "Copyright \xc2\xa9 2012-2017 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 3bcd09b..dbf14ab 100644 --- a/src/gpm-tray-icon.c +++ b/src/gpm-tray-icon.c @@ -186,7 +186,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-2016 MATE developers"), + "copyright", _("Copyright \xC2\xA9 2011-2017 MATE developers"), "authors", authors, /* Translators should localize the following string * which will be displayed at the bottom of the about |