diff options
author | monsta <[email protected]> | 2018-01-09 22:51:10 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-01-09 22:52:14 +0300 |
commit | d61cde67b70756d0392d63a30291b12bbb96c332 (patch) | |
tree | 49ba5c6b959c43fd3cc9f7145d21f1005a01e28f /mate-dictionary | |
parent | 0167ba40cdab5e75ba14653d7d0a5afef5ee53c6 (diff) | |
download | mate-utils-d61cde67b70756d0392d63a30291b12bbb96c332.tar.bz2 mate-utils-d61cde67b70756d0392d63a30291b12bbb96c332.tar.xz |
update copyright year to 2018
Diffstat (limited to 'mate-dictionary')
-rw-r--r-- | mate-dictionary/src/gdict-about.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-dictionary/src/gdict-about.c b/mate-dictionary/src/gdict-about.c index a362e7b7..4995259b 100644 --- a/mate-dictionary/src/gdict-about.c +++ b/mate-dictionary/src/gdict-about.c @@ -54,7 +54,7 @@ gdict_show_about_dialog (GtkWidget *parent) const gchar *translator_credits = _("translator-credits"); const gchar *copyright = "Copyright \xc2\xa9 2005-2006 Emmanuele Bassi\n" - "Copyright \xc2\xa9 2011-2017 MATE developers"; + "Copyright \xc2\xa9 2011-2018 MATE developers"; const gchar *comments = _("Look up words in dictionaries"); const gchar *license = |