diff options
Diffstat (limited to 'cpufreq')
-rw-r--r-- | cpufreq/help/C/index.docbook | 2 | ||||
-rw-r--r-- | cpufreq/src/cpufreq-applet.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cpufreq/help/C/index.docbook b/cpufreq/help/C/index.docbook index 62c22705..ecd12a05 100644 --- a/cpufreq/help/C/index.docbook +++ b/cpufreq/help/C/index.docbook @@ -22,7 +22,7 @@ interface to change the clock speed if the CPU supports it.</para> </abstract> <copyright> - <year>2015-2020</year> + <year>2015-2021</year> <holder>MATE Documentation Project</holder> </copyright> <copyright> diff --git a/cpufreq/src/cpufreq-applet.c b/cpufreq/src/cpufreq-applet.c index 87fbc7af..eb887229 100644 --- a/cpufreq/src/cpufreq-applet.c +++ b/cpufreq/src/cpufreq-applet.c @@ -478,7 +478,7 @@ cpufreq_applet_about_cb (GtkAction *action, "title", _("About CPU Frequency Scaling Monitor"), "version", VERSION, "copyright", _("Copyright \xC2\xA9 2004 Carlos Garcia Campos\n" - "Copyright \xc2\xa9 2012-2020 MATE developers"), + "Copyright \xc2\xa9 2012-2021 MATE developers"), "comments", _("This utility shows the current CPU " "Frequency Scaling."), "authors", authors, |