[Xfce4-commits] [panel-plugins/xfce4-hardware-monitor-plugin] 33/96: Add copyright to all files that I changed according to diff

noreply at xfce.org noreply at xfce.org
Thu Nov 27 22:20:38 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 a7ba3dca0fe4659156415500632d5a9f45eeca04
Author: Omega Weapon <OmegaPhil at gmail.com>
Date:   Mon Nov 4 19:50:28 2013 +0000

    Add copyright to all files that I changed according to diff
---
 src/applet.cpp             |    2 --
 src/bar-view.hpp           |    1 +
 src/canvas-view.cpp        |    1 +
 src/canvas-view.hpp        |    1 +
 src/column-view.cpp        |    1 +
 src/column-view.hpp        |    1 +
 src/curve-view.cpp         |    1 +
 src/curve-view.hpp         |    1 +
 src/flame-view.cpp         |    1 +
 src/flame-view.hpp         |    1 +
 src/gui-helpers.hpp        |    1 +
 src/helpers.cpp            |    1 +
 src/helpers.hpp            |    1 +
 src/i18n.hpp               |    1 +
 src/monitor-impls.cpp      |    1 +
 src/monitor-impls.hpp      |    1 +
 src/monitor.hpp            |    1 +
 src/pixbuf-drawing.hpp     |    1 +
 src/preferences-window.cpp |    1 +
 src/preferences-window.hpp |    1 +
 src/text-view.cpp          |    1 +
 src/text-view.hpp          |    1 +
 src/value-history.cpp      |    1 +
 src/value-history.hpp      |    1 +
 src/view.cpp               |    1 +
 src/view.hpp               |    1 +
 26 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/src/applet.cpp b/src/applet.cpp
index cc95501..9e968a0 100644
--- a/src/applet.cpp
+++ b/src/applet.cpp
@@ -50,8 +50,6 @@ extern "C"
 #include "preferences-window.hpp"
 #include "i18n.hpp"
 
-// TODO: GPL3+, add myself to copyright of all changed files
-
 // XFCE4 functions to create and destroy applet
 extern "C" void applet_construct(XfcePanelPlugin* plugin)
 {
diff --git a/src/bar-view.hpp b/src/bar-view.hpp
index 56d6ce9..3fbe2a5 100644
--- a/src/bar-view.hpp
+++ b/src/bar-view.hpp
@@ -1,6 +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)
  *
  * 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 33a754b..cc92f0f 100644
--- a/src/canvas-view.cpp
+++ b/src/canvas-view.cpp
@@ -1,6 +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)
  *
  * 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 6656f49..e891241 100644
--- a/src/canvas-view.hpp
+++ b/src/canvas-view.hpp
@@ -1,6 +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)
  *
  * 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 bb8f9d5..01c69a9 100644
