Changeset 5387

Show
Ignore:
Timestamp:
11/18/08 13:23:00 (4 years ago)
Author:
khali
Message:

Drop old comments.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/branches/lm-sensors-3.0.0/prog/detect/sensors-detect

    r5385 r5387  
    11#!/usr/bin/perl -w 
    2  
    32# 
    4 #    sensors-detect - Detect PCI bus and chips 
     3#    sensors-detect - Detect hardware monitoring chips 
    54#    Copyright (C) 1998 - 2002  Frodo Looijaard <frodol@dds.nl> 
    65#    Copyright (C) 2004 - 2008  Jean Delvare <khali@linux-fr.org> 
     
    2120#    MA 02110-1301 USA. 
    2221# 
    23  
    24 # TODO: Better handling of chips with several addresses 
    25  
    26 # A Perl wizard really ought to look upon this; the PCI and I2C stuff should 
    27 # each be put in a separate file, using modules and packages. That is beyond 
    28 # me. 
    2922 
    3023require 5.004;