wmbatteries: Remove unneded files
This patch removes files not used in wmbatteries repo.
This commit is contained in:
parent
6adf44ca1a
commit
db4f9a0307
|
@ -1,33 +0,0 @@
|
|||
/*
|
||||
* wmbatteries - A dockapp to monitor ACPI status of two batteries
|
||||
* Copyright (C) 2003 Florian Krohs <krohs@uni.de>
|
||||
|
||||
* Based on work by Thomas Nemeth <tnemeth@free.fr>
|
||||
* Copyright (C) 2002 Thomas Nemeth <tnemeth@free.fr>
|
||||
* and on work by Seiichi SATO <ssato@sh.rim.or.jp>
|
||||
* Copyright (C) 2001,2002 Seiichi SATO <ssato@sh.rim.or.jp>
|
||||
* and on work by Mark Staggs <me@markstaggs.net>
|
||||
* Copyright (C) 2002 Mark Staggs <me@markstaggs.net>
|
||||
|
||||
* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#define THERMAL_FILE "/proc/acpi/thermal_zone/THM0/temperature"
|
||||
#define BAT0_STATE_FILE "/proc/acpi/battery/BAT0/state"
|
||||
#define BAT1_STATE_FILE "/proc/acpi/battery/BAT1/state"
|
||||
#define BAT0_INFO_FILE "/proc/acpi/battery/BAT0/info"
|
||||
#define BAT1_INFO_FILE "/proc/acpi/battery/BAT1/info"
|
||||
#define AC_STATE_FILE "/proc/acpi/ac_adapter/AC/state"
|
|
@ -1 +0,0 @@
|
|||
flo@denkbrett.artis.uni-oldenburg.de.10863
|
Binary file not shown.
|
@ -1,33 +0,0 @@
|
|||
/*
|
||||
* wmbatteries - A dockapp to monitor ACPI status of two batteries
|
||||
* Copyright (C) 2003 Florian Krohs <krohs@uni.de>
|
||||
|
||||
* Based on work by Thomas Nemeth <tnemeth@free.fr>
|
||||
* Copyright (C) 2002 Thomas Nemeth <tnemeth@free.fr>
|
||||
* and on work by Seiichi SATO <ssato@sh.rim.or.jp>
|
||||
* Copyright (C) 2001,2002 Seiichi SATO <ssato@sh.rim.or.jp>
|
||||
* and on work by Mark Staggs <me@markstaggs.net>
|
||||
* Copyright (C) 2002 Mark Staggs <me@markstaggs.net>
|
||||
|
||||
* 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.
|
||||
*
|
||||
*/
|
||||
|
||||
#define THERMAL_FILE "/proc/acpi/thermal_zone/THM0/temperature"
|
||||
#define BAT0_STATE_FILE "/proc/acpi/battery/1BAT0/state"
|
||||
#define BAT1_STATE_FILE "/proc/acpi/battery/1BAT1/state"
|
||||
#define BAT0_INFO_FILE "/proc/acpi/battery/1BAT0/info"
|
||||
#define BAT1_INFO_FILE "/proc/acpi/battery/1BAT1/info"
|
||||
#define AC_STATE_FILE "/proc/acpi/ac_adapter/AC/state"
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue