summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xeeprom/ddcmon3
-rwxr-xr-xeeprom/decode-dimms3
-rwxr-xr-xeeprom/decode-edid3
-rwxr-xr-xeeprom/decode-vaio3
-rw-r--r--include/linux/i2c-dev.h3
-rw-r--r--tools/i2cbusses.c3
-rw-r--r--tools/i2cbusses.h3
-rw-r--r--tools/i2cdetect.c3
-rw-r--r--tools/i2cdump.c3
-rw-r--r--tools/i2cget.c3
-rw-r--r--tools/i2cset.c3
11 files changed, 22 insertions, 11 deletions
diff --git a/eeprom/ddcmon b/eeprom/ddcmon
index 664d9be..3c3caf0 100755
--- a/eeprom/ddcmon
+++ b/eeprom/ddcmon
@@ -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.
#
# Version 1.0 2005-01-04 Jean Delvare <khali@linux-fr.org>
#
diff --git a/eeprom/decode-dimms b/eeprom/decode-dimms
index 39ea3cd..4a75c3c 100755
--- a/eeprom/decode-dimms
+++ b/eeprom/decode-dimms
@@ -19,7 +19,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 eeprom driver must be loaded (unless option -x is used). For kernels
diff --git a/eeprom/decode-edid b/eeprom/decode-edid
index e7a8ada..15ba1a4 100755
--- a/eeprom/decode-edid
+++ b/eeprom/decode-edid
@@ -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.
#
# Version 0.1 2003-07-17 Jean Delvare <khali@linux-fr.org>
# Version 0.2 2003-07-22 Jean Delvare <khali@linux-fr.org>
diff --git a/eeprom/decode-vaio b/eeprom/decode-vaio
index 1a91487..92f59cb 100755
--- a/eeprom/decode-vaio
+++ b/eeprom/decode-vaio
@@ -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.
#
# Version 0.1 2002-02-06 Jean Delvare <khali@linux-fr.org>
# Version 0.2 2002-02-16 Jean Delvare <khali@linux-fr.org>
diff --git a/include/linux/i2c-dev.h b/include/linux/i2c-dev.h
index 6e090e9..0e1291b 100644
--- a/include/linux/i2c-dev.h
+++ b/include/linux/i2c-dev.h
@@ -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.
*/
/* $Id$ */
diff --git a/tools/i2cbusses.c b/tools/i2cbusses.c
index 6e96fb4..1c96b46 100644
--- a/tools/i2cbusses.c
+++ b/tools/i2cbusses.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 <sys/types.h>
diff --git a/tools/i2cbusses.h b/tools/i2cbusses.h
index c586efc..932ce9a 100644
--- a/tools/i2cbusses.h
+++ b/tools/i2cbusses.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 _I2CBUSSES_H
diff --git a/tools/i2cdetect.c b/tools/i2cdetect.c
index c335d08..cf19c27 100644
--- a/tools/i2cdetect.c
+++ b/tools/i2cdetect.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 <errno.h>
diff --git a/tools/i2cdump.c b/tools/i2cdump.c
index bab23f3..5ece0af 100644
--- a/tools/i2cdump.c
+++ b/tools/i2cdump.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 <errno.h>
diff --git a/tools/i2cget.c b/tools/i2cget.c
index 31e6a26..3a3ff67 100644
--- a/tools/i2cget.c
+++ b/tools/i2cget.c
@@ -19,7 +19,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 <errno.h>
diff --git a/tools/i2cset.c b/tools/i2cset.c
index 7a873de..6a09b5d 100644
--- a/tools/i2cset.c
+++ b/tools/i2cset.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 <errno.h>