diff --git a/gcc/COPYING b/gcc/COPYING
index d60c31a97a544b53039088d14fe9114583c0efc3..623b6258a134210f0b0ada106fdaab7f0370d9c5 100644
--- a/gcc/COPYING
+++ b/gcc/COPYING
@@ -2,7 +2,7 @@
 		       Version 2, June 1991
 
  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
-     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+     51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -305,7 +305,7 @@ the "copyright" line and a pointer to where the full notice is found.
 
     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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
 
 Also add information on how to contact you by electronic and paper mail.
diff --git a/gcc/COPYING.LIB b/gcc/COPYING.LIB
index b1e3f5a2638797271cbc9b91b856c05ed6942c8f..ae23fcfda2da8599b52baff4c257847205d78c56 100644
--- a/gcc/COPYING.LIB
+++ b/gcc/COPYING.LIB
@@ -2,7 +2,7 @@
 		       Version 2.1, February 1999
 
  Copyright (C) 1991, 1999 Free Software Foundation, Inc.
-     59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+     51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  Everyone is permitted to copy and distribute verbatim copies
  of this license document, but changing it is not allowed.
 
@@ -485,7 +485,7 @@ convey the exclusion of warranty; and each file should have at least the
 
     You should have received a copy of the GNU Lesser General Public
     License along with this library; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
 Also add information on how to contact you by electronic and paper mail.
 
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 871e75403108455664b3f87c793b6d72b2c8c128..43d09c2d52cdbe52c86fabd719902c2fa30f1131 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2005-06-25  Kelley Cook  <kcook@gcc.gnu.org>
+
+	* all files: Update FSF address in copyright headers.
+
 2005-06-25  Kelley Cook  <kcook@gcc.gnu.org>
 
 	* gengtype.c: Update FSF address in copyright header.
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 5a5c737d72c91d372bdd67fab85e6ceeed327182..efb655cc1bb1ef575c8cdb4c4457a1d14db154a4 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -18,8 +18,8 @@
 
 #You should have received a copy of the GNU General Public License
 #along with GCC; see the file COPYING.  If not, write to
-#the Free Software Foundation, 59 Temple Place - Suite 330,
-#Boston MA 02111-1307, USA.
+#the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+#Boston MA 02110-1301, USA.
 
 # The targets for external use include:
 # all, doc, proto, install, install-cross, install-cross-rest,
