diff options
author | rbuj <[email protected]> | 2021-01-16 13:36:44 +0100 |
---|---|---|
committer | rbuj <[email protected]> | 2021-01-16 13:36:44 +0100 |
commit | ded8d99f9c6f34cec97237057b88729c81e15276 (patch) | |
tree | 48f07f91c1afc79aea288dfb8b86b03d8dc2fcea | |
parent | 3724bccc04152c0896a251f7a532c7e49080ba87 (diff) | |
download | mate-terminal-ded8d99f9c6f34cec97237057b88729c81e15276.tar.bz2 mate-terminal-ded8d99f9c6f34cec97237057b88729c81e15276.tar.xz |
Update copyright to 2021
-rw-r--r-- | help/C/index.docbook | 2 | ||||
-rw-r--r-- | src/terminal-window.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/help/C/index.docbook b/help/C/index.docbook index 196c1fc..28d8ed2 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -9,7 +9,7 @@ <title>MATE Terminal Manual</title> <copyright> - <year>2015-2020</year> + <year>2015-2021</year> <holder>MATE Documentation Project</holder> </copyright> <copyright> diff --git a/src/terminal-window.c b/src/terminal-window.c index aabec91..9ca8cd6 100644 --- a/src/terminal-window.c +++ b/src/terminal-window.c @@ -4439,7 +4439,7 @@ help_about_callback (GtkAction *action, "Copyright \xc2\xa9 2006 Guilherme de S. Pastore\n" "Copyright \xc2\xa9 2007–2010 Christian Persch\n" "Copyright \xc2\xa9 2011 Perberos\n" - "Copyright \xc2\xa9 2012-2020 MATE developers"), + "Copyright \xc2\xa9 2012-2021 MATE developers"), "comments", comments, "authors", array_strv, "artists", artists, |