diff options
author | monsta <[email protected]> | 2017-04-11 12:51:03 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-04-11 12:51:22 +0300 |
commit | 10f4e384ab0b270a77804c5c5b024b49c2e829a3 (patch) | |
tree | 089be9121f95044d1b4c940052f9c12917518845 /applets/fish | |
parent | 471d39d57525d5d25208d776992336ec8c81c62f (diff) | |
download | mate-panel-10f4e384ab0b270a77804c5c5b024b49c2e829a3.tar.bz2 mate-panel-10f4e384ab0b270a77804c5c5b024b49c2e829a3.tar.xz |
update copyright year to 2017
Diffstat (limited to 'applets/fish')
-rw-r--r-- | applets/fish/fish.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/fish/fish.c b/applets/fish/fish.c index 77f26e66..a9387b88 100644 --- a/applets/fish/fish.c +++ b/applets/fish/fish.c @@ -557,7 +557,7 @@ static void display_about_dialog(GtkAction* action, FishApplet* fish) char* descr; char copyright[] = \ "Copyright \xc2\xa9 1998-2002 Free Software Foundation, Inc.\n" - "Copyright \xc2\xa9 2012-2016 MATE developers"; + "Copyright \xc2\xa9 2012-2017 MATE developers"; authors[0] = g_strdup_printf(author_format, fish->name); authors[1] = _("(with minor help from George)"); |