[Xfce4-commits] [panel-plugins/xfce4-battery-plugin] 05/08: Update my e-mail and copyright year
noreply at xfce.org
noreply at xfce.org
Mon Dec 31 23:17:14 CET 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-battery-plugin.
commit bc4f896ef82d9313325c1f43fa100b3626922fed
Author: Andre Miranda <andreldm at xfce.org>
Date: Mon Dec 31 18:30:22 2018 -0300
Update my e-mail and copyright year
---
AUTHORS | 2 +-
configure.ac.in | 5 ++---
panel-plugin/battery.c | 4 ++--
3 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/AUTHORS b/AUTHORS
index fa4d987..f30630f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -6,4 +6,4 @@ Rickard E. Faith <faith at acm.org>
Noberasco Michele <2001s098 at educ.disi.unige.it>
Nick Schermer <nick at xfce.org>
Florian Rivoal <frivoal at xfce.org>
-Andre Miranda <andre42m at gmail.com>
+Andre Miranda <andreldm at xfce.org>
diff --git a/configure.ac.in b/configure.ac.in
index d24f622..ce29131 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -4,7 +4,7 @@ dnl 2003 Benedikt Meurer <benny at xfce.org>
dnl 2006-2007 Nick Schermer <nick at xfce.org>
dnl 2010 Florian Rivoal <frivoal at xfce.org>
dnl 2012 Landry Breuil <landry at xfce.org>
-dnl 2016 Andre Miranda <andre42m at gmail.com>
+dnl 2016-2019 Andre Miranda <andreldm at xfce.org>
dnl
dnl ***************************
@@ -20,8 +20,7 @@ m4_define([battery_version], [battery_version_major().battery_version_minor().ba
dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2006-2016
- The Xfce development team. All rights reserved.])
+AC_COPYRIGHT([Copyright (c) 2006-2019 The Xfce development team. All rights reserved.])
AC_INIT([xfce4-battery-plugin], [battery_version], [http://bugzilla.xfce.org/], [xfce4-battery-plugin])
AC_PREREQ([2.50])
AC_CANONICAL_TARGET()
diff --git a/panel-plugin/battery.c b/panel-plugin/battery.c
index 7ee4cb1..093e49b 100644
--- a/panel-plugin/battery.c
+++ b/panel-plugin/battery.c
@@ -5,7 +5,7 @@
* Copyright (c) 2006 Nick Schermer <nick at xfce.org>
* Copyright (c) 2010 Florian Rivoal <frivoal at xfce.org>
* Copyright (c) 2012 Landry Breuil <landry at xfce.org>
- * Copyright (c) 2016 Andre Miranda <andre42m at gmail.com>
+ * Copyright (c) 2016 Andre Miranda <andreldm at xfce.org>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
@@ -1364,7 +1364,7 @@ battmon_show_about(XfcePanelPlugin *plugin, t_battmon *battmon)
"Benedikt Meurer <benny at xfce.org>", "Edscott Wilson <edscott at imp.mx>",
"Eduard Roccatello <eduard at xfce.org>", "Florian Rivoal <frivoal at xfce.org>",
"Landry Breuil <landry at xfce.org>", "Nick Schermer <nick at xfce.org>",
- "Andre Miranda <andre42m at gmail.com>", NULL };
+ "Andre Miranda <andreldm at xfce.org>", NULL };
icon = xfce_panel_pixbuf_from_source("xfce4-battery-plugin", NULL, 32);
gtk_show_about_dialog(NULL,
"logo", icon,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list