diff options
author | monsta <[email protected]> | 2017-04-11 12:51:03 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-04-11 12:51:03 +0300 |
commit | 0a3b3f1e5068ca749a553be5f2eff621eebc54e9 (patch) | |
tree | 22eb111a8bc37ef03651588b9d9152728a75e551 /applets/fish/fish.c | |
parent | de0611f1b7d937ce8c316ab8643349875aa80cc5 (diff) | |
download | mate-panel-0a3b3f1e5068ca749a553be5f2eff621eebc54e9.tar.bz2 mate-panel-0a3b3f1e5068ca749a553be5f2eff621eebc54e9.tar.xz |
update copyright year to 2017
Diffstat (limited to 'applets/fish/fish.c')
-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)"); |