summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--help/C/index.docbook2
-rw-r--r--src/eom-window.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/help/C/index.docbook b/help/C/index.docbook
index ccc4d7e..e41bfd2 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>2019</year>
+ <year>2015-2020</year>
<holder>MATE Documentation Project</holder>
</copyright>
<copyright its:translate="no">
diff --git a/src/eom-window.c b/src/eom-window.c
index a3937d6..ccec08b 100644
--- a/src/eom-window.c
+++ b/src/eom-window.c
@@ -2642,7 +2642,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-2019 MATE developers"),
+ "Copyright \xc2\xa9 2012-2020 MATE developers"),
"comments",_("The MATE image viewer."),
"authors", authors,
"documenters", documenters,