diff options
Diffstat (limited to 'command')
-rw-r--r-- | command/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/command.c b/command/command.c index 0c42f0bd..395dbd5f 100644 --- a/command/command.c +++ b/command/command.c @@ -105,7 +105,7 @@ command_about_callback (GtkAction *action, CommandApplet *command_applet) const char* authors[] = { "Stefano Karapetsas <[email protected]>", NULL }; char copyright[] = \ - "Copyright \xc2\xa9 2015-2017 MATE developers\n" + "Copyright \xc2\xa9 2015-2018 MATE developers\n" "Copyright \xc2\xa9 2013-2014 Stefano Karapetsas"; gtk_show_about_dialog(NULL, |