diff options
author | monsta <[email protected]> | 2017-10-05 22:53:07 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-10-05 23:03:47 +0300 |
commit | c80edb4c41e96c8cda75b0b66eaf99c399b4cbc5 (patch) | |
tree | a0ae425230548731118da026ad915fc5f8d7dc32 /timerapplet | |
parent | 87da84a1161e9bbfee879275967a170bc27204f7 (diff) | |
download | mate-applets-c80edb4c41e96c8cda75b0b66eaf99c399b4cbc5.tar.bz2 mate-applets-c80edb4c41e96c8cda75b0b66eaf99c399b4cbc5.tar.xz |
update copyright year in other applets
Diffstat (limited to 'timerapplet')
-rw-r--r-- | timerapplet/timerapplet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timerapplet/timerapplet.c b/timerapplet/timerapplet.c index ebcb5e36..9ca5218a 100644 --- a/timerapplet/timerapplet.c +++ b/timerapplet/timerapplet.c @@ -249,7 +249,7 @@ timer_about_callback (GtkAction *action, TimerApplet *applet) const char* authors[] = { "Stefano Karapetsas <[email protected]>", NULL }; char copyright[] = \ - "Copyright \xc2\xa9 2015-2016 MATE developers\n" + "Copyright \xc2\xa9 2015-2017 MATE developers\n" "Copyright \xc2\xa9 2014 Stefano Karapetsas"; gtk_show_about_dialog(NULL, |