diff options
author | raveit65 <[email protected]> | 2020-01-13 17:19:05 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-13 17:19:05 +0100 |
commit | c005e24f702a862f4116d8f2a2d64e63267d619c (patch) | |
tree | 77d1b67ddf60912f2c533d579f87f7c98da22fe5 | |
parent | 391036cb417a564ddcc3a8438a0c0659dd9ba2a1 (diff) | |
download | pluma-c005e24f702a862f4116d8f2a2d64e63267d619c.tar.bz2 pluma-c005e24f702a862f4116d8f2a2d64e63267d619c.tar.xz |
Update copyright to 2020
-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, |