[Xfce4-commits] [panel-plugins/xfce4-hardware-monitor-plugin] 59/96: Update email address
noreply at xfce.org
noreply at xfce.org
Thu Nov 27 22:21:04 CET 2014
This is an automated email from the git hooks/post-receive script.
nick pushed a commit to branch master
in repository panel-plugins/xfce4-hardware-monitor-plugin.
commit 75620576365cb69407f372860eeb0a6580b616fb
Author: OmegaPhil <OmegaPhil at gmail.com>
Date: Fri Jul 25 17:54:04 2014 +0100
Update email address
---
ChangeLog | 2 +-
MAINTAINERS | 2 +-
Makefile.am | 2 +-
NEWS | 2 +-
configure.ac | 2 +-
src/Makefile.am | 2 +-
src/applet.cpp | 4 ++--
src/applet.hpp | 2 +-
src/bar-view.cpp | 2 +-
src/bar-view.hpp | 2 +-
src/canvas-view.cpp | 2 +-
src/canvas-view.hpp | 2 +-
src/choose-monitor-window.cpp | 2 +-
src/choose-monitor-window.hpp | 2 +-
src/column-view.cpp | 2 +-
src/column-view.hpp | 2 +-
src/curve-view.cpp | 2 +-
src/curve-view.hpp | 2 +-
src/flame-view.cpp | 2 +-
src/flame-view.hpp | 2 +-
src/gui-helpers.hpp | 2 +-
src/helpers.cpp | 2 +-
src/helpers.hpp | 2 +-
src/i18n.hpp | 2 +-
src/monitor-impls.cpp | 2 +-
src/monitor-impls.hpp | 2 +-
src/monitor.hpp | 2 +-
src/pixbuf-drawing.hpp | 2 +-
src/preferences-window.cpp | 2 +-
src/preferences-window.hpp | 2 +-
src/register_plugin.c | 2 +-
src/text-view.cpp | 2 +-
src/text-view.hpp | 2 +-
src/value-history.cpp | 2 +-
src/value-history.hpp | 2 +-
src/view.cpp | 2 +-
src/view.hpp | 2 +-
37 files changed, 38 insertions(+), 38 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 399b21f..2905e94 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2013-11-07 Omega Weapon <OmegaPhil+HardwareMonitor at gmail.com>
+2013-11-07 Omega Weapon <OmegaPhil00 at startmail.com>
Release 1.4.4
diff --git a/MAINTAINERS b/MAINTAINERS
index 41b5ed7..3c467bb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7,4 +7,4 @@ Email: neilbird at src.gnome.org
Userid: neilbird
Omega Weapon
-Email: OmegaPhil+HardwareMonitor at gmail.com
+Email: OmegaPhil00 at startmail.com
diff --git a/Makefile.am b/Makefile.am
index ec34bf9..7ffe722 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@
#
# XFCE4 modifications copyright:
#
-# 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+# 2013 OmegaPhil (OmegaPhil00 at startmail.com)
@SET_MAKE@
diff --git a/NEWS b/NEWS
index eb6b5c2..3536e03 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ Version 1.4.4 (2013-11-07)
--------------------------
Port to XFCE4.
-Added myself (OmegaPhil+HardwareMonitor at gmail.com) as maintainer
+Added myself (OmegaPhil00 at startmail.com) as maintainer
for this version.
Version 1.4.3 (2010-06-13)
diff --git a/configure.ac b/configure.ac
index 7ae231c..d51d685 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ dnl
dnl XFCE4 modifications copyright:
dnl
-dnl 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+dnl 2013 OmegaPhil (OmegaPhil00 at startmail.com)
dnl
diff --git a/src/Makefile.am b/src/Makefile.am
index 5388ef8..37b5ef9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,7 +4,7 @@
#
# XFCE4 modifications copyright:
#
-# 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+# 2013 OmegaPhil (OmegaPhil00 at startmail.com)
# Defining libraries to be built and their installation destination
diff --git a/src/applet.cpp b/src/applet.cpp
index aa750f2..9ff167e 100644
--- a/src/applet.cpp
+++ b/src/applet.cpp
@@ -1,7 +1,7 @@
/* Implementation of the Applet class.
*
* Copyright (c) 2003, 04, 05 Ole Laursen.
- * Copyright (c) 2013-2014 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013-2014 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
@@ -768,7 +768,7 @@ void Applet::on_about_activated()
{
std::vector<Glib::ustring> authors;
authors.push_back("Ole Laursen <olau at hardworking.dk>");
- authors.push_back("OmegaPhil <OmegaPhil+hardware.monitor at gmail.com>");
+ authors.push_back("OmegaPhil <OmegaPhil00 at startmail.com>");
std::vector<Glib::ustring> documenters;
// add documenters here
diff --git a/src/applet.hpp b/src/applet.hpp
index a452ab4..5e63634 100644
--- a/src/applet.hpp
+++ b/src/applet.hpp
@@ -1,7 +1,7 @@
/* The applet class which coordinates everything.
*
* Copyright (c) 2003, 04, 05 Ole Laursen.
- * Copyright (c) 2013-2014 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013-2014 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/bar-view.cpp b/src/bar-view.cpp
index 6c1e25f..2074c32 100644
--- a/src/bar-view.cpp
+++ b/src/bar-view.cpp
@@ -1,7 +1,7 @@
/* Implementation of the bar view.
*
* Copyright (c) 2003, 04 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/bar-view.hpp b/src/bar-view.hpp
index 3fbe2a5..b4ae8a5 100644
--- a/src/bar-view.hpp
+++ b/src/bar-view.hpp
@@ -1,7 +1,7 @@
/* A view which displays a bar plot.
*
* Copyright (c) 2003, 04 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/canvas-view.cpp b/src/canvas-view.cpp
index 0820911..8be1d56 100644
--- a/src/canvas-view.cpp
+++ b/src/canvas-view.cpp
@@ -1,7 +1,7 @@
/* Implementation of the non-abstract parts of canvas view.
*
* Copyright (c) 2003, 04 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/canvas-view.hpp b/src/canvas-view.hpp
index 937c003..da1914a 100644
--- a/src/canvas-view.hpp
+++ b/src/canvas-view.hpp
@@ -1,7 +1,7 @@
/* An abstract base class for canvas-based views.
*
* Copyright (c) 2003, 04 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/choose-monitor-window.cpp b/src/choose-monitor-window.cpp
index 3db37fc..14e4097 100644
--- a/src/choose-monitor-window.cpp
+++ b/src/choose-monitor-window.cpp
@@ -1,7 +1,7 @@
/* Implementation of the ChooseMonitorWindow class.
*
* Copyright (c) 2003, 04 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/choose-monitor-window.hpp b/src/choose-monitor-window.hpp
index 3df1671..b154ede 100644
--- a/src/choose-monitor-window.hpp
+++ b/src/choose-monitor-window.hpp
@@ -1,7 +1,7 @@
/* The choose monitor window.
*
* Copyright (c) 2003, 04 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/column-view.cpp b/src/column-view.cpp
index 47b925a..4f5c1a4 100644
--- a/src/column-view.cpp
+++ b/src/column-view.cpp
@@ -1,7 +1,7 @@
/* Implementation of the column view.
*
* Copyright (c) 2003, 04 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/column-view.hpp b/src/column-view.hpp
index f35afb4..4016f53 100644
--- a/src/column-view.hpp
+++ b/src/column-view.hpp
@@ -1,7 +1,7 @@
/* A view which displays a (time, value) column plot.
*
* Copyright (c) 2003, 04 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/curve-view.cpp b/src/curve-view.cpp
index 0a15b01..b579afc 100644
--- a/src/curve-view.cpp
+++ b/src/curve-view.cpp
@@ -1,7 +1,7 @@
/* Implementation of the curve view.
*
* Copyright (c) 2003, 04 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/curve-view.hpp b/src/curve-view.hpp
index 329bb74..0eaf5c6 100644
--- a/src/curve-view.hpp
+++ b/src/curve-view.hpp
@@ -1,7 +1,7 @@
/* A view which displays a (time, value) curve plot.
*
* Copyright (c) 2003, 04 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/flame-view.cpp b/src/flame-view.cpp
index a26b8e6..b3f84dc 100644
--- a/src/flame-view.cpp
+++ b/src/flame-view.cpp
@@ -1,7 +1,7 @@
/* Implementation of the flame view.
*
* Copyright (c) 2003, 04 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/flame-view.hpp b/src/flame-view.hpp
index 5d83f9d..9b3df1b 100644
--- a/src/flame-view.hpp
+++ b/src/flame-view.hpp
@@ -2,7 +2,7 @@
* monitor values.
*
* Copyright (c) 2003, 04 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/gui-helpers.hpp b/src/gui-helpers.hpp
index 092cbcb..9cd2e8d 100644
--- a/src/gui-helpers.hpp
+++ b/src/gui-helpers.hpp
@@ -1,7 +1,7 @@
/* Helper functions.
*
* Copyright (c) 2003, 04 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/helpers.cpp b/src/helpers.cpp
index 582df53..e986544 100644
--- a/src/helpers.cpp
+++ b/src/helpers.cpp
@@ -1,7 +1,7 @@
/* Helper functions.
*
* Copyright (c) 2003 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/helpers.hpp b/src/helpers.hpp
index 829d136..7b969c7 100644
--- a/src/helpers.hpp
+++ b/src/helpers.hpp
@@ -1,7 +1,7 @@
/* Helper functions.
*
* Copyright (c) 2003 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/i18n.hpp b/src/i18n.hpp
index e558b6a..08c9a44 100644
--- a/src/i18n.hpp
+++ b/src/i18n.hpp
@@ -1,7 +1,7 @@
/* Internationalisation functions.
*
* Copyright (c) 2003 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/monitor-impls.cpp b/src/monitor-impls.cpp
index 64d338e..f0d83c0 100644
--- a/src/monitor-impls.cpp
+++ b/src/monitor-impls.cpp
@@ -1,7 +1,7 @@
/* The various system statistics - adapters of the libgtop interface.
*
* Copyright (c) 2003, 04, 05 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/monitor-impls.hpp b/src/monitor-impls.hpp
index b69d0a3..d5acfc9 100644
--- a/src/monitor-impls.hpp
+++ b/src/monitor-impls.hpp
@@ -1,7 +1,7 @@
/* Implementation of the various system statistics.
*
* Copyright (c) 2003, 04, 05 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/monitor.hpp b/src/monitor.hpp
index 757c50c..aa3ffce 100644
--- a/src/monitor.hpp
+++ b/src/monitor.hpp
@@ -1,7 +1,7 @@
/* Interface base class for the monitors.
*
* Copyright (c) 2003, 04 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/pixbuf-drawing.hpp b/src/pixbuf-drawing.hpp
index c23d250..b9b1daf 100644
--- a/src/pixbuf-drawing.hpp
+++ b/src/pixbuf-drawing.hpp
@@ -1,7 +1,7 @@
/* Pixbuf-drawing helpers.
*
* Copyright (c) 2002, 03, 04 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/preferences-window.cpp b/src/preferences-window.cpp
index 6a2936d..b9a2aba 100644
--- a/src/preferences-window.cpp
+++ b/src/preferences-window.cpp
@@ -1,7 +1,7 @@
/* Implementation of the PreferencesWindow class.
*
* Copyright (c) 2003, 04 Ole Laursen.
- * Copyright (c) 2013-2014 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013-2014 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/preferences-window.hpp b/src/preferences-window.hpp
index 028be70..0b58310 100644
--- a/src/preferences-window.hpp
+++ b/src/preferences-window.hpp
@@ -1,7 +1,7 @@
/* The preferences window.
*
* Copyright (c) 2003, 04 Ole Laursen.
- * Copyright (c) 2013-2014 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013-2014 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/register_plugin.c b/src/register_plugin.c
index e96fcdf..34c9619 100644
--- a/src/register_plugin.c
+++ b/src/register_plugin.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+/* Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/text-view.cpp b/src/text-view.cpp
index b6dab96..17b64df 100644
--- a/src/text-view.cpp
+++ b/src/text-view.cpp
@@ -1,7 +1,7 @@
/* Implementation of textual monitoring view.
*
* Copyright (c) 2003, 04 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/text-view.hpp b/src/text-view.hpp
index 30a1d4c..c2c93aa 100644
--- a/src/text-view.hpp
+++ b/src/text-view.hpp
@@ -1,7 +1,7 @@
/* A textual monitoring view.
*
* Copyright (c) 2003, 04 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/value-history.cpp b/src/value-history.cpp
index 8161ee7..e0a6c78 100644
--- a/src/value-history.cpp
+++ b/src/value-history.cpp
@@ -1,7 +1,7 @@
/* Implementation of value history class.
*
* Copyright (c) 2004 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/value-history.hpp b/src/value-history.hpp
index 41ebaa3..4227c6d 100644
--- a/src/value-history.hpp
+++ b/src/value-history.hpp
@@ -1,7 +1,7 @@
/* A value history class for measuring and keeping track of monitor values.
*
* Copyright (c) 2004 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/view.cpp b/src/view.cpp
index ee62d8d..c24eb1f 100644
--- a/src/view.cpp
+++ b/src/view.cpp
@@ -1,7 +1,7 @@
/* Implementation of view base class.
*
* Copyright (c) 2003, 04 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/view.hpp b/src/view.hpp
index cc440ba..eadb21e 100644
--- a/src/view.hpp
+++ b/src/view.hpp
@@ -1,7 +1,7 @@
/* Abstract base class for all views. Also contains some data.
*
* Copyright (c) 2003, 04 Ole Laursen.
- * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.com)
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil00 at startmail.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list