[Xfce4-commits] [panel-plugins/xfce4-sensors-plugin] 01/02: Removed svn id from files and updated copyright notices and formatted file headers similarly
noreply at xfce.org
noreply at xfce.org
Wed Feb 15 22:25:32 CET 2017
This is an automated email from the git hooks/post-receive script.
timystery pushed a commit to branch master
in repository panel-plugins/xfce4-sensors-plugin.
commit 0499ca91bdacdc2dc17df97cdd80d75f6e397c50
Author: Fabian <timystery at arcor.de>
Date: Tue Feb 14 20:58:48 2017 +0100
Removed svn id from files and updated copyright notices and formatted file headers similarly
---
Makefile.am | 1 -
configure.ac.in | 1 -
include/Makefile.am | 1 -
include/acpi.h | 5 +++--
include/configuration.h | 1 -
include/hddtemp.h | 5 +++--
include/lmsensors.h | 6 +++---
include/middlelayer.h | 5 +----
include/nvidia.h | 6 ++++--
include/sensors-interface-common.h | 5 +++--
include/sensors-interface-plugin.h | 5 +++--
include/sensors-interface-types.h | 19 +++++++++++++++++++
include/sensors-interface.h | 5 +++--
include/tacho.h | 7 +++----
include/types.h | 7 ++-----
panel-plugin/sensors-plugin.c | 5 +++--
panel-plugin/sensors-plugin.h | 5 +++--
src/Makefile.am | 1 -
src/actions.c | 5 ++---
src/actions.h | 6 +++---
src/callbacks.c | 6 +++---
src/callbacks.h | 6 +++---
src/interface.c | 6 +++---
src/interface.h | 6 +++---
src/main.c | 17 +++--------------
25 files changed, 73 insertions(+), 69 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 7090cc0..c8be4fe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,3 @@
-# $Id$
SUBDIRS = \
include \
diff --git a/configure.ac.in b/configure.ac.in
index f8d1f7d..d639811 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -1,4 +1,3 @@
-dnl $Id$
dnl configure.in.in
dnl
dnl xfce4-sensors-plugin - Sensors plugin for xfce4-panel
diff --git a/include/Makefile.am b/include/Makefile.am
index 07b55fe..c24fb05 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -1,4 +1,3 @@
-# $Id$
EXTRA_DIST = \
acpi.h \
diff --git a/include/acpi.h b/include/acpi.h
index 2756fd6..578562e 100644
--- a/include/acpi.h
+++ b/include/acpi.h
@@ -1,5 +1,6 @@
-/* $Id$ */
-/* Copyright 2004-2017 Fabian Nowak (timystery at arcor.de)
+/* File acpi.h
+ *
+ * Copyright 2004-2017 Fabian Nowak (timystery at arcor.de)
*
* 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
diff --git a/include/configuration.h b/include/configuration.h
index 8eeadc0..0f7dba8 100644
--- a/include/configuration.h
+++ b/include/configuration.h
@@ -1,4 +1,3 @@
-/* $Id$ */
/* File configuration.h
*
* Copyright 2004-2017 Fabian Nowak (timystery at arcor.de)
diff --git a/include/hddtemp.h b/include/hddtemp.h
index 48c6ba3..10c8475 100644
--- a/include/hddtemp.h
+++ b/include/hddtemp.h
@@ -1,5 +1,6 @@
-/* $Id$ */
-/* Copyright 2004-2017 Fabian Nowak (timystery at arcor.de)
+/* File: hddtemp.h
+ *
+ * Copyright 2004-2017 Fabian Nowak (timystery at arcor.de)
*
* 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
diff --git a/include/lmsensors.h b/include/lmsensors.h
index edc87f6..d631096 100644
--- a/include/lmsensors.h
+++ b/include/lmsensors.h
@@ -1,6 +1,6 @@
-/* $Id$ */
-
-/* Copyright 2007-2016 Fabian Nowak (timystery at arcor.de)
+/* File: lmsensors.h
+ *
+ * Copyright 2007-2017 Fabian Nowak (timystery at arcor.de)
*
* 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
diff --git a/include/middlelayer.h b/include/middlelayer.h
index 68244b7..f3b3444 100644
--- a/include/middlelayer.h
+++ b/include/middlelayer.h
@@ -1,6 +1,4 @@
-/* $Id$ */
-/*
- * middlelayer.h
+/* File: middlelayer.h
*
* Copyright 2006-2010 Fabian Nowak <timytery at arcor.de>
*
@@ -19,7 +17,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-
#ifndef XFCE4_SENSORS_MIDDLELAYER_H
#define XFCE4_SENSORS_MIDDLELAYER_H
diff --git a/include/nvidia.h b/include/nvidia.h
index 4452a9d..3d715dc 100644
--- a/include/nvidia.h
+++ b/include/nvidia.h
@@ -1,4 +1,6 @@
-/* Copyright (c) 2011 Amir Aupov <fads93 at gmail.com>
+/* File: nvidia.h
+ *
+ * Copyright (c) 2011 Amir Aupov <fads93 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 published by
@@ -26,7 +28,7 @@
#include <glib.h>
#include <NVCtrl/NVCtrl.h>
/*
- * Initialize nvidia sensor
+ * Initialize nvidia sensor
*/
int initialize_nvidia (GPtrArray *chips);
diff --git a/include/sensors-interface-common.h b/include/sensors-interface-common.h
index 88cd585..09ea75a 100644
--- a/include/sensors-interface-common.h
+++ b/include/sensors-interface-common.h
@@ -1,5 +1,6 @@
-/* $Id$ */
-/* Copyright 2004-2010 Fabian Nowak (timystery at arcor.de)
+/* File: sensors-interface-common.h
+ *
+ * Copyright 2004-2017 Fabian Nowak (timystery at arcor.de)
*
* 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
diff --git a/include/sensors-interface-plugin.h b/include/sensors-interface-plugin.h
index 4af36d8..dd51f7c 100644
--- a/include/sensors-interface-plugin.h
+++ b/include/sensors-interface-plugin.h
@@ -1,5 +1,6 @@
-/* $Id$ */
-/* Copyright 2004-2011 Fabian Nowak (timystery at arcor.de)
+/* File: sensors-interface-plugin.h
+ *
+ * Copyright 2004-2017 Fabian Nowak (timystery at arcor.de)
*
* 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
diff --git a/include/sensors-interface-types.h b/include/sensors-interface-types.h
index cc72500..05f7893 100644
--- a/include/sensors-interface-types.h
+++ b/include/sensors-interface-types.h
@@ -1,3 +1,22 @@
+/* File: sensors-interface-types.h
+ *
+ * Copyright 2009-2017 Fabian Nowak (timystery at arcor.de)
+ *
+ * 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 Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
#ifndef __SENSORS_INTERFACE_TYPES
#define __SENSORS_INTERFACE_TYPES
diff --git a/include/sensors-interface.h b/include/sensors-interface.h
index c0366f1..faab6c5 100644
--- a/include/sensors-interface.h
+++ b/include/sensors-interface.h
@@ -1,5 +1,6 @@
-/* $Id$ */
-/* Copyright 2008-2010 Fabian Nowak (timystery at arcor.de)
+/* File: sensors-interface.h
+ *
+ * Copyright 2008-2017 Fabian Nowak (timystery at arcor.de)
*
* 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
diff --git a/include/tacho.h b/include/tacho.h
index 77ed43a..b8c1a55 100644
--- a/include/tacho.h
+++ b/include/tacho.h
@@ -1,5 +1,6 @@
-/* $Id$ */
-/* Copyright 2009-2017 Fabian Nowak (timystery at arcor.de)
+/* File: tacho.h
+ *
+ * Copyright 2009-2017 Fabian Nowak (timystery at arcor.de)
*
* 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
@@ -16,8 +17,6 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-/* tacho.h */
-
#ifndef __TACHO_H
#define __TACHO_H
diff --git a/include/types.h b/include/types.h
index b66ad03..e68d067 100644
--- a/include/types.h
+++ b/include/types.h
@@ -1,8 +1,6 @@
-/* $Id$ */
-/*
- * middlelayer.h
+/* File: types.h
*
- * Copyright 2006-2010 Fabian Nowak <timytery at arcor.de>
+ * Copyright 2006-2017 Fabian Nowak <timytery at arcor.de>
*
* 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
@@ -19,7 +17,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-
#ifndef XFCE4_SENSORS_TYPES_H
#define XFCE4_SENSORS_TYPES_H
diff --git a/panel-plugin/sensors-plugin.c b/panel-plugin/sensors-plugin.c
index 1be69cf..6035d5d 100644
--- a/panel-plugin/sensors-plugin.c
+++ b/panel-plugin/sensors-plugin.c
@@ -1,5 +1,6 @@
-/* $Id$ */
-/* Copyright 2004-2010 Fabian Nowak (timystery at arcor.de)
+/* File: sensors-plugin.c
+ *
+ * Copyright 2004-2017 Fabian Nowak (timystery at arcor.de)
*
* 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
diff --git a/panel-plugin/sensors-plugin.h b/panel-plugin/sensors-plugin.h
index 9cac1e0..46b11ba 100644
--- a/panel-plugin/sensors-plugin.h
+++ b/panel-plugin/sensors-plugin.h
@@ -1,5 +1,6 @@
-/* $Id$ */
-/* Copyright 2004-2010 Fabian Nowak (timystery at arcor.de)
+/* File: sensors-plugin.h
+ *
+ * Copyright 2004-2017 Fabian Nowak (timystery at arcor.de)
*
* 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
diff --git a/src/Makefile.am b/src/Makefile.am
index 5d87476..3107bcf 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,3 @@
-# $Id$
AM_CPPFLAGS = \
-I$(top_srcdir)/include \
diff --git a/src/actions.c b/src/actions.c
index edb2119..5d6ee80 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -1,6 +1,5 @@
-/* $Id$ */
-
-/* Copyright 2008-2016 Fabian Nowak (timystery at arcor.de)
+/* File: actions.c
+ * Copyright 2008-2017 Fabian Nowak (timystery at arcor.de)
*
* 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
diff --git a/src/actions.h b/src/actions.h
index e1f8991..b31369c 100644
--- a/src/actions.h
+++ b/src/actions.h
@@ -1,6 +1,6 @@
-/* $Id$ */
-
-/* Copyright 2008-2010 Fabian Nowak (timystery at arcor.de)
+/* File: actions.h
+ *
+ * Copyright 2008-2017 Fabian Nowak (timystery at arcor.de)
*
* 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
diff --git a/src/callbacks.c b/src/callbacks.c
index 05419d2..5f0ecb9 100644
--- a/src/callbacks.c
+++ b/src/callbacks.c
@@ -1,6 +1,6 @@
-/* $Id$ */
-
-/* Copyright 2008-2010 Fabian Nowak (timystery at arcor.de)
+/* file: callbacks.c
+ *
+ * Copyright 2008-2017 Fabian Nowak (timystery at arcor.de)
*
* 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
diff --git a/src/callbacks.h b/src/callbacks.h
index ffe5813..0a9b93a 100644
--- a/src/callbacks.h
+++ b/src/callbacks.h
@@ -1,6 +1,6 @@
-/* $Id$ */
-
-/* Copyright 2008-2010 Fabian Nowak (timystery at arcor.de)
+/* file: callbacks.h
+ *
+ * Copyright 2008-2017 Fabian Nowak (timystery at arcor.de)
*
* 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
diff --git a/src/interface.c b/src/interface.c
index 2ac39b3..b17f611 100644
--- a/src/interface.c
+++ b/src/interface.c
@@ -1,6 +1,6 @@
-/* $Id$ */
-
-/* Copyright 2008-2010 Fabian Nowak (timystery at arcor.de)
+/* file: interface.c
+ *
+ * Copyright 2008-2017 Fabian Nowak (timystery at arcor.de)
*
* 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
diff --git a/src/interface.h b/src/interface.h
index acd2416..0d89f6d 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -1,6 +1,6 @@
-/* $Id$ */
-
-/* Copyright 2008-2010 Fabian Nowak (timystery at arcor.de)
+/* File: interface.h
+ *
+ * Copyright 2008-2017 Fabian Nowak (timystery at arcor.de)
*
* 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
diff --git a/src/main.c b/src/main.c
index d38a884..f18f6a3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,6 +1,6 @@
-/* $Id$ */
-
-/* Copyright 2008-2010 Fabian Nowak (timystery at arcor.de)
+/* File: main.c
+ *
+ * Copyright 2008-2017 Fabian Nowak (timystery at arcor.de)
*
* 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
@@ -113,14 +113,6 @@ initialize_sensors_structures (void)
}
-//static void
-//on_window_destroy_event (GtkWidget *widget, GdkEvent *event, gpointer user_data)
-//{
- //DBG("on_window_destroy_event\n");
- ///* do some cleaning in here rather than at the end of the program? */
-//}
-
-
int
main (int argc, char **argv)
{
@@ -176,9 +168,6 @@ main (int argc, char **argv)
/* show window and run forever */
gtk_widget_show_all(window); /* to make sure everything is shown */
gtk_window_resize(GTK_WINDOW(window), 400, 500);
- //gtk_widget_realize(sd->sensors->widget_sensors); /* without this call, the table will only be realized when the tab is shown and hence, toggled tachos are not drawn as they lack a drawable window. */
-
- //g_signal_connect(G_OBJECT(window), "destroy", G_CALLBACK(on_window_destroy_event), NULL);
gtk_main();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list