[Xfce4-commits] [panel-plugins/xfce4-cpufreq-plugin] 01/02: Update copyright year
noreply at xfce.org
noreply at xfce.org
Wed May 17 02:48:55 CEST 2017
This is an automated email from the git hooks/post-receive script.
andre pushed a commit to branch master
in repository panel-plugins/xfce4-cpufreq-plugin.
commit 16d1ebdc060f0096f663256a5f20150fc0e6890b
Author: Andre Miranda <andre42m at gmail.com>
Date: Tue May 16 21:43:37 2017 -0300
Update copyright year
---
configure.ac.in | 2 +-
panel-plugin/xfce4-cpufreq-plugin.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 9fc6d7a..1ae8c0a 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -16,7 +16,7 @@ dnl Initialize autoconf
AC_COPYRIGHT([Copyright (c) 2006 Thomas Schreck <shrek at xfce.org>
Copyright (c) 2010-2011 Florian Rivoal <frivoal at xfce.org>
Copyright (c) 2013-2015 Harald Judt <h.judt at gmx.at>
- Copyright (c) 2016 André Miranda <andre42m at gmail.com>])
+ Copyright (c) 2016-2017 André Miranda <andre42m at gmail.com>])
AC_INIT([xfce4-cpufreq-plugin], [cpufreq_version()], [http://bugzilla.xfce.org], [xfce4-cpufreq-plugin])
AC_PREREQ([2.60])
diff --git a/panel-plugin/xfce4-cpufreq-plugin.c b/panel-plugin/xfce4-cpufreq-plugin.c
index 6801426..1f9e818 100644
--- a/panel-plugin/xfce4-cpufreq-plugin.c
+++ b/panel-plugin/xfce4-cpufreq-plugin.c
@@ -644,7 +644,7 @@ cpufreq_show_about(XfcePanelPlugin *plugin,
"program-name", PACKAGE_NAME,
"comments", _("Show CPU frequencies and governor"),
"website", PLUGIN_WEBSITE,
- "copyright", _("Copyright (c) 2003-2016\n"),
+ "copyright", _("Copyright (c) 2003-2017\n"),
"authors", auth,
NULL);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list