diff options
Diffstat (limited to 'mate-dictionary')
-rw-r--r-- | mate-dictionary/help/C/index.docbook | 2 | ||||
-rw-r--r-- | mate-dictionary/src/gdict-about.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mate-dictionary/help/C/index.docbook b/mate-dictionary/help/C/index.docbook index f74b3cfb..e682da5f 100644 --- a/mate-dictionary/help/C/index.docbook +++ b/mate-dictionary/help/C/index.docbook @@ -31,7 +31,7 @@ </abstract> <copyright lang="en"> - <year>2015-2020</year> + <year>2015-2021</year> <holder>MATE Documentation Project</holder> </copyright> <copyright> diff --git a/mate-dictionary/src/gdict-about.c b/mate-dictionary/src/gdict-about.c index 65c6075b..89085a9b 100644 --- a/mate-dictionary/src/gdict-about.c +++ b/mate-dictionary/src/gdict-about.c @@ -82,7 +82,7 @@ gdict_show_about_dialog (GtkWidget *parent) "version", VERSION, "title", _("About Dictionary"), "copyright", _("Copyright \xc2\xa9 2005-2006 Emmanuele Bassi\n" - "Copyright \xc2\xa9 2011-2020 MATE developers"), + "Copyright \xc2\xa9 2011-2021 MATE developers"), "comments", comments, "authors", authors, "documenters", documenters, |