[Xfce4-commits] [panel-plugins/xfce4-cpufreq-plugin] 18/20: Update copyright and add myself to AUTHORS

noreply at xfce.org noreply at xfce.org
Sat May 6 21:01:19 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 52e9a2e845cb8c3f7ab541e925ffb947679cf95d
Author: Andre Miranda <andre42m at gmail.com>
Date:   Fri Nov 4 22:55:05 2016 -0300

    Update copyright and add myself to AUTHORS
---
 AUTHORS                             | 1 +
 panel-plugin/xfce4-cpufreq-plugin.c | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/AUTHORS b/AUTHORS
index 9c715a6..7d5d057 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,3 +1,4 @@
 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>
diff --git a/panel-plugin/xfce4-cpufreq-plugin.c b/panel-plugin/xfce4-cpufreq-plugin.c
index 9dd6d02..50f61cb 100644
--- a/panel-plugin/xfce4-cpufreq-plugin.c
+++ b/panel-plugin/xfce4-cpufreq-plugin.c
@@ -628,6 +628,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>",
 		NULL };
 	icon = xfce_panel_pixbuf_from_source("xfce4-cpufreq-plugin", NULL, 48);
 	gtk_show_about_dialog
@@ -638,7 +639,7 @@ cpufreq_show_about(XfcePanelPlugin *plugin,
 		 "program-name", PACKAGE_NAME,
 		 "comments", _("Show CPU frequencies and governor"),
 		 "website", PLUGIN_WEBSITE,
-		 "copyright", _("Copyright (c) 2003-2013\n"),
+		 "copyright", _("Copyright (c) 2003-2016\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