[Xfce4-commits] [panel-plugins/xfce4-cpufreq-plugin] 01/02: Update copyright year
noreply at xfce.org
noreply at xfce.org
Fri May 18 03:50:47 CEST 2018
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-cpufreq-plugin.
commit c5d6bdedd7822da0093c8e774e4b29408ff04615
Author: Andre Miranda <andreldm at xfce.org>
Date: Thu May 17 22:37:59 2018 -0300
Update copyright year
---
configure.ac.in | 2 +-
panel-plugin/xfce4-cpufreq-plugin.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac.in b/configure.ac.in
index 7b32812..7e7a490 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-2017 André Miranda <andre42m at gmail.com>])
+ Copyright (c) 2016-2018 Andre Miranda <andreldm at xfce.org>])
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 faca060..d225409 100644
--- a/panel-plugin/xfce4-cpufreq-plugin.c
+++ b/panel-plugin/xfce4-cpufreq-plugin.c
@@ -657,7 +657,7 @@ cpufreq_show_about(XfcePanelPlugin *plugin,
"Thomas Schreck <shrek at xfce.org>",
"Florian Rivoal <frivoal at xfce.org>",
"Harald Judt <h.judt at gmx.at>",
- "André Miranda <andre42m at gmail.com>",
+ "Andre Miranda <andreldm at xfce.org>",
NULL };
icon = xfce_panel_pixbuf_from_source("xfce4-cpufreq-plugin", NULL, 48);
gtk_show_about_dialog
@@ -668,7 +668,7 @@ cpufreq_show_about(XfcePanelPlugin *plugin,
"program-name", PACKAGE_NAME,
"comments", _("Show CPU frequencies and governor"),
"website", PLUGIN_WEBSITE,
- "copyright", _("Copyright (c) 2003-2017\n"),
+ "copyright", _("Copyright (c) 2003-2018\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