File: libsensors-plugin.h

package info (click to toggle)
sensors-applet 3.0.0%2Bgit6-0.5
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,312 kB
  • sloc: ansic: 6,512; makefile: 440; xml: 90; sh: 14
file content (24 lines) | stat: -rw-r--r-- 964 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * Copyright (C) 2005-2009 Alex Murray <murray.alex@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
 * 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 Street, Fifth Floor, Boston, MA 02110-1301 USA.
 */

#ifndef LIBSENSORS_SENSORS_INTERFACE_H
#define LIBSENSORS_SENSORS_INTERFACE_H

#include <sensors-applet/sensors-applet-plugin.h>

#endif /* LIBSENSORS_SENSORS_INTERFACE_H*/