[Xfce4-commits] [panel-plugins/xfce4-hardware-monitor-plugin] 02/02: Version 1.6.0

noreply at xfce.org noreply at xfce.org
Sun Jan 14 13:23:08 CET 2018


This is an automated email from the git hooks/post-receive script.

o   m   e   g   a   p   h   i   l       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-hardware-monitor-plugin.

commit e68cd4972155057a5c575c7cc8a2b0f21bd94a62
Author: OmegaPhil <OmegaPhil at startmail.com>
Date:   Sat Jan 13 14:37:25 2018 +0000

    Version 1.6.0
---
 ChangeLog                                 | 43 +++++++++++++++++++++++++++++
 centos/xfce4-hardware-monitor-plugin.spec | 45 ++++++++++++++++++++++++++++++-
 configure.ac                              |  4 +--
 debian/changelog                          |  6 +++++
 src/Makefile.am                           |  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/i18n.hpp                              |  2 +-
 src/monitor-impls.cpp                     |  2 +-
 src/monitor-impls.hpp                     |  2 +-
 src/monitor.hpp                           |  2 +-
 src/plugin.cpp                            |  4 +--
 src/plugin.hpp                            |  2 +-
 src/preferences-window.cpp                |  2 +-
 src/preferences-window.hpp                |  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 +-
 31 files changed, 123 insertions(+), 31 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 779a7f7..5f3b2df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,46 @@
