diff options
author | monsta <[email protected]> | 2017-10-06 10:42:03 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2017-10-06 10:42:03 +0300 |
commit | 59c3495c532702f23849bb770ee6607fcadf37ae (patch) | |
tree | 182a5227cd28a4f8042174f4a13099b88a06658c /mateweather/mateweather-about.c | |
parent | c80edb4c41e96c8cda75b0b66eaf99c399b4cbc5 (diff) | |
download | mate-applets-59c3495c532702f23849bb770ee6607fcadf37ae.tar.bz2 mate-applets-59c3495c532702f23849bb770ee6607fcadf37ae.tar.xz |
mateweather: update copyright year
missed this applet yesterday
Diffstat (limited to 'mateweather/mateweather-about.c')
-rw-r--r-- | mateweather/mateweather-about.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mateweather/mateweather-about.c b/mateweather/mateweather-about.c index dff7896a..67165a28 100644 --- a/mateweather/mateweather-about.c +++ b/mateweather/mateweather-about.c @@ -36,7 +36,7 @@ void mateweather_about_run(MateWeatherApplet* gw_applet) }; char copyright[] = \ - "Copyright \xc2\xa9 2012-2016 MATE developers\n" + "Copyright \xc2\xa9 2012-2017 MATE developers\n" "Copyright \xC2\xA9 1999-2005 by S. Papadimitriou and others"; const gchar* documenters[] = { |