diff options
-rw-r--r-- | help/C/index.docbook | 2 | ||||
-rw-r--r-- | pluma/pluma-commands-help.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/help/C/index.docbook b/help/C/index.docbook index 406e234b..09438c17 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -20,7 +20,7 @@ <title>Pluma 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/pluma/pluma-commands-help.c b/pluma/pluma-commands-help.c index 0dc8a93a..82bb6504 100644 --- a/pluma/pluma-commands-help.c +++ b/pluma/pluma-commands-help.c @@ -118,7 +118,7 @@ void _pluma_cmd_help_about(GtkAction* action, PlumaWindow* window) "Copyright \xc2\xa9 2003-2006 Paolo Maggi\n" "Copyright \xc2\xa9 2004-2010 Paolo Borelli, Jesse van den Kieboom\nSteve Fr\303\251cinaux, Ignacio Casal Quinteiro\n" "Copyright \xc2\xa9 2011 Perberos\n" - "Copyright \xc2\xa9 2012-2020 MATE developers"), + "Copyright \xc2\xa9 2012-2021 MATE developers"), "license", license_trans, "wrap-license", TRUE, "documenters", documenters, |