diff options
-rw-r--r-- | help/C/index.docbook | 2 | ||||
-rw-r--r-- | shell/ev-window.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/help/C/index.docbook b/help/C/index.docbook index 196922a0..3df2ec3f 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -30,7 +30,7 @@ </para> </abstract> <copyright> - <year>2019</year> + <year>2020</year> <holder>MATE Documentation Project</holder> </copyright> <copyright> diff --git a/shell/ev-window.c b/shell/ev-window.c index 8e857b7b..1da50613 100644 --- a/shell/ev-window.c +++ b/shell/ev-window.c @@ -5446,7 +5446,7 @@ ev_window_cmd_help_about (GtkAction *action, EvWindow *ev_window) "version", VERSION, "title", _("About Atril Document Viewer"), "copyright", _("Copyright \xc2\xa9 1996–2009 The Evince authors\n" - "Copyright \xc2\xa9 2012–2019 The MATE developers"), + "Copyright \xc2\xa9 2012–2020 The MATE developers"), "license", license_trans, "website", "https://mate-desktop.org/", "comments", comments, |