diff options
author | monsta <[email protected]> | 2018-01-09 20:53:40 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2018-01-09 20:53:40 +0300 |
commit | 55fbad37580a11d2ac539b382f463af2f12e114c (patch) | |
tree | 01d91b87111c8aba4bc35f7064eeaafadacd6584 /cpufreq | |
parent | d0ec08fae4bdc55a31c5533bca298a44e9b9cb39 (diff) | |
download | mate-applets-55fbad37580a11d2ac539b382f463af2f12e114c.tar.bz2 mate-applets-55fbad37580a11d2ac539b382f463af2f12e114c.tar.xz |
update copyright year to 2018
Diffstat (limited to 'cpufreq')
-rw-r--r-- | cpufreq/src/cpufreq-applet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpufreq/src/cpufreq-applet.c b/cpufreq/src/cpufreq-applet.c index 33812df2..4b22ea21 100644 --- a/cpufreq/src/cpufreq-applet.c +++ b/cpufreq/src/cpufreq-applet.c @@ -617,7 +617,7 @@ cpufreq_applet_about_cb (GtkAction *action, CPUFreqApplet *applet) { char copyright[] = \ - "Copyright \xc2\xa9 2012-2017 MATE developers\n" + "Copyright \xc2\xa9 2012-2018 MATE developers\n" "Copyright \xC2\xA9 2004 Carlos Garcia Campos"; static const gchar *const authors[] = { |