summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--etc/Module.mk3
-rw-r--r--lib/Module.mk3
-rw-r--r--lib/access.c3
-rw-r--r--lib/access.h3
-rw-r--r--lib/conf-lex.l3
-rw-r--r--lib/conf-parse.y3
-rw-r--r--lib/conf.h3
-rw-r--r--lib/data.c3
-rw-r--r--lib/data.h3
-rw-r--r--lib/error.c3
-rw-r--r--lib/error.h3
-rw-r--r--lib/general.c3
-rw-r--r--lib/general.h3
-rw-r--r--lib/init.c3
-rw-r--r--lib/init.h3
-rw-r--r--lib/scanner.h3
-rw-r--r--lib/sensors.h3
-rw-r--r--lib/sysfs.c3
-rw-r--r--lib/sysfs.h3
-rw-r--r--lib/test/test-scanner.c3
-rwxr-xr-xlib/test/test-scanner.pl3
-rw-r--r--prog/detect/Module.mk3
-rwxr-xr-xprog/detect/sensors-detect6
-rwxr-xr-xprog/detect/sensors-detect-stat.pl3
-rw-r--r--prog/dump/Module.mk3
-rw-r--r--prog/dump/isadump.c3
-rw-r--r--prog/dump/isaset.c3
-rw-r--r--prog/dump/superio.c3
-rw-r--r--prog/dump/superio.h3
-rwxr-xr-xprog/init/lm_sensors.init3
-rwxr-xr-xprog/init/lm_sensors.init.suse3
-rw-r--r--prog/pwm/Module.mk3
-rwxr-xr-xprog/pwm/fancontrol3
-rwxr-xr-xprog/pwm/pwmconfig3
-rwxr-xr-xprog/rrd/sens_create_rrd3
-rwxr-xr-xprog/rrd/sens_update_rrd3
-rw-r--r--prog/sensord/Module.mk3
-rw-r--r--prog/sensord/args.c3
-rw-r--r--prog/sensord/chips.c3
-rw-r--r--prog/sensord/lib.c3
-rw-r--r--prog/sensord/rrd.c3
-rw-r--r--prog/sensord/sense.c3
-rw-r--r--prog/sensord/sensord.c3
-rw-r--r--prog/sensord/sensord.h3
-rw-r--r--prog/sensors/Module.mk3
-rw-r--r--prog/sensors/chips.c3
-rw-r--r--prog/sensors/chips.h3
-rw-r--r--prog/sensors/main.c3
-rw-r--r--prog/sensors/main.h3
-rwxr-xr-xprog/tellerstats/gather.sh3
-rwxr-xr-xprog/tellerstats/tellerstats.sh3
52 files changed, 106 insertions, 53 deletions
diff --git a/Makefile b/Makefile
index 991a2f40..d9b4eaa5 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA.
# Everything you may want to change is in the top of this file. Usually, you
# can just use the defaults, fortunately.
diff --git a/etc/Module.mk b/etc/Module.mk
index 2eb3fafb..6b4a6102 100644
--- a/etc/Module.mk
+++ b/etc/Module.mk
@@ -13,7 +13,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA.
# Note that MODULE_DIR (the directory in which this file resides) is a
# 'simply expanded variable'. That means that its value is substituted
diff --git a/lib/Module.mk b/lib/Module.mk
index 0420659d..fc3a8f75 100644
--- a/lib/Module.mk
+++ b/lib/Module.mk
@@ -13,7 +13,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA.
# Note that MODULE_DIR (the directory in which this file resides) is a
# 'simply expanded variable'. That means that its value is substituted
diff --git a/lib/access.c b/lib/access.c
index 08622801..c112b6e4 100644
--- a/lib/access.c
+++ b/lib/access.c
@@ -15,7 +15,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
#include <stdlib.h>
diff --git a/lib/access.h b/lib/access.h
index e1e72cab..86b79e9e 100644
--- a/lib/access.h
+++ b/lib/access.h
@@ -15,7 +15,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
#ifndef LIB_SENSORS_ACCESS_H
diff --git a/lib/conf-lex.l b/lib/conf-lex.l
index 75832486..46b023b0 100644
--- a/lib/conf-lex.l
+++ b/lib/conf-lex.l
@@ -15,7 +15,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
#include <stdlib.h>
diff --git a/lib/conf-parse.y b/lib/conf-parse.y
index e22c993b..fbf12c9e 100644
--- a/lib/conf-parse.y
+++ b/lib/conf-parse.y
@@ -15,7 +15,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
#define YYERROR_VERBOSE
diff --git a/lib/conf.h b/lib/conf.h
index adf2136b..24cb9b8a 100644
--- a/lib/conf.h
+++ b/lib/conf.h
@@ -14,7 +14,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
#ifndef LIB_SENSORS_CONF_H
diff --git a/lib/data.c b/lib/data.c
index 489a592c..4556f3a1 100644
--- a/lib/data.c
+++ b/lib/data.c
@@ -15,7 +15,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
/* this define needed for strndup() */
diff --git a/lib/data.h b/lib/data.h
index 113c08c0..401bf125 100644
--- a/lib/data.h
+++ b/lib/data.h
@@ -15,7 +15,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
#ifndef LIB_SENSORS_DATA_H
diff --git a/lib/error.c b/lib/error.c
index cbb94a34..d9509553 100644
--- a/lib/error.c
+++ b/lib/error.c
@@ -15,7 +15,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
#include <stdlib.h>
diff --git a/lib/error.h b/lib/error.h
index 4684173e..8ab30d1e 100644
--- a/lib/error.h
+++ b/lib/error.h
@@ -15,7 +15,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
#ifndef LIB_SENSORS_ERROR_H
diff --git a/lib/general.c b/lib/general.c
index 2900bfff..ef05f0d1 100644
--- a/lib/general.c
+++ b/lib/general.c
@@ -14,7 +14,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
#include "error.h"
diff --git a/lib/general.h b/lib/general.h
index e4f9c4d1..7a9fbace 100644
--- a/lib/general.h
+++ b/lib/general.h
@@ -14,7 +14,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
#ifndef LIB_SENSORS_GENERAL
diff --git a/lib/init.c b/lib/init.c
index a355bf4f..1c1f8834 100644
--- a/lib/init.c
+++ b/lib/init.c
@@ -15,7 +15,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
#include <stdlib.h>
diff --git a/lib/init.h b/lib/init.h
index c413e392..2876d474 100644
--- a/lib/init.h
+++ b/lib/init.h
@@ -14,7 +14,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
#ifndef LIB_SENSORS_INIT_H
diff --git a/lib/scanner.h b/lib/scanner.h
index b926fd06..d67abc48 100644
--- a/lib/scanner.h
+++ b/lib/scanner.h
@@ -14,7 +14,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
#ifndef LIB_SENSORS_SCANNER_H
diff --git a/lib/sensors.h b/lib/sensors.h
index 2a4669ea..50f51cc8 100644
--- a/lib/sensors.h
+++ b/lib/sensors.h
@@ -15,7 +15,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
#ifndef LIB_SENSORS_SENSORS_H
diff --git a/lib/sysfs.c b/lib/sysfs.c
index bc8e1535..863adbff 100644
--- a/lib/sysfs.c
+++ b/lib/sysfs.c
@@ -15,7 +15,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
/* this define needed for strndup() */
diff --git a/lib/sysfs.h b/lib/sysfs.h
index db56fee4..ae52abed 100644
--- a/lib/sysfs.h
+++ b/lib/sysfs.h
@@ -15,7 +15,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
#ifndef SENSORS_LIB_SYSFS_H
diff --git a/lib/test/test-scanner.c b/lib/test/test-scanner.c
index 3d6ac545..e0abcee8 100644
--- a/lib/test/test-scanner.c
+++ b/lib/test/test-scanner.c
@@ -13,7 +13,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/lib/test/test-scanner.pl b/lib/test/test-scanner.pl
index da6d6489..6d163a8e 100755
--- a/lib/test/test-scanner.pl
+++ b/lib/test/test-scanner.pl
@@ -14,7 +14,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA.
#
require 5.004;
diff --git a/prog/detect/Module.mk b/prog/detect/Module.mk
index 90326ed4..d2526d80 100644
--- a/prog/detect/Module.mk
+++ b/prog/detect/Module.mk
@@ -13,7 +13,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA.
# Note that MODULE_DIR (the directory in which this file resides) is a
# 'simply expanded variable'. That means that its value is substituted
diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
index ea8c7d47..3c9fbbe2 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -17,7 +17,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA.
#
# TODO: Better handling of chips with several addresses
@@ -5958,7 +5959,8 @@ sub main
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA.
#
#
# See also the lm_sensors homepage at:
diff --git a/prog/detect/sensors-detect-stat.pl b/prog/detect/sensors-detect-stat.pl
index 77039247..c2753a85 100755
--- a/prog/detect/sensors-detect-stat.pl
+++ b/prog/detect/sensors-detect-stat.pl
@@ -17,7 +17,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA.
use strict;
use vars qw(%histo $chips $file $skip);
diff --git a/prog/dump/Module.mk b/prog/dump/Module.mk
index 71a39e24..5e522e3d 100644
--- a/prog/dump/Module.mk
+++ b/prog/dump/Module.mk
@@ -13,7 +13,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA.
# Note that MODULE_DIR (the directory in which this file resides) is a
# 'simply expanded variable'. That means that its value is substituted
diff --git a/prog/dump/isadump.c b/prog/dump/isadump.c
index 968947a8..420e66d4 100644
--- a/prog/dump/isadump.c
+++ b/prog/dump/isadump.c
@@ -16,7 +16,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
/*
diff --git a/prog/dump/isaset.c b/prog/dump/isaset.c
index bd88cbf8..8d91c589 100644
--- a/prog/dump/isaset.c
+++ b/prog/dump/isaset.c
@@ -16,7 +16,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
/*
diff --git a/prog/dump/superio.c b/prog/dump/superio.c
index ac092635..1af7358b 100644
--- a/prog/dump/superio.c
+++ b/prog/dump/superio.c
@@ -15,7 +15,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
#include <stdlib.h>
diff --git a/prog/dump/superio.h b/prog/dump/superio.h
index 44f6d25f..c44f2ac8 100644
--- a/prog/dump/superio.h
+++ b/prog/dump/superio.h
@@ -15,7 +15,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
#ifndef _SUPERIO_H
diff --git a/prog/init/lm_sensors.init b/prog/init/lm_sensors.init
index 4a09bb5f..560883d7 100755
--- a/prog/init/lm_sensors.init
+++ b/prog/init/lm_sensors.init
@@ -16,7 +16,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA.
# See also the lm_sensors homepage at:
# http://www.lm-sensors.org
diff --git a/prog/init/lm_sensors.init.suse b/prog/init/lm_sensors.init.suse
index 60058c6e..84c33ba0 100755
--- a/prog/init/lm_sensors.init.suse
+++ b/prog/init/lm_sensors.init.suse
@@ -27,7 +27,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA.
# See also the lm_sensors homepage at:
# http://www.lm-sensors.org
diff --git a/prog/pwm/Module.mk b/prog/pwm/Module.mk
index cc1f12b2..970c1610 100644
--- a/prog/pwm/Module.mk
+++ b/prog/pwm/Module.mk
@@ -13,7 +13,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA.
MODULE_DIR := prog/pwm
PROGPWMDIR := $(MODULE_DIR)
diff --git a/prog/pwm/fancontrol b/prog/pwm/fancontrol
index b479b5a1..23281f73 100755
--- a/prog/pwm/fancontrol
+++ b/prog/pwm/fancontrol
@@ -36,7 +36,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA.
#
#
diff --git a/prog/pwm/pwmconfig b/prog/pwm/pwmconfig
index f949ebda..5916652a 100755
--- a/prog/pwm/pwmconfig
+++ b/prog/pwm/pwmconfig
@@ -23,7 +23,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA.
#
#
echo 'This program will search your sensors for pulse width modulation (pwm)'
diff --git a/prog/rrd/sens_create_rrd b/prog/rrd/sens_create_rrd
index 0b2a8574..09ef1f83 100755
--- a/prog/rrd/sens_create_rrd
+++ b/prog/rrd/sens_create_rrd
@@ -18,7 +18,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA.
#
RRDPATH=/usr/bin
RRDB=$1
diff --git a/prog/rrd/sens_update_rrd b/prog/rrd/sens_update_rrd
index 2d7fa967..6be365b1 100755
--- a/prog/rrd/sens_update_rrd
+++ b/prog/rrd/sens_update_rrd
@@ -23,7 +23,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA.
#
#################################################################
#
diff --git a/prog/sensord/Module.mk b/prog/sensord/Module.mk
index e744858e..9dcf9d27 100644
--- a/prog/sensord/Module.mk
+++ b/prog/sensord/Module.mk
@@ -13,7 +13,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA.
# The round robin database (RRD) development headers and libraries are
# REQUIRED. Get this package from:
diff --git a/prog/sensord/args.c b/prog/sensord/args.c
index 0ceafe2a..3d3b1562 100644
--- a/prog/sensord/args.c
+++ b/prog/sensord/args.c
@@ -17,7 +17,8 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/prog/sensord/chips.c b/prog/sensord/chips.c
index 0f821258..1e78c8b3 100644
--- a/prog/sensord/chips.c
+++ b/prog/sensord/chips.c
@@ -17,7 +17,8 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/prog/sensord/lib.c b/prog/sensord/lib.c
index db225fe9..92e5238c 100644
--- a/prog/sensord/lib.c
+++ b/prog/sensord/lib.c
@@ -17,7 +17,8 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/prog/sensord/rrd.c b/prog/sensord/rrd.c
index 1afee522..2f359e37 100644
--- a/prog/sensord/rrd.c
+++ b/prog/sensord/rrd.c
@@ -17,7 +17,8 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301 USA.
*/
/*
diff --git a/prog/sensord/sense.c b/prog/sensord/sense.c
index 8b18f9d9..eb9d051b 100644
--- a/prog/sensord/sense.c
+++ b/prog/sensord/sense.c
@@ -17,7 +17,8 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/prog/sensord/sensord.c b/prog/sensord/sensord.c
index b8f06a1f..a891ac42 100644
--- a/prog/sensord/sensord.c
+++ b/prog/sensord/sensord.c
@@ -17,7 +17,8 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/prog/sensord/sensord.h b/prog/sensord/sensord.h
index 05b70edf..c02039c9 100644
--- a/prog/sensord/sensord.h
+++ b/prog/sensord/sensord.h
@@ -17,7 +17,8 @@
*
* 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301 USA.
*/
#include "lib/sensors.h"
diff --git a/prog/sensors/Module.mk b/prog/sensors/Module.mk
index 6a117625..0c4abf69 100644
--- a/prog/sensors/Module.mk
+++ b/prog/sensors/Module.mk
@@ -13,7 +13,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA.
# Note that MODULE_DIR (the directory in which this file resides) is a
# 'simply expanded variable'. That means that its value is substituted
diff --git a/prog/sensors/chips.c b/prog/sensors/chips.c
index 76d69394..024646ac 100644
--- a/prog/sensors/chips.c
+++ b/prog/sensors/chips.c
@@ -16,7 +16,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/prog/sensors/chips.h b/prog/sensors/chips.h
index 3e1a29c7..d3ee9820 100644
--- a/prog/sensors/chips.h
+++ b/prog/sensors/chips.h
@@ -15,7 +15,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
#ifndef PROG_SENSORS_CHIPS_H
diff --git a/prog/sensors/main.c b/prog/sensors/main.c
index 00d318a8..e3ebd457 100644
--- a/prog/sensors/main.c
+++ b/prog/sensors/main.c
@@ -15,7 +15,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
#include <stdio.h>
diff --git a/prog/sensors/main.h b/prog/sensors/main.h
index 4604b796..d880ab52 100644
--- a/prog/sensors/main.h
+++ b/prog/sensors/main.h
@@ -14,7 +14,8 @@
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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ MA 02110-1301 USA.
*/
#ifndef PROG_SENSORS_MAIN_H
diff --git a/prog/tellerstats/gather.sh b/prog/tellerstats/gather.sh
index d2be1e79..131837d7 100755
--- a/prog/tellerstats/gather.sh
+++ b/prog/tellerstats/gather.sh
@@ -20,7 +20,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA.
#
# generic tellerstats init BEGIN
diff --git a/prog/tellerstats/tellerstats.sh b/prog/tellerstats/tellerstats.sh
index aaccf6e2..954a20c6 100755
--- a/prog/tellerstats/tellerstats.sh
+++ b/prog/tellerstats/tellerstats.sh
@@ -17,7 +17,8 @@
#
# 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA.
#
# generic tellerstats init BEGIN