summaryrefslogtreecommitdiff
path: root/sensors-applet/plugins/pmu-sys/pmu-sys-plugin.h
diff options
context:
space:
mode:
authormbkma <[email protected]>2026-01-31 12:11:25 +0100
committermbkma <[email protected]>2026-01-31 12:11:25 +0100
commitbb4fa0ea945f9dd4d0bff0182c381c2f14f78ae3 (patch)
tree523c91356c59557d0bcfa0a878f4e5cadd0c4ab2 /sensors-applet/plugins/pmu-sys/pmu-sys-plugin.h
parentd433bbd9aeb7ae3377e59c70f6608c3e29f9ebbc (diff)
downloadmate-applets-integrate-all-applets.tar.bz2
mate-applets-integrate-all-applets.tar.xz
merge mate-indicator-applet and sensors-applet into mate-appletsintegrate-all-applets
Diffstat (limited to 'sensors-applet/plugins/pmu-sys/pmu-sys-plugin.h')
-rw-r--r--sensors-applet/plugins/pmu-sys/pmu-sys-plugin.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/sensors-applet/plugins/pmu-sys/pmu-sys-plugin.h b/sensors-applet/plugins/pmu-sys/pmu-sys-plugin.h
new file mode 100644
index 00000000..39aee14c
--- /dev/null
+++ b/sensors-applet/plugins/pmu-sys/pmu-sys-plugin.h
@@ -0,0 +1,25 @@
+/*
+ * Copyright (C) 2005-2009 Alex Murray <[email protected]>
+ * Copyright (C) 2012-2021 MATE Developers
+ *
+ * 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+#ifndef PMU_SYS_PLUGIN_H
+#define PMU_SYS_PLUGIN_H
+
+#include <sensors-applet/sensors-applet-plugin.h>
+
+#endif /* PMU_SYS_PLUGIN_H*/