diff options
-rw-r--r-- | help/C/index.docbook | 2 | ||||
-rw-r--r-- | src/eom-window.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/help/C/index.docbook b/help/C/index.docbook index d846af2..8721954 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -20,7 +20,7 @@ <title>Image Viewer Manual</title> <copyright its:translate="no"> - <year>2015-2020</year> + <year>2015-2021</year> <holder>MATE Documentation Project</holder> </copyright> <copyright its:translate="no"> diff --git a/src/eom-window.c b/src/eom-window.c index 1e7afcb..9f772c4 100644 --- a/src/eom-window.c +++ b/src/eom-window.c @@ -2640,7 +2640,7 @@ eom_window_cmd_about (GtkAction *action, gpointer user_data) "version", VERSION, "copyright", _("Copyright \xc2\xa9 2000-2010 Free Software Foundation, Inc.\n" "Copyright \xc2\xa9 2011 Perberos\n" - "Copyright \xc2\xa9 2012-2020 MATE developers"), + "Copyright \xc2\xa9 2012-2021 MATE developers"), "comments",_("Eye of MATE is a simple graphics viewer for the MATE Desktop Environment."), "authors", authors, "documenters", documenters, |