+2018-01-12  OmegaPhil <OmegaPhil at startmail.com>
+
+        Release 1.6.0
+
+        This is an important release as it makes including different types of
+        monitors on the same visualisation a supported, properly-working option,
+        when the user takes the time to configure individual monitors to taste.
+
+        * Text overlay tag settings for Monitors moved to the relevant Advanced
+        sections for less clutter.
+        * User-configurable monitor refresh rates - make the monitors update
+        every second or once every hour as you wish (so slowing down/speeding up
+        the visualisations as approriate, see Advanced.
+        https://bugzilla.xfce.org/show_bug.cgi?id=13796
+        https://bugzilla.xfce.org/show_bug.cgi?id=13803
+        * CPU Usage Monitor now supports optional inclusion of low priority/
+        nice'd processes and I/O wait
+        https://bugzilla.xfce.org/show_bug.cgi?id=13910
+        * Fixed/unfixed maxes now configurable where sensible for all monitors:
+        e.g. for recent versions the CPU Usage Monitor was fixed to have 100% at
+        the top of the time-based visualisation (e.g. Curves) - now you can keep
+        this or have the scale change dynamically based on the max value
+        encountered in recent history, like the Network Monitor does. See
+        Advanced.
+        * All time-based visualisations now treat their max scale in the same
+        way as the Curve view - based on the actual recent maxima rather than
+        some slowly-decaying value derived from it.
+        * All monitors in a visualisation can have their maxes synced together
+        so share the same scale, or scales are synced per monitor type, with each
+        type able to work to its own dedicated scale on the same visualisation.
+        * Disk Stats Monitor has had 'Number of sectors read/written' replaced
+        with 'Number of bytes read/written per duration' to get at the much more
+        interesting disk read/write speed.
+        * The text overlay that used to be restricted to the Curves visualisation
+        is now implemented for everything bar the Text visualisation.
+        * Text overlay supports users that just want to put a label ontop of a
+        visualisation, rather than report on monitor data values, when multiple
+        monitor types are in one visualisation.
+        https://bugzilla.xfce.org/show_bug.cgi?id=14065
+        * User can now hide individual monitors from the text overlay output.
+        https://bugzilla.xfce.org/show_bug.cgi?id=14113
+
+
 2016-07-17  OmegaPhil <OmegaPhil at startmail.com>
 
         Release 1.5.0
diff --git a/centos/xfce4-hardware-monitor-plugin.spec b/centos/xfce4-hardware-monitor-plugin.spec
index f82bc55..763580b 100644
--- a/centos/xfce4-hardware-monitor-plugin.spec
+++ b/centos/xfce4-hardware-monitor-plugin.spec
@@ -7,7 +7,7 @@
 
 Summary: XFCE Plugin for hardware monitoring
 Name: xfce4-hardware-monitor-plugin
-Version: 1.5.0
+Version: 1.6.0
 Release: 1%{?dist}
 License: GPLv3+
 Group: User Interface/Desktops
@@ -55,6 +55,49 @@ pleasantly with the rest of your XFCE desktop.
 %{_datadir}/xfce4/panel/plugins/xfce4-hardware-monitor-plugin.desktop
 
 %changelog
+* Fri Jan 12 2018  OmegaPhil <OmegaPhil at startmail.com>
+
+        Release 1.6.0
+
+        This is an important release as it makes including different types of
+        monitors on the same visualisation a supported, properly-working option,
+        when the user takes the time to configure individual monitors to taste.
+
+        - Text overlay tag settings for Monitors moved to the relevant Advanced
+        sections for less clutter.
+        - User-configurable monitor refresh rates - make the monitors update
+        every second or once every hour as you wish (so slowing down/speeding up
+        the visualisations as approriate, see Advanced.
+        https://bugzilla.xfce.org/show_bug.cgi?id=13796
+        https://bugzilla.xfce.org/show_bug.cgi?id=13803
+        - CPU Usage Monitor now supports optional inclusion of low priority/
+        nice'd processes and I/O wait
+        https://bugzilla.xfce.org/show_bug.cgi?id=13910
+        - Fixed/unfixed maxes now configurable where sensible for all monitors:
+        e.g. for recent versions the CPU Usage Monitor was fixed to have 100% at
+        the top of the time-based visualisation (e.g. Curves) - now you can keep
+        this or have the scale change dynamically based on the max value
+        encountered in recent history, like the Network Monitor does. See
+        Advanced.
+        - All time-based visualisations now treat their max scale in the same
+        way as the Curve view - based on the actual recent maxima rather than
+        some slowly-decaying value derived from it.
+        - All monitors in a visualisation can have their maxes synced together
+        so share the same scale, or scales are synced per monitor type, with each
+        type able to work to its own dedicated scale on the same visualisation.
+        - Disk Stats Monitor has had 'Number of sectors read/written' replaced
+        with 'Number of bytes read/written per duration' to get at the much more
+        interesting disk read/write speed.
+        - The text overlay that used to be restricted to the Curves visualisation
+        is now implemented for everything bar the Text visualisation.
+        - Text overlay supports users that just want to put a label ontop of a
+        visualisation, rather than report on monitor data values, when multiple
+        monitor types are in one visualisation.
+        https://bugzilla.xfce.org/show_bug.cgi?id=14065
+        - User can now hide individual monitors from the text overlay output.
+        https://bugzilla.xfce.org/show_bug.cgi?id=14113
+
+
 * Sun Jul 17 2016  OmegaPhil <OmegaPhil at startmail.com>
 
         Release 1.5.0
diff --git a/configure.ac b/configure.ac
index 7a24229..2574c36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,13 +11,13 @@ dnl
 
 dnl XFCE4 modifications copyright:
 dnl
-dnl 2013-2016 OmegaPhil (OmegaPhil at startmail.com)
+dnl 2013-2018 OmegaPhil (OmegaPhil at startmail.com)
 dnl
 
 
 dnl Initialising autoconf - this provides PACKAGE_NAME and PACKAGE_VERSION
 dnl output variables
-AC_INIT([xfce4-hardware-monitor-plugin], [1.5.0])
+AC_INIT([xfce4-hardware-monitor-plugin], [1.6.0])
 
 dnl Initialise automake with minimum version 1.11.6 (as of 17.11.13 Debian
 dnl Stable (Wheezy) has this version - http://mail.xfce.org/pipermail/xfce4-dev/2013-November/030523.html)
diff --git a/debian/changelog b/debian/changelog
index ae855f8..052e323 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfce4-hardware-monitor-plugin (1.6.0-1) unstable; urgency=medium
+
+  * Update to latest version, see main source Changlog
+
+ -- OmegaPhil <OmegaPhil at startmail.com>  Sat, 13 Jan 2018 14:15:55 +0000
+
 xfce4-hardware-monitor-plugin (1.5.0-1) unstable; urgency=medium
 
   * Update to latest version, see main source ChangeLog
diff --git a/src/Makefile.am b/src/Makefile.am
index f6fd604..b23ddca 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,7 +4,7 @@
 #
 # XFCE4 modifications copyright:
 #
-# 2013, 2016 OmegaPhil (OmegaPhil at startmail.com)
+# 2013, 2016-2018 OmegaPhil (OmegaPhil at startmail.com)
 
 
 # Defining libraries to be built and their installation destination
diff --git a/src/bar-view.cpp b/src/bar-view.cpp
index ad775f2..6cfd472 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, 2015-2016 OmegaPhil (OmegaPhil at startmail.com)
+ * Copyright (c) 2013, 2015-2018 OmegaPhil (OmegaPhil 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 6b524d8..f9644d0 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, 2016 OmegaPhil (OmegaPhil at startmail.com)
+ * Copyright (c) 2013, 2016-2018 OmegaPhil (OmegaPhil 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 f5f4fd1..d6ef478 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, 2016 OmegaPhil (OmegaPhil at startmail.com)
+ * Copyright (c) 2013, 2016-2018 OmegaPhil (OmegaPhil 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 5cedafb..8a07adf 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, 2016 OmegaPhil (OmegaPhil at startmail.com)
+ * Copyright (c) 2013, 2016-2018 OmegaPhil (OmegaPhil 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 8028dad..bf3afb8 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, 2016 OmegaPhil (OmegaPhil at startmail.com)
+ * Copyright (c) 2013, 2016-2018 OmegaPhil (OmegaPhil 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 9985296..0e8ddbf 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, 2015-2016 OmegaPhil (OmegaPhil at startmail.com)
+ * Copyright (c) 2013, 2015-2018 OmegaPhil (OmegaPhil 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 a216988..3e8975b 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, 2015-2016 OmegaPhil (OmegaPhil at startmail.com)
+ * Copyright (c) 2013, 2015-2018 OmegaPhil (OmegaPhil 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 1eec747..ad65ee6 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, 2015-2016 OmegaPhil (OmegaPhil at startmail.com)
+ * Copyright (c) 2013, 2015-2018 OmegaPhil (OmegaPhil 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 190f99e..1659f89 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, 2015-2016 OmegaPhil (OmegaPhil at startmail.com)
+ * Copyright (c) 2013, 2015-2018 OmegaPhil (OmegaPhil 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 b9369ee..7f367d2 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, 2015-2016 OmegaPhil (OmegaPhil at startmail.com)
+ * Copyright (c) 2013, 2015-2018 OmegaPhil (OmegaPhil 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 333b3a0..0c57b17 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, 2015-2016 OmegaPhil (OmegaPhil at startmail.com)
+ * Copyright (c) 2013, 2015-2018 OmegaPhil (OmegaPhil 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 afa746d..167e0be 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, 2015-2016 OmegaPhil (OmegaPhil at startmail.com)
+ * Copyright (c) 2013, 2015-2018 OmegaPhil (OmegaPhil 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 922c61c..9f7bce9 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 at startmail.com)
+ * Copyright (c) 2013, 2018 OmegaPhil (OmegaPhil 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 d4328d8..a1dfe04 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, 2015-2016 OmegaPhil (OmegaPhil at startmail.com)
+ * Copyright (c) 2013, 2015-2018 OmegaPhil (OmegaPhil 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 f5acb02..3fd55bd 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, 2015-2016 OmegaPhil (OmegaPhil at startmail.com)
+ * Copyright (c) 2013, 2015-2018 OmegaPhil (OmegaPhil 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 66a24cd..03cbf05 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, 2015-2016 OmegaPhil (OmegaPhil at startmail.com)
+ * Copyright (c) 2013, 2015-2018 OmegaPhil (OmegaPhil 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/plugin.cpp b/src/plugin.cpp
index 2830414..00b134f 100644
--- a/src/plugin.cpp
+++ b/src/plugin.cpp
@@ -1,7 +1,7 @@
 /* Implementation of the Plugin class.
  *
  * Copyright (c) 2003, 04, 05 Ole Laursen.
- * Copyright (c) 2013-2016 OmegaPhil (OmegaPhil at startmail.com)
+ * Copyright (c) 2013-2018 OmegaPhil (OmegaPhil 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 
@@ -851,7 +851,7 @@ void Plugin::on_about_activated()
     about->set_version(VERSION);
     // %1 is the copyright symbol
     about->set_copyright(String::ucompose(_("Copyright %1 2003 Ole "
-      "Laursen\nCopyright %1 2013-2016 OmegaPhil"), "\xc2\xa9"));
+      "Laursen\nCopyright %1 2013-2018 OmegaPhil"), "\xc2\xa9"));
     about->set_authors(authors);
     if (!documenters.empty())
       about->set_documenters(documenters);
diff --git a/src/plugin.hpp b/src/plugin.hpp
index 21c7e31..1aeb243 100644
--- a/src/plugin.hpp
+++ b/src/plugin.hpp
@@ -1,7 +1,7 @@
 /* The plugin class which coordinates everything.
  *
  * Copyright (c) 2003, 04, 05 Ole Laursen.
- * Copyright (c) 2013-2016 OmegaPhil (OmegaPhil at startmail.com)
+ * Copyright (c) 2013-2018 OmegaPhil (OmegaPhil 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 df85e09..08b90b6 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-2016 OmegaPhil (OmegaPhil at startmail.com)
+ * Copyright (c) 2013-2018 OmegaPhil (OmegaPhil 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 a6f8697..3b5816f 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-2016 OmegaPhil (OmegaPhil at startmail.com)
+ * Copyright (c) 2013-2018 OmegaPhil (OmegaPhil 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 623743a..6b50ebd 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, 2016 OmegaPhil (OmegaPhil at startmail.com)
+ * Copyright (c) 2013, 2016-2018 OmegaPhil (OmegaPhil 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 049edaa..103c0d4 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, 2016 OmegaPhil (OmegaPhil at startmail.com)
+ * Copyright (c) 2013, 2016-2018 OmegaPhil (OmegaPhil 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 08618ff..6de2617 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, 2016 OmegaPhil (OmegaPhil at startmail.com)
+ * Copyright (c) 2013, 2016-2018 OmegaPhil (OmegaPhil 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 9c770de..21bffb9 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, 2016 OmegaPhil (OmegaPhil at startmail.com)
+ * Copyright (c) 2013, 2016-2018 OmegaPhil (OmegaPhil 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 0db70b8..99f0727 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, 2016 OmegaPhil (OmegaPhil at startmail.com)
+ * Copyright (c) 2013, 2016-2018 OmegaPhil (OmegaPhil 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 88875e5..8924926 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, 2016 OmegaPhil (OmegaPhil at startmail.com)
+ * Copyright (c) 2013, 2016-2018 OmegaPhil (OmegaPhil 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