diff options
author | raveit65 <[email protected]> | 2020-01-13 13:06:30 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-13 13:06:30 +0100 |
commit | b545149c13cfd1175aef5ecc45f472cc7bdaf165 (patch) | |
tree | bd753daa7a1d4a105aae47fcacdab3ee39012d02 | |
parent | 7badfadf733ff266cb69d1eb920d0e286f649950 (diff) | |
download | mate-system-monitor-b545149c13cfd1175aef5ecc45f472cc7bdaf165.tar.bz2 mate-system-monitor-b545149c13cfd1175aef5ecc45f472cc7bdaf165.tar.xz |
Update copyright to 2020
-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, |