--- a/src/column-view.cpp
+++ b/src/column-view.cpp
@@ -1,6 +1,7 @@
 /* Implementation of the column view.
  *
  * Copyright (c) 2003, 04 Ole Laursen.
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.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 7dc825a..f35afb4 100644
--- a/src/column-view.hpp
+++ b/src/column-view.hpp
@@ -1,6 +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)
  *
  * 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 710eb10..8d83626 100644
--- a/src/curve-view.cpp
+++ b/src/curve-view.cpp
@@ -1,6 +1,7 @@
 /* Implementation of the curve view.
  *
  * Copyright (c) 2003, 04 Ole Laursen.
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.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 8ffd5c4..329bb74 100644
--- a/src/curve-view.hpp
+++ b/src/curve-view.hpp
@@ -1,6 +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)
  *
  * 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 5d41173..78ae971 100644
--- a/src/flame-view.cpp
+++ b/src/flame-view.cpp
@@ -1,6 +1,7 @@
 /* Implementation of the flame view.
  *
  * Copyright (c) 2003, 04 Ole Laursen.
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.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 04704af..5d83f9d 100644
--- a/src/flame-view.hpp
+++ b/src/flame-view.hpp
@@ -2,6 +2,7 @@
  * monitor values.
  *
  * Copyright (c) 2003, 04 Ole Laursen.
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.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 7d4f767..4a38d99 100644
--- a/src/gui-helpers.hpp
+++ b/src/gui-helpers.hpp
@@ -1,6 +1,7 @@
 /* Helper functions.
  *
  * Copyright (c) 2003, 04 Ole Laursen.
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.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 2b3a18d..582df53 100644
--- a/src/helpers.cpp
+++ b/src/helpers.cpp
@@ -1,6 +1,7 @@
 /* Helper functions.
  *
  * Copyright (c) 2003 Ole Laursen.
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.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 dc4fb38..829d136 100644
--- a/src/helpers.hpp
+++ b/src/helpers.hpp
@@ -1,6 +1,7 @@
 /* Helper functions.
  *
  * Copyright (c) 2003 Ole Laursen.
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.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 dfd6e85..e558b6a 100644
--- a/src/i18n.hpp
+++ b/src/i18n.hpp
@@ -1,6 +1,7 @@
 /* Internationalisation functions.
  *
  * Copyright (c) 2003 Ole Laursen.
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.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 e7e2a31..772bdb0 100644
--- a/src/monitor-impls.cpp
+++ b/src/monitor-impls.cpp
@@ -1,6 +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)
  *
  * 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 1f29d60..ac53149 100644
--- a/src/monitor-impls.hpp
+++ b/src/monitor-impls.hpp
@@ -1,6 +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)
  *
  * 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 c67d846..f4809dc 100644
--- a/src/monitor.hpp
+++ b/src/monitor.hpp
@@ -1,6 +1,7 @@
 /* Interface base class for the monitors.
  *
  * Copyright (c) 2003, 04 Ole Laursen.
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.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 b3bdf13..508cda4 100644
--- a/src/pixbuf-drawing.hpp
+++ b/src/pixbuf-drawing.hpp
@@ -1,6 +1,7 @@
 /* Pixbuf-drawing helpers.
  *
  * Copyright (c) 2002, 03, 04 Ole Laursen.
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.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 f4ba7e1..f69a528 100644
--- a/src/preferences-window.cpp
+++ b/src/preferences-window.cpp
@@ -1,6 +1,7 @@
 /* Implementation of the PreferencesWindow class.
  *
  * Copyright (c) 2003, 04 Ole Laursen.
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.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 bd01ab9..b1a0674 100644
--- a/src/preferences-window.hpp
+++ b/src/preferences-window.hpp
@@ -1,6 +1,7 @@
 /* The preferences window.
  *
  * Copyright (c) 2003, 04 Ole Laursen.
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.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 a2ed4de..9cc720b 100644
--- a/src/text-view.cpp
+++ b/src/text-view.cpp
@@ -1,6 +1,7 @@
 /* Implementation of textual monitoring view.
  *
  * Copyright (c) 2003, 04 Ole Laursen.
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.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 115cb98..30a1d4c 100644
--- a/src/text-view.hpp
+++ b/src/text-view.hpp
@@ -1,6 +1,7 @@
 /* A textual monitoring view.
  *
  * Copyright (c) 2003, 04 Ole Laursen.
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.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 bae3f21..0a24e55 100644
--- a/src/value-history.cpp
+++ b/src/value-history.cpp
@@ -1,6 +1,7 @@
 /* Implementation of value history class.
  *
  * Copyright (c) 2004 Ole Laursen.
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.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 9f8d642..acfb8b7 100644
--- a/src/value-history.hpp
+++ b/src/value-history.hpp
@@ -1,6 +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)
  *
  * 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 b898af9..ee62d8d 100644
--- a/src/view.cpp
+++ b/src/view.cpp
@@ -1,6 +1,7 @@
 /* Implementation of view base class.
  *
  * Copyright (c) 2003, 04 Ole Laursen.
+ * Copyright (c) 2013 OmegaPhil (OmegaPhil+hardware.monitor at gmail.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 6ce125d..f8983b6 100644
--- a/src/view.hpp
+++ b/src/view.hpp
@@ -1,6 +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)
  *
  * 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