summaryrefslogtreecommitdiff
path: root/mateweather
diff options
context:
space:
mode:
Diffstat (limited to 'mateweather')
-rw-r--r--mateweather/docs/C/index.docbook2
-rw-r--r--mateweather/src/mateweather-about.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/mateweather/docs/C/index.docbook b/mateweather/docs/C/index.docbook
index 806fedd1..e531b07d 100644
--- a/mateweather/docs/C/index.docbook
+++ b/mateweather/docs/C/index.docbook
@@ -27,7 +27,7 @@ sunrise and sunset, wind direction, pressure, and more. All units are
customizable.</para>
</abstract>
<copyright>
- <year>2015-2020</year>
+ <year>2015-2021</year>
<holder>MATE Documentation Project</holder>
</copyright>
<copyright>
diff --git a/mateweather/src/mateweather-about.c b/mateweather/src/mateweather-about.c
index 5c1389f3..55607bbf 100644
--- a/mateweather/src/mateweather-about.c
+++ b/mateweather/src/mateweather-about.c
@@ -54,7 +54,7 @@ void mateweather_about_run(MateWeatherApplet* gw_applet)
"title", _("About Weather Report"),
"version", VERSION,
"copyright", _("Copyright \xC2\xA9 1999-2005 by S. Papadimitriou and others\n"
- "Copyright \xc2\xa9 2012-2020 MATE developers"),
+ "Copyright \xc2\xa9 2012-2021 MATE developers"),
"comments", _("A panel application for monitoring local weather conditions."),
"authors", authors,
"documenters", documenters,