diff options
author | monsta <[email protected]> | 2017-10-05 22:51:54 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-10-05 22:51:54 +0300 |
commit | 01868541b09a76c01c985f55cae5af1cc85b0c3f (patch) | |
tree | fa5b7e6c869ffec8a61e13d3c8a0e62a5d14cfc8 /applets | |
parent | b3434faf1254d906f4db1b68f514e0f364b0cfad (diff) | |
download | mate-power-manager-01868541b09a76c01c985f55cae5af1cc85b0c3f.tar.bz2 mate-power-manager-01868541b09a76c01c985f55cae5af1cc85b0c3f.tar.xz |
update copyright year
Diffstat (limited to 'applets')
-rw-r--r-- | applets/brightness/brightness-applet.c | 2 | ||||
-rw-r--r-- | applets/inhibit/inhibit-applet.c | 2 |
2 files changed, 2 insertions, 2 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 [] = { |