diff --git a/gcc/aclocal.m4 b/gcc/aclocal.m4
index 59e5845fa132cf4a3d3eb48ec216e52177d646f5..8961f6c822521a47958a679ec9a3ead3a3d41f6e 100644
--- a/gcc/aclocal.m4
+++ b/gcc/aclocal.m4
@@ -549,8 +549,8 @@ fi])])
 
 # 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., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
 
 AC_DEFUN([AM_PROG_CC_C_O],
 [AC_REQUIRE([AC_PROG_CC_C_O])dnl
@@ -585,8 +585,8 @@ fi
 
 # 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., 59 Temple Place - Suite 330, Boston, MA
-# 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
 
 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
 # $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
diff --git a/gcc/alias.c b/gcc/alias.c
index a36e1d570287d628fccfa7d575911ec0483d28a8..e0c9766b4a5953e3b65b56daaac9d6374303f1e2 100644
--- a/gcc/alias.c
+++ b/gcc/alias.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/alias.h b/gcc/alias.h
index 58fe0bd17d46af33053010626d37943ba6312f46..c9154b3e58f85845397f6ed8e5c8eb2cc4323579 100644
--- a/gcc/alias.h
+++ b/gcc/alias.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_ALIAS_H
 #define GCC_ALIAS_H
diff --git a/gcc/alloc-pool.c b/gcc/alloc-pool.c
index 2a3fa30ff451ecec28b6d7000d2914ff7ad02cf9..ad90db2a3e594200c9ca5783479307675e74f601 100644
--- a/gcc/alloc-pool.c
+++ b/gcc/alloc-pool.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/alloc-pool.h b/gcc/alloc-pool.h
index 0eb2c9685b8b52f58b74bcc91884c8790fe71612..5152f9ee458ffd27197c0554658a1165eede1bc8 100644
--- a/gcc/alloc-pool.h
+++ b/gcc/alloc-pool.h
@@ -17,8 +17,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 #ifndef ALLOC_POOL_H
 #define ALLOC_POOL_H
 
diff --git a/gcc/attribs.c b/gcc/attribs.c
index 019618cccecbcf2dccdd97b739867d94d9490437..7f43b2af693a32ad3e4969d9a5a624099e637001 100644
--- a/gcc/attribs.c
+++ b/gcc/attribs.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/basic-block.h b/gcc/basic-block.h
index 948f9f4526ec3fbb935af35081b4e8874c131a18..28a7be6ae99d27e27a758585c3df047bfdf18c59 100644
--- a/gcc/basic-block.h
+++ b/gcc/basic-block.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_BASIC_BLOCK_H
 #define GCC_BASIC_BLOCK_H
diff --git a/gcc/bb-reorder.c b/gcc/bb-reorder.c
index 185da151cd9a7fc7b39fadf3b3c3ddcee410d296..d4f74dfd36bb84b73d87177f0914190037ac539f 100644
--- a/gcc/bb-reorder.c
+++ b/gcc/bb-reorder.c
@@ -15,8 +15,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 /* This (greedy) algorithm constructs traces in several rounds.
    The construction starts from "seeds".  The seed for the first round
diff --git a/gcc/bitmap.c b/gcc/bitmap.c
index dd56bba0877d1b57de5fefb5ed624a1189129562..c7b25c53ee0362e12ae7a4f852253b176454dfb1 100644
--- a/gcc/bitmap.c
+++ b/gcc/bitmap.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/bitmap.h b/gcc/bitmap.h
index 3c3b3c13f7a44274d69f230de177145c4bbf4417..3400c05733684059fb967d155ea7cd3cbb86b8ff 100644
--- a/gcc/bitmap.h
+++ b/gcc/bitmap.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_BITMAP_H
 #define GCC_BITMAP_H
diff --git a/gcc/bt-load.c b/gcc/bt-load.c
index ab3f97e03dc8527b9dec4a058ad7b2c5a68ea47a..c1b794d5154e157bf7851f3e23606da0f74637ca 100644
--- a/gcc/bt-load.c
+++ b/gcc/bt-load.c
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/builtin-attrs.def b/gcc/builtin-attrs.def
index 971723de695f56ec58d8cfd7e52604010aa6ac3f..34bde745026a0c229106ec75615bf32a53876a4d 100644
--- a/gcc/builtin-attrs.def
+++ b/gcc/builtin-attrs.def
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This header provides a declarative way of describing the attributes
    that are applied to some functions by default.
diff --git a/gcc/builtin-types.def b/gcc/builtin-types.def
index 4b5f35351e49f69315d446a1976fbb779678663f..4638e29bb9d50e21716ce245c99c39025f6fb6fb 100644
--- a/gcc/builtin-types.def
+++ b/gcc/builtin-types.def
@@ -14,8 +14,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This header provides a declarative way of describing the types that
    are used when declaring builtin functions.
diff --git a/gcc/builtins.c b/gcc/builtins.c
index b0e3f40a9425541ef5b9df7dd55042240490be6b..c56c7b17ec1637aa5e5931ec8cecc30a3029272d 100644
--- a/gcc/builtins.c
+++ b/gcc/builtins.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/builtins.def b/gcc/builtins.def
index a4ff77d72d5867db889f14e3c3fa8a7cec301ff7..a5dda5b9a7a18609cd857921a9a338a953ddcc4e 100644
--- a/gcc/builtins.def
+++ b/gcc/builtins.def
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* Before including this file, you should define a macro:
 
diff --git a/gcc/c-aux-info.c b/gcc/c-aux-info.c
index ddc3e376e92241b3004d09d1b2a0d71953198de5..7e21ba7a2f9aeedb65c7f8e01558936f07f9264e 100644
--- a/gcc/c-aux-info.c
+++ b/gcc/c-aux-info.c
@@ -19,8 +19,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/c-common.c b/gcc/c-common.c
index c9ebb58cf8b0f2c3aee6ad10ecf11c84b8d21dae..91fba5248baae26510d7db0ed00d566dc9776fec 100644
--- a/gcc/c-common.c
+++ b/gcc/c-common.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/c-common.def b/gcc/c-common.def
index bd6269409d2ef004f836b372f8a8b6a64bbb6c43..1be88bd10dca3dd448cd236e90648021956a8813 100644
--- a/gcc/c-common.def
+++ b/gcc/c-common.def
@@ -19,8 +19,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* Tree nodes used in the C frontend.  These are also shared with the
    C++ and Objective C frontends.  */
diff --git a/gcc/c-common.h b/gcc/c-common.h
index 2c594605872f4feba1c1b05156ee4af869d36fdd..7fcd386f6e4bbd4de280d5a2f09b01e842cbd10c 100644
--- a/gcc/c-common.h
+++ b/gcc/c-common.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_C_COMMON_H
 #define GCC_C_COMMON_H
diff --git a/gcc/c-config-lang.in b/gcc/c-config-lang.in
index 6b5edc2a2d315fd72e297a225c1b63131c977d97..01fe1d02936b34bba8c8888c0c4a4b1ad71e7962 100644
--- a/gcc/c-config-lang.in
+++ b/gcc/c-config-lang.in
@@ -15,8 +15,8 @@
 
 #You should have received a copy of the GNU General Public License
 #along with GCC; see the file COPYING.  If not, write to
-#the Free Software Foundation, 59 Temple Place - Suite 330,
-#Boston, MA 02111-1307, USA.
+#the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+#Boston, MA 02110-1301, USA.
 
 # This file c-config-lang.c is a special pseudo config-lang.in file
 # for the language C. It has limited use, specifically to record the
diff --git a/gcc/c-convert.c b/gcc/c-convert.c
index 70e226806ca51ceaabdaee355bd4910926c815be..718fd5abfb161c97b7bdbaa2b5b3a1150102f711 100644
--- a/gcc/c-convert.c
+++ b/gcc/c-convert.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 /* This file contains the functions for converting C expressions
diff --git a/gcc/c-cppbuiltin.c b/gcc/c-cppbuiltin.c
index bb656f46b0504bc7d5d5435fc50e7e12dec3aca7..bf9885ea810e290f2f5a0d2d8b47e8150e39262d 100644
--- a/gcc/c-cppbuiltin.c
+++ b/gcc/c-cppbuiltin.c
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/c-decl.c b/gcc/c-decl.c
index b1260237c98bffa130ebb6ee2934910974e5170d..9ed4ade09b5cbfdf620c3c94d5d53adfaa3bd39c 100644
--- a/gcc/c-decl.c
+++ b/gcc/c-decl.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* Process declarations and symbol lookup for C front end.
    Also constructs types; the standard scalar types at initialization,
diff --git a/gcc/c-dump.c b/gcc/c-dump.c
index a308ec98fb1d62730fcb30fb1c82625b8650718e..8dc751b31978e1fa92b1d7c92f72d35a71821849 100644
--- a/gcc/c-dump.c
+++ b/gcc/c-dump.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/c-errors.c b/gcc/c-errors.c
index ccdbf7ef7cc0d341538e8717d9615b05905aca7b..274e9df4d7442e40a0da3314e2c2ee27abd2c1d5 100644
--- a/gcc/c-errors.c
+++ b/gcc/c-errors.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/c-format.c b/gcc/c-format.c
index f27d6d03a116e03db4935c64e1187bc29307bcc3..198363cad2026e774c6c464e53d6ad79d2317b32 100644
--- a/gcc/c-format.c
+++ b/gcc/c-format.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/c-format.h b/gcc/c-format.h
index 9ce610391feea3d289883f999015821f1554aa68..0cb15733e20fd9df0794af0b9699114eda9eb830 100644
--- a/gcc/c-format.h
+++ b/gcc/c-format.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_C_FORMAT_H
 #define GCC_C_FORMAT_H
diff --git a/gcc/c-gimplify.c b/gcc/c-gimplify.c
index f7e87bf489e0ca12f9ded59f3830d4eb0d0d398b..15d6705d744d073a7e9605b6d726a967ea9a7e0c 100644
--- a/gcc/c-gimplify.c
+++ b/gcc/c-gimplify.c
@@ -21,8 +21,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/c-incpath.c b/gcc/c-incpath.c
index 62680bda14aa73cd7ae41f11ce61c8813735a916..40406124e5ba1fa53e07409c914fff7ce1d80f28 100644
--- a/gcc/c-incpath.c
+++ b/gcc/c-incpath.c
@@ -16,7 +16,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/c-incpath.h b/gcc/c-incpath.h
index 57a6f7c2cbba40fe9631b890befcd4864b961e66..c309844cf0add45b3e6b98817ae3b6190b74abed 100644
--- a/gcc/c-incpath.h
+++ b/gcc/c-incpath.h
@@ -13,7 +13,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 extern void split_quote_chain (void);
 extern void add_path (char *, int, int, bool);
diff --git a/gcc/c-lang.c b/gcc/c-lang.c
index 9384515c7c554baca7aab7e29b8168e7666f0425..ecc91fd9e12ed2d0d9a695e5b1f766c572c29176 100644
--- a/gcc/c-lang.c
+++ b/gcc/c-lang.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "config.h"
diff --git a/gcc/c-lex.c b/gcc/c-lex.c
index 3282dd12f661c33d44c5ec641fa8d6fcf50da980..52f9b68223a0a259b617fe641a0ade368cd93c7f 100644
--- a/gcc/c-lex.c
+++ b/gcc/c-lex.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/c-objc-common.c b/gcc/c-objc-common.c
index 95a0a3a7130a54be58221aa8dac2fa6183b0bdfd..ee95a4be91f5b7497252814b394c930e72c68a6c 100644
--- a/gcc/c-objc-common.c
+++ b/gcc/c-objc-common.c
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/c-objc-common.h b/gcc/c-objc-common.h
index de8c175c5c2159b04eb3b466537621b61ed67e32..d74273cf935ed47716b9130d24278734d7ef7319 100644
--- a/gcc/c-objc-common.h
+++ b/gcc/c-objc-common.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_C_OBJC_COMMON
 #define GCC_C_OBJC_COMMON
diff --git a/gcc/c-opts.c b/gcc/c-opts.c
index a79933359feed8e27499390f86281e39184f7a1f..b1dcc044f27dbab27278bfea01be9fa958c2316e 100644
--- a/gcc/c-opts.c
+++ b/gcc/c-opts.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/c-parser.c b/gcc/c-parser.c
index 88b89e2804f7c3c8e20484356529dd995bd847de..0e8babf714145faf11cbb4e666b98810649a9fe1 100644
--- a/gcc/c-parser.c
+++ b/gcc/c-parser.c
@@ -19,8 +19,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* TODO:
 
diff --git a/gcc/c-pch.c b/gcc/c-pch.c
index 39cf42c10825e0bafb62ca69ef37f0f3a8b67e1b..9ec5b7ba242b876369d7cdfdd7e202a864ffff72 100644
--- a/gcc/c-pch.c
+++ b/gcc/c-pch.c
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/c-ppoutput.c b/gcc/c-ppoutput.c
index 996c5f0253443303f623b07996c2dc6ac21c8d69..1cdbb67a12ca503e5f3e9ab6b172a0d12d8844e2 100644
--- a/gcc/c-ppoutput.c
+++ b/gcc/c-ppoutput.c
@@ -15,7 +15,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/c-pragma.c b/gcc/c-pragma.c
index 408ecdd1e3cdef621a3b193ddfec08defb42cf79..7d7b0dac86935cd69bc4937b742952a56f0623d1 100644
--- a/gcc/c-pragma.c
+++ b/gcc/c-pragma.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/c-pragma.h b/gcc/c-pragma.h
index e6660b07c7430cb4461c3940c766d7b98c212c6e..749782dd56aeef9d1c18ffd56fc1192d0a79be05 100644
--- a/gcc/c-pragma.h
+++ b/gcc/c-pragma.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_C_PRAGMA_H
 #define GCC_C_PRAGMA_H
diff --git a/gcc/c-pretty-print.c b/gcc/c-pretty-print.c
index 699977a08c3a546d16d4b4eec3c2c7467ec758e3..ebd917ef20a6665baea55fe3eacceef93724b540 100644
--- a/gcc/c-pretty-print.c
+++ b/gcc/c-pretty-print.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/c-pretty-print.h b/gcc/c-pretty-print.h
index f1ab608259a759b239dc44cb705dadea2a1e2547..1291203d197e1958605cfc7c70394e662a82b02d 100644
--- a/gcc/c-pretty-print.h
+++ b/gcc/c-pretty-print.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_C_PRETTY_PRINTER
 #define GCC_C_PRETTY_PRINTER
diff --git a/gcc/c-semantics.c b/gcc/c-semantics.c
index d2f9650a957aa7d88b3728cf7845d41157d8de8f..1e307d9b49fa8258963711d0469f86133e9644aa 100644
--- a/gcc/c-semantics.c
+++ b/gcc/c-semantics.c
@@ -19,8 +19,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/c-tree.h b/gcc/c-tree.h
index e2e3bf8b26cbec733c19ae78ae95b513b1c11a11..77d01b24898b7401cbec4e08ebd998b5ff3a4f1b 100644
--- a/gcc/c-tree.h
+++ b/gcc/c-tree.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_C_TREE_H
 #define GCC_C_TREE_H
diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c
index 7f462c4fff7ffeb8245531eeb5cc394922091bb4..15b7e9bebe5fd5432898b8598ff68105db935c81 100644
--- a/gcc/c-typeck.c
+++ b/gcc/c-typeck.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 /* This file is part of the C front end.
diff --git a/gcc/c.opt b/gcc/c.opt
index ef8705db2e0ae3001ee7cfb32a15c1db991c7f04..ec5c723daee1fb63e3363e3b42a073e9f8987924 100644
--- a/gcc/c.opt
+++ b/gcc/c.opt
@@ -15,8 +15,8 @@
 ; 
 ; You should have received a copy of the GNU General Public License
 ; along with GCC; see the file COPYING.  If not, write to the Free
-; Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-; 02111-1307, USA.
+; Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+; 02110-1301, USA.
 
 ; See the GCC internals manual for a description of this file's format.
 
diff --git a/gcc/caller-save.c b/gcc/caller-save.c
index 975e51ef1ed4221fc85c1c41e48690fbdfd781c6..b543874378860cc5a3dbd5a5931699adf95a7cbb 100644
--- a/gcc/caller-save.c
+++ b/gcc/caller-save.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/calls.c b/gcc/calls.c
index 043888e6bde63d4eb29c5d29a8f67672f28b72cb..b06830dcf82e1230395b1ac86fcaf5680995c1a4 100644
--- a/gcc/calls.c
+++ b/gcc/calls.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/cfg.c b/gcc/cfg.c
index 4add5df87623925b6237aeb4db7d96e798a57cd6..4a3e6ad5cd927e97d945ce762776881cc6dabc1e 100644
--- a/gcc/cfg.c
+++ b/gcc/cfg.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This file contains low level functions to manipulate the CFG and
    analyze it.  All other modules should not transform the data structure
diff --git a/gcc/cfganal.c b/gcc/cfganal.c
index 0db040fe8ec643915c391fcadc32919ac055625f..6ea099ed08b0842e90c1a36aa5ad3604e368568a 100644
--- a/gcc/cfganal.c
+++ b/gcc/cfganal.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This file contains various simple utilities to analyze the CFG.  */
 #include "config.h"
diff --git a/gcc/cfgbuild.c b/gcc/cfgbuild.c
index d87d6d35de56b45a7007b3d562210a4596fdea4e..e860e9885cdc9f33f80c40d07fa7208d929c9a14 100644
--- a/gcc/cfgbuild.c
+++ b/gcc/cfgbuild.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* find_basic_blocks divides the current function's rtl into basic
    blocks and constructs the CFG.  The blocks are recorded in the
diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c
index fd8a12940756c8932a487fff65e466b89b9ee555..9d224f94ec30b95091928eb9d022eb277d02e30d 100644
--- a/gcc/cfgcleanup.c
+++ b/gcc/cfgcleanup.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This file contains optimizer of the control flow.  The main entry point is
    cleanup_cfg.  Following optimizations are performed:
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c
index d3acbb0a3a92915d75e485757c0813efe94666fb..cfd955af13ae8f8431c96c465d7ee28222d73e62 100644
--- a/gcc/cfgexpand.c
+++ b/gcc/cfgexpand.c
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/cfghooks.c b/gcc/cfghooks.c
index d684cc729ccd58df07d445b025ee344aa4a3ef08..88e8ad670e637c437da361bb0f2ea44cd40aa0a6 100644
--- a/gcc/cfghooks.c
+++ b/gcc/cfghooks.c
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/cfghooks.h b/gcc/cfghooks.h
index 5867d9727748ca92ac16ebf75192f1e180de34fe..5c3e610ea2cdd714cba2889d425b0b1d03e7a82f 100644
--- a/gcc/cfghooks.h
+++ b/gcc/cfghooks.h
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #ifndef GCC_CFGHOOKS_H
 #define GCC_CFGHOOKS_H
diff --git a/gcc/cfglayout.c b/gcc/cfglayout.c
index 9c4d76d1ad5583829d861c303efca72bc09b6da3..44f629145010c0ccc5c8d14f94b58d1dbaca49ab 100644
--- a/gcc/cfglayout.c
+++ b/gcc/cfglayout.c
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/cfglayout.h b/gcc/cfglayout.h
index 14105099054e9d75a22ab58b83c5763956ceef94..ed41aa3c2a32f9a97d1bbbbfb43c4d0df4e3dd70 100644
--- a/gcc/cfglayout.h
+++ b/gcc/cfglayout.h
@@ -15,8 +15,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 #ifndef GCC_CFGLAYOUT_H
 #define GCC_CFGLAYOUT_H
diff --git a/gcc/cfgloop.c b/gcc/cfgloop.c
index 553fd981faa80138df7facb3aa8767abfa2cf037..5731a000fc1ae3b9114ded32fa41eea9761e26c5 100644
--- a/gcc/cfgloop.c
+++ b/gcc/cfgloop.c
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/cfgloop.h b/gcc/cfgloop.h
index bfcb0b9bb58a17b3a30bea2be023883406ffee36..34cebe2ce3ce5544abd8f60c648939edcd2fecf0 100644
--- a/gcc/cfgloop.h
+++ b/gcc/cfgloop.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_CFGLOOP_H
 #define GCC_CFGLOOP_H
diff --git a/gcc/cfgloopanal.c b/gcc/cfgloopanal.c
index db46c9062511f66d185c5f5c5d160f9043778615..5d42231c814ffd1f9f748810341dae94fe12a2bb 100644
--- a/gcc/cfgloopanal.c
+++ b/gcc/cfgloopanal.c
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/cfgloopmanip.c b/gcc/cfgloopmanip.c
index d75c7d409627f4b3616a8c2af7dc6d369634d5fa..648e8372ff88829d25afb82dfed93fe7881cf893 100644
--- a/gcc/cfgloopmanip.c
+++ b/gcc/cfgloopmanip.c
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/cfgrtl.c b/gcc/cfgrtl.c
index 51c86dbb66be981c56209dc6b96d2a4e0692ddab..432efa5bcc7cfbf04909ad58717ef52adaa73a3a 100644
--- a/gcc/cfgrtl.c
+++ b/gcc/cfgrtl.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This file contains low level functions to manipulate the CFG and analyze it
    that are aware of the RTL intermediate language.
diff --git a/gcc/cgraph.c b/gcc/cgraph.c
index af84ebf21567205dd26f79d75bd2d9ff306b56b6..68e3ea6c2b6c93dfc21739952b5f73e77095e87c 100644
--- a/gcc/cgraph.c
+++ b/gcc/cgraph.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /*  This file contains basic routines manipulating call graph and variable pool
   
diff --git a/gcc/cgraph.h b/gcc/cgraph.h
index 9b7306bbbee88fbe6adeb7521d41831c4b9a75d4..0cbe947266e78c6831cdbc241052940413e438d2 100644
--- a/gcc/cgraph.h
+++ b/gcc/cgraph.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_CGRAPH_H
 #define GCC_CGRAPH_H
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c
index f3d718d8bcf63ce7e532c8e4065c38a09a5c775d..ab8924d2bcdfd7a111c46c2287ec6f5f8a26c483 100644
--- a/gcc/cgraphunit.c
+++ b/gcc/cgraphunit.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This module implements main driver of compilation process as well as
    few basic intraprocedural optimizers.
diff --git a/gcc/collect2.c b/gcc/collect2.c
index 98416efb3f21fc01558a7a111fbd7a1814a0186b..a813e51e019bc99e548b9ec210b852733d9d2b6f 100644
--- a/gcc/collect2.c
+++ b/gcc/collect2.c
@@ -20,8 +20,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 /* Build tables of static constructors and destructors and run ld.  */
diff --git a/gcc/collect2.h b/gcc/collect2.h
index 7a8f51cacb3fc7924c0cb5746b62a6cea1b75f49..f85cf713abe58d2f6ef672a9b4a09ed84f5fe4ab 100644
--- a/gcc/collect2.h
+++ b/gcc/collect2.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_COLLECT2_H
 #define GCC_COLLECT2_H
diff --git a/gcc/combine.c b/gcc/combine.c
index e10d29f7e81436df8e0c79e67959148a9ec49262..0f8a49a964d457b179631d8b25d14748fd0cdfc1 100644
--- a/gcc/combine.c
+++ b/gcc/combine.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This module is essentially the "combiner" phase of the U. of Arizona
    Portable Optimizer, but redone to work on our list-structured
diff --git a/gcc/common.opt b/gcc/common.opt
index f1e27d5773c4eb13e927e3e4b90013b40805a1a9..7b6aee109243a74dc3ccb06276af72015ca60f9d 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -16,8 +16,8 @@
 ; 
 ; You should have received a copy of the GNU General Public License
 ; along with GCC; see the file COPYING.  If not, write to the Free
-; Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-; 02111-1307, USA.
+; Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+; 02110-1301, USA.
 
 ; See the GCC internals manual for a description of this file's format.
 
diff --git a/gcc/conditions.h b/gcc/conditions.h
index 155c50edf47e13fd72cdbdafd145237962a9cb43..9db72235a80a771d149e5d6f5b3df1ffe8e05cef 100644
--- a/gcc/conditions.h
+++ b/gcc/conditions.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* None of the things in the files exist if we don't use CC0.  */
 
diff --git a/gcc/config.build b/gcc/config.build
index 83b126b9dfe5d818445b300a16b601867e2f9508..5f2e70e1878384f6d8a25500d6ea69a1e43a92b2 100644
--- a/gcc/config.build
+++ b/gcc/config.build
@@ -16,8 +16,8 @@
 
 #You should have received a copy of the GNU General Public License
 #along with GCC; see the file COPYING.  If not, write to the Free
-#Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-#02111-1307, USA.
+#Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+#02110-1301, USA.
 
 # This is the GCC build-specific configuration file
 # where a configuration type is mapped to different system-specific
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 6cf2c8cf79729706fe88a7291dcb818c7d20ed9f..a3f56637e57dd808e4656fe6ea7f097f467ea60e 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -16,8 +16,8 @@
 
 #You should have received a copy of the GNU General Public License
 #along with GCC; see the file COPYING.  If not, write to the Free
-#Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-#02111-1307, USA.
+#Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+#02110-1301, USA.
 
 # This is the GCC target-specific configuration file
 # where a configuration type is mapped to different system-specific
diff --git a/gcc/config.host b/gcc/config.host
index dbbf5b129e046230787ec11cda9e4c2fcc3bc71b..2927ddd29f79575a1ac812accd7c897cd381fd15 100644
--- a/gcc/config.host
+++ b/gcc/config.host
@@ -16,8 +16,8 @@
 
 #You should have received a copy of the GNU General Public License
 #along with GCC; see the file COPYING.  If not, write to the Free
-#Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-#02111-1307, USA.
+#Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+#02110-1301, USA.
 
 # This is the GCC host-specific configuration file
 # where a configuration type is mapped to different system-specific
diff --git a/gcc/configure.ac b/gcc/configure.ac
index 84a190270b561456535e18f26c205e1ac78650df..f93d8a35fcb24423d2fefa02c2fba302a8e231e3 100644
--- a/gcc/configure.ac
+++ b/gcc/configure.ac
@@ -18,8 +18,8 @@
 
 #You should have received a copy of the GNU General Public License
 #along with GCC; see the file COPYING.  If not, write to the Free
-#Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-#02111-1307, USA.
+#Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+#02110-1301, USA.
 
 # --------------------------------
 # Initialization and sanity checks
diff --git a/gcc/conflict.c b/gcc/conflict.c
index 148a98903b7e8b88334c48c662a49cb85355d5c3..1b63e3b1c2c8044e2d0dadb06eb03c967803681f 100644
--- a/gcc/conflict.c
+++ b/gcc/conflict.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* References:
 
diff --git a/gcc/convert.c b/gcc/convert.c
index dc9f41f648af5f2d3ec9f73d5c55a512731f8896..79fdea0bf534887b992365a8402fe933aedd25b1 100644
--- a/gcc/convert.c
+++ b/gcc/convert.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 /* These routines are somewhat language-independent utility function
diff --git a/gcc/convert.h b/gcc/convert.h
index 42d17fd449d7031cc780f39375bd2a85669b20a6..77722e4c40f3ab428d6d6a916409b55f6842a444 100644
--- a/gcc/convert.h
+++ b/gcc/convert.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_CONVERT_H
 #define GCC_CONVERT_H
diff --git a/gcc/coretypes.h b/gcc/coretypes.h
index acb2c9ea8dfab132e1991a6ad217b8044604b5c8..acf2ad999007593a0f1632b6d6a7a1a95b2c5d2e 100644
--- a/gcc/coretypes.h
+++ b/gcc/coretypes.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* Provide forward declarations of core types which are referred to by
    most of the compiler.  This allows header files to use these types
diff --git a/gcc/coverage.c b/gcc/coverage.c
index 0973d4ad8867e246ef4d31acd56aca308c85688b..626e723a267b0014489b5f08917d4587251a3a7d 100644
--- a/gcc/coverage.c
+++ b/gcc/coverage.c
@@ -20,8 +20,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #define GCOV_LINKAGE
diff --git a/gcc/coverage.h b/gcc/coverage.h
index ec33a3cd2df9ff434ed923c31d96065cbacfb9fb..5330363f7deba1474868c14f1f4cc3b5a547024e 100644
--- a/gcc/coverage.h
+++ b/gcc/coverage.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_COVERAGE_H
 #define GCC_COVERAGE_H
diff --git a/gcc/cppdefault.c b/gcc/cppdefault.c
index 5f73dc56bbdc61faffae5a3a61c6eb9c13f3fc69..bcb8fe207150fb69e0ad6037969c702fd8d3942f 100644
--- a/gcc/cppdefault.c
+++ b/gcc/cppdefault.c
@@ -17,7 +17,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/cppdefault.h b/gcc/cppdefault.h
index 149b418b2be8e01e04c28ab8801a8d98cf2db9c0..f5b38884de6e361084d4ca0a78e1c9beaf9e6d2a 100644
--- a/gcc/cppdefault.h
+++ b/gcc/cppdefault.h
@@ -17,7 +17,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #ifndef GCC_CPPDEFAULT_H
 #define GCC_CPPDEFAULT_H
diff --git a/gcc/cppspec.c b/gcc/cppspec.c
index f53cff2a5c1a3d0d29395b67839022b01f988244..69626279c364e9cb803f2b33a3b19245b23a5cbb 100644
--- a/gcc/cppspec.c
+++ b/gcc/cppspec.c
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/crtstuff.c b/gcc/crtstuff.c
index 97ac69ad022ac813c8e7ab097b05e3da647f7258..d969ee9160e9624610007d705dd7f729a6ce8d40 100644
--- a/gcc/crtstuff.c
+++ b/gcc/crtstuff.c
@@ -27,8 +27,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This file is a bit like libgcc2.c in that it is compiled
    multiple times and yields multiple .o files.
diff --git a/gcc/cse.c b/gcc/cse.c
index 4eb4c3528e0013220c1d98296dcba1dc85f83302..670906197c6a9157e7119f71f0c6da72966f6f8b 100644
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 /* stdio.h must precede rtl.h for FFS.  */
diff --git a/gcc/cselib.c b/gcc/cselib.c
index b7a8963da7793db0e4bb98fed9aaa83c804d6ef5..5df984cff3158fd6d37a478fff7f38c3c5e3fd6d 100644
--- a/gcc/cselib.c
+++ b/gcc/cselib.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/cselib.h b/gcc/cselib.h
index a6ff9e43871672f2659eb5eb329ec689e8dabd92..72094439956fb88e753bb23993439729c236da58 100644
--- a/gcc/cselib.h
+++ b/gcc/cselib.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* Describe a value.  */
 typedef struct cselib_val_struct GTY(())
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index be03d8129bcfd681c509a9ce0c90180d3a2db365..74e4bb8daa8d390f45c0ca7537f51cb159fd3edb 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 /* Output dbx-format symbol table data.
diff --git a/gcc/dbxout.h b/gcc/dbxout.h
index dcbd01112bff7093275ed56c2f5c1e0f3e772c0c..15900fe7509dcd8ee367ff60e3baac3408dd660b 100644
--- a/gcc/dbxout.h
+++ b/gcc/dbxout.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_DBXOUT_H
 #define GCC_DBXOUT_H
diff --git a/gcc/ddg.c b/gcc/ddg.c
index 5d32b89c1439af7a0d8347237579d0bc6e64f9ee..d098181d846af802c31625c65581a98f1bddf892 100644
--- a/gcc/ddg.c
+++ b/gcc/ddg.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "config.h"
diff --git a/gcc/ddg.h b/gcc/ddg.h
index c958aec1eae12e1b9fb533b20903f467b64eae59..4f7fa4e6110b2ab0858096fb1571da203a4564ee 100644
--- a/gcc/ddg.h
+++ b/gcc/ddg.h
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_DDG_H
 #define GCC_DDG_H
diff --git a/gcc/debug.c b/gcc/debug.c
index e34b7b9f61b19826bbe2883bfe9de5cb58ffdb76..3a2c4226a0711bd47dd98322680cbba28d1a7be8 100644
--- a/gcc/debug.c
+++ b/gcc/debug.c
@@ -13,7 +13,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/debug.h b/gcc/debug.h
index 5b4074b1294e97a3afd3257d29a0cbf6c11884c1..88b7a97180cef232c56b4c8c7553fcd07d0dff66 100644
--- a/gcc/debug.h
+++ b/gcc/debug.h
@@ -13,7 +13,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #ifndef GCC_DEBUG_H
 #define GCC_DEBUG_H
diff --git a/gcc/defaults.h b/gcc/defaults.h
index e4ef7f3624644f23986e62f8b63d15821fa76d68..9314d9d33a63c2a5d160c776f7cb6da0bf4859a2 100644
--- a/gcc/defaults.h
+++ b/gcc/defaults.h
@@ -18,8 +18,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_DEFAULTS_H
 #define GCC_DEFAULTS_H
diff --git a/gcc/df.c b/gcc/df.c
index 339f2c9ac4f4fdddb91698b696b85137e5569818..9624f3c0a0772a0e72215716c828edadf02029da 100644
--- a/gcc/df.c
+++ b/gcc/df.c
@@ -18,8 +18,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.
 
 
 OVERVIEW:
diff --git a/gcc/df.h b/gcc/df.h
index 43820819025a53872aeef5848b138f2b1bda15f2..b1b820d41b111e1cd07bc6780b05abb071af010e 100644
--- a/gcc/df.h
+++ b/gcc/df.h
@@ -18,8 +18,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_DF_H
 #define GCC_DF_H
diff --git a/gcc/diagnostic.c b/gcc/diagnostic.c
index 35bce25d97fc307c60a1b8101281324b9f4c8afe..c7217b274714fa389ac3edfca658cf739ede572d 100644
--- a/gcc/diagnostic.c
+++ b/gcc/diagnostic.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 /* This file implements the language independent aspect of diagnostic
diff --git a/gcc/diagnostic.h b/gcc/diagnostic.h
index c78ffcda6543ed38c29fb56e3763475a9032ffa6..9118e7fcc6931fcbe03cba1c2d0c3bbbfcb72b11 100644
--- a/gcc/diagnostic.h
+++ b/gcc/diagnostic.h
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_DIAGNOSTIC_H
 #define GCC_DIAGNOSTIC_H
diff --git a/gcc/dojump.c b/gcc/dojump.c
index 87efb170f2613eb990ca966385d7d950a7548e23..c955f5d5fb39f9009951b56046847086436e770b 100644
--- a/gcc/dojump.c
+++ b/gcc/dojump.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/dominance.c b/gcc/dominance.c
index 1018d1ae30e62f58a6f5d4459aa744bc78eb52f2..8cfaba033a399faedf5f81e6b50f628641e1d761 100644
--- a/gcc/dominance.c
+++ b/gcc/dominance.c
@@ -16,8 +16,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 /* This file implements the well known algorithm from Lengauer and Tarjan
    to compute the dominators in a control flow graph.  A basic block D is said
diff --git a/gcc/domwalk.c b/gcc/domwalk.c
index 389dac23e4dbd54a0fd09f3021857d49031ed7aa..101a9091e2990f3a900383388398be1650dab1d6 100644
--- a/gcc/domwalk.c
+++ b/gcc/domwalk.c
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/domwalk.h b/gcc/domwalk.h
index ba0624ef160bdb159ba100b856615ca448359dcb..740c0066af858003d66764f510f18b1235b43e16 100644
--- a/gcc/domwalk.h
+++ b/gcc/domwalk.h
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 typedef void *void_p;
 DEF_VEC_P(void_p);
diff --git a/gcc/dummy-conditions.c b/gcc/dummy-conditions.c
index 95db257bd0971d7084ee80b2ac3935ac1651d650..14a28b628e75d1399d6904f850f6800a701aed4c 100644
--- a/gcc/dummy-conditions.c
+++ b/gcc/dummy-conditions.c
@@ -15,8 +15,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to
-   the Free Software Foundation, 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 #include <stddef.h>  /* for size_t */
 
diff --git a/gcc/dwarf.h b/gcc/dwarf.h
index c25d1366f26b9f2c9aa0f76b253a772884e93a45..f4ee0ece3f72d8b6c3ce85c5c766a78732d7025c 100644
--- a/gcc/dwarf.h
+++ b/gcc/dwarf.h
@@ -19,8 +19,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This file is derived from the DWARF specification (a public document)
    Revision 1.0.1 (April 8, 1992) developed by the UNIX International
diff --git a/gcc/dwarf2.h b/gcc/dwarf2.h
index aa550176024a5c2976f96329cb529c6f4b444035..d1b3b1b652b34b69da9b1acc21657821d669cda5 100644
--- a/gcc/dwarf2.h
+++ b/gcc/dwarf2.h
@@ -24,8 +24,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 /* This file is derived from the DWARF specification (a public document)
    Revision 2.0.0 (July 27, 1993) developed by the UNIX International
diff --git a/gcc/dwarf2asm.c b/gcc/dwarf2asm.c
index 91dc91f40b958f5c4cb8371964010b5c37ac6413..1bbadc52b61e4a9154cbdd9a9a6156229b9c617c 100644
--- a/gcc/dwarf2asm.c
+++ b/gcc/dwarf2asm.c
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "config.h"
diff --git a/gcc/dwarf2asm.h b/gcc/dwarf2asm.h
index f9ff053c5f25eac9a1630584b5e5a174604f2565..b81a89b527f5226571cfff2dfe7ef636759037c8 100644
--- a/gcc/dwarf2asm.h
+++ b/gcc/dwarf2asm.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 extern void dw2_assemble_integer (int, rtx);
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c
index 1ae49905806f99e9611bf0effc37ec28b2bb8f34..f4d36e7da15679ca3ee70666f5a048f3dbf755ec 100644
--- a/gcc/dwarf2out.c
+++ b/gcc/dwarf2out.c
@@ -19,8 +19,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* TODO: Emit .debug_line header even when there are no functions, since
 	   the file numbers are used by .debug_info.  Alternately, leave
diff --git a/gcc/dwarf2out.h b/gcc/dwarf2out.h
index 730971c2edbe5fd7655bcb9113df5aea336e4f58..f0314e3caaec1e7ad28360fcc473ff230a72f865 100644
--- a/gcc/dwarf2out.h
+++ b/gcc/dwarf2out.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 extern void dwarf2out_decl (tree);
 extern void dwarf2out_frame_debug (rtx, bool);
diff --git a/gcc/emit-rtl.c b/gcc/emit-rtl.c
index 162d3f301f30f000ebc959f9871b5d7a6f802664..1c39535fdb3830623381819618e9d6c252a7d71a 100644
--- a/gcc/emit-rtl.c
+++ b/gcc/emit-rtl.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 /* Middle-to-low level generation of rtx code and insns.
diff --git a/gcc/emit-rtl.h b/gcc/emit-rtl.h
index c1735ab5e8ac65a70cbd839f3b5d5ff86d6a10d9..b8e7d0da96e39db26d4a5a3c933d497e6c7ffc93 100644
--- a/gcc/emit-rtl.h
+++ b/gcc/emit-rtl.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_EMIT_RTL_H
 #define GCC_EMIT_RTL_H
diff --git a/gcc/errors.c b/gcc/errors.c
index 856b50edf51cbba5b5e2a9418c691bdd7ec3ff50..ab5e2a8475fd24a7f14984f0859a4fd1ef198783 100644
--- a/gcc/errors.c
+++ b/gcc/errors.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* warning, error, and fatal.  These definitions are suitable for use
    in the generator programs; the compiler has a more elaborate suite
diff --git a/gcc/errors.h b/gcc/errors.h
index cc0c4a07b967228ff5544c30da2ae1390268d7ad..ecb0af123844c4085c98b3e438ebe8a4e3258111 100644
--- a/gcc/errors.h
+++ b/gcc/errors.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* warning, error, and fatal.  These definitions are suitable for use
    in the generator programs; eventually we would like to use them in
diff --git a/gcc/et-forest.c b/gcc/et-forest.c
index 928a0c0e5df75ad6f5f96173c61fd98868b1f8ff..f193afd52d0c3212ded853f326eacd0327622be2 100644
--- a/gcc/et-forest.c
+++ b/gcc/et-forest.c
@@ -15,8 +15,8 @@ Library General Public License for more details.
 
 You should have received a copy of the GNU Library General Public
 License along with libiberty; see the file COPYING.LIB.  If
-not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.
+not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.
 
   The ET-forest structure is described in:
     D. D. Sleator and R. E. Tarjan. A data structure for dynamic trees.
diff --git a/gcc/et-forest.h b/gcc/et-forest.h
index 17ce6090a55813fd0e7b7e40009704654608ffb5..ccf5aff852c670a78f4aa718f74a2f791332e63a 100644
--- a/gcc/et-forest.h
+++ b/gcc/et-forest.h
@@ -13,7 +13,7 @@ GNU General Public License for more details.
 
 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 /* This package implements ET forest data structure. Each tree in
    the structure maintains a tree structure and offers logarithmic time
diff --git a/gcc/except.c b/gcc/except.c
index e78341110d9d60226bd7424d60ac0de0603000e3..03a80f22656adaa652eb5d0ee5a74d15df37587d 100644
--- a/gcc/except.c
+++ b/gcc/except.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 /* An exception is an event that can be signaled from within a
diff --git a/gcc/except.h b/gcc/except.h
index 9188c3bb60fa75644df4226f36be01c3e2d57568..72073c019541f23b1d0b0794988d2d4125b2d4a9 100644
--- a/gcc/except.h
+++ b/gcc/except.h
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 struct function;
diff --git a/gcc/explow.c b/gcc/explow.c
index fed0872d4065580106f01ff49f44e94d1d5ce90c..510525edca67a94c99a0998e037f3f1681e2c6f5 100644
--- a/gcc/explow.c
+++ b/gcc/explow.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "config.h"
diff --git a/gcc/expmed.c b/gcc/expmed.c
index ff8c278ced3537ad0a3f30097bd3feb2e713fe0b..f6f35b91c77b39ae4878636f567fdf484c73fa49 100644
--- a/gcc/expmed.c
+++ b/gcc/expmed.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "config.h"
diff --git a/gcc/expr.c b/gcc/expr.c
index 573ec5edabb24571d43fbd5865b521131ef4ffb7..1f6d8fb04401ac3bd37717416225dcd0641f26b1 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/expr.h b/gcc/expr.h
index 550c0d0afc63c0632f1316589fc3dc26f530281e..ec6dd80243b33d74452199ec0d3f592c680f69a3 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_EXPR_H
 #define GCC_EXPR_H
diff --git a/gcc/final.c b/gcc/final.c
index 5b7ac3cb5bfb6f28b945abe456a2c2e8b3566d0e..6d99a92de3bf0e47447e84304b30deaf24ee11da 100644
--- a/gcc/final.c
+++ b/gcc/final.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This is the final pass of the compiler.
    It looks at the rtl code for a function and outputs assembler code.
diff --git a/gcc/fix-header.c b/gcc/fix-header.c
index 4e4c8dc969248b1cec8ecbe538772999605403cb..9ba38867f6c6de94296707d0dbd30037100aba20 100644
--- a/gcc/fix-header.c
+++ b/gcc/fix-header.c
@@ -14,7 +14,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 /* This program massages a system include file (such as stdio.h),
    into a form that is compatible with GNU C and GNU C++.
diff --git a/gcc/fixproto b/gcc/fixproto
index 8bffaa9110f05bd9fd71a1aa7f3c6b6c3f184f5c..8a958d5e2959f0633051d87895917b1bdee00d80 100755
--- a/gcc/fixproto
+++ b/gcc/fixproto
@@ -20,8 +20,8 @@
 #
 #	You should have received a copy of the GNU General Public License
 #	along with GCC; see the file COPYING.  If not, write to
-#	the Free Software Foundation, 59 Temple Place - Suite 330,
-#	Boston, MA 02111-1307, USA.
+#	the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+#	Boston, MA 02110-1301, USA.
 #
 # DESCRIPTION
 #	Adjunct script for GCC to populate a directory with ANSI,
diff --git a/gcc/flags.h b/gcc/flags.h
index c28e16bd91e1b0a3ca44067f78d328e9589c846d..e8da68456f6015f4734717d7d6f4078bfc57b7b9 100644
--- a/gcc/flags.h
+++ b/gcc/flags.h
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_FLAGS_H
 #define GCC_FLAGS_H
diff --git a/gcc/flow.c b/gcc/flow.c
index 0577cd0e74b292373e5e40801b339c5c06e74e2a..763fbadcb5b7967796325a786be3e8cb17594d3b 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This file contains the data flow analysis pass of the compiler.  It
    computes data flow information which tells combine_instructions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c
index 5d25cb9a40eb6af0d468c732d0aa80d6113c67ea..564cec3ec87a0621ebb9671c87ab7c40b5b3d5b8 100644
--- a/gcc/fold-const.c
+++ b/gcc/fold-const.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /*@@ This file should be rewritten to use an arbitrary precision
   @@ representation for "struct tree_int_cst" and "struct tree_real_cst".
diff --git a/gcc/fp-test.c b/gcc/fp-test.c
index cfd7f9c4bfc4c5185b23bd387104acd41f55ea3f..6442bdb7e23566e2144c738ee9c9435c21a32967 100644
--- a/gcc/fp-test.c
+++ b/gcc/fp-test.c
@@ -16,8 +16,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 /* This is a trivial test program which may be useful to people who are
    porting the GCC or G++ compilers to a new system.  The intent here is
diff --git a/gcc/function.c b/gcc/function.c
index 74db519955f2e006cebef1e99b7064ecead9a29e..45f13166c5aa8d586b2e9ed3124869d4e6bfb594 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This file handles the generation of rtl code from tree structure
    at the level of the function as a whole.
diff --git a/gcc/function.h b/gcc/function.h
index cdacf09431aa4d0370414b1cf631866e1bbd9c52..f935e2e11757700133891852b4fa780e1b13336a 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_FUNCTION_H
 #define GCC_FUNCTION_H
diff --git a/gcc/gbl-ctors.h b/gcc/gbl-ctors.h
index 2a56a9fb9fb2b462da915b5ca67c7f40aee3e46d..638cc451d3243719db4ad0346da8c946310f4cdb 100644
--- a/gcc/gbl-ctors.h
+++ b/gcc/gbl-ctors.h
@@ -20,8 +20,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with other files,
    some of which are compiled with GCC, to produce an executable,
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 076d224bebd5d0f0a49b801d6bce02878fddcf2c..3c9fe32df8f534d900650353bdc62f94c172c8e2 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.
 
 This paragraph is here to try to keep Sun CC from dying.
 The number of chars here seems crucial!!!!  */
diff --git a/gcc/gcc.h b/gcc/gcc.h
index 6c3c9829cbcee4afe15de6c15a46ad0b3ed036f1..8f5ae810d363903dea351f70aaad9c4808fc6297 100644
--- a/gcc/gcc.h
+++ b/gcc/gcc.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_GCC_H
 #define GCC_GCC_H
diff --git a/gcc/gccbug.in b/gcc/gccbug.in
index 3b8b83d714bb50ef76ae9210726df612684535be..83fef9f160080d9da8556139ffcb764c8bdc9fd3 100755
--- a/gcc/gccbug.in
+++ b/gcc/gccbug.in
@@ -18,8 +18,8 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with GNU GNATS; see the file COPYING.  If not, write to
-# the Free Software Foundation, 59 Temple Place - Suite 330,
-# Boston, MA 02111-1307, USA.
+# the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
 
 # The version of this send-pr.
 VERSION=3.113
diff --git a/gcc/gccspec.c b/gcc/gccspec.c
index fce784b2ede5316febf8f1ef2f3958d4b9936512..4292d4b040a1ced4d00365da8c331e03e9f2cf78 100644
--- a/gcc/gccspec.c
+++ b/gcc/gccspec.c
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/gcov-dump.c b/gcc/gcov-dump.c
index 1081b5eb44b2c1c0b679629c6585f7b188bd428f..74ae799637b8673d0334a4fef9110d223f6f6c9e 100644
--- a/gcc/gcov-dump.c
+++ b/gcc/gcov-dump.c
@@ -14,8 +14,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Gcov; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/gcov-io.c b/gcc/gcov-io.c
index fdaf93b07443197c641ac9f1ab80c77aa3f00132..ab8e08db4d882b5c7607e4abc50c32040dc1148a 100644
--- a/gcc/gcov-io.c
+++ b/gcc/gcov-io.c
@@ -18,8 +18,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* Routines declared in gcov-io.h.  This file should be #included by
    another source file, after having #included gcov-io.h.  */
diff --git a/gcc/gcov-io.h b/gcc/gcov-io.h
index 76c0c9f06ddeecdcadcba6bfb540ba6c45057740..045f6657ace9044e8b97bfd66ca855e51742806c 100644
--- a/gcc/gcov-io.h
+++ b/gcc/gcov-io.h
@@ -18,8 +18,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with other files,
    some of which are compiled with GCC, to produce an executable,
diff --git a/gcc/gcov-iov.c b/gcc/gcov-iov.c
index df90b5cf12f60d2596d2bb41c0a99d4c2707e2c8..181964a2d1aa5efc7c81be16630bc8d8d10b08fa 100644
--- a/gcc/gcov-iov.c
+++ b/gcc/gcov-iov.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include <stdio.h>
 #include <stdlib.h>
diff --git a/gcc/gcov.c b/gcc/gcov.c
index 9803672dc41a9ab68f38c26d29be400c51d6619d..adce8c8fb8fd5da5c20b2ee5834a4625b69843ad 100644
--- a/gcc/gcov.c
+++ b/gcc/gcov.c
@@ -18,8 +18,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with Gcov; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 /* ??? Print a list of the ten blocks with the highest execution counts,
    and list the line numbers corresponding to those blocks.  Also, perhaps
diff --git a/gcc/gcse.c b/gcc/gcse.c
index d29a507d238ac1ba78c6c8b3546e975035aa66ed..d8a1d251451f7d96c28a4393af28ff43a7e0294c 100644
--- a/gcc/gcse.c
+++ b/gcc/gcse.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* TODO
    - reordering of memory allocation and freeing to be more space efficient
diff --git a/gcc/gen-protos.c b/gcc/gen-protos.c
index 6cf15d9d6e77b6761c7ec6034e3dfaa672e46e4e..388356a85076577d0adbf555ffda5042463abcf3 100644
--- a/gcc/gen-protos.c
+++ b/gcc/gen-protos.c
@@ -14,7 +14,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #include "bconfig.h"
 #include "system.h"
diff --git a/gcc/genattr.c b/gcc/genattr.c
index 44ba0e00714ed662df8b0f385b123847b76c829c..a103795c7504d888c71a100830edde27e4479d24 100644
--- a/gcc/genattr.c
+++ b/gcc/genattr.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "bconfig.h"
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c
index 793841befcb1be0ff5bea8d7326857c0866b107a..c284f86c1c2eb7a1519e47a76f838cd2fdac2704 100644
--- a/gcc/genattrtab.c
+++ b/gcc/genattrtab.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This program handles insn attributes and the DEFINE_DELAY and
    DEFINE_INSN_RESERVATION definitions.
diff --git a/gcc/genattrtab.h b/gcc/genattrtab.h
index 1ba321a2a5e30c08fc4001728be7a469aefcc433..72f6277214cc271aa2383a9024142083d5bf86af 100644
--- a/gcc/genattrtab.h
+++ b/gcc/genattrtab.h
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 /* Name of function (attribute) to translate insn into number of insn
    alternatives reservation.  */
diff --git a/gcc/genautomata.c b/gcc/genautomata.c
index 51e2f416a3a33129fa7f930f808f47bca275470e..dd93377998532c620486cdb2586f803fdddb2a74 100644
--- a/gcc/genautomata.c
+++ b/gcc/genautomata.c
@@ -18,8 +18,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* References:
 
diff --git a/gcc/gencheck.c b/gcc/gencheck.c
index c158d87621aba782ea46787b12daf5294adbb7af..430be23f04a0c13076357cc478694e226372c2bd 100644
--- a/gcc/gencheck.c
+++ b/gcc/gencheck.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "bconfig.h"
 #include "system.h"
diff --git a/gcc/genchecksum.c b/gcc/genchecksum.c
index 465a4f6032b92accb0bc05e397ef10326f2b4790..376d73c54567d1536673ee3d3e6ebc008ebed2ff 100644
--- a/gcc/genchecksum.c
+++ b/gcc/genchecksum.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "bconfig.h"
 #include "system.h"
diff --git a/gcc/gencodes.c b/gcc/gencodes.c
index bb2865a4f65a66a921b8e0ec41bcccc80c7d2337..adfca88e94f0c1c2ca3a1f40fd5bf48628921392 100644
--- a/gcc/gencodes.c
+++ b/gcc/gencodes.c
@@ -18,8 +18,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "bconfig.h"
diff --git a/gcc/genconditions.c b/gcc/genconditions.c
index 4630f1563736eeb34b88d659d743707f6a547787..bdb3d30e27adda6986c60894a6c10e3df4f37993 100644
--- a/gcc/genconditions.c
+++ b/gcc/genconditions.c
@@ -15,8 +15,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to
-   the Free Software Foundation, 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 /* In a machine description, all of the insn patterns - define_insn,
    define_expand, define_split, define_peephole, define_peephole2 -
diff --git a/gcc/genconfig.c b/gcc/genconfig.c
index 1cceb041dfd934dc4c51f6679991cb9f02c9aa10..b92cd2fed9f9230e10c900fd53a4046b7502786d 100644
--- a/gcc/genconfig.c
+++ b/gcc/genconfig.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "bconfig.h"
diff --git a/gcc/genconstants.c b/gcc/genconstants.c
index fee68a0effbcc8c66116dfefd70a36c948b9b0a2..1a63c665bce4b332b52b51d6c74bd5d15e64b699 100644
--- a/gcc/genconstants.c
+++ b/gcc/genconstants.c
@@ -19,8 +19,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 /* This program does not use gensupport.c because it does not need to
    look at insn patterns, only (define_constants), and we want to
diff --git a/gcc/genemit.c b/gcc/genemit.c
index 08b51f821ff533d7ca14bdc8d47ed352567ad92a..691e42c5dd1fecb75b851dcb554cd416f936b703 100644
--- a/gcc/genemit.c
+++ b/gcc/genemit.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "bconfig.h"
diff --git a/gcc/genextract.c b/gcc/genextract.c
index 20100160a6371e3878c89fe0b1a4e3e3e12699d7..75ff6cec2d7a368eff95a3269f9276af67843f9f 100644
--- a/gcc/genextract.c
+++ b/gcc/genextract.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "bconfig.h"
diff --git a/gcc/genflags.c b/gcc/genflags.c
index 0710b4a46677f130f0837624c6194654b988b69c..075a355ee72192afa1b478076835a8df3fd35abd 100644
--- a/gcc/genflags.c
+++ b/gcc/genflags.c
@@ -18,8 +18,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "bconfig.h"
diff --git a/gcc/gengenrtl.c b/gcc/gengenrtl.c
index 5e667a0e8e7bab0419af7f2502ad16c2ec8a5a77..fd4a0218eb26f95e784dbe80d46b6f89144b0fc0 100644
--- a/gcc/gengenrtl.c
+++ b/gcc/gengenrtl.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "bconfig.h"
diff --git a/gcc/gengtype-lex.l b/gcc/gengtype-lex.l
index f844a5eef1008fb4102f594b9c068cfcd2aa3c29..51cd95a6310392966daadec2546525f26c2883f2 100644
--- a/gcc/gengtype-lex.l
+++ b/gcc/gengtype-lex.l
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 %{
 #include "bconfig.h"
diff --git a/gcc/gengtype-yacc.y b/gcc/gengtype-yacc.y
index 403e23f1f38abfc05b8426a9e4a1fe682048d8a3..b1331724bd48d4556ee86e8e712ca4f94f17f8c9 100644
--- a/gcc/gengtype-yacc.y
+++ b/gcc/gengtype-yacc.y
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 %{
 #include "bconfig.h"
diff --git a/gcc/gengtype.h b/gcc/gengtype.h
index ad48566e5e584a2ccfc0ac270ad63d4816151a0e..0e527c2706debefd1b5278fa5c69dcf479dc72e9 100644
--- a/gcc/gengtype.h
+++ b/gcc/gengtype.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* A file position, mostly for error messages.  
    The FILE element may be compared using pointer equality.  */
diff --git a/gcc/genmddeps.c b/gcc/genmddeps.c
index ff9e63d52a904145ca0dc846bade86ce8ad7cd7c..b1447d35ce327e23fd1e4fb6bd7fa6409d851b87 100644
--- a/gcc/genmddeps.c
+++ b/gcc/genmddeps.c
@@ -13,7 +13,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #include "bconfig.h"
 #include "system.h"
diff --git a/gcc/genmodes.c b/gcc/genmodes.c
index 42a8d03c83e62d5062b543bb3648b2a6e292358b..142dde4e7378a016906607896958e17f0ebcf9e0 100644
--- a/gcc/genmodes.c
+++ b/gcc/genmodes.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "bconfig.h"
 #include "system.h"
diff --git a/gcc/genmultilib b/gcc/genmultilib
index df9627c94fe1c6443bdd1550b1ca2519606c7f85..660639ef364f06c249ae77418c5357f9e8d4b7c1 100644
--- a/gcc/genmultilib
+++ b/gcc/genmultilib
@@ -16,8 +16,8 @@
 
 #You should have received a copy of the GNU General Public License
 #along with GCC; see the file COPYING.  If not, write to the Free
-#Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-#02111-1307, USA.
+#Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+#02110-1301, USA.
 
 # This shell script produces a header file which the gcc driver
 # program uses to pick which library to use based on the machine
diff --git a/gcc/genopinit.c b/gcc/genopinit.c
index 19a7f7c817664ca0b7a668cae80303b9998f0387..2c74bedd54959318cacc830a5df40178e3d7c07d 100644
--- a/gcc/genopinit.c
+++ b/gcc/genopinit.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "bconfig.h"
diff --git a/gcc/genoutput.c b/gcc/genoutput.c
index b371e0403b1eb87712e5f914d1ae20c5706a7181..e94e20f3d1643ba872fb5486de25dc89da4b09cc 100644
--- a/gcc/genoutput.c
+++ b/gcc/genoutput.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 /* This program reads the machine description for the compiler target machine
diff --git a/gcc/genpeep.c b/gcc/genpeep.c
index 42550df4bf4c25654ad832e79dd292223f48e44b..89da38f1b3b32065b5b4e38d87d438411cb31ee5 100644
--- a/gcc/genpeep.c
+++ b/gcc/genpeep.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "bconfig.h"
diff --git a/gcc/genpreds.c b/gcc/genpreds.c
index e03e609ae985054e2ca55c298966ec42bb8844b1..1a737146d1a20c9081801f5866b37f00b88929b9 100644
--- a/gcc/genpreds.c
+++ b/gcc/genpreds.c
@@ -18,8 +18,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "bconfig.h"
 #include "system.h"
diff --git a/gcc/genrecog.c b/gcc/genrecog.c
index 9fde918ea7ab5261a9ac7c92ef4d473552384dd7..5aa4bda5fbf26ff74b7e93283d5904b81675e566 100644
--- a/gcc/genrecog.c
+++ b/gcc/genrecog.c
@@ -16,8 +16,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 
 /* This program is used to produce insn-recog.c, which contains a
diff --git a/gcc/gensupport.c b/gcc/gensupport.c
index d6034ef2ad82cf24dc37410686f565248c17c391..ef4366fe650d11bb3bad3695e8daebaca9931321 100644
--- a/gcc/gensupport.c
+++ b/gcc/gensupport.c
@@ -16,8 +16,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 #include "bconfig.h"
 #include "system.h"
diff --git a/gcc/gensupport.h b/gcc/gensupport.h
index 71557175266b8d6f195765d01af7a4d5b157bda7..51f37b7bc7caec80237b357fda4c668469180114 100644
--- a/gcc/gensupport.h
+++ b/gcc/gensupport.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_GENSUPPORT_H
 #define GCC_GENSUPPORT_H
diff --git a/gcc/ggc-common.c b/gcc/ggc-common.c
index 267501c8ec346ef7ebf3d1595c776daacd2253bd..81a561320578a10789f354d073134d7769ddedad 100644
--- a/gcc/ggc-common.c
+++ b/gcc/ggc-common.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* Generic garbage collection (GC) functions and data, not specific to
    any particular GC implementation.  */
diff --git a/gcc/ggc-none.c b/gcc/ggc-none.c
index da906912c9213689e600e4790db0e283d3b3b548..3163a523d0d913da90fe8c3217afa3b05019fe64 100644
--- a/gcc/ggc-none.c
+++ b/gcc/ggc-none.c
@@ -16,8 +16,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 /* This version is used by the gen* programs and certain language-specific
    targets (such as java), where we don't really need GC at all.
diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c
index 4da04b378bd346b50bd1f56a00da86b019fbdfc6..f9c49f3a7f441347b1d2a509f760ff922d453879 100644
--- a/gcc/ggc-page.c
+++ b/gcc/ggc-page.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/ggc-zone.c b/gcc/ggc-zone.c
index eb4fc1484ef7ec96642d91bca014b13826b4c5d8..40d751907f7828a895494308c69696aa64e03522 100644
--- a/gcc/ggc-zone.c
+++ b/gcc/ggc-zone.c
@@ -20,8 +20,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/ggc.h b/gcc/ggc.h
index 57107ffdfc10ec1388f47345a29940a77e0f0b92..a5ae6a2ec47d7484963ddacaaea8b2b6fac6a2ad 100644
--- a/gcc/ggc.h
+++ b/gcc/ggc.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_GGC_H
 #define GCC_GGC_H
diff --git a/gcc/gimple-low.c b/gcc/gimple-low.c
index e56efca4f858aaa25f49d18fa0c575bfae2c9bc8..7acb4a415990bcc688b907f5a6af61b43f657a28 100644
--- a/gcc/gimple-low.c
+++ b/gcc/gimple-low.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/gimplify.c b/gcc/gimplify.c
index 81512728dc531bc34828494a77468ccbe9943683..156e56744a57f8f9a109748f8fc14b13eb37b367 100644
--- a/gcc/gimplify.c
+++ b/gcc/gimplify.c
@@ -18,8 +18,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/global.c b/gcc/global.c
index 8a048108a4833954a9c646727bb30abaae4760b1..bdd33868d57ac3338a64b0f6e4bb71125d7549a3 100644
--- a/gcc/global.c
+++ b/gcc/global.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "config.h"
diff --git a/gcc/graph.c b/gcc/graph.c
index c0e9043fbe3a27d2fc67f28dd154ee105b8722fb..3f6f14fac4027d1f1d287e8679539d7feb808590 100644
--- a/gcc/graph.c
+++ b/gcc/graph.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include <config.h>
 #include "system.h"
diff --git a/gcc/graph.h b/gcc/graph.h
index 67a82cec3dcceecc0c62d8ac8c89b21454754a45..f4364a1a81449b8684f1d3429aa60b5102cdbae4 100644
--- a/gcc/graph.h
+++ b/gcc/graph.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_GRAPH_H
 #define GCC_GRAPH_H
diff --git a/gcc/gthr-aix.h b/gcc/gthr-aix.h
index 45cdf4c77ff8608ae99f7d1814f4d6733c29ecef..016379b10495c69763a85dc8ab94841738d0e75f 100644
--- a/gcc/gthr-aix.h
+++ b/gcc/gthr-aix.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with other files,
    some of which are compiled with GCC, to produce an executable,
diff --git a/gcc/gthr-dce.h b/gcc/gthr-dce.h
index 6a3d906c6460a7d297076df816f23f59b07a6bc3..f74a1b1b9e7545be366239d0b35e3222b008a84d 100644
--- a/gcc/gthr-dce.h
+++ b/gcc/gthr-dce.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with other files,
    some of which are compiled with GCC, to produce an executable,
diff --git a/gcc/gthr-gnat.c b/gcc/gthr-gnat.c
index 2d55fdfc7aed6c7bfb46fd83fdf2f586f8549c94..e1d026002d4560c7d17dab7ef87845e2d27b3a4c 100644
--- a/gcc/gthr-gnat.c
+++ b/gcc/gthr-gnat.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with other files,
    some of which are compiled with GCC, to produce an executable,
diff --git a/gcc/gthr-gnat.h b/gcc/gthr-gnat.h
index ee9ad947ab98a29aabe1aafb2bacb5a9d751c9ea..a7931c01858d8a06d395c32219a0b4e0e0db2972 100644
--- a/gcc/gthr-gnat.h
+++ b/gcc/gthr-gnat.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with other files,
    some of which are compiled with GCC, to produce an executable,
diff --git a/gcc/gthr-lynx.h b/gcc/gthr-lynx.h
index 1ff631d35c43ae630dcde8e0a3b2676ac80a7056..8d2d72b9d97d81b9c9adfb193ebf69820965bbff 100644
--- a/gcc/gthr-lynx.h
+++ b/gcc/gthr-lynx.h
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with other files,
    some of which are compiled with GCC, to produce an executable,
diff --git a/gcc/gthr-nks.h b/gcc/gthr-nks.h
index a9ac854c715733c2dd7d7e76958bd111033828f6..2c2b3e973a5db3ffe6716cd02e7c23495f46c50d 100644
--- a/gcc/gthr-nks.h
+++ b/gcc/gthr-nks.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with other files,
    some of which are compiled with GCC, to produce an executable,
diff --git a/gcc/gthr-posix.c b/gcc/gthr-posix.c
index dd7ad48d2610eff7b95f1011399b8f57c23d7471..a8922c0c16bb7ecac6d6596e511077a6e90ad65c 100644
--- a/gcc/gthr-posix.c
+++ b/gcc/gthr-posix.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with other files,
    some of which are compiled with GCC, to produce an executable,
diff --git a/gcc/gthr-posix.h b/gcc/gthr-posix.h
index 938b4f15dd9b950fff35cb24b6e05d1714baf259..355b5847e3e291deab11435942fcb52733864802 100644
--- a/gcc/gthr-posix.h
+++ b/gcc/gthr-posix.h
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with other files,
    some of which are compiled with GCC, to produce an executable,
diff --git a/gcc/gthr-posix95.h b/gcc/gthr-posix95.h
index b0bd1325b813cb9e85b25353ad049d880b8a476a..3e78ea629f78db5e51856c4c46ed9e952dbb19bc 100644
--- a/gcc/gthr-posix95.h
+++ b/gcc/gthr-posix95.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with other files,
    some of which are compiled with GCC, to produce an executable,
diff --git a/gcc/gthr-rtems.h b/gcc/gthr-rtems.h
index a1b58f6cc334154ee7a9a5b7fc66ff6bf651bb41..6069f19b7bd868851af04806d56c6a77aec51e4e 100644
--- a/gcc/gthr-rtems.h
+++ b/gcc/gthr-rtems.h
@@ -18,8 +18,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with other files,
    some of which are compiled with GCC, to produce an executable,
diff --git a/gcc/gthr-single.h b/gcc/gthr-single.h
index e3d49165421a5ebe67d3de28a93d7669d3617696..c3a903deb65749d11a4be03e1fcec13d399eb368 100644
--- a/gcc/gthr-single.h
+++ b/gcc/gthr-single.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with other files,
    some of which are compiled with GCC, to produce an executable,
diff --git a/gcc/gthr-solaris.h b/gcc/gthr-solaris.h
index ca13da26511e99f457a541dd01fc146e1a40383f..e37c62899af4d30487249eb6ef89f9a9056e1937 100644
--- a/gcc/gthr-solaris.h
+++ b/gcc/gthr-solaris.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with other files,
    some of which are compiled with GCC, to produce an executable,
diff --git a/gcc/gthr-tpf.h b/gcc/gthr-tpf.h
index 6eac833dda7caf56e8bed4ebedafdda1974a6271..833abf9130a8ad64447819c7bb1fea04b5af1aa6 100644
--- a/gcc/gthr-tpf.h
+++ b/gcc/gthr-tpf.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with other files,
    some of which are compiled with GCC, to produce an executable,
diff --git a/gcc/gthr-vxworks.h b/gcc/gthr-vxworks.h
index 0f3ad23412ad6c81e8cad6fc3859c55883c38e9d..5ff5234219fcd2f7024225d1d3703103e8746a67 100644
--- a/gcc/gthr-vxworks.h
+++ b/gcc/gthr-vxworks.h
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with other files,
    some of which are compiled with GCC, to produce an executable,
diff --git a/gcc/gthr-win32.h b/gcc/gthr-win32.h
index 5e17360dfcd00746d0be1cdce97a0caf5e506388..a27dccf7126c59fed70e0f8ed843216c00e66ec9 100644
--- a/gcc/gthr-win32.h
+++ b/gcc/gthr-win32.h
@@ -19,8 +19,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with other files,
    some of which are compiled with GCC, to produce an executable,
diff --git a/gcc/gthr.h b/gcc/gthr.h
index ffd40d7aa5d9d310b416d40d61724f821b8d1cae..b9d164187c16454a1e08e428c71c654288be9f4e 100644
--- a/gcc/gthr.h
+++ b/gcc/gthr.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with other files,
    some of which are compiled with GCC, to produce an executable,
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c
index 87de24e3770f1298b6e81669ed2eee4f5897078c..5713e9a2cfba1e544df1876112df59dcdca883d4 100644
--- a/gcc/haifa-sched.c
+++ b/gcc/haifa-sched.c
@@ -18,8 +18,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* Instruction scheduling pass.  This file, along with sched-deps.c,
    contains the generic parts.  The actual entry point is found for
diff --git a/gcc/hard-reg-set.h b/gcc/hard-reg-set.h
index b101c5eb6e6eb426afdd7e6eeac4e71f8ac5bb74..2bd4445416a807ab252f279a8a59c97f455890eb 100644
--- a/gcc/hard-reg-set.h
+++ b/gcc/hard-reg-set.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_HARD_REG_SET_H
 #define GCC_HARD_REG_SET_H 
diff --git a/gcc/hooks.c b/gcc/hooks.c
index 23038ff361298255d9a730a7b42c381e63d2a533..65b347e3fea6facd41a3ddce3be97d4b89fb1626 100644
--- a/gcc/hooks.c
+++ b/gcc/hooks.c
@@ -13,7 +13,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
  In other words, you are welcome to use, share and improve this program.
  You are forbidden to forbid anyone else to use, share and improve
diff --git a/gcc/hooks.h b/gcc/hooks.h
index 2d9b3a3bde749c514be29cb709908a53a2a05d2a..318af087ce0c66c4664290eea60d2075b9fda2e1 100644
--- a/gcc/hooks.h
+++ b/gcc/hooks.h
@@ -13,7 +13,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
  In other words, you are welcome to use, share and improve this program.
  You are forbidden to forbid anyone else to use, share and improve
diff --git a/gcc/host-default.c b/gcc/host-default.c
index b38d13aa0f9d099b080f63b0a97eb9548c9e7f27..822242a67381094110765a19871f8dd903f1c7aa 100644
--- a/gcc/host-default.c
+++ b/gcc/host-default.c
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "config.h"
diff --git a/gcc/hosthooks-def.h b/gcc/hosthooks-def.h
index 910f7830ec74f7a6a4af7ddb3316919fdec4f6bf..aecb571dd21cd0ef9d7049a88248ac92441b54f0 100644
--- a/gcc/hosthooks-def.h
+++ b/gcc/hosthooks-def.h
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #ifndef GCC_HOST_HOOKS_DEF_H
 #define GCC_HOST_HOOKS_DEF_H
diff --git a/gcc/hosthooks.h b/gcc/hosthooks.h
index 0ac89f5e7c75fd1a6e679b52a60509c86c6e3e4f..d2959b415b0b1e98fe318905b387abf555276afb 100644
--- a/gcc/hosthooks.h
+++ b/gcc/hosthooks.h
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #ifndef GCC_HOST_HOOKS_H
 #define GCC_HOST_HOOKS_H
diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c
index 4480f530260153079308f0dc918ff5f3a90139b1..750ffa99c28f19410c285a515613334ee6cc4655 100644
--- a/gcc/ifcvt.c
+++ b/gcc/ifcvt.c
@@ -16,8 +16,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/input.h b/gcc/input.h
index f15ce6688bf5f6ab4d90d65220ad8811947b9f10..0ca3ccfd7338d862375fb46a1a11852a1b0315a8 100644
--- a/gcc/input.h
+++ b/gcc/input.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_INPUT_H
 #define GCC_INPUT_H
diff --git a/gcc/insn-addr.h b/gcc/insn-addr.h
index 4403b0b2590b7b16c7152efbded389b323a02b27..457980e44fe92e9266037f2e1214118e9ad8c2e7 100644
--- a/gcc/insn-addr.h
+++ b/gcc/insn-addr.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_INSN_ADDR_H
 #define GCC_INSN_ADDR_H 
diff --git a/gcc/insn-notes.def b/gcc/insn-notes.def
index f3bbd3793932debbe0dcf3d80a6355eafcf31e77..c4b477fdad9707a568ece725e85324828421992f 100644
--- a/gcc/insn-notes.def
+++ b/gcc/insn-notes.def
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This file defines all the codes that may appear in the
    NOTE_LINE_NUMBER field of a NOTE insn for kinds of notes that are
diff --git a/gcc/integrate.c b/gcc/integrate.c
index 065436b34117c22ab522b1f0e2bf30ae3c1b132c..bacba73c5fccb4b271c3ae1e16b60ee36c950000 100644
--- a/gcc/integrate.c
+++ b/gcc/integrate.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/integrate.h b/gcc/integrate.h
index fce69efb67c7d3a027bc703929dd4e6da4306092..3268238d8a9c728958e677bdf2f0dee502a064ae 100644
--- a/gcc/integrate.h
+++ b/gcc/integrate.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "varray.h"
 
diff --git a/gcc/intl.c b/gcc/intl.c
index 7046ae84cd6127a2b7c5a709d617add77ef7b0cb..ca4679cea38962ca5f38b2cc7601934f58e27234 100644
--- a/gcc/intl.c
+++ b/gcc/intl.c
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/intl.h b/gcc/intl.h
index cca596d984d135a4f6b7371bfb468016d21c7776..a118c0a98d1bd2714831358b7c0e06b470a31e32 100644
--- a/gcc/intl.h
+++ b/gcc/intl.h
@@ -13,8 +13,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 #ifndef GCC_INTL_H
 #define GCC_INTL_H
diff --git a/gcc/ipa-inline.c b/gcc/ipa-inline.c
index 5a336ff1b1b3ba2e575ea19527288b92512c37d5..c176eb719da9c9745898a252beff00f1d3f2e400 100644
--- a/gcc/ipa-inline.c
+++ b/gcc/ipa-inline.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /*  Inlining decision heuristics
 
diff --git a/gcc/ipa.c b/gcc/ipa.c
index fe1055dc12bcb9a9402482a6680237ba884cc952..64af3ebf4e571353ac1c276bea6c854b73b8c1cf 100644
--- a/gcc/ipa.c
+++ b/gcc/ipa.c
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/jump.c b/gcc/jump.c
index 8cfe3b9bcfd556eced267f8648b44797483a016e..d0170b51e6d245b2546363cd8abf6dc5b26a48e3 100644
--- a/gcc/jump.c
+++ b/gcc/jump.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This is the pathetic reminder of old fame of the jump-optimization pass
    of the compiler.  Now it contains basically set of utility function to
diff --git a/gcc/lambda-code.c b/gcc/lambda-code.c
index c649d181b2df851e664b8247e4455da20f523c56..12431cb00ea409bd76fba70efdc89c832b1a4714 100644
--- a/gcc/lambda-code.c
+++ b/gcc/lambda-code.c
@@ -16,8 +16,8 @@
     
     You should have received a copy of the GNU General Public License
     along with GCC; see the file COPYING.  If not, write to the Free
-    Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-    02111-1307, USA.  */
+    Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+    02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/lambda-mat.c b/gcc/lambda-mat.c
index cdd033079bc1524db80b7a15f2602120a37ab924..0485a0f0c5c4d1f76f37033634d883e55da79753 100644
--- a/gcc/lambda-mat.c
+++ b/gcc/lambda-mat.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 #include "config.h"
 #include "system.h"
 #include "coretypes.h"
diff --git a/gcc/lambda-trans.c b/gcc/lambda-trans.c
index a3a11f190cac3cb16dbcb58c3d1418d5b60da1d2..301db32a98bd6cad4535db70fdd2801def6109da 100644
--- a/gcc/lambda-trans.c
+++ b/gcc/lambda-trans.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/lambda.h b/gcc/lambda.h
index aaf40dc09d3f5f5738dd7d678094de786f9698b8..dea12ef6098d218edcd96bcafeb2352b8da4ae79 100644
--- a/gcc/lambda.h
+++ b/gcc/lambda.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef LAMBDA_H
 #define LAMBDA_H
diff --git a/gcc/langhooks-def.h b/gcc/langhooks-def.h
index 67ea0f325dc3aee1ef3953923ad1100962274255..2c8bb9631982460239f838cfdb7061e96a97647f 100644
--- a/gcc/langhooks-def.h
+++ b/gcc/langhooks-def.h
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #ifndef GCC_LANG_HOOKS_DEF_H
 #define GCC_LANG_HOOKS_DEF_H
diff --git a/gcc/langhooks.c b/gcc/langhooks.c
index 94e08e6f8cbeec57358bc7edccfc1dd67e22831b..e2939f07bfcc81dbe4e428d18cb91ddb38ae4ced 100644
--- a/gcc/langhooks.c
+++ b/gcc/langhooks.c
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/langhooks.h b/gcc/langhooks.h
index e10592c98718020d2ecf0354d0a7affc97afe02f..a0c24fc4e2166351a37e036027f900bf71ef0a78 100644
--- a/gcc/langhooks.h
+++ b/gcc/langhooks.h
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #ifndef GCC_LANG_HOOKS_H
 #define GCC_LANG_HOOKS_H
diff --git a/gcc/lcm.c b/gcc/lcm.c
index 330068e7d61663948ac111247864c6d605991165..000e530a2ada5944d050d3bc498991b1b52676a0 100644
--- a/gcc/lcm.c
+++ b/gcc/lcm.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* These routines are meant to be used by various optimization
    passes which can be modeled as lazy code motion problems.
diff --git a/gcc/libada-mk.in b/gcc/libada-mk.in
index 77a5c2b4ec14d8070369e2b657099e716ea41d57..93bbad9cf31c6bacd5f09378a7fdac51d47c3075 100644
--- a/gcc/libada-mk.in
+++ b/gcc/libada-mk.in
@@ -14,8 +14,8 @@
 
 #You should have received a copy of the GNU General Public License
 #along with GCC; see the file COPYING.  If not, write to
-#the Free Software Foundation, 59 Temple Place - Suite 330,
-#Boston MA 02111-1307, USA.
+#the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+#Boston MA 02110-1301, USA.
 
 # GCC's Makefile fragment for libada.
 # libada needs some information from the GCC configure file at the moment,
diff --git a/gcc/libfuncs.h b/gcc/libfuncs.h
index 44de0a7787b51ceeb051eba77095ed1b17c63492..e584a1292001a7a211c6438b8f94f4d09aaecfc8 100644
--- a/gcc/libfuncs.h
+++ b/gcc/libfuncs.h
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #ifndef GCC_LIBFUNCS_H
 #define GCC_LIBFUNCS_H
diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c
index a303d0bce25fdadf99744b5d0c4d414f8e805eb6..3108bff6729e2d0f1aee0f5f1473a074dcee0f47 100644
--- a/gcc/libgcc2.c
+++ b/gcc/libgcc2.c
@@ -26,8 +26,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "tconfig.h"
 #include "tsystem.h"
diff --git a/gcc/libgcc2.h b/gcc/libgcc2.h
index cc4c13f7902ef82d1858357f50559d5ae4138ffb..05901d89215ece31bb7a283a2bd4b378797cc8fb 100644
--- a/gcc/libgcc2.h
+++ b/gcc/libgcc2.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with other files,
    some of which are compiled with GCC, to produce an executable,
diff --git a/gcc/libgcov.c b/gcc/libgcov.c
index 3731a9ec9b79bebdd4ba4bf80a94ad1932e35cc5..09f3522537a7413c1157d8234c640a4778ff14a5 100644
--- a/gcc/libgcov.c
+++ b/gcc/libgcov.c
@@ -26,8 +26,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "tconfig.h"
 #include "tsystem.h"
diff --git a/gcc/lists.c b/gcc/lists.c
index 3af95268091bea298ac7705ab88cb76bdcb9a8f4..9efa596c512d6972d2e8469d37d74f54fd1a3de0 100644
--- a/gcc/lists.c
+++ b/gcc/lists.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/local-alloc.c b/gcc/local-alloc.c
index ada6e3d2b4a05484572ffbf11d833f4bffd47d06..a5d8c41a0b327a34d32a052d8deb3247c24170d3 100644
--- a/gcc/local-alloc.c
+++ b/gcc/local-alloc.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* Allocation of hard register numbers to pseudo registers is done in
    two passes.  In this pass we consider only regs that are born and
diff --git a/gcc/longlong.h b/gcc/longlong.h
index 57ae6343447086578109f058e5e3e82412c04b85..01a03287f92de0944dfb27a5d3cb38b47aed082a 100644
--- a/gcc/longlong.h
+++ b/gcc/longlong.h
@@ -14,8 +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., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 /* You have to define the following before including this file:
 
diff --git a/gcc/loop-doloop.c b/gcc/loop-doloop.c
index c40777b82c419c02d72773c36501664f2fe42744..def4c55afa2713f3c3e7034589e80e28c2ebffbd 100644
--- a/gcc/loop-doloop.c
+++ b/gcc/loop-doloop.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/loop-init.c b/gcc/loop-init.c
index 2eddb6d1d18f389b6b83efa977f6e9163fccbf0a..4702789f9535dc3ef6eef83d5c3d8f5014d8b376 100644
--- a/gcc/loop-init.c
+++ b/gcc/loop-init.c
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/loop-invariant.c b/gcc/loop-invariant.c
index 34140ef34f93a931a1f00c8e0ab020796141e5a1..8a09ff969449463514940431264bd7c2ff089475 100644
--- a/gcc/loop-invariant.c
+++ b/gcc/loop-invariant.c
@@ -15,8 +15,8 @@ for more details.
    
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This implements the loop invariant motion pass.  It is very simple
    (no calls, libcalls, etc.).  This should be sufficient to cleanup things like
diff --git a/gcc/loop-iv.c b/gcc/loop-iv.c
index ba0d64c78f34e2214cd62f1df8f1271fb7766569..48bae0bd9546cfbd0dad10adb300fe52e7cc0233 100644
--- a/gcc/loop-iv.c
+++ b/gcc/loop-iv.c
@@ -15,8 +15,8 @@ for more details.
    
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This is just a very simplistic analysis of induction variables of the loop.
    The major use is for determining the number of iterations of a loop for
diff --git a/gcc/loop-unroll.c b/gcc/loop-unroll.c
index fd1821c80cec51091eed138de0f264df8c4f17b4..deeca2da8d6a0d4888d718c98e28566de6510f92 100644
--- a/gcc/loop-unroll.c
+++ b/gcc/loop-unroll.c
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/loop-unswitch.c b/gcc/loop-unswitch.c
index 27a8bca26251b16649c5b6b4fd835f630cd6a197..d74873050177509081350e79643c4d45429b68e4 100644
--- a/gcc/loop-unswitch.c
+++ b/gcc/loop-unswitch.c
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/loop.c b/gcc/loop.c
index 7da65db0d3d59c6fbd3d99c84a80bdd1b6de9317..5e85248718d80bf29b75a41c8b2ff3445aa3c52c 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This is the loop optimization pass of the compiler.
    It finds invariant computations within loops and moves them
diff --git a/gcc/machmode.def b/gcc/machmode.def
index 7e4898628e44a8092d9d852bdc5cd592ea95934f..46895214e07cc3e95e3a564af4830d13fe1c211f 100644
--- a/gcc/machmode.def
+++ b/gcc/machmode.def
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 /* This file defines all the MACHINE MODES used by GCC.
diff --git a/gcc/machmode.h b/gcc/machmode.h
index 10016f86ac7089f116ef2af6e2556350239d1dda..7f5633c1a04750a8b3acf61d272bceb10a4a07c4 100644
--- a/gcc/machmode.h
+++ b/gcc/machmode.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef HAVE_MACHINE_MODES
 #define HAVE_MACHINE_MODES
diff --git a/gcc/main.c b/gcc/main.c
index 16a936e58b7e994acfaa9c7bbab4aea6b9163aff..02cc9f0a9ba39811e9c234f299a8af92878d28a2 100644
--- a/gcc/main.c
+++ b/gcc/main.c
@@ -14,8 +14,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/mips-tdump.c b/gcc/mips-tdump.c
index 286dd6ae3a3ee7d3f5f622ead2d5791cfc44b9d4..b82fce4571d87d86fe5b12da5188db5413a88b43 100644
--- a/gcc/mips-tdump.c
+++ b/gcc/mips-tdump.c
@@ -18,8 +18,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/mips-tfile.c b/gcc/mips-tfile.c
index 49ae0773d99acd362ddfad71385dec2ee9b9f6a9..c96eb419a25e8f7599638eb6a2f931a3c5057c7a 100644
--- a/gcc/mips-tfile.c
+++ b/gcc/mips-tfile.c
@@ -20,8 +20,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 /* Here is a brief description of the MIPS ECOFF symbol table.  The
diff --git a/gcc/mkconfig.sh b/gcc/mkconfig.sh
index 8fd9de2941985cf23aa0c0ad791be89d9dd9fc25..78c9a993666d5a6a64646f8dd61ebee2c1b5744c 100644
--- a/gcc/mkconfig.sh
+++ b/gcc/mkconfig.sh
@@ -15,8 +15,8 @@
 
 # You should have received a copy of the GNU General Public License
 # along with GCC; see the file COPYING.  If not, write to
-# the Free Software Foundation, 59 Temple Place - Suite 330,
-# Boston MA 02111-1307, USA.
+# the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+# Boston MA 02110-1301, USA.
 
 
 # Generate gcc's various configuration headers:
diff --git a/gcc/mkmap-flat.awk b/gcc/mkmap-flat.awk
index dacd7ca6d36b6e150e9a110ed4fe4124bad36808..09f7cce899c739177e9392d432c661c0167b6b01 100644
--- a/gcc/mkmap-flat.awk
+++ b/gcc/mkmap-flat.awk
@@ -15,8 +15,8 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with GCC; see the file COPYING.  If not, write to the Free
-# Software Foundation, 59 Temple Place - Suite 330, Boston MA
-# 02111-1307, USA.
+# Software Foundation, 51 Franklin Street, Fifth Floor, Boston MA
+# 02110-1301, USA.
 
 BEGIN {
   state = "nm";
diff --git a/gcc/mkmap-symver.awk b/gcc/mkmap-symver.awk
index 7514b954ec75b9a36b4001782b1f5f4424b51a78..744d9c8a71f9185ca312e020f62556cbece2ae10 100644
--- a/gcc/mkmap-symver.awk
+++ b/gcc/mkmap-symver.awk
@@ -15,8 +15,8 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with GCC; see the file COPYING.  If not, write to the Free
-# Software Foundation, 59 Temple Place - Suite 330, Boston MA
-# 02111-1307, USA.
+# Software Foundation, 51 Franklin Street, Fifth Floor, Boston MA
+# 02110-1301, USA.
 
 BEGIN {
   state = "nm";
diff --git a/gcc/mode-classes.def b/gcc/mode-classes.def
index d154493ebcc3254afb5347774f011e68f8263e30..08f679ea78f716c0935e8732350dfd7de4b8cbae 100644
--- a/gcc/mode-classes.def
+++ b/gcc/mode-classes.def
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #define MODE_CLASSES							   \
   DEF_MODE_CLASS (MODE_RANDOM),		/* other */			   \
diff --git a/gcc/mode-switching.c b/gcc/mode-switching.c
index 968061c2482e6e445f4aa0711d4092c7b327cd48..62e7112d0cd76dc8e9fb4fcfd25cb59eae716f45 100644
--- a/gcc/mode-switching.c
+++ b/gcc/mode-switching.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/modulo-sched.c b/gcc/modulo-sched.c
index 39549b93cb0090a309944ac629ff163d4f5ad40a..b436811970ef6bbe3dacc2af3625a385711bbe19 100644
--- a/gcc/modulo-sched.c
+++ b/gcc/modulo-sched.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "config.h"
diff --git a/gcc/opt-functions.awk b/gcc/opt-functions.awk
index b5124969ceca5b4282109a67b5de31194814e0de..3e4c80596060f9d4ff8c5e57fb6190d81492aa84 100644
--- a/gcc/opt-functions.awk
+++ b/gcc/opt-functions.awk
@@ -14,7 +14,7 @@
 # 
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 # Some common subroutines for use by opt[ch]-gen.awk.
 
diff --git a/gcc/opt-gather.awk b/gcc/opt-gather.awk
index 2feb6d84372cb7cda737e430629a81b2b21d6a93..084362ec1eaa1b1628e05cb200791412fe35143e 100644
--- a/gcc/opt-gather.awk
+++ b/gcc/opt-gather.awk
@@ -14,7 +14,7 @@
 # 
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 # This Awk script takes a list of *.opt files and combines them into 
 # a three-field sorted list suitable for input into opt[ch]-gen.awk.
diff --git a/gcc/optabs.c b/gcc/optabs.c
index 22027271716b7180fcc85e5748cfd27f918f5798..1fb1136853804a2a28d5585d33fb5753d87bcdab 100644
--- a/gcc/optabs.c
+++ b/gcc/optabs.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "config.h"
diff --git a/gcc/optabs.h b/gcc/optabs.h
index 91afce35a9670e5d65c8a28e83a5bea7a3cf4576..c3644bef80712f090fb31c01265479649ba84ee2 100644
--- a/gcc/optabs.h
+++ b/gcc/optabs.h
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #ifndef GCC_OPTABS_H
 #define GCC_OPTABS_H
diff --git a/gcc/optc-gen.awk b/gcc/optc-gen.awk
index 85876e0f14829fe182fd66dce28fa5af3736f0f5..065972b031ab5ef16a0c5f81365a53ca6db2cb07 100644
--- a/gcc/optc-gen.awk
+++ b/gcc/optc-gen.awk
@@ -14,7 +14,7 @@
 # 
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 # This Awk script reads in the option records generated from 
 # opt-gather.awk, combines the flags of duplicat options and generates a
diff --git a/gcc/opth-gen.awk b/gcc/opth-gen.awk
index 1a63bc90f63ad9427694ba4f9572e22cfd7b36eb..a6537a1c3489441f947f6641b43b1c465d705a2a 100644
--- a/gcc/opth-gen.awk
+++ b/gcc/opth-gen.awk
@@ -14,7 +14,7 @@
 # 
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
 # This Awk script reads in the option records generated from 
 # opt-gather.awk, combines the flags of duplicate options and generates a
diff --git a/gcc/opts.c b/gcc/opts.c
index b6f98e0b0bc1f5894ac1596650490087b3d25d18..ec416887a41989a38aec9d8ec5d29ee72e71dbc2 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/opts.h b/gcc/opts.h
index bc05ac979579ad5c8480a47ffbc7232e5019946b..2c2340c3bdd18c0062f01fa6784eb2a7f8adf1ea 100644
--- a/gcc/opts.h
+++ b/gcc/opts.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_OPTS_H
 #define GCC_OPTS_H
diff --git a/gcc/output.h b/gcc/output.h
index 7c7c1d8451366cbc6b947d84ae7034515627b44b..221e4df185076d2aae770d1b5c62fa4a5e200407 100644
--- a/gcc/output.h
+++ b/gcc/output.h
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_OUTPUT_H
 #define GCC_OUTPUT_H
diff --git a/gcc/params.c b/gcc/params.c
index bae4dbad4f6317da96661dae9cd759c643643336..40daae77a097f183cc86f7ac48980b687adac06a 100644
--- a/gcc/params.c
+++ b/gcc/params.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.
 
 */
 
diff --git a/gcc/params.def b/gcc/params.def
index d9871a5b00b9a6a404a0116e33c02f28269b649e..c17b54ee4fc7362f271e1b8e3e2bdce448c51b5e 100644
--- a/gcc/params.def
+++ b/gcc/params.def
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.
 
 */
 
diff --git a/gcc/params.h b/gcc/params.h
index fc1c377fb3b313c588552c01f0da12b3592ffebc..7edcb9817be5d731ca62da611e1a169f8e0a0df9 100644
--- a/gcc/params.h
+++ b/gcc/params.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.
 
 */
 
diff --git a/gcc/passes.c b/gcc/passes.c
index 93126b020ea5d84ef18be188e045ca041cc7818b..4eff6c6d44064e0bb6e4f868892259c22e36bd87 100644
--- a/gcc/passes.c
+++ b/gcc/passes.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This is the top level of cc1/c++.
    It parses command args, opens files, invokes the various passes
diff --git a/gcc/pointer-set.c b/gcc/pointer-set.c
index 266cccfef8aa2627f9321b3953b2a3fbd1a8e942..460a2cfd9acacf2dfd59114c5a64123b11165d1a 100644
--- a/gcc/pointer-set.c
+++ b/gcc/pointer-set.c
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/pointer-set.h b/gcc/pointer-set.h
index 65ac9ee4724977aa6aa99bef8630e7b8839961af..7b2e6bc3d2cd5c55b219fd8cd048a70139047419 100644
--- a/gcc/pointer-set.h
+++ b/gcc/pointer-set.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef POINTER_SET_H
 #define POINTER_SET_H
diff --git a/gcc/postreload-gcse.c b/gcc/postreload-gcse.c
index b821db1a122a48472102e95e68d58ca7711587bf..5558e9362b7f7934ddaade95cebc4478ad839b99 100644
--- a/gcc/postreload-gcse.c
+++ b/gcc/postreload-gcse.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/postreload.c b/gcc/postreload.c
index d469b89f42737363235fe8e426724e3940664eff..6877cd39e340ed7f09633920756af2212c32e8b5 100644
--- a/gcc/postreload.c
+++ b/gcc/postreload.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/predict.c b/gcc/predict.c
index 61cc5402e7443ebb02ed768adf8edbfd141d7115..2e78d3937a0e2be511838a2cb4570b113a9fe6e4 100644
--- a/gcc/predict.c
+++ b/gcc/predict.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* References:
 
diff --git a/gcc/predict.def b/gcc/predict.def
index 05016056cfb725c0b18099545e8f9fd59ed293f6..a6fcb730ef3d971a84ec13a1806deb0337c14570 100644
--- a/gcc/predict.def
+++ b/gcc/predict.def
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* Before including this file, you should define a macro:
 
diff --git a/gcc/predict.h b/gcc/predict.h
index 192a3d09f1a895ad204dfd05b59f7bee7072e675..8972525092aef7c59e3b908da28f589e6e80341b 100644
--- a/gcc/predict.h
+++ b/gcc/predict.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_PREDICT_H
 #define GCC_PREDICT_H
diff --git a/gcc/prefix.c b/gcc/prefix.c
index a6cab76063398d204d24713f658d6ee603b65dab..476e9969936e340346efb5d4bbe5af635e560ede 100644
--- a/gcc/prefix.c
+++ b/gcc/prefix.c
@@ -16,8 +16,8 @@ Library General Public License for more details.
 
 You should have received a copy of the GNU Library General Public
 License along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 /* This file contains routines to update a path, both to canonicalize
    the directory format and to handle any prefix translation.
diff --git a/gcc/prefix.h b/gcc/prefix.h
index 25f2115962b899c3fcd3f7d7d78298f9a5b2bbfa..e6e653ad0ce9711619385ce371b7481d86d17fe8 100644
--- a/gcc/prefix.h
+++ b/gcc/prefix.h
@@ -15,8 +15,8 @@ Library General Public License for more details.
 
 You should have received a copy of the GNU Library General Public
 License along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 
 #ifndef GCC_PREFIX_H
diff --git a/gcc/pretty-print.c b/gcc/pretty-print.c
index f20a8dee637fbbb2f24ec9f9ddc373c3eaefa90f..1538fc39f1488e678e4c0b5aec69b7fcf7a0c310 100644
--- a/gcc/pretty-print.c
+++ b/gcc/pretty-print.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #undef FLOAT /* This is for hpux. They should change hpux.  */
diff --git a/gcc/pretty-print.h b/gcc/pretty-print.h
index 3f3489672bc42ff91108571c3b320e429e46641d..f71541871d3b50b419289923d69972bfb0a75588 100644
--- a/gcc/pretty-print.h
+++ b/gcc/pretty-print.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_PRETTY_PRINT_H
 #define GCC_PRETTY_PRINT_H
diff --git a/gcc/print-rtl.c b/gcc/print-rtl.c
index c523d805b07d540b15919f07158b1c622612d470..07bfff9214725f7e960f1821ab7cdb22fbf9dedc 100644
--- a/gcc/print-rtl.c
+++ b/gcc/print-rtl.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This file is compiled twice: once for the generator programs,
    once for the compiler.  */
diff --git a/gcc/print-tree.c b/gcc/print-tree.c
index 873d11b7b810c46ae9adfc3ef64c85cd58364dc1..0b2563aa479c55d37ea01bf33487c107b588f08d 100644
--- a/gcc/print-tree.c
+++ b/gcc/print-tree.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "config.h"
diff --git a/gcc/profile.c b/gcc/profile.c
index b1514a523abd0bcf211ed6e5f6a52e96d94396a3..c32003e787c1f2f939039dc7335e6cfde4dc6b97 100644
--- a/gcc/profile.c
+++ b/gcc/profile.c
@@ -19,8 +19,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* Generate basic block profile instrumentation and auxiliary files.
    Profile generation is optimized, so that not all arcs in the basic
diff --git a/gcc/protoize.c b/gcc/protoize.c
index e9f177ea73fb37b579757075a44104f46bafd558..f67fc4de51a0fad53e0604718501f6e0ea5c817b 100644
--- a/gcc/protoize.c
+++ b/gcc/protoize.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/read-rtl.c b/gcc/read-rtl.c
index 1fa0896fd74cc33ac62cd3d0329f1d111ec5a3ea..2835c264a2d461c38f56ef920615f49756e0e3e9 100644
--- a/gcc/read-rtl.c
+++ b/gcc/read-rtl.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "bconfig.h"
 
diff --git a/gcc/real.c b/gcc/real.c
index 81bce444437f17d2bf506a952ae6012e50b4876a..9099f410f8ddfb04c16b86ea36c8a2556d1225f9 100644
--- a/gcc/real.c
+++ b/gcc/real.c
@@ -18,8 +18,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/real.h b/gcc/real.h
index 9e52c6d5b8cf739733c48d1592425447f7e53be6..95380930b659d2bc1519624a039fe090a4573cbb 100644
--- a/gcc/real.h
+++ b/gcc/real.h
@@ -16,8 +16,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 #ifndef GCC_REAL_H
 #define GCC_REAL_H
diff --git a/gcc/recog.c b/gcc/recog.c
index 2095ca018f6e1928fe17184fe30d0ce093174de9..eb9aeacdd858a67b9fe26014ab5deef6ac006680 100644
--- a/gcc/recog.c
+++ b/gcc/recog.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "config.h"
diff --git a/gcc/recog.h b/gcc/recog.h
index e8b25e65ce1f3bb663d2a6df35d58038ccdac6a6..d923aa3be304c1f1d1533a1c81c70164091aab3f 100644
--- a/gcc/recog.h
+++ b/gcc/recog.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* Random number that should be large enough for all purposes.  */
 #define MAX_RECOG_ALTERNATIVES 30
diff --git a/gcc/reg-notes.def b/gcc/reg-notes.def
index a7df27bcb1463eb365d610ff644588ee1112c61b..e196b12a2b352b5d6b3925435af21eaa028bc551 100644
--- a/gcc/reg-notes.def
+++ b/gcc/reg-notes.def
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This file defines all the codes that may appear on individual
    EXPR_LIST rtxes in the REG_NOTES chain of an insn.  The codes are
diff --git a/gcc/reg-stack.c b/gcc/reg-stack.c
index e37539349524f7e7e482a28f91beb02c531bd6cb..ba1b0e12058775dc3c528d4612b2df6a39079419 100644
--- a/gcc/reg-stack.c
+++ b/gcc/reg-stack.c
@@ -16,8 +16,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 /* This pass converts stack-like registers from the "flat register
    file" model that gcc uses, to a stack convention that the 387 uses.
diff --git a/gcc/regclass.c b/gcc/regclass.c
index 5ed04e0bdee9685f212e00f99598147835fb86cb..d828953702edde07d05bb0ba18906617235dfe26 100644
--- a/gcc/regclass.c
+++ b/gcc/regclass.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 /* This file contains two passes of the compiler: reg_scan and reg_class.
diff --git a/gcc/regmove.c b/gcc/regmove.c
index 862a4c4ea8ff4f8f7ac46871c7bbb781280c5bad..d93c056c1021f1e6783c9439ec88f35764b0ecd9 100644
--- a/gcc/regmove.c
+++ b/gcc/regmove.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 /* This module looks for cases where matching constraints would force
diff --git a/gcc/regrename.c b/gcc/regrename.c
index 89e7bbb04aac4948685b37e2e89a3b0947581530..0cfe552230fb3ce2d8a6e44fc5a7155d3fb5e410 100644
--- a/gcc/regrename.c
+++ b/gcc/regrename.c
@@ -16,8 +16,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/regs.h b/gcc/regs.h
index 3d5fec4aa1666e7a5989556c325d26d6bfff1124..3caa89b081b7b2ac2d6cfa7c5e21ac0d8e9bc1b2 100644
--- a/gcc/regs.h
+++ b/gcc/regs.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_REGS_H
 #define GCC_REGS_H
diff --git a/gcc/reload.c b/gcc/reload.c
index fe4b3ac2077ff9a84fef4e6ed42d645b9c50f956..e2d4a8e1f3abb5cee9a0f8cab28f1b766e57c063 100644
--- a/gcc/reload.c
+++ b/gcc/reload.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This file contains subroutines used only from the file reload1.c.
    It knows how to scan one insn for operands and values
diff --git a/gcc/reload.h b/gcc/reload.h
index bbf235ef3b2ae866021ca214334ad2b61ece59f6..d2f038b79b8779aee7c39324b4bb325c48b5d26a 100644
--- a/gcc/reload.h
+++ b/gcc/reload.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 /* If secondary reloads are the same for inputs and outputs, define those
diff --git a/gcc/reload1.c b/gcc/reload1.c
index 6a94530cc8b398997cbf1ef59898df6baa895ee8..708db0b548894c42e003c963f16130e3f6675269 100644
--- a/gcc/reload1.c
+++ b/gcc/reload1.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/reorg.c b/gcc/reorg.c
index 43ba32194221d412518f5cb2c4e3b19f4701c856..b6f60c7ec043656a29534ef8bb2591faa1888085 100644
--- a/gcc/reorg.c
+++ b/gcc/reorg.c
@@ -18,8 +18,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* Instruction reorganization pass.
 
diff --git a/gcc/resource.c b/gcc/resource.c
index eae4cf9f55341700eb235adec53f44ea3ffbd5a8..95f1628a006d7e65485f1dfcbe0604c400d1caee 100644
--- a/gcc/resource.c
+++ b/gcc/resource.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/resource.h b/gcc/resource.h
index 54729701948f0a7219b353b749d183157a88c5ce..589a6ebfdf1ddfabb80363cd9e190c8c8ffb4d93 100644
--- a/gcc/resource.h
+++ b/gcc/resource.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_RESOURCE_H
 #define GCC_RESOURCE_H
diff --git a/gcc/rtl-error.c b/gcc/rtl-error.c
index 3521c1d361ae074604a63b341b155eccc32816c1..3a950b2ffc427471d3c796f42640bfba9a8a361f 100644
--- a/gcc/rtl-error.c
+++ b/gcc/rtl-error.c
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #undef FLOAT /* This is for hpux. They should change hpux.  */
diff --git a/gcc/rtl-profile.c b/gcc/rtl-profile.c
index 4ba3f2f60a9aed868cfe4658c3d180bd027059c7..085ef0cbdf95df70330f942fc7b486c8a851b622 100644
--- a/gcc/rtl-profile.c
+++ b/gcc/rtl-profile.c
@@ -19,8 +19,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* Generate basic block profile instrumentation and auxiliary files.
    RTL-based version.  See profile.c for overview.  */
diff --git a/gcc/rtl.c b/gcc/rtl.c
index 0c46c6066c028197b2eb3c1841de992b5e3d96e6..08b463b428ba997f2173a9d0070bbd8b5a9fa390 100644
--- a/gcc/rtl.c
+++ b/gcc/rtl.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This file is compiled twice: once for the generator programs
    once for the compiler.  */
diff --git a/gcc/rtl.def b/gcc/rtl.def
index 8acb0f40b269d5f5efebde88493be460219135a7..f9dd11e4b0f4b553256fbbaebbc243c436ab4290 100644
--- a/gcc/rtl.def
+++ b/gcc/rtl.def
@@ -19,8 +19,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 /* Expression definitions and descriptions for all targets are in this file.
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 69091ab36d06cddf8d264d7a645a06e340b30cbd..72fe10a66a71472cb58480091c36f49c2e263324 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_RTL_H
 #define GCC_RTL_H
diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c
index 2561e32f661d5d6c639f4d4a059bea8871a9f847..25aefd5d5dc2f341a9fe4abbbe672432d660f090 100644
--- a/gcc/rtlanal.c
+++ b/gcc/rtlanal.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "config.h"
diff --git a/gcc/rtlhooks-def.h b/gcc/rtlhooks-def.h
index 32d0292e6aeb4dfffa2e2de549dc8b82c9c19eed..b6c07fb76c1b6294a7d82866414fa8532564bcd7 100644
--- a/gcc/rtlhooks-def.h
+++ b/gcc/rtlhooks-def.h
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #ifndef GCC_RTL_HOOKS_DEF_H
 #define GCC_RTL_HOOKS_DEF_H
diff --git a/gcc/rtlhooks.c b/gcc/rtlhooks.c
index 9d5dafdff44cba8cd83c42e785b428b32ca072fc..bc413987865f27a15d5eb1c36fd787da059900ae 100644
--- a/gcc/rtlhooks.c
+++ b/gcc/rtlhooks.c
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/sbitmap.c b/gcc/sbitmap.c
index cbc5775dbb631c04c464f9dc194d4f439544918a..6d76b2d933ccdaced596d755e5b2564da9a4d288 100644
--- a/gcc/sbitmap.c
+++ b/gcc/sbitmap.c
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/sbitmap.h b/gcc/sbitmap.h
index 7f40d8ae43ca718b20f255292c48cf9019d10d3f..21c697451e2d482bd366dc84c73b17775a17651d 100644
--- a/gcc/sbitmap.h
+++ b/gcc/sbitmap.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_SBITMAP_H
 #define GCC_SBITMAP_H
diff --git a/gcc/scan-decls.c b/gcc/scan-decls.c
index 7beaa24f0cf2460a297a212940bc61e4b8785cfe..86fd4045c5d236afa9e728eeb517330c7600fc69 100644
--- a/gcc/scan-decls.c
+++ b/gcc/scan-decls.c
@@ -14,7 +14,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
    Written by Per Bothner <bothner@cygnus.com>, July 1993.  */
 
diff --git a/gcc/scan.c b/gcc/scan.c
index f32606107979b03bc238497d50707659746928ad..d5d7beefc358f61fd31f90df39a5e0fd63d069fa 100644
--- a/gcc/scan.c
+++ b/gcc/scan.c
@@ -13,7 +13,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #include "bconfig.h"
 #include "system.h"
diff --git a/gcc/scan.h b/gcc/scan.h
index 962f85c889715e34e4ad8ddcf51342c2ec568c6f..9a58d06ef8e66245bb1549be5951e60c33f657b9 100644
--- a/gcc/scan.h
+++ b/gcc/scan.h
@@ -13,7 +13,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 #include <stdio.h>
 
diff --git a/gcc/sched-deps.c b/gcc/sched-deps.c
index 6b54fc8fd9359c2481b0bc27f8558613db42d9e8..6c7b7ec9a3322f40d5fb7e4d399b6f13bdb8215a 100644
--- a/gcc/sched-deps.c
+++ b/gcc/sched-deps.c
@@ -19,8 +19,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/sched-ebb.c b/gcc/sched-ebb.c
index 20520dd074bfaf42820f6df718569b4558dec2ba..c2d7988a1c010d30499965ec27b1cec1e945d306 100644
--- a/gcc/sched-ebb.c
+++ b/gcc/sched-ebb.c
@@ -18,8 +18,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/sched-int.h b/gcc/sched-int.h
index 7f3805ba5a6e81c843d31aa4e4b159a36214953a..47c58552c0c8b00759fcb3babd6e6348f2f324d6 100644
--- a/gcc/sched-int.h
+++ b/gcc/sched-int.h
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_SCHED_INT_H
 #define GCC_SCHED_INT_H
diff --git a/gcc/sched-rgn.c b/gcc/sched-rgn.c
index edaf79627db1219e762b323374d5fe70072a0a4f..6aa8224d6bf5719531bd38355a25587af060b406 100644
--- a/gcc/sched-rgn.c
+++ b/gcc/sched-rgn.c
@@ -18,8 +18,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This pass implements list scheduling within basic blocks.  It is
    run twice: (1) after flow analysis, but before register allocation,
diff --git a/gcc/sched-vis.c b/gcc/sched-vis.c
index cd0ea22582f8994215ef2c2c84b0405ae677581e..243620743ccf25aa2d75104dbbaa107ed89a20eb 100644
--- a/gcc/sched-vis.c
+++ b/gcc/sched-vis.c
@@ -18,8 +18,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/sdbout.c b/gcc/sdbout.c
index d5964323aef3e5d0ee8150bfa3130f30278f7d04..8dd6026ba5793c4498ce77d43ceef036c68b1e73 100644
--- a/gcc/sdbout.c
+++ b/gcc/sdbout.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /*  mike@tredysvr.Tredydev.Unisys.COM says:
 I modified the struct.c example and have a nm of a .o resulting from the
diff --git a/gcc/sdbout.h b/gcc/sdbout.h
index 5f2b47931e49abba81243e95afe40f2d820e650d..1ba8dfb8bc906f58942dc2174b36d454e04146ea 100644
--- a/gcc/sdbout.h
+++ b/gcc/sdbout.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 extern void sdbout_symbol (tree, int);
 extern void sdbout_types (tree);
diff --git a/gcc/simplify-rtx.c b/gcc/simplify-rtx.c
index 338978992df8b1e8b6f41d5d76447ad26608c063..ae1fea7e2e47246f652401dcd7ff04977e4ae0ab 100644
--- a/gcc/simplify-rtx.c
+++ b/gcc/simplify-rtx.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "config.h"
diff --git a/gcc/sreal.c b/gcc/sreal.c
index 24eedcd59fde175b920fd28fe5fde3869b4310a1..5982d265b522d89b4bf41c5b729019ab50af9075 100644
--- a/gcc/sreal.c
+++ b/gcc/sreal.c
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This library supports positive real numbers and 0;
    inf and nan are NOT supported.
diff --git a/gcc/sreal.h b/gcc/sreal.h
index b24b29b58578ad7cad5fc2cf1561563f2f0cd815..77cf2c03140744233fb5fbaf65635441bbe2c272 100644
--- a/gcc/sreal.h
+++ b/gcc/sreal.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_SREAL_H
 #define GCC_SREAL_H
diff --git a/gcc/stab.def b/gcc/stab.def
index 043f197cb665c756527ea621bbbdb4fb1846cd34..5bbbf97d12e4e6d32c79fd764c8035a73caceda0 100644
--- a/gcc/stab.def
+++ b/gcc/stab.def
@@ -14,8 +14,8 @@
 
    You should have received a copy of the GNU Library General Public
    License along with the GNU C Library; see the file COPYING.LIB.  If not,
-   write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 /* This contains contribution from Cygnus Support.  */
 
diff --git a/gcc/statistics.h b/gcc/statistics.h
index 76a100108c0259097a1af4d1167cfc3cb9bb047d..a75743c3a9ab7b1bb831a438f0b175b846338a8a 100644
--- a/gcc/statistics.h
+++ b/gcc/statistics.h
@@ -17,8 +17,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
-   MA 02111-1307, USA.  */
+   the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston,
+   MA 02110-1301, USA.  */
 
 #ifndef GCC_STATISTICS
 #define GCC_STATISTICS
diff --git a/gcc/stmt.c b/gcc/stmt.c
index 6df6eaa3e2e233c31d0fb3c0e38566e592ce1fb0..e38b96b6c293eb8d86a1cb9347534389056f9c8e 100644
--- a/gcc/stmt.c
+++ b/gcc/stmt.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This file handles the generation of rtl code from tree structure
    above the level of expressions, using subroutines in exp*.c and emit-rtl.c.
diff --git a/gcc/stor-layout.c b/gcc/stor-layout.c
index 12581c5072c88e77ea2174eaa5bd1e41c3a6ec52..8065f96599998cb0aecab9a303d99e7326c83ecf 100644
--- a/gcc/stor-layout.c
+++ b/gcc/stor-layout.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "config.h"
diff --git a/gcc/stringpool.c b/gcc/stringpool.c
index f75fb935519e04c542ac0154573dc3c3642c1a1a..b3cfcc45a096b82726a09a7d90bbddef2f550ff1 100644
--- a/gcc/stringpool.c
+++ b/gcc/stringpool.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* String text, identifier text and identifier node allocator.  Strings
    allocated by ggc_alloc_string are stored in an obstack which is
diff --git a/gcc/stub-objc.c b/gcc/stub-objc.c
index f889bb9a9418cc2b9a8fd097c4dbcb5022f9c32c..0cd6017fd1a3406316c205c3f74a1367db6a73ac 100644
--- a/gcc/stub-objc.c
+++ b/gcc/stub-objc.c
@@ -18,8 +18,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/system.h b/gcc/system.h
index 9969356b3addc925e46606e51e201a341c2ee1b9..a4882926b0d660eb98cfbe7e413cfbb3ae501309 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #ifndef GCC_SYSTEM_H
diff --git a/gcc/target-def.h b/gcc/target-def.h
index fb04095b77d360d340b3fa52fa3384d80385cdeb..91cb6d3d5148932e73d34cc8fd6e6fd45d005e31 100644
--- a/gcc/target-def.h
+++ b/gcc/target-def.h
@@ -13,7 +13,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
  In other words, you are welcome to use, share and improve this program.
  You are forbidden to forbid anyone else to use, share and improve
diff --git a/gcc/target.h b/gcc/target.h
index d6b9f5e3ef29df6605ea48a6b578fd5dd94ec893..9c39f03df650c548c57e9ba771c86376c1391744 100644
--- a/gcc/target.h
+++ b/gcc/target.h
@@ -13,7 +13,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
  In other words, you are welcome to use, share and improve this program.
  You are forbidden to forbid anyone else to use, share and improve
diff --git a/gcc/targhooks.c b/gcc/targhooks.c
index 1de5809db1351037b73d07b583b0e0158805585f..31aa0dd595ee46839093763c90db85b05a31b944 100644
--- a/gcc/targhooks.c
+++ b/gcc/targhooks.c
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* The migration of target macros to target hooks works as follows:
 
diff --git a/gcc/targhooks.h b/gcc/targhooks.h
index 8de68a29537882ee44ca22c2ed7edc2287302c10..99aeb5b8d1f0703e5c26fa0d0bb78943e858746e 100644
--- a/gcc/targhooks.h
+++ b/gcc/targhooks.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 extern void default_external_libcall (rtx);
 
diff --git a/gcc/timevar.c b/gcc/timevar.c
index ad9e5f5f914949c0cf9acb27c2b8e4d72dc69b50..a1a17631440eebaf0fb4b7e2aa3afdd9ede3fb41 100644
--- a/gcc/timevar.c
+++ b/gcc/timevar.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/timevar.def b/gcc/timevar.def
index 9b706abc361da81ee8dc2049407cd1538dccbeef..0f9040aa84ee33390a3ab3bd4f648d183cbbf705 100644
--- a/gcc/timevar.def
+++ b/gcc/timevar.def
@@ -18,8 +18,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to
-   the Free Software Foundation, 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 /* This file contains timing variable definitions, used by timevar.h
    and timevar.c.
diff --git a/gcc/timevar.h b/gcc/timevar.h
index e4eaca261d5571bb55e0da4e11c1950ab09cc07b..6672cadf1a5e57623f627ee1b736a6bd863f0a9c 100644
--- a/gcc/timevar.h
+++ b/gcc/timevar.h
@@ -16,8 +16,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 #ifndef GCC_TIMEVAR_H
 #define GCC_TIMEVAR_H
diff --git a/gcc/tlink.c b/gcc/tlink.c
index e8fe756b7627903f4321cfb24c0c353db7c1e859..db6febf54eefb19da2d3f2cd4ac6a6d695e425d9 100644
--- a/gcc/tlink.c
+++ b/gcc/tlink.c
@@ -19,8 +19,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 0d3090927022e4d83fadc8d266cf780efbe481be..709d63e8a7313fdaffc14d67ac935e75556162a4 100644
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This is the top level of cc1/c++.
    It parses command args, opens files, invokes the various passes
diff --git a/gcc/toplev.h b/gcc/toplev.h
index 0b075e13054e5a12562832b8fa07a8a2d4c09b5f..827b17f3ca92bf296daf862478d0ac8e52b500e5 100644
--- a/gcc/toplev.h
+++ b/gcc/toplev.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_TOPLEV_H
 #define GCC_TOPLEV_H
diff --git a/gcc/tracer.c b/gcc/tracer.c
index b732547e6293459cd4d62f5195db5362bbf6665c..cddc5b90a44b7263430a9e0ac008dd92ce5f6b16 100644
--- a/gcc/tracer.c
+++ b/gcc/tracer.c
@@ -16,8 +16,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 /* This pass performs the tail duplication needed for superblock formation.
    For more information see:
diff --git a/gcc/tree-browser.c b/gcc/tree-browser.c
index f07cf968fcec8d1edce778c53afd9757f5f01b92..53b5d8282937d69018299309970b9dfd64172db2 100644
--- a/gcc/tree-browser.c
+++ b/gcc/tree-browser.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-browser.def b/gcc/tree-browser.def
index ef14492d83f5381823fcc731aa0461ad2e5dc072..ee65524d5a60cb26240d5defcbe44308d00a65f0 100644
--- a/gcc/tree-browser.def
+++ b/gcc/tree-browser.def
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* First field in the following declarations is the code of the command
    used by the tree browser.  
diff --git a/gcc/tree-cfg.c b/gcc/tree-cfg.c
index 6a72250e32887dbc416f21b83789bc4485c30b19..ba40328542fbe104656f0b0785f0b52bafcc962b 100644
--- a/gcc/tree-cfg.c
+++ b/gcc/tree-cfg.c
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-cfgcleanup.c b/gcc/tree-cfgcleanup.c
index f250f1fc05ebfce9adec169deec84a2ec9ca0775..bedee9bdef98be1297d01d26aa60fdf4795bd50c 100644
--- a/gcc/tree-cfgcleanup.c
+++ b/gcc/tree-cfgcleanup.c
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-chrec.c b/gcc/tree-chrec.c
index ee171506140e6117bb0275038391b301132fefe6..4d62b518ed0a1e56ede4ee645ab2cfad52111439 100644
--- a/gcc/tree-chrec.c
+++ b/gcc/tree-chrec.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This file implements operations on chains of recurrences.  Chains
    of recurrences are used for modeling evolution functions of scalar
diff --git a/gcc/tree-chrec.h b/gcc/tree-chrec.h
index 723c8918e285d9eab51aa9f6736cacc9801de0f9..6ef1b66a7f4ce03bc37fc842ea44550af69a0393 100644
--- a/gcc/tree-chrec.h
+++ b/gcc/tree-chrec.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_TREE_CHREC_H
 #define GCC_TREE_CHREC_H
diff --git a/gcc/tree-complex.c b/gcc/tree-complex.c
index f949633fed41678e9d041319072ac1a5343b323e..8938f5e9010187a546e3120e48bccee803fe45d0 100644
--- a/gcc/tree-complex.c
+++ b/gcc/tree-complex.c
@@ -15,8 +15,8 @@ for more details.
    
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-data-ref.c b/gcc/tree-data-ref.c
index e4917df71af29f81d5e1ae9e95ffd0748289d520..dcc85f7af5574fe292773834d6a4d8be9d108e33 100644
--- a/gcc/tree-data-ref.c
+++ b/gcc/tree-data-ref.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This pass walks a given loop structure searching for array
    references.  The information about the array accesses is recorded
diff --git a/gcc/tree-data-ref.h b/gcc/tree-data-ref.h
index 66d6644f717cba4cdee065f473d12e66333baf14..49e23e43836ac6f7cb0d49d19e2d04244637adea 100644
--- a/gcc/tree-data-ref.h
+++ b/gcc/tree-data-ref.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_TREE_DATA_REF_H
 #define GCC_TREE_DATA_REF_H
diff --git a/gcc/tree-dfa.c b/gcc/tree-dfa.c
index 4288c2c3c70483b8b00b6da69542f806d48b1764..0fa9b2c977b4e582a31bcba0e0c327833692494a 100644
--- a/gcc/tree-dfa.c
+++ b/gcc/tree-dfa.c
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-dump.c b/gcc/tree-dump.c
index 836b10cc05b6a7330cb24601bac91df308a016fe..e4905336ceaac85b4ff2bdd406494547e369427c 100644
--- a/gcc/tree-dump.c
+++ b/gcc/tree-dump.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-dump.h b/gcc/tree-dump.h
index ffe3de11c14369b8058af918cd34d6df93bfac48..863163710c481d7079916a009dd90dcf440cd1ed 100644
--- a/gcc/tree-dump.h
+++ b/gcc/tree-dump.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_TREE_DUMP_H
 #define GCC_TREE_DUMP_H
diff --git a/gcc/tree-eh.c b/gcc/tree-eh.c
index 0820e6738e1f69299e9c88877056090610f47025..b294cf257cf6b28d222cb7327df90a2313d3e986 100644
--- a/gcc/tree-eh.c
+++ b/gcc/tree-eh.c
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-flow-inline.h b/gcc/tree-flow-inline.h
index 68f8562fc3a5807caefb0eb1b293cbda2606d007..e2ed2f30d2a31828c729489bec943de132c839a3 100644
--- a/gcc/tree-flow-inline.h
+++ b/gcc/tree-flow-inline.h
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #ifndef _TREE_FLOW_INLINE_H
 #define _TREE_FLOW_INLINE_H 1
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h
index 5941b5e22d6007d0ed35bcbb64cbb49157e9a9c8..42c6d72f216db8ae2cb20799e5efc148561b5fb5 100644
--- a/gcc/tree-flow.h
+++ b/gcc/tree-flow.h
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #ifndef _TREE_FLOW_H
 #define _TREE_FLOW_H 1
diff --git a/gcc/tree-gimple.c b/gcc/tree-gimple.c
index 3bf773b23ea85ef4bbbceffe625f56bcd89edafa..2a62aeb3cb09dfd9ce8fce1949b9d7a5b266ef7d 100644
--- a/gcc/tree-gimple.c
+++ b/gcc/tree-gimple.c
@@ -17,8 +17,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-gimple.h b/gcc/tree-gimple.h
index 4952f725c4d549b60691c694ff10e19ac3b5f95c..5f7724b01b300d2cff0c95257352aa1ead6b4906 100644
--- a/gcc/tree-gimple.h
+++ b/gcc/tree-gimple.h
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #ifndef _TREE_SIMPLE_H
 #define _TREE_SIMPLE_H 1
diff --git a/gcc/tree-if-conv.c b/gcc/tree-if-conv.c
index 8b940ca8bf49a2b4cb31d68089160c8f3fdea991..710fbb6e4f9659980732f2a929ea541ddd099de7 100644
--- a/gcc/tree-if-conv.c
+++ b/gcc/tree-if-conv.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This pass implements tree level if-conversion transformation of loops.
    Initial goal is to help vectorizer vectorize loops with conditions.
diff --git a/gcc/tree-inline.c b/gcc/tree-inline.c
index 8f9e278ecebf3e9457ef8222781035669729eca8..b625af3f90bca3702d5a2a866a667f4ef01f7084 100644
--- a/gcc/tree-inline.c
+++ b/gcc/tree-inline.c
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-inline.h b/gcc/tree-inline.h
index 1f71c33c9c0c06cae05eaf36e12fa58079475902..23d562cc7d1b34aa8a53b7c129fc444572326712 100644
--- a/gcc/tree-inline.h
+++ b/gcc/tree-inline.h
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #ifndef GCC_TREE_INLINE_H
 #define GCC_TREE_INLINE_H
diff --git a/gcc/tree-into-ssa.c b/gcc/tree-into-ssa.c
index 1daea76b02c7e5862ba775dee19e95b10fc6a180..2670b57f16d99db3fc2d41884cba54b40ba6b2af 100644
--- a/gcc/tree-into-ssa.c
+++ b/gcc/tree-into-ssa.c
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-iterator.c b/gcc/tree-iterator.c
index 1b781609ee284e4b9a181740254a25d56ca086d9..7913bdad7c8e890f45e093898af943787aa26a7f 100644
--- a/gcc/tree-iterator.c
+++ b/gcc/tree-iterator.c
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-iterator.h b/gcc/tree-iterator.h
index c2483098871cad162b15e8851d0334ba90c601af..5f14edc6e73bff09a72a567f6d32a6e022a685ac 100644
--- a/gcc/tree-iterator.h
+++ b/gcc/tree-iterator.h
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 
 /* This file is dependent upon the implementation of tree's. It provides an
diff --git a/gcc/tree-loop-linear.c b/gcc/tree-loop-linear.c
index 741c95df4d234f5bf595c00103108f42c9316578..c93765a2eac17ef22642d0ee5fcdb7cba84156d1 100644
--- a/gcc/tree-loop-linear.c
+++ b/gcc/tree-loop-linear.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "config.h"
diff --git a/gcc/tree-mudflap.c b/gcc/tree-mudflap.c
index 1ed0159fed5ea3d136bfac405ce6f7d9135e7c45..748f9d35c4ce83c56b4f19eab53dd14358e6257a 100644
--- a/gcc/tree-mudflap.c
+++ b/gcc/tree-mudflap.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "config.h"
diff --git a/gcc/tree-mudflap.h b/gcc/tree-mudflap.h
index 9d530150c5cca594381f626390bc28d27d957a67..da835f89860b393404071bae5e3e4a27af036e29 100644
--- a/gcc/tree-mudflap.h
+++ b/gcc/tree-mudflap.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef TREE_MUDFLAP_H
 #define TREE_MUDFLAP_H
diff --git a/gcc/tree-nested.c b/gcc/tree-nested.c
index 1721bca9745446c920c4e437781bb38e58efd7a3..4f6ec71c40e0494cb90b5aeeb042ee26f7d7f8db 100644
--- a/gcc/tree-nested.c
+++ b/gcc/tree-nested.c
@@ -15,8 +15,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to
-   the Free Software Foundation, 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-nomudflap.c b/gcc/tree-nomudflap.c
index 00ebd6d6858cfedd8e84f9880b29eca1f9a297a4..c3f2bf041c1e19672f84a213db374d502827d020 100644
--- a/gcc/tree-nomudflap.c
+++ b/gcc/tree-nomudflap.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 #include "config.h"
diff --git a/gcc/tree-nrv.c b/gcc/tree-nrv.c
index 9e1c56dd1d38c519aac7241b55846cfe7dd56abe..e0b59eb1d91f920bea6367ac3417e53579bd3c56 100644
--- a/gcc/tree-nrv.c
+++ b/gcc/tree-nrv.c
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-optimize.c b/gcc/tree-optimize.c
index adeee3c1496cbb91ab3098821151bd9738690976..0e477de528faeafa598f8a2e285d5a69034f77d4 100644
--- a/gcc/tree-optimize.c
+++ b/gcc/tree-optimize.c
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-outof-ssa.c b/gcc/tree-outof-ssa.c
index a7b4f3f26a76bf567da3958c6220bea445c6c162..38f583e7112c52e8a5aa004273bacf0282faed39 100644
--- a/gcc/tree-outof-ssa.c
+++ b/gcc/tree-outof-ssa.c
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-pass.h b/gcc/tree-pass.h
index eb1ad31e720b004bdd980e87f8dd9609293676b9..d6eaaa997da8dc81cd439bfa04458a762c42b17e 100644
--- a/gcc/tree-pass.h
+++ b/gcc/tree-pass.h
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 
 #ifndef GCC_TREE_PASS_H
diff --git a/gcc/tree-phinodes.c b/gcc/tree-phinodes.c
index 7faedc907bedc260b5aebd84518b90038b498d72..b7cfcb20c08a42466405595376cb2abb35ab8582 100644
--- a/gcc/tree-phinodes.c
+++ b/gcc/tree-phinodes.c
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-pretty-print.c b/gcc/tree-pretty-print.c
index 251c03ced05dd32f7e54ebb424b8a7286d8287e8..4fa03269149eacf5eb298af00f6d25f2b19e0f06 100644
--- a/gcc/tree-pretty-print.c
+++ b/gcc/tree-pretty-print.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-profile.c b/gcc/tree-profile.c
index d611168635e7d690e74ef5d85ce625d73e1d09f5..0f73e3cf4cb8eee89a61369e7a2b4213b6accace 100644
--- a/gcc/tree-profile.c
+++ b/gcc/tree-profile.c
@@ -20,8 +20,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* Generate basic block profile instrumentation and auxiliary files.
    Tree-based version.  See profile.c for overview.  */
diff --git a/gcc/tree-scalar-evolution.c b/gcc/tree-scalar-evolution.c
index 49806b2e45dc5566ce4a7b2856ab9a03f9698ce9..120a2b43877047fc06be051d9b2902a46a81be49 100644
--- a/gcc/tree-scalar-evolution.c
+++ b/gcc/tree-scalar-evolution.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* 
    Description: 
diff --git a/gcc/tree-scalar-evolution.h b/gcc/tree-scalar-evolution.h
index cfb3a39ae58c04c9f6af008a0d5d4828451bce51..60878b1d97e1cdf834bf8c13ceb593f06ffd0cca 100644
--- a/gcc/tree-scalar-evolution.h
+++ b/gcc/tree-scalar-evolution.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_TREE_SCALAR_EVOLUTION_H
 #define GCC_TREE_SCALAR_EVOLUTION_H
diff --git a/gcc/tree-sra.c b/gcc/tree-sra.c
index e54598a4b3b85c3641a22aedd862a2c8fb2cca28..e7c33481acb49ebfa14a3937e1ade3d2dc38c3b0 100644
--- a/gcc/tree-sra.c
+++ b/gcc/tree-sra.c
@@ -18,8 +18,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-ssa-address.c b/gcc/tree-ssa-address.c
index 67bbc4a1d6d2fb6a3cc3a0c353fc59c66050e306..416904b05a29fdf9c0b9fa24df1cc8b6896934e3 100644
--- a/gcc/tree-ssa-address.c
+++ b/gcc/tree-ssa-address.c
@@ -15,8 +15,8 @@ for more details.
    
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* Utility functions for manipulation with TARGET_MEM_REFs -- tree expressions
    that directly map to addressing modes of the target.  */
diff --git a/gcc/tree-ssa-alias.c b/gcc/tree-ssa-alias.c
index 04125cac88c1527e7bc5cfc2390fec67f8e041b8..2e74b58e10390c2c7d7d82e95a88c3935458b844 100644
--- a/gcc/tree-ssa-alias.c
+++ b/gcc/tree-ssa-alias.c
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-ssa-ccp.c b/gcc/tree-ssa-ccp.c
index 6816dafd6c1b24c9d0489bf701c218a95b35a839..cb2314b0a84f3afc3206c4f7327b673f4ef61077 100644
--- a/gcc/tree-ssa-ccp.c
+++ b/gcc/tree-ssa-ccp.c
@@ -18,8 +18,8 @@ for more details.
    
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* Conditional constant propagation (CCP) is based on the SSA
    propagation engine (tree-ssa-propagate.c).  Constant assignments of
diff --git a/gcc/tree-ssa-copy.c b/gcc/tree-ssa-copy.c
index 10b09898dbcb83e76888bd151dc06973ca7ebce7..11da27a022243961413d4cb91e6786722bba8451 100644
--- a/gcc/tree-ssa-copy.c
+++ b/gcc/tree-ssa-copy.c
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-ssa-copyrename.c b/gcc/tree-ssa-copyrename.c
index 6656e6ee54321d8f2a9a523782f1adcd860917dc..71599cdf57a00f6debbbb328f20c1f7bba262e0a 100644
--- a/gcc/tree-ssa-copyrename.c
+++ b/gcc/tree-ssa-copyrename.c
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-ssa-dce.c b/gcc/tree-ssa-dce.c
index f6e62dc9c7f071b370d396b7e7d8f2bbeb4e7688..1b5c9f94338e2b8f5a495d1a1e56551bd36ca394 100644
--- a/gcc/tree-ssa-dce.c
+++ b/gcc/tree-ssa-dce.c
@@ -18,8 +18,8 @@ for more details.
    
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* Dead code elimination.
 
diff --git a/gcc/tree-ssa-dom.c b/gcc/tree-ssa-dom.c
index 03365619ed9932833b60982c5c85eff85d42b570..86da07b437f3c8578a1669a98c9ae1b105cfc79e 100644
--- a/gcc/tree-ssa-dom.c
+++ b/gcc/tree-ssa-dom.c
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-ssa-dse.c b/gcc/tree-ssa-dse.c
index 19b93f7b3d359f9ac2556d7bf08caed6f1d881cf..4277a3aa7c687d062d0a866f0448c8c1c17e5372 100644
--- a/gcc/tree-ssa-dse.c
+++ b/gcc/tree-ssa-dse.c
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-ssa-forwprop.c b/gcc/tree-ssa-forwprop.c
index 754f0821c061753c7b5e13c6ed66fa7125a12693..d5db4a8efc69d17ffcb7028e0598c78e24ad32e2 100644
--- a/gcc/tree-ssa-forwprop.c
+++ b/gcc/tree-ssa-forwprop.c
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-ssa-live.c b/gcc/tree-ssa-live.c
index 8f7bf77cda05e72bc84fcdd90ccb55138813dcc8..cbd36f1e1aaed19537565e3f3503732135226b8e 100644
--- a/gcc/tree-ssa-live.c
+++ b/gcc/tree-ssa-live.c
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-ssa-live.h b/gcc/tree-ssa-live.h
index 050d0835519d9217bb6250fbf16ea5b4f21aea29..d8711c0f419ebb27db5161e092f53620c4adcd2b 100644
--- a/gcc/tree-ssa-live.h
+++ b/gcc/tree-ssa-live.h
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 
 #ifndef _TREE_SSA_LIVE_H
diff --git a/gcc/tree-ssa-loop-ch.c b/gcc/tree-ssa-loop-ch.c
index 378755c9eaa36791a93dc37bfd19a7ce944f2738..01845788a6d3d695993f991ec73208fd996a7568 100644
--- a/gcc/tree-ssa-loop-ch.c
+++ b/gcc/tree-ssa-loop-ch.c
@@ -15,8 +15,8 @@ for more details.
    
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-ssa-loop-im.c b/gcc/tree-ssa-loop-im.c
index d77bc53f7443d8619dd677c1841742d2c37204b5..9c728b21a863ed905c22d8cf9370ffa3838f2900 100644
--- a/gcc/tree-ssa-loop-im.c
+++ b/gcc/tree-ssa-loop-im.c
@@ -15,8 +15,8 @@ for more details.
    
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-ssa-loop-ivcanon.c b/gcc/tree-ssa-loop-ivcanon.c
index c38c2f2b00707a9364bd5417e1f2cef181510730..1a86ee765895a26bc6dcdb875c022e5dcbd61826 100644
--- a/gcc/tree-ssa-loop-ivcanon.c
+++ b/gcc/tree-ssa-loop-ivcanon.c
@@ -15,8 +15,8 @@ for more details.
    
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This pass detects the loops that iterate a constant number of times,
    adds a canonical induction variable (step -1, tested against 0) 
diff --git a/gcc/tree-ssa-loop-ivopts.c b/gcc/tree-ssa-loop-ivopts.c
index 2d474d3713f361eade422fa0eb15210d1c4acdc9..5ef9c241b6669a74fa02e3fe0f617ba722192df2 100644
--- a/gcc/tree-ssa-loop-ivopts.c
+++ b/gcc/tree-ssa-loop-ivopts.c
@@ -15,8 +15,8 @@ for more details.
    
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This pass tries to find the optimal set of induction variables for the loop.
    It optimizes just the basic linear induction variables (although adding
diff --git a/gcc/tree-ssa-loop-manip.c b/gcc/tree-ssa-loop-manip.c
index 50989710dc474deb4a4a3560720f97b3292b2736..bbee7e65edf13cb063743d9e2f4a70f799bc25b4 100644
--- a/gcc/tree-ssa-loop-manip.c
+++ b/gcc/tree-ssa-loop-manip.c
@@ -15,8 +15,8 @@ for more details.
    
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-ssa-loop-niter.c b/gcc/tree-ssa-loop-niter.c
index 73424ee098aac845e23cbe57ec9f98c29eb74816..83c291d591375aad147cd8b69d1511ac1959f3cd 100644
--- a/gcc/tree-ssa-loop-niter.c
+++ b/gcc/tree-ssa-loop-niter.c
@@ -15,8 +15,8 @@ for more details.
    
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-ssa-loop-unswitch.c b/gcc/tree-ssa-loop-unswitch.c
index 21dc6b5f9ff3375b87e01dec2b0b473e4c35c70c..17362694db9d595a2e9afa43ff6696e8fe94847e 100644
--- a/gcc/tree-ssa-loop-unswitch.c
+++ b/gcc/tree-ssa-loop-unswitch.c
@@ -15,8 +15,8 @@ for more details.
    
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-ssa-loop.c b/gcc/tree-ssa-loop.c
index 9e38e9199d0fc4a15d9cc370361a8e460b3f991a..aa99920f88b9a35c22811564056492e7de3935c4 100644
--- a/gcc/tree-ssa-loop.c
+++ b/gcc/tree-ssa-loop.c
@@ -15,8 +15,8 @@ for more details.
    
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-ssa-math-opts.c b/gcc/tree-ssa-math-opts.c
index 1026704f06bfe21513af8287dde9fbb4c55361c1..9544a6c256c27734b890cb75de0c556e9ea98eee 100644
--- a/gcc/tree-ssa-math-opts.c
+++ b/gcc/tree-ssa-math-opts.c
@@ -15,8 +15,8 @@ for more details.
    
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* Currently, the only mini-pass in this file tries to CSE reciprocal
    operations.  These are common in sequences such as this one:
diff --git a/gcc/tree-ssa-operands.c b/gcc/tree-ssa-operands.c
index ecd32a6b4f0248f49425748de027e4cc000bad0a..c064c845c7e64690a7f293c82c8c9a07c08724ea 100644
--- a/gcc/tree-ssa-operands.c
+++ b/gcc/tree-ssa-operands.c
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-ssa-operands.h b/gcc/tree-ssa-operands.h
index 323ac3ffe5d8cd1f5fc2759d47459e61c7ba31c1..4ab74d2d58e795e29163418c43bbceae7fe58641 100644
--- a/gcc/tree-ssa-operands.h
+++ b/gcc/tree-ssa-operands.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_TREE_SSA_OPERANDS_H
 #define GCC_TREE_SSA_OPERANDS_H
diff --git a/gcc/tree-ssa-opfinalize.h b/gcc/tree-ssa-opfinalize.h
index 3415cf46979999d9e8a384b070499b018781c856..4c5b3fb538271f460cffb3bb5e43645a81105269 100644
--- a/gcc/tree-ssa-opfinalize.h
+++ b/gcc/tree-ssa-opfinalize.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 /* This file contains common code which is used by each of the 5 operand 
diff --git a/gcc/tree-ssa-phiopt.c b/gcc/tree-ssa-phiopt.c
index bf532220ad1fbdca297121b65a3a1e614256f153..f72cb1ba7073646dfe5b05599c4047a86d818603 100644
--- a/gcc/tree-ssa-phiopt.c
+++ b/gcc/tree-ssa-phiopt.c
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-ssa-pre.c b/gcc/tree-ssa-pre.c
index a46c367d34b6f1467e5fbf553833fa17dd79bfe3..bb194c10c51375293e0d7c153d464d76fd395438 100644
--- a/gcc/tree-ssa-pre.c
+++ b/gcc/tree-ssa-pre.c
@@ -17,8 +17,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-ssa-propagate.c b/gcc/tree-ssa-propagate.c
index 37c644b50c49cbb4542bec86b1e650d10ae40bb8..ce73ae3a490048b80582a4675b95b61150d6b1c3 100644
--- a/gcc/tree-ssa-propagate.c
+++ b/gcc/tree-ssa-propagate.c
@@ -16,8 +16,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-ssa-propagate.h b/gcc/tree-ssa-propagate.h
index f7265fe0e6cc40dcea44276c86809e86fde176a0..dac9a5e959a47495f78e7d478cbbdc6985606e66 100644
--- a/gcc/tree-ssa-propagate.h
+++ b/gcc/tree-ssa-propagate.h
@@ -17,8 +17,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #ifndef _TREE_SSA_PROPAGATE_H
 #define _TREE_SSA_PROPAGATE_H 1
diff --git a/gcc/tree-ssa-reassoc.c b/gcc/tree-ssa-reassoc.c
index 68a29100b6bd4f2ac1e53d74de2640366e4fe4b2..5f0e8fc6187a132e97590ee4cc952040201e99d3 100644
--- a/gcc/tree-ssa-reassoc.c
+++ b/gcc/tree-ssa-reassoc.c
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-ssa-sink.c b/gcc/tree-ssa-sink.c
index 6bd77ab9f95e74236f427df9b6945c691f36605b..c6cdc6f1e3514c8284fc987637854cce69f052e6 100644
--- a/gcc/tree-ssa-sink.c
+++ b/gcc/tree-ssa-sink.c
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c
index 4aeda117cb2442a7b857176641c7fea601224a34..4cfd15098d33983768622d0bca0dd04a89458790 100644
--- a/gcc/tree-ssa-structalias.c
+++ b/gcc/tree-ssa-structalias.c
@@ -16,7 +16,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
 #include "config.h"
diff --git a/gcc/tree-ssa-structalias.h b/gcc/tree-ssa-structalias.h
index 89224c6bb0e07e949692b51e4bf15a7bc5bd6668..a6241e5c947d8969926ebc5342078b9065a3a9d3 100644
--- a/gcc/tree-ssa-structalias.h
+++ b/gcc/tree-ssa-structalias.h
@@ -16,7 +16,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
 #ifndef TREE_SSA_STRUCTALIAS_H
diff --git a/gcc/tree-ssa-threadupdate.c b/gcc/tree-ssa-threadupdate.c
index ea4413710a1eebe58186abb389f854786c7cf928..a89a438f6301b085c8b2356f22ac81a0dae90e41 100644
--- a/gcc/tree-ssa-threadupdate.c
+++ b/gcc/tree-ssa-threadupdate.c
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-ssa-uncprop.c b/gcc/tree-ssa-uncprop.c
index 38130604b8554146fe5f6c225b2735c1fc269d53..4ca90c2bffae0f67557c59016cb057eef4da7792 100644
--- a/gcc/tree-ssa-uncprop.c
+++ b/gcc/tree-ssa-uncprop.c
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-ssa.c b/gcc/tree-ssa.c
index 50c6e7266f527b061a406af0a46d5107fcb5403e..dc28e7128046d2717b2fc921f5c03f7656b78614 100644
--- a/gcc/tree-ssa.c
+++ b/gcc/tree-ssa.c
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-ssanames.c b/gcc/tree-ssanames.c
index 2c4b0b7e2bfcc9e787d6481ec3ef23561884fb45..bf5ffef9e5e47580ddfeb057f827f3013fa7ac37 100644
--- a/gcc/tree-ssanames.c
+++ b/gcc/tree-ssanames.c
@@ -15,8 +15,8 @@ GNU General Public License for more details.
                                                                                
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-stdarg.c b/gcc/tree-stdarg.c
index c0d16b1b31e8231e9156399a381e29bb010fe6ed..14c1e5fdf21f2b95d4154fc40b7b92f9e718ef6b 100644
--- a/gcc/tree-stdarg.c
+++ b/gcc/tree-stdarg.c
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-stdarg.h b/gcc/tree-stdarg.h
index 100737a79fbf466714c827ef35696bb22e3119a9..6fda89216df85802671094a61ea89578d034514a 100644
--- a/gcc/tree-stdarg.h
+++ b/gcc/tree-stdarg.h
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #ifndef GCC_TREE_STDARG_H
 #define GCC_TREE_STDARG_H 1
diff --git a/gcc/tree-tailcall.c b/gcc/tree-tailcall.c
index fd8aecc8ce0785ca28dd7a8f11e412751a7cf7e2..613841ebcbad587bba22a1cad2cacb7be25e9b80 100644
--- a/gcc/tree-tailcall.c
+++ b/gcc/tree-tailcall.c
@@ -15,8 +15,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-vect-analyze.c b/gcc/tree-vect-analyze.c
index 1cca9e84c07171656ba4b976531fe977e548c951..9d4fc5d358b2412e850b7662ab6c64b8516d605b 100644
--- a/gcc/tree-vect-analyze.c
+++ b/gcc/tree-vect-analyze.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-vect-generic.c b/gcc/tree-vect-generic.c
index fc75222d8924fa7113e9a4b42162ff95e5ffb8da..015a727de3a66e4a0051919c2c595c9641b5a935 100644
--- a/gcc/tree-vect-generic.c
+++ b/gcc/tree-vect-generic.c
@@ -15,8 +15,8 @@ for more details.
    
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-vect-transform.c b/gcc/tree-vect-transform.c
index a4417d4d6731d822966fbabd28b0cd2253839c07..4878299734d0e3f9ef984d32f86900c32e085145 100644
--- a/gcc/tree-vect-transform.c
+++ b/gcc/tree-vect-transform.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-vectorizer.c b/gcc/tree-vectorizer.c
index 1967e53712538cbff4390fa861cbc349f5640363..6ad78582182b9815f64f5d0ba2e6e47fc11ef993 100644
--- a/gcc/tree-vectorizer.c
+++ b/gcc/tree-vectorizer.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* Loop Vectorization Pass.
 
diff --git a/gcc/tree-vectorizer.h b/gcc/tree-vectorizer.h
index 3c2712dbbade4f7210e68910c48306248c274622..2eb29a0bed1291a126ae24c50be404d589f67b1b 100644
--- a/gcc/tree-vectorizer.h
+++ b/gcc/tree-vectorizer.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_TREE_VECTORIZER_H
 #define GCC_TREE_VECTORIZER_H
diff --git a/gcc/tree-vn.c b/gcc/tree-vn.c
index e46fafaf30879c22cfcfb6b3203a5d71dcbd8c3e..38ba39b69bbbf8535dc0b957d911a84334873a19 100644
--- a/gcc/tree-vn.c
+++ b/gcc/tree-vn.c
@@ -17,8 +17,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree-vrp.c b/gcc/tree-vrp.c
index 5ad94b2ea52e649e7657947a64c332a944b71054..37bcb1b26c92586ac120b4b50e29ee162930eb43 100644
--- a/gcc/tree-vrp.c
+++ b/gcc/tree-vrp.c
@@ -16,8 +16,8 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to
-the Free Software Foundation, 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA.  */
+the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+Boston, MA 02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/tree.c b/gcc/tree.c
index 2f5f924cdbefc3bf6190d560cf68531f2d2b4826..c19e3cc43f5a96318c8e0489c9b95a88c1f999bb 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* This file contains the low level primitives for operating on tree nodes,
    including allocation, list operations, interning of identifiers,
diff --git a/gcc/tree.def b/gcc/tree.def
index 26a8703b6db92f0f1f8a1de1cfdf06b8df2f8618..52e6c11299d36c1c67b5d12597513d0892f9a8dc 100644
--- a/gcc/tree.def
+++ b/gcc/tree.def
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 /* For tcc_references, tcc_expression, tcc_comparison, tcc_unary,
diff --git a/gcc/tree.h b/gcc/tree.h
index 831856da599ac90aa3c7b588f58bca41c1666349..09e0d63545e6826112933569467c4b82eee66425 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_TREE_H
 #define GCC_TREE_H
diff --git a/gcc/tsystem.h b/gcc/tsystem.h
index bc8384e1739477cb041775f64f7ee7b6dccc1830..cbd21dc1ed8020e05e4dfafcdc955f3885bcd31d 100644
--- a/gcc/tsystem.h
+++ b/gcc/tsystem.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with other files,
    some of which are compiled with GCC, to produce an executable,
diff --git a/gcc/typeclass.h b/gcc/typeclass.h
index a4e15703b77f462114ecc12396096615d7bc1158..9c40b114624fa74a13910a0d65f9801edd0d4de6 100644
--- a/gcc/typeclass.h
+++ b/gcc/typeclass.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* As a special exception, if you link this library with other files,
    some of which are compiled with GCC, to produce an executable,
diff --git a/gcc/unwind-c.c b/gcc/unwind-c.c
index c066a13070db004a66e1fe4bfa8b2199ddbdd559..fc76edbc350fdc92016ecec439695ebd70330f92 100644
--- a/gcc/unwind-c.c
+++ b/gcc/unwind-c.c
@@ -26,8 +26,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "tconfig.h"
 #include "tsystem.h"
diff --git a/gcc/unwind-compat.c b/gcc/unwind-compat.c
index 4b5a2b3c0ef6a98996d7bfb0ba3a110847221558..f5316f0b6cb22195554f0c0565e96ab17f2d764c 100644
--- a/gcc/unwind-compat.c
+++ b/gcc/unwind-compat.c
@@ -25,8 +25,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 #if defined (USE_GAS_SYMVER) && defined (USE_LIBUNWIND_EXCEPTIONS)
 #include "tconfig.h"
diff --git a/gcc/unwind-compat.h b/gcc/unwind-compat.h
index 051cea1d05d8c48d56464f679399446dc72a1d0e..fc92053df2788ed393c7410b614fd2b1dd930f8f 100644
--- a/gcc/unwind-compat.h
+++ b/gcc/unwind-compat.h
@@ -25,8 +25,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 #define symver(name, version) \
   __asm__ (".symver " #name"," #name "@" #version)
diff --git a/gcc/unwind-dw2-fde-compat.c b/gcc/unwind-dw2-fde-compat.c
index 55adc3660fe3a08e637c204a715819c320f12964..d90bb7e1f607b2fe02be1d5b1ac2909fc6967b56 100644
--- a/gcc/unwind-dw2-fde-compat.c
+++ b/gcc/unwind-dw2-fde-compat.c
@@ -25,8 +25,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 #if defined (USE_GAS_SYMVER) && defined (USE_LIBUNWIND_EXCEPTIONS)
 #include "tconfig.h"
diff --git a/gcc/unwind-dw2-fde-darwin.c b/gcc/unwind-dw2-fde-darwin.c
index f242654baf9458a37c1c505d7b759822f0511d60..0e16371f6c8abd21fc9d90280f478d883bf8c4ee 100644
--- a/gcc/unwind-dw2-fde-darwin.c
+++ b/gcc/unwind-dw2-fde-darwin.c
@@ -14,8 +14,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to
-   the Free Software Foundation, 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 /* As a special exception, if you link this library with other files,
    some of which are compiled with GCC, to produce an executable,
diff --git a/gcc/unwind-dw2-fde-glibc.c b/gcc/unwind-dw2-fde-glibc.c
index ebc2d9c37f22716c6754bd8d0d9d4ac039d2657a..e7bd31b15835dd004856740e977ff4cf564e9d4d 100644
--- a/gcc/unwind-dw2-fde-glibc.c
+++ b/gcc/unwind-dw2-fde-glibc.c
@@ -15,8 +15,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to
-   the Free Software Foundation, 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 /* As a special exception, if you link this library with other files,
    some of which are compiled with GCC, to produce an executable,
diff --git a/gcc/unwind-dw2-fde.c b/gcc/unwind-dw2-fde.c
index d6b3a5870bc495a3bc46bfc1f60d1b35d0cf80de..ace7a432577ec03a059b6cecfda598b54bdb2fc0 100644
--- a/gcc/unwind-dw2-fde.c
+++ b/gcc/unwind-dw2-fde.c
@@ -26,8 +26,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef _Unwind_Find_FDE
 #include "tconfig.h"
diff --git a/gcc/unwind-dw2-fde.h b/gcc/unwind-dw2-fde.h
index 93976e2fd513ffc5c7247929cb0ec140cb45e5d1..4f8641bf9e1fa5abeed0fb0b222c1b883e634c85 100644
--- a/gcc/unwind-dw2-fde.h
+++ b/gcc/unwind-dw2-fde.h
@@ -26,8 +26,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_UNWIND_DW2_FDE_H
 #define GCC_UNWIND_DW2_FDE_H
diff --git a/gcc/unwind-dw2.c b/gcc/unwind-dw2.c
index 55764fee545049b528ff042a55848b944608583c..5a4375fa92779a08163d30364ad9b749326d724f 100644
--- a/gcc/unwind-dw2.c
+++ b/gcc/unwind-dw2.c
@@ -25,8 +25,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 #include "tconfig.h"
 #include "tsystem.h"
diff --git a/gcc/unwind-dw2.h b/gcc/unwind-dw2.h
index 77563e7441488a6a13508e59b391252256a4d4e8..e894dd913dce52739e21042f0a82d6281c42eb17 100644
--- a/gcc/unwind-dw2.h
+++ b/gcc/unwind-dw2.h
@@ -25,8 +25,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 /* A target can override (perhaps for backward compatibility) how
    many dwarf2 columns are unwound.  */
diff --git a/gcc/unwind-pe.h b/gcc/unwind-pe.h
index 398165749a5fd2e1cb9ca54a5f556f2d922004c3..8cd3fcdfb2423fa5307ed05605359bc5f3dbe7a9 100644
--- a/gcc/unwind-pe.h
+++ b/gcc/unwind-pe.h
@@ -24,8 +24,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 /* @@@ Really this should be out of line, but this also causes link
    compatibility problems with the base ABI.  This is slightly better
diff --git a/gcc/unwind-sjlj.c b/gcc/unwind-sjlj.c
index 0dd4a8395a39c80821028590dccb5e30bc69aa8e..d08602da9fcad5c025da83d1d20dd004dfaca2dd 100644
--- a/gcc/unwind-sjlj.c
+++ b/gcc/unwind-sjlj.c
@@ -25,8 +25,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 #include "tconfig.h"
 #include "tsystem.h"
diff --git a/gcc/unwind.h b/gcc/unwind.h
index 7244fd457c78280a0e0b6b3817d6d9bd09bc3b16..9c0c7da07adfaf1d238e17ce47827d6cc2547fc4 100644
--- a/gcc/unwind.h
+++ b/gcc/unwind.h
@@ -15,8 +15,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 /* As a special exception, if you include this header file into source
    files compiled by GCC, this header file does not by itself cause
diff --git a/gcc/unwind.inc b/gcc/unwind.inc
index dc4708ecd9c32bd25c0d73fba10dd9104ed3f7d3..63fba968fa1ac4fa46d161c5ea6b9afe62c6878d 100644
--- a/gcc/unwind.inc
+++ b/gcc/unwind.inc
@@ -24,8 +24,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 /* This is derived from the C++ ABI for IA-64.  Where we diverge
    for cross-architecture compatibility are noted with "@@@".  
diff --git a/gcc/value-prof.c b/gcc/value-prof.c
index e6b45a519e5965a8ad95d9e982d04a6a338c81cf..5c06c1596834483aa9ba90100f3c1a3266e172f6 100644
--- a/gcc/value-prof.c
+++ b/gcc/value-prof.c
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/value-prof.h b/gcc/value-prof.h
index 692746a601de0e849ad0ccca2cb0d1352baac84f..2a1191daaf25d403928e0d0517d5843e987aaa77 100644
--- a/gcc/value-prof.h
+++ b/gcc/value-prof.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_VALUE_PROF_H
 #define GCC_VALUE_PROF_H
diff --git a/gcc/var-tracking.c b/gcc/var-tracking.c
index 6d5c14c6055bf1ec7e5bc92e3de34fd990d9382b..83bfdb1a8d38ffc0269773e8e166c739ba8468d0 100644
--- a/gcc/var-tracking.c
+++ b/gcc/var-tracking.c
@@ -15,8 +15,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 /* This file contains the variable tracking pass.  It computes where
    variables are located (which registers or where in memory) at each position
diff --git a/gcc/varasm.c b/gcc/varasm.c
index 5e06b639316737ff22b2e8e6ec103dd4203239e7..e5d3649805179dafb889d3eebec34bb63cfb88d8 100644
--- a/gcc/varasm.c
+++ b/gcc/varasm.c
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 /* This file handles generation of all the assembler code
diff --git a/gcc/varray.c b/gcc/varray.c
index ee3d76d3910a1e9b058b39140af03d9d454b5e3c..6760a75fc4539572facbfd83673bcca1dd8ee5ef 100644
--- a/gcc/varray.c
+++ b/gcc/varray.c
@@ -17,8 +17,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
-   MA 02111-1307, USA.  */
+   the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston,
+   MA 02110-1301, USA.  */
 
 /* This file is compiled twice: once for the generator programs
    once for the compiler.  */
diff --git a/gcc/varray.h b/gcc/varray.h
index c896fe23a33420174c66c3612e54c4799f55000a..c1297e89d780a8389821af45175a821259bb72db 100644
--- a/gcc/varray.h
+++ b/gcc/varray.h
@@ -17,8 +17,8 @@
 
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to the Free
-   the Free Software Foundation, 59 Temple Place - Suite 330, Boston,
-   MA 02111-1307, USA.  */
+   the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston,
+   MA 02110-1301, USA.  */
 
 #ifndef GCC_VARRAY_H
 #define GCC_VARRAY_H
diff --git a/gcc/vec.c b/gcc/vec.c
index 225cfb1545caef114fb668d6d46d50792cb9f955..b6a1d7840885fc3ab19ce6e31f00127c9eb14e13 100644
--- a/gcc/vec.c
+++ b/gcc/vec.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/vec.h b/gcc/vec.h
index f97e214dd24d34b78b245dd15f27e585a3433740..63840a1bd4afa72bf7730082c8d348b8b78b3976 100644
--- a/gcc/vec.h
+++ b/gcc/vec.h
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_VEC_H
 #define GCC_VEC_H
diff --git a/gcc/vmsdbg.h b/gcc/vmsdbg.h
index bb12bd9c5ed4d0b285aecf7b64dbf1155ca48e9b..afb0424bbdff94ced8fe54b60b89f5ea3d60bf44 100644
--- a/gcc/vmsdbg.h
+++ b/gcc/vmsdbg.h
@@ -15,8 +15,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #ifndef GCC_VMSDBG_H
 #define GCC_VMSDBG_H 1
diff --git a/gcc/vmsdbgout.c b/gcc/vmsdbgout.c
index d612479f6c611d43f4108363d29d5ef202db4cbb..09657942b5c047808d5e6443c00d77d474679cc2 100644
--- a/gcc/vmsdbgout.c
+++ b/gcc/vmsdbgout.c
@@ -18,8 +18,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 #include "config.h"
 #include "system.h"
diff --git a/gcc/web.c b/gcc/web.c
index 8025e4b7d447f4234828271d17b03e70d1c9dfa6..a547d61f9e8446c894c81d8af2f2230655a177cd 100644
--- a/gcc/web.c
+++ b/gcc/web.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* Simple optimization pass that splits independent uses of each pseudo,
    increasing effectiveness of other optimizations.  The optimization can
diff --git a/gcc/xcoffout.c b/gcc/xcoffout.c
index f2b8a3fbe771779d8fd48482332453712a39dfef..d3d71f8f2838d7b67ca8c23fadb6b94d30ccee58 100644
--- a/gcc/xcoffout.c
+++ b/gcc/xcoffout.c
@@ -16,8 +16,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 /* Output xcoff-format symbol table data.  The main functionality is contained
    in dbxout.c.  This file implements the sdbout-like parts of the xcoff
diff --git a/gcc/xcoffout.h b/gcc/xcoffout.h
index a3d2899566989b418fbce1a25c74cc31f51356a5..1ac0181792c478b58c32e435d257737429a608c9 100644
--- a/gcc/xcoffout.h
+++ b/gcc/xcoffout.h
@@ -17,8 +17,8 @@ for more details.
 
 You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING.  If not, write to the Free
-Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-02111-1307, USA.  */
+Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301, USA.  */
 
 
 /* Tags and typedefs are C_DECL in XCOFF, not C_LSYM.  */