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 a8133977..abe80afd 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -20,7 +20,7 @@ <title>Pluma 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/pluma/pluma-commands-help.c b/pluma/pluma-commands-help.c index 93205704..346578b4 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-2019 MATE developers"), + "Copyright \xc2\xa9 2012-2020 MATE developers"), "license", license_trans, "wrap-license", TRUE, "documenters", documenters, |