diff options
-rw-r--r-- | help/C/index.docbook | 2 | ||||
-rw-r--r-- | src/callbacks.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/help/C/index.docbook b/help/C/index.docbook index ed03c8d..e8a25de 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -23,7 +23,7 @@ <title>&app; Manual V&manrevision;</title> <copyright> - <year>2019</year> + <year>2015-2020</year> <holder>MATE Documentation Project</holder> </copyright> <copyright> <year>2009</year> diff --git a/src/callbacks.cpp b/src/callbacks.cpp index 138aaa2..8293c40 100644 --- a/src/callbacks.cpp +++ b/src/callbacks.cpp @@ -206,7 +206,7 @@ cb_about (GtkAction *action, gpointer data) "comments", _("View current processes and monitor system state"), "copyright", _("Copyright \xc2\xa9 2001-2004 Kevin Vandersloot\n" "Copyright \xc2\xa9 2005-2007 BenoƮt Dejean\n" - "Copyright \xc2\xa9 2011-2019 MATE developers"), + "Copyright \xc2\xa9 2011-2020 MATE developers"), "logo-icon-name", "utilities-system-monitor", "authors", authors, "artists", artists, |