summaryrefslogtreecommitdiff
path: root/cpufreq
diff options
context:
space:
mode:
Diffstat (limited to 'cpufreq')
-rw-r--r--cpufreq/help/C/index.docbook2
-rw-r--r--cpufreq/src/cpufreq-applet.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpufreq/help/C/index.docbook b/cpufreq/help/C/index.docbook
index eb5aea4b..62c22705 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>2019</year>
+ <year>2015-2020</year>
<holder>MATE Documentation Project</holder>
</copyright>
<copyright>
diff --git a/cpufreq/src/cpufreq-applet.c b/cpufreq/src/cpufreq-applet.c
index 8ae208c3..ae8de767 100644
--- a/cpufreq/src/cpufreq-applet.c
+++ b/cpufreq/src/cpufreq-applet.c
@@ -481,7 +481,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-2019 MATE developers"),
+ "Copyright \xc2\xa9 2012-2020 MATE developers"),
"comments", _("This utility shows the current CPU "
"Frequency Scaling."),
"authors", authors,