Changeset 5163
- Timestamp:
- 03/26/08 14:37:12 (5 years ago)
- Location:
- lm-sensors/branches/lm-sensors-3.0.0
- Files:
-
- 52 modified
-
Makefile (modified) (1 diff)
-
etc/Module.mk (modified) (1 diff)
-
lib/Module.mk (modified) (1 diff)
-
lib/access.c (modified) (1 diff)
-
lib/access.h (modified) (1 diff)
-
lib/conf-lex.l (modified) (1 diff)
-
lib/conf-parse.y (modified) (1 diff)
-
lib/conf.h (modified) (1 diff)
-
lib/data.c (modified) (1 diff)
-
lib/data.h (modified) (1 diff)
-
lib/error.c (modified) (1 diff)
-
lib/error.h (modified) (1 diff)
-
lib/general.c (modified) (1 diff)
-
lib/general.h (modified) (1 diff)
-
lib/init.c (modified) (1 diff)
-
lib/init.h (modified) (1 diff)
-
lib/scanner.h (modified) (1 diff)
-
lib/sensors.h (modified) (1 diff)
-
lib/sysfs.c (modified) (1 diff)
-
lib/sysfs.h (modified) (1 diff)
-
lib/test/test-scanner.c (modified) (1 diff)
-
lib/test/test-scanner.pl (modified) (1 diff)
-
prog/detect/Module.mk (modified) (1 diff)
-
prog/detect/sensors-detect (modified) (2 diffs)
-
prog/detect/sensors-detect-stat.pl (modified) (1 diff)
-
prog/dump/Module.mk (modified) (1 diff)
-
prog/dump/isadump.c (modified) (1 diff)
-
prog/dump/isaset.c (modified) (1 diff)
-
prog/dump/superio.c (modified) (1 diff)
-
prog/dump/superio.h (modified) (1 diff)
-
prog/init/lm_sensors.init (modified) (1 diff)
-
prog/init/lm_sensors.init.suse (modified) (1 diff)
-
prog/pwm/Module.mk (modified) (1 diff)
-
prog/pwm/fancontrol (modified) (1 diff)
-
prog/pwm/pwmconfig (modified) (1 diff)
-
prog/rrd/sens_create_rrd (modified) (1 diff)
-
prog/rrd/sens_update_rrd (modified) (1 diff)
-
prog/sensord/Module.mk (modified) (1 diff)
-
prog/sensord/args.c (modified) (1 diff)
-
prog/sensord/chips.c (modified) (1 diff)
-
prog/sensord/lib.c (modified) (1 diff)
-
prog/sensord/rrd.c (modified) (1 diff)
-
prog/sensord/sense.c (modified) (1 diff)
-
prog/sensord/sensord.c (modified) (1 diff)
-
prog/sensord/sensord.h (modified) (1 diff)
-
prog/sensors/Module.mk (modified) (1 diff)
-
prog/sensors/chips.c (modified) (1 diff)
-
prog/sensors/chips.h (modified) (1 diff)
-
prog/sensors/main.c (modified) (1 diff)
-
prog/sensors/main.h (modified) (1 diff)
-
prog/tellerstats/gather.sh (modified) (1 diff)
-
prog/tellerstats/tellerstats.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/branches/lm-sensors-3.0.0/Makefile
r5107 r5163 14 14 # You should have received a copy of the GNU General Public License 15 15 # along with this program; if not, write to the Free Software 16 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 17 # MA 02110-1301 USA. 17 18 18 19 # Everything you may want to change is in the top of this file. Usually, you -
lm-sensors/branches/lm-sensors-3.0.0/etc/Module.mk
r5034 r5163 14 14 # You should have received a copy of the GNU General Public License 15 15 # along with this program; if not, write to the Free Software 16 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 17 # MA 02110-1301 USA. 17 18 18 19 # Note that MODULE_DIR (the directory in which this file resides) is a -
lm-sensors/branches/lm-sensors-3.0.0/lib/Module.mk
r5114 r5163 14 14 # You should have received a copy of the GNU General Public License 15 15 # along with this program; if not, write to the Free Software 16 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 17 # MA 02110-1301 USA. 17 18 18 19 # Note that MODULE_DIR (the directory in which this file resides) is a -
lm-sensors/branches/lm-sensors-3.0.0/lib/access.c
r5077 r5163 16 16 You should have received a copy of the GNU General Public License 17 17 along with this program; if not, write to the Free Software 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 19 MA 02110-1301 USA. 19 20 */ 20 21 -
lm-sensors/branches/lm-sensors-3.0.0/lib/access.h
r4902 r5163 16 16 You should have received a copy of the GNU General Public License 17 17 along with this program; if not, write to the Free Software 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 19 MA 02110-1301 USA. 19 20 */ 20 21 -
lm-sensors/branches/lm-sensors-3.0.0/lib/conf-lex.l
r4797 r5163 16 16 You should have received a copy of the GNU General Public License 17 17 along with this program; if not, write to the Free Software 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 19 MA 02110-1301 USA. 19 20 */ 20 21 -
lm-sensors/branches/lm-sensors-3.0.0/lib/conf-parse.y
r4793 r5163 16 16 You should have received a copy of the GNU General Public License 17 17 along with this program; if not, write to the Free Software 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 19 MA 02110-1301 USA. 19 20 */ 20 21 -
lm-sensors/branches/lm-sensors-3.0.0/lib/conf.h
r4736 r5163 15 15 You should have received a copy of the GNU General Public License 16 16 along with this program; if not, write to the Free Software 17 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 18 MA 02110-1301 USA. 18 19 */ 19 20 -
lm-sensors/branches/lm-sensors-3.0.0/lib/data.c
r4736 r5163 16 16 You should have received a copy of the GNU General Public License 17 17 along with this program; if not, write to the Free Software 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 19 MA 02110-1301 USA. 19 20 */ 20 21 -
lm-sensors/branches/lm-sensors-3.0.0/lib/data.h
r4902 r5163 16 16 You should have received a copy of the GNU General Public License 17 17 along with this program; if not, write to the Free Software 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 19 MA 02110-1301 USA. 19 20 */ 20 21 -
lm-sensors/branches/lm-sensors-3.0.0/lib/error.c
r4899 r5163 16 16 You should have received a copy of the GNU General Public License 17 17 along with this program; if not, write to the Free Software 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 19 MA 02110-1301 USA. 19 20 */ 20 21 -
lm-sensors/branches/lm-sensors-3.0.0/lib/error.h
r4899 r5163 16 16 You should have received a copy of the GNU General Public License 17 17 along with this program; if not, write to the Free Software 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 19 MA 02110-1301 USA. 19 20 */ 20 21 -
lm-sensors/branches/lm-sensors-3.0.0/lib/general.c
r4756 r5163 15 15 You should have received a copy of the GNU General Public License 16 16 along with this program; if not, write to the Free Software 17 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 18 MA 02110-1301 USA. 18 19 */ 19 20 -
lm-sensors/branches/lm-sensors-3.0.0/lib/general.h
r4756 r5163 15 15 You should have received a copy of the GNU General Public License 16 16 along with this program; if not, write to the Free Software 17 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 18 MA 02110-1301 USA. 18 19 */ 19 20 -
lm-sensors/branches/lm-sensors-3.0.0/lib/init.c
r4990 r5163 16 16 You should have received a copy of the GNU General Public License 17 17 along with this program; if not, write to the Free Software 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 19 MA 02110-1301 USA. 19 20 */ 20 21 -
lm-sensors/branches/lm-sensors-3.0.0/lib/init.h
r4779 r5163 15 15 You should have received a copy of the GNU General Public License 16 16 along with this program; if not, write to the Free Software 17 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 18 MA 02110-1301 USA. 18 19 */ 19 20 -
lm-sensors/branches/lm-sensors-3.0.0/lib/scanner.h
r4736 r5163 15 15 You should have received a copy of the GNU General Public License 16 16 along with this program; if not, write to the Free Software 17 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 18 MA 02110-1301 USA. 18 19 */ 19 20 -
lm-sensors/branches/lm-sensors-3.0.0/lib/sensors.h
r4978 r5163 16 16 You should have received a copy of the GNU General Public License 17 17 along with this program; if not, write to the Free Software 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 19 MA 02110-1301 USA. 19 20 */ 20 21 -
lm-sensors/branches/lm-sensors-3.0.0/lib/sysfs.c
r5145 r5163 16 16 You should have received a copy of the GNU General Public License 17 17 along with this program; if not, write to the Free Software 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 19 MA 02110-1301 USA. 19 20 */ 20 21 -
lm-sensors/branches/lm-sensors-3.0.0/lib/sysfs.h
r4902 r5163 16 16 You should have received a copy of the GNU General Public License 17 17 along with this program; if not, write to the Free Software 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 19 MA 02110-1301 USA. 19 20 */ 20 21 -
lm-sensors/branches/lm-sensors-3.0.0/lib/test/test-scanner.c
r4274 r5163 14 14 You should have received a copy of the GNU General Public License 15 15 along with this program; if not, write to the Free Software 16 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 16 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 17 MA 02110-1301 USA. 17 18 */ 18 19 -
lm-sensors/branches/lm-sensors-3.0.0/lib/test/test-scanner.pl
r4275 r5163 15 15 # You should have received a copy of the GNU General Public License 16 16 # along with this program; if not, write to the Free Software 17 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 18 # MA 02110-1301 USA. 18 19 # 19 20 -
lm-sensors/branches/lm-sensors-3.0.0/prog/detect/Module.mk
r4480 r5163 14 14 # You should have received a copy of the GNU General Public License 15 15 # along with this program; if not, write to the Free Software 16 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 17 # MA 02110-1301 USA. 17 18 18 19 # Note that MODULE_DIR (the directory in which this file resides) is a -
lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect
r5143 r5163 18 18 # You should have received a copy of the GNU General Public License 19 19 # along with this program; if not, write to the Free Software 20 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 21 # MA 02110-1301 USA. 21 22 # 22 23 … … 5959 5960 # You should have received a copy of the GNU General Public License 5960 5961 # along with this program; if not, write to the Free Software 5961 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 5962 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 5963 # MA 02110-1301 USA. 5962 5964 # 5963 5965 # -
lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect-stat.pl
r4971 r5163 18 18 # You should have received a copy of the GNU General Public License 19 19 # along with this program; if not, write to the Free Software 20 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 21 # MA 02110-1301 USA. 21 22 22 23 use strict; -
lm-sensors/branches/lm-sensors-3.0.0/prog/dump/Module.mk
r5035 r5163 14 14 # You should have received a copy of the GNU General Public License 15 15 # along with this program; if not, write to the Free Software 16 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 17 # MA 02110-1301 USA. 17 18 18 19 # Note that MODULE_DIR (the directory in which this file resides) is a -
lm-sensors/branches/lm-sensors-3.0.0/prog/dump/isadump.c
r4900 r5163 17 17 You should have received a copy of the GNU General Public License 18 18 along with this program; if not, write to the Free Software 19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 20 MA 02110-1301 USA. 20 21 */ 21 22 -
lm-sensors/branches/lm-sensors-3.0.0/prog/dump/isaset.c
r4900 r5163 17 17 You should have received a copy of the GNU General Public License 18 18 along with this program; if not, write to the Free Software 19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 20 MA 02110-1301 USA. 20 21 */ 21 22 -
lm-sensors/branches/lm-sensors-3.0.0/prog/dump/superio.c
r4407 r5163 16 16 You should have received a copy of the GNU General Public License 17 17 along with this program; if not, write to the Free Software 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 19 MA 02110-1301 USA. 19 20 */ 20 21 -
lm-sensors/branches/lm-sensors-3.0.0/prog/dump/superio.h
r2899 r5163 16 16 You should have received a copy of the GNU General Public License 17 17 along with this program; if not, write to the Free Software 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 19 MA 02110-1301 USA. 19 20 */ 20 21 -
lm-sensors/branches/lm-sensors-3.0.0/prog/init/lm_sensors.init
r5144 r5163 17 17 # You should have received a copy of the GNU General Public License 18 18 # along with this program; if not, write to the Free Software 19 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 20 # MA 02110-1301 USA. 20 21 21 22 # See also the lm_sensors homepage at: -
lm-sensors/branches/lm-sensors-3.0.0/prog/init/lm_sensors.init.suse
r4379 r5163 28 28 # You should have received a copy of the GNU General Public License 29 29 # along with this program; if not, write to the Free Software 30 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 30 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 31 # MA 02110-1301 USA. 31 32 32 33 # See also the lm_sensors homepage at: -
lm-sensors/branches/lm-sensors-3.0.0/prog/pwm/Module.mk
r4590 r5163 14 14 # You should have received a copy of the GNU General Public License 15 15 # along with this program; if not, write to the Free Software 16 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 17 # MA 02110-1301 USA. 17 18 18 19 MODULE_DIR := prog/pwm -
lm-sensors/branches/lm-sensors-3.0.0/prog/pwm/fancontrol
r5102 r5163 37 37 # You should have received a copy of the GNU General Public License 38 38 # along with this program; if not, write to the Free Software 39 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 39 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 40 # MA 02110-1301 USA. 40 41 # 41 42 # -
lm-sensors/branches/lm-sensors-3.0.0/prog/pwm/pwmconfig
r5112 r5163 24 24 # You should have received a copy of the GNU General Public License 25 25 # along with this program; if not, write to the Free Software 26 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 26 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 27 # MA 02110-1301 USA. 27 28 # 28 29 # -
lm-sensors/branches/lm-sensors-3.0.0/prog/rrd/sens_create_rrd
r4372 r5163 19 19 # You should have received a copy of the GNU General Public License 20 20 # along with this program; if not, write to the Free Software 21 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 22 # MA 02110-1301 USA. 22 23 # 23 24 RRDPATH=/usr/bin -
lm-sensors/branches/lm-sensors-3.0.0/prog/rrd/sens_update_rrd
r4372 r5163 24 24 # You should have received a copy of the GNU General Public License 25 25 # along with this program; if not, write to the Free Software 26 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 26 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 27 # MA 02110-1301 USA. 27 28 # 28 29 ################################################################# -
lm-sensors/branches/lm-sensors-3.0.0/prog/sensord/Module.mk
r2604 r5163 14 14 # You should have received a copy of the GNU General Public License 15 15 # along with this program; if not, write to the Free Software 16 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 17 # MA 02110-1301 USA. 17 18 18 19 # The round robin database (RRD) development headers and libraries are -
lm-sensors/branches/lm-sensors-3.0.0/prog/sensord/args.c
r4987 r5163 18 18 * You should have received a copy of the GNU General Public License 19 19 * along with this program; if not, write to the Free Software 20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 21 * MA 02110-1301 USA. 21 22 */ 22 23 -
lm-sensors/branches/lm-sensors-3.0.0/prog/sensord/chips.c
r4846 r5163 18 18 * You should have received a copy of the GNU General Public License 19 19 * along with this program; if not, write to the Free Software 20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 21 * MA 02110-1301 USA. 21 22 */ 22 23 -
lm-sensors/branches/lm-sensors-3.0.0/prog/sensord/lib.c
r4987 r5163 18 18 * You should have received a copy of the GNU General Public License 19 19 * along with this program; if not, write to the Free Software 20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 21 * MA 02110-1301 USA. 21 22 */ 22 23 -
lm-sensors/branches/lm-sensors-3.0.0/prog/sensord/rrd.c
r5072 r5163 18 18 * You should have received a copy of the GNU General Public License 19 19 * along with this program; if not, write to the Free Software 20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 21 * MA 02110-1301 USA. 21 22 */ 22 23 -
lm-sensors/branches/lm-sensors-3.0.0/prog/sensord/sense.c
r4834 r5163 18 18 * You should have received a copy of the GNU General Public License 19 19 * along with this program; if not, write to the Free Software 20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 21 * MA 02110-1301 USA. 21 22 */ 22 23 -
lm-sensors/branches/lm-sensors-3.0.0/prog/sensord/sensord.c
r4969 r5163 18 18 * You should have received a copy of the GNU General Public License 19 19 * along with this program; if not, write to the Free Software 20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 21 * MA 02110-1301 USA. 21 22 */ 22 23 -
lm-sensors/branches/lm-sensors-3.0.0/prog/sensord/sensord.h
r4918 r5163 18 18 * You should have received a copy of the GNU General Public License 19 19 * along with this program; if not, write to the Free Software 20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 21 * MA 02110-1301 USA. 21 22 */ 22 23 -
lm-sensors/branches/lm-sensors-3.0.0/prog/sensors/Module.mk
r4991 r5163 14 14 # You should have received a copy of the GNU General Public License 15 15 # along with this program; if not, write to the Free Software 16 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 16 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 17 # MA 02110-1301 USA. 17 18 18 19 # Note that MODULE_DIR (the directory in which this file resides) is a -
lm-sensors/branches/lm-sensors-3.0.0/prog/sensors/chips.c
r4977 r5163 17 17 You should have received a copy of the GNU General Public License 18 18 along with this program; if not, write to the Free Software 19 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 19 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 20 MA 02110-1301 USA. 20 21 */ 21 22 -
lm-sensors/branches/lm-sensors-3.0.0/prog/sensors/chips.h
r4902 r5163 16 16 You should have received a copy of the GNU General Public License 17 17 along with this program; if not, write to the Free Software 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 19 MA 02110-1301 USA. 19 20 */ 20 21 -
lm-sensors/branches/lm-sensors-3.0.0/prog/sensors/main.c
r5090 r5163 16 16 You should have received a copy of the GNU General Public License 17 17 along with this program; if not, write to the Free Software 18 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 18 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 19 MA 02110-1301 USA. 19 20 */ 20 21 -
lm-sensors/branches/lm-sensors-3.0.0/prog/sensors/main.h
r4713 r5163 15 15 You should have received a copy of the GNU General Public License 16 16 along with this program; if not, write to the Free Software 17 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 18 MA 02110-1301 USA. 18 19 */ 19 20 -
lm-sensors/branches/lm-sensors-3.0.0/prog/tellerstats/gather.sh
r4900 r5163 21 21 # You should have received a copy of the GNU General Public License 22 22 # along with this program; if not, write to the Free Software 23 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 24 # MA 02110-1301 USA. 24 25 # 25 26 -
lm-sensors/branches/lm-sensors-3.0.0/prog/tellerstats/tellerstats.sh
r4900 r5163 18 18 # You should have received a copy of the GNU General Public License 19 19 # along with this program; if not, write to the Free Software 20 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 20 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 21 # MA 02110-1301 USA. 21 22 # 22 23
