[Xfce4-commits] [panel-plugins/xfce4-hardware-monitor-plugin] 02/03: Update copyright notices
noreply at xfce.org
noreply at xfce.org
Tue Aug 25 21:32:21 CEST 2015
This is an automated email from the git hooks/post-receive script.
omegaphil pushed a commit to branch master
in repository panel-plugins/xfce4-hardware-monitor-plugin.
commit 776e3cb80ca9857721c91517d8b3189ed0136fdd
Author: OmegaPhil <OmegaPhil at startmail.com>
Date: Sun Aug 23 21:25:33 2015 +0100
Update copyright notices
---
configure.ac | 4 ++--
src/applet.cpp | 4 ++--
src/applet.hpp | 2 +-
src/bar-view.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/monitor-impls.cpp | 2 +-
src/monitor-impls.hpp | 2 +-
src/monitor.hpp | 2 +-
src/preferences-window.hpp | 2 +-
15 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/configure.ac b/configure.ac
index 826f6ba..5c71d9a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,13 +11,13 @@ dnl
dnl XFCE4 modifications copyright:
dnl
-dnl 2013-2014 OmegaPhil (OmegaPhil at startmail.com)
+dnl 2013-2015 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.4.6])
+AC_INIT([xfce4-hardware-monitor-plugin], [1.4.7])
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/src/applet.cpp b/src/applet.cpp
index 3c3f4e6..dcc6509 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 at startmail.com)
+ * Copyright (c) 2013-2015 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
@@ -880,7 +880,7 @@ void Applet::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-2014 OmegaPhil"), "\xc2\xa9"));
+ "Laursen\nCopyright %1 2013-2015 OmegaPhil"), "\xc2\xa9"));
about->set_authors(authors);
if (!documenters.empty())
about->set_documenters(documenters);
diff --git a/src/applet.hpp b/src/applet.hpp
index abb54b4..ffd748c 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 at startmail.com)
+ * Copyright (c) 2013-2015 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.cpp b/src/bar-view.cpp
index 3903de3..71911f4 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 at startmail.com)
+ * Copyright (c) 2013, 2015 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 c4109fa..f812b88 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 at startmail.com)
+ * Copyright (c) 2013, 2015 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 8e6116a..289fa8e 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 at startmail.com)
+ * Copyright (c) 2013, 2015 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 d4d5d12..76f5be2 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 at startmail.com)
+ * Copyright (c) 2013, 2015 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 d84c3d4..97c1dab 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 at startmail.com)
+ * Copyright (c) 2013, 2015 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 f73dd5d..379eaf1 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 at startmail.com)
+ * Copyright (c) 2013, 2015 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 29e5199..b25db6e 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 at startmail.com)
+ * Copyright (c) 2013, 2015 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 27be8c5..77a5f7a 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 at startmail.com)
+ * Copyright (c) 2013, 2015 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 9cb8099..9085d20 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 at startmail.com)
+ * Copyright (c) 2013, 2015 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 753b1a3..76fe0e2 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 at startmail.com)
+ * Copyright (c) 2013, 2015 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 e35b6cd..6791243 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 at startmail.com)
+ * Copyright (c) 2013, 2015 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 0586647..3c76c18 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 at startmail.com)
+ * Copyright (c) 2013-2014, 2015 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