2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Drop old comments.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/branches/lm-sensors-3.0.0@5387 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2008-11-18 12:23:00 +00:00
parent 1533724750
commit f62a62abaa

View File

@@ -1,7 +1,6 @@
#!/usr/bin/perl -w
#
# sensors-detect - Detect PCI bus and chips
# sensors-detect - Detect hardware monitoring chips
# Copyright (C) 1998 - 2002 Frodo Looijaard <frodol@dds.nl>
# Copyright (C) 2004 - 2008 Jean Delvare <khali@linux-fr.org>
#
@@ -21,12 +20,6 @@
# MA 02110-1301 USA.
#
# TODO: Better handling of chips with several addresses
# A Perl wizard really ought to look upon this; the PCI and I2C stuff should
# each be put in a separate file, using modules and packages. That is beyond
# me.
require 5.004;
use strict;