diff options
author | monsta <[email protected]> | 2018-01-09 22:13:45 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-01-09 22:13:45 +0300 |
commit | 5b1061937c746c70a23d24e9a038465452b18bf8 (patch) | |
tree | 024e252579986cece073a3f3ce6f517d3a5b11d0 /applets/fish/fish.c | |
parent | 7f711b89d0db04c12db2286b5d18892be45f26a5 (diff) | |
download | mate-panel-5b1061937c746c70a23d24e9a038465452b18bf8.tar.bz2 mate-panel-5b1061937c746c70a23d24e9a038465452b18bf8.tar.xz |
update copyright year to 2018
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 dd18c508..c1fc2a02 100644 --- a/applets/fish/fish.c +++ b/applets/fish/fish.c @@ -561,7 +561,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-2017 MATE developers"; + "Copyright \xc2\xa9 2012-2018 MATE developers"; authors[0] = g_strdup_printf(author_format, fish->name); authors[1] = _("(with minor help from George)"); |