aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libmudflap/ChangeLog4
-rw-r--r--libmudflap/mf-heuristics.c4
-rw-r--r--libmudflap/mf-hooks1.c4
-rw-r--r--libmudflap/mf-hooks2.c4
-rw-r--r--libmudflap/mf-hooks3.c4
-rw-r--r--libmudflap/mf-impl.h4
-rw-r--r--libmudflap/mf-runtime.c4
-rw-r--r--libmudflap/mf-runtime.h4
-rw-r--r--libmudflap/testsuite/lib/libmudflap.exp2
-rw-r--r--libmudflap/testsuite/lib/mfdg.exp2
-rw-r--r--libmudflap/testsuite/libmudflap.c/pass-stratcliff.c4
-rw-r--r--libobjc/ChangeLog4
-rw-r--r--libobjc/Makefile.in4
-rw-r--r--libobjc/NXConstStr.m4
-rw-r--r--libobjc/Object.m4
-rw-r--r--libobjc/Protocol.m4
-rw-r--r--libobjc/aclocal.m416
-rw-r--r--libobjc/archive.c4
-rw-r--r--libobjc/class.c2
-rw-r--r--libobjc/configure.ac4
-rw-r--r--libobjc/encoding.c4
-rw-r--r--libobjc/exception.c4
-rw-r--r--libobjc/gc.c4
-rw-r--r--libobjc/hash.c4
-rw-r--r--libobjc/hash_compat.c4
-rw-r--r--libobjc/init.c2
-rw-r--r--libobjc/libobjc.def4
-rw-r--r--libobjc/libobjc_entry.c4
-rw-r--r--libobjc/linking.m4
-rw-r--r--libobjc/makefile.dos4
-rw-r--r--libobjc/misc.c4
-rw-r--r--libobjc/nil_method.c4
-rw-r--r--libobjc/objc/NXConstStr.h4
-rw-r--r--libobjc/objc/Object.h4
-rw-r--r--libobjc/objc/Protocol.h4
-rw-r--r--libobjc/objc/encoding.h4
-rw-r--r--libobjc/objc/hash.h4
-rw-r--r--libobjc/objc/objc-api.h4
-rw-r--r--libobjc/objc/objc-decls.h4
-rw-r--r--libobjc/objc/objc-list.h4
-rw-r--r--libobjc/objc/objc.h4
-rw-r--r--libobjc/objc/runtime.h2
-rw-r--r--libobjc/objc/sarray.h4
-rw-r--r--libobjc/objc/thr.h4
-rw-r--r--libobjc/objc/typedstream.h4
-rw-r--r--libobjc/objects.c4
-rw-r--r--libobjc/sarray.c4
-rw-r--r--libobjc/selector.c2
-rw-r--r--libobjc/sendmsg.c4
-rw-r--r--libobjc/thr-dce.c4
-rw-r--r--libobjc/thr-decosf1.c4
-rw-r--r--libobjc/thr-irix.c4
-rw-r--r--libobjc/thr-mach.c4
-rw-r--r--libobjc/thr-objc.c4
-rw-r--r--libobjc/thr-os2.c4
-rw-r--r--libobjc/thr-posix.c4
-rw-r--r--libobjc/thr-pthreads.c4
-rw-r--r--libobjc/thr-rtems.c4
-rw-r--r--libobjc/thr-single.c4
-rw-r--r--libobjc/thr-solaris.c4
-rw-r--r--libobjc/thr-vxworks.c4
-rw-r--r--libobjc/thr-win32.c4
-rw-r--r--libobjc/thr.c4
63 files changed, 130 insertions, 122 deletions
diff --git a/libmudflap/ChangeLog b/libmudflap/ChangeLog
index 4bd5316..8be90f0 100644
--- a/libmudflap/ChangeLog
+++ b/libmudflap/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
+
+ * All files: Update FSF address.
+
2005-08-15 Ulrich Weigand <weigand@informatik.uni-erlangen.de>
* mf-hooks3.c (main_seen_p): Remove.
diff --git a/libmudflap/mf-heuristics.c b/libmudflap/mf-heuristics.c
index 9118bc6..4a1a26c 100644
--- a/libmudflap/mf-heuristics.c
+++ b/libmudflap/mf-heuristics.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 "config.h"
diff --git a/libmudflap/mf-hooks1.c b/libmudflap/mf-hooks1.c
index 9460e44..0700d9a 100644
--- a/libmudflap/mf-hooks1.c
+++ b/libmudflap/mf-hooks1.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 "config.h"
diff --git a/libmudflap/mf-hooks2.c b/libmudflap/mf-hooks2.c
index 87cb270..2b961b4 100644
--- a/libmudflap/mf-hooks2.c
+++ b/libmudflap/mf-hooks2.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 "config.h"
diff --git a/libmudflap/mf-hooks3.c b/libmudflap/mf-hooks3.c
index e32f13a..dec4cd6 100644
--- a/libmudflap/mf-hooks3.c
+++ b/libmudflap/mf-hooks3.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 "config.h"
diff --git a/libmudflap/mf-impl.h b/libmudflap/mf-impl.h
index 53c25b3..6b44eda 100644
--- a/libmudflap/mf-impl.h
+++ b/libmudflap/mf-impl.h
@@ -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. */
#ifndef __MF_IMPL_H
#define __MF_IMPL_H
diff --git a/libmudflap/mf-runtime.c b/libmudflap/mf-runtime.c
index e690165..72d1a57 100644
--- a/libmudflap/mf-runtime.c
+++ b/libmudflap/mf-runtime.c
@@ -28,8 +28,8 @@ for more details.
You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING. If not, write to the Free
-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/libmudflap/mf-runtime.h b/libmudflap/mf-runtime.h
index 0c2eac9..68c7b54 100644
--- a/libmudflap/mf-runtime.h
+++ b/libmudflap/mf-runtime.h
@@ -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. */
/* Public libmudflap declarations -*- C -*- */
diff --git a/libmudflap/testsuite/lib/libmudflap.exp b/libmudflap/testsuite/lib/libmudflap.exp
index 4b80716..634f1cb 100644
--- a/libmudflap/testsuite/lib/libmudflap.exp
+++ b/libmudflap/testsuite/lib/libmudflap.exp
@@ -12,7 +12,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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# Define libmudflap callbacks for dg.exp.
# This file is a copy of libstdc++-v3's dejagnu driver, with minor changes.
diff --git a/libmudflap/testsuite/lib/mfdg.exp b/libmudflap/testsuite/lib/mfdg.exp
index 25473d6..7bcd44a 100644
--- a/libmudflap/testsuite/lib/mfdg.exp
+++ b/libmudflap/testsuite/lib/mfdg.exp
@@ -13,7 +13,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 is a modified excerpt of dejagnu/lib/dg.exp.
diff --git a/libmudflap/testsuite/libmudflap.c/pass-stratcliff.c b/libmudflap/testsuite/libmudflap.c/pass-stratcliff.c
index 894f10f..baaf8a9 100644
--- a/libmudflap/testsuite/libmudflap.c/pass-stratcliff.c
+++ b/libmudflap/testsuite/libmudflap.c/pass-stratcliff.c
@@ -15,8 +15,8 @@
You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; 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. */
#define _GNU_SOURCE 1
#define __USE_GNU
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog
index 9f623b8..0161254 100644
--- a/libobjc/ChangeLog
+++ b/libobjc/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-17 Kelley Cook <kcook@gcc.gnu.org>
+
+ * All files: Update FSF address.
+
2005-08-13 Marcin Koziej <creep@desk.pl>
Andrew Pinski <pinskia@physics.uc.edu>
diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in
index b9c216b..6704be1 100644
--- a/libobjc/Makefile.in
+++ b/libobjc/Makefile.in
@@ -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. */
+#the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+#Boston, MA 02110-1301, USA. */
#This was cribbed from the libchill, libiberty and libstdc++
#Makefile.in files. Some of this stuff may be unnecessary and
diff --git a/libobjc/NXConstStr.m b/libobjc/NXConstStr.m
index 4f75bdb..9afe30ae 100644
--- a/libobjc/NXConstStr.m
+++ b/libobjc/NXConstStr.m
@@ -16,8 +16,8 @@ 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. */
/* As a special exception, if you link this library with files
compiled with GCC to produce an executable, this does not cause
diff --git a/libobjc/Object.m b/libobjc/Object.m
index 7425ff3..3d7d208 100644
--- a/libobjc/Object.m
+++ b/libobjc/Object.m
@@ -15,8 +15,8 @@ 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. */
/* As a special exception, if you link this library with files compiled
with GCC to produce an executable, this does not cause the resulting
diff --git a/libobjc/Protocol.m b/libobjc/Protocol.m
index 689d97e..645e991 100644
--- a/libobjc/Protocol.m
+++ b/libobjc/Protocol.m
@@ -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. */
/* As a special exception, if you link this library with files
compiled with GCC to produce an executable, this does not cause
diff --git a/libobjc/aclocal.m4 b/libobjc/aclocal.m4
index 1c772b8..f171289 100644
--- a/libobjc/aclocal.m4
+++ b/libobjc/aclocal.m4
@@ -27,8 +27,8 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 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
@@ -91,8 +91,8 @@ am_aux_dir=`cd $ac_aux_dir && pwd`
# 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.
# serial 6
@@ -136,8 +136,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.
# serial 3
@@ -178,8 +178,8 @@ AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
# 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
diff --git a/libobjc/archive.c b/libobjc/archive.c
index 3bfd975..eeaf29c 100644
--- a/libobjc/archive.c
+++ b/libobjc/archive.c
@@ -15,8 +15,8 @@ details.
You should have received a copy of the GNU General Public License along with
GCC; see the file COPYING. 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. */
/* As a special exception, if you link this library with files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/libobjc/class.c b/libobjc/class.c
index 2140652..4374852 100644
--- a/libobjc/class.c
+++ b/libobjc/class.c
@@ -19,7 +19,7 @@ details.
You should have received a copy of the GNU General Public License along with
GCC; see the file COPYING. 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. */
/* As a special exception, if you link this library with files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/libobjc/configure.ac b/libobjc/configure.ac
index bf5fe7b..caf2f8d 100644
--- a/libobjc/configure.ac
+++ b/libobjc/configure.ac
@@ -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 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.
AC_PREREQ(2.59)
AC_INIT(package-unused, version-unused,, libobjc)
diff --git a/libobjc/encoding.c b/libobjc/encoding.c
index 95cf652..efdc2f0 100644
--- a/libobjc/encoding.c
+++ b/libobjc/encoding.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. */
/* As a special exception, if you link this library with files
compiled with GCC to produce an executable, this does not cause
diff --git a/libobjc/exception.c b/libobjc/exception.c
index e34f34b4..e1de2ae 100644
--- a/libobjc/exception.c
+++ b/libobjc/exception.c
@@ -15,8 +15,8 @@ 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. */
/* As a special exception, if you link this library with files compiled
with GCC to produce an executable, this does not cause the resulting
diff --git a/libobjc/gc.c b/libobjc/gc.c
index a476689..9bb11fc 100644
--- a/libobjc/gc.c
+++ b/libobjc/gc.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. */
/* As a special exception, if you link this library with files
compiled with GCC to produce an executable, this does not cause
diff --git a/libobjc/hash.c b/libobjc/hash.c
index a32279c..969bd45 100644
--- a/libobjc/hash.c
+++ b/libobjc/hash.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. */
/* As a special exception, if you link this library with files
compiled with GCC to produce an executable, this does not cause
diff --git a/libobjc/hash_compat.c b/libobjc/hash_compat.c
index 905b9e4..b04eee6 100644
--- a/libobjc/hash_compat.c
+++ b/libobjc/hash_compat.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. */
/* As a special exception, if you link this library with files
compiled with GCC to produce an executable, this does not cause
diff --git a/libobjc/init.c b/libobjc/init.c
index 40d9016..fc3d7ff 100644
--- a/libobjc/init.c
+++ b/libobjc/init.c
@@ -16,7 +16,7 @@ details.
You should have received a copy of the GNU General Public License along with
GCC; see the file COPYING. 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. */
/* As a special exception, if you link this library with files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/libobjc/libobjc.def b/libobjc/libobjc.def
index bd50959..a80fb61 100644
--- a/libobjc/libobjc.def
+++ b/libobjc/libobjc.def
@@ -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.
+; Foundation, 51 Franklin Street, Fifth Floor,
+; Boston, MA 02110-1301, USA.
LIBRARY libobjc
EXPORTS
diff --git a/libobjc/libobjc_entry.c b/libobjc/libobjc_entry.c
index 22ff959..205b0ed 100644
--- a/libobjc/libobjc_entry.c
+++ b/libobjc/libobjc_entry.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 files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/libobjc/linking.m b/libobjc/linking.m
index a54ae01..8c8a0a9 100644
--- a/libobjc/linking.m
+++ b/libobjc/linking.m
@@ -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. */
/* As a special exception, if you link this library with files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/libobjc/makefile.dos b/libobjc/makefile.dos
index 63903cb..c7544a1 100644
--- a/libobjc/makefile.dos
+++ b/libobjc/makefile.dos
@@ -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.
+# Foundation, 51 Franklin Street, Fifth Floor,
+# Boston, MA 02110-1301, USA.
# This Makefile is configured for GnuMAKE
diff --git a/libobjc/misc.c b/libobjc/misc.c
index fd9561f..972cff1 100644
--- a/libobjc/misc.c
+++ b/libobjc/misc.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. */
/* As a special exception, if you link this library with files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/libobjc/nil_method.c b/libobjc/nil_method.c
index e1802aa..268f0e3 100644
--- a/libobjc/nil_method.c
+++ b/libobjc/nil_method.c
@@ -15,8 +15,8 @@ details.
You should have received a copy of the GNU General Public License along with
GCC; see the file COPYING. 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. */
/* As a special exception, if you link this library with files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/libobjc/objc/NXConstStr.h b/libobjc/objc/NXConstStr.h
index b0f6ea5..3f408d3 100644
--- a/libobjc/objc/NXConstStr.h
+++ b/libobjc/objc/NXConstStr.h
@@ -16,8 +16,8 @@ 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. */
/* As a special exception, if you link this library with files
compiled with GCC to produce an executable, this does not cause
diff --git a/libobjc/objc/Object.h b/libobjc/objc/Object.h
index 21552ca..7b67f466 100644
--- a/libobjc/objc/Object.h
+++ b/libobjc/objc/Object.h
@@ -15,8 +15,8 @@ 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. */
/* As a special exception, if you link this library with files compiled
with GCC to produce an executable, this does not cause the resulting
diff --git a/libobjc/objc/Protocol.h b/libobjc/objc/Protocol.h
index fa65a2e..fe0f28a 100644
--- a/libobjc/objc/Protocol.h
+++ b/libobjc/objc/Protocol.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. */
/* As a special exception, if you link this library with files
compiled with GCC to produce an executable, this does not cause
diff --git a/libobjc/objc/encoding.h b/libobjc/objc/encoding.h
index f09b549..c432ee9 100644
--- a/libobjc/objc/encoding.h
+++ b/libobjc/objc/encoding.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. */
/* As a special exception, if you link this library with files
compiled with GCC to produce an executable, this does not cause
diff --git a/libobjc/objc/hash.h b/libobjc/objc/hash.h
index d9f3aee..2260fad 100644
--- a/libobjc/objc/hash.h
+++ b/libobjc/objc/hash.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. */
/* As a special exception, if you link this library with files
compiled with GCC to produce an executable, this does not cause
diff --git a/libobjc/objc/objc-api.h b/libobjc/objc/objc-api.h
index 9011ab5..f647fbd 100644
--- a/libobjc/objc/objc-api.h
+++ b/libobjc/objc/objc-api.h
@@ -15,8 +15,8 @@ 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. */
/* As a special exception, if you link this library with files compiled
with GCC to produce an executable, this does not cause the resulting
diff --git a/libobjc/objc/objc-decls.h b/libobjc/objc/objc-decls.h
index 6d64c3bb..52938a2 100644
--- a/libobjc/objc/objc-decls.h
+++ b/libobjc/objc/objc-decls.h
@@ -15,8 +15,8 @@ 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. */
/* As a special exception, if you link this library with files compiled
with GCC to produce an executable, this does not cause the resulting
diff --git a/libobjc/objc/objc-list.h b/libobjc/objc/objc-list.h
index 19f0b85..051e1c2 100644
--- a/libobjc/objc/objc-list.h
+++ b/libobjc/objc/objc-list.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. */
/* As a special exception, if you link this library with files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/libobjc/objc/objc.h b/libobjc/objc/objc.h
index da20d84..ee7612c 100644
--- a/libobjc/objc/objc.h
+++ b/libobjc/objc/objc.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. */
/* As a special exception, if you link this library with files
compiled with GCC to produce an executable, this does not cause
diff --git a/libobjc/objc/runtime.h b/libobjc/objc/runtime.h
index f4f3746..3582d1d 100644
--- a/libobjc/objc/runtime.h
+++ b/libobjc/objc/runtime.h
@@ -15,7 +15,7 @@ details.
You should have received a copy of the GNU General Public License along with
GCC; see the file COPYING. 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. */
/* As a special exception, if you link this library with files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/libobjc/objc/sarray.h b/libobjc/objc/sarray.h
index f19407b..fe66b2e 100644
--- a/libobjc/objc/sarray.h
+++ b/libobjc/objc/sarray.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. */
/* As a special exception, if you link this library with files
compiled with GCC to produce an executable, this does not cause
diff --git a/libobjc/objc/thr.h b/libobjc/objc/thr.h
index d3d791a..c139926 100644
--- a/libobjc/objc/thr.h
+++ b/libobjc/objc/thr.h
@@ -25,8 +25,8 @@ details.
You should have received a copy of the GNU General Public License along with
GCC; see the file COPYING. 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. */
/* As a special exception, if you link this library with files
compiled with GCC to produce an executable, this does not cause
diff --git a/libobjc/objc/typedstream.h b/libobjc/objc/typedstream.h
index a52aa7e..3a5e0b3 100644
--- a/libobjc/objc/typedstream.h
+++ b/libobjc/objc/typedstream.h
@@ -15,8 +15,8 @@ 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. */
/* As a special exception, if you link this library with files compiled
with GCC to produce an executable, this does not cause the resulting
diff --git a/libobjc/objects.c b/libobjc/objects.c
index c3732e3..7cc99bf 100644
--- a/libobjc/objects.c
+++ b/libobjc/objects.c
@@ -15,8 +15,8 @@ details.
You should have received a copy of the GNU General Public License along with
GCC; see the file COPYING. 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. */
/* As a special exception, if you link this library with files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/libobjc/sarray.c b/libobjc/sarray.c
index f07097a..b35772b 100644
--- a/libobjc/sarray.c
+++ b/libobjc/sarray.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. */
/* As a special exception, if you link this library with files
compiled with GCC to produce an executable, this does not cause
diff --git a/libobjc/selector.c b/libobjc/selector.c
index 8667333..223c710 100644
--- a/libobjc/selector.c
+++ b/libobjc/selector.c
@@ -15,7 +15,7 @@ details.
You should have received a copy of the GNU General Public License along with
GCC; see the file COPYING. 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. */
/* As a special exception, if you link this library with files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/libobjc/sendmsg.c b/libobjc/sendmsg.c
index 414af70..9453ef3 100644
--- a/libobjc/sendmsg.c
+++ b/libobjc/sendmsg.c
@@ -16,8 +16,8 @@ details.
You should have received a copy of the GNU General Public License along with
GCC; see the file COPYING. 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. */
/* As a special exception, if you link this library with files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/libobjc/thr-dce.c b/libobjc/thr-dce.c
index 166d61f..b20eacf 100644
--- a/libobjc/thr-dce.c
+++ b/libobjc/thr-dce.c
@@ -15,8 +15,8 @@ details.
You should have received a copy of the GNU General Public License along with
GCC; see the file COPYING. 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. */
/* As a special exception, if you link this library with files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/libobjc/thr-decosf1.c b/libobjc/thr-decosf1.c
index 166d61f..b20eacf 100644
--- a/libobjc/thr-decosf1.c
+++ b/libobjc/thr-decosf1.c
@@ -15,8 +15,8 @@ details.
You should have received a copy of the GNU General Public License along with
GCC; see the file COPYING. 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. */
/* As a special exception, if you link this library with files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/libobjc/thr-irix.c b/libobjc/thr-irix.c
index 9ad55bb..ca68e08 100644
--- a/libobjc/thr-irix.c
+++ b/libobjc/thr-irix.c
@@ -15,8 +15,8 @@ details.
You should have received a copy of the GNU General Public License along with
GCC; see the file COPYING. 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. */
/* As a special exception, if you link this library with files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/libobjc/thr-mach.c b/libobjc/thr-mach.c
index 7d70625..76167b4 100644
--- a/libobjc/thr-mach.c
+++ b/libobjc/thr-mach.c
@@ -17,8 +17,8 @@ details.
You should have received a copy of the GNU General Public License
along 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 files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/libobjc/thr-objc.c b/libobjc/thr-objc.c
index 25f9762..f2e8c39 100644
--- a/libobjc/thr-objc.c
+++ b/libobjc/thr-objc.c
@@ -14,8 +14,8 @@ details.
You should have received a copy of the GNU General Public License
along 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 files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/libobjc/thr-os2.c b/libobjc/thr-os2.c
index e302006..787c949 100644
--- a/libobjc/thr-os2.c
+++ b/libobjc/thr-os2.c
@@ -15,8 +15,8 @@ details.
You should have received a copy of the GNU General Public License
along 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 files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/libobjc/thr-posix.c b/libobjc/thr-posix.c
index 9871b57..f701083 100644
--- a/libobjc/thr-posix.c
+++ b/libobjc/thr-posix.c
@@ -17,8 +17,8 @@ details.
You should have received a copy of the GNU General Public License
along 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 files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/libobjc/thr-pthreads.c b/libobjc/thr-pthreads.c
index 99321c8..d73db47 100644
--- a/libobjc/thr-pthreads.c
+++ b/libobjc/thr-pthreads.c
@@ -16,8 +16,8 @@ details.
You should have received a copy of the GNU General Public License
along 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 files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/libobjc/thr-rtems.c b/libobjc/thr-rtems.c
index eab8892..4e4f1e4 100644
--- a/libobjc/thr-rtems.c
+++ b/libobjc/thr-rtems.c
@@ -17,8 +17,8 @@ details.
You should have received a copy of the GNU General Public License along with
GCC; see the file COPYING. 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. */
/* As a special exception, if you link this library with files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/libobjc/thr-single.c b/libobjc/thr-single.c
index 1323074..0407dcf 100644
--- a/libobjc/thr-single.c
+++ b/libobjc/thr-single.c
@@ -15,8 +15,8 @@ details.
You should have received a copy of the GNU General Public License along with
GCC; see the file COPYING. 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. */
/* As a special exception, if you link this library with files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/libobjc/thr-solaris.c b/libobjc/thr-solaris.c
index d37013b..0cc3522 100644
--- a/libobjc/thr-solaris.c
+++ b/libobjc/thr-solaris.c
@@ -16,8 +16,8 @@ details.
You should have received a copy of the GNU General Public License along with
GCC; see the file COPYING. 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. */
/* As a special exception, if you link this library with files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/libobjc/thr-vxworks.c b/libobjc/thr-vxworks.c
index 1323074..0407dcf 100644
--- a/libobjc/thr-vxworks.c
+++ b/libobjc/thr-vxworks.c
@@ -15,8 +15,8 @@ details.
You should have received a copy of the GNU General Public License along with
GCC; see the file COPYING. 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. */
/* As a special exception, if you link this library with files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/libobjc/thr-win32.c b/libobjc/thr-win32.c
index 065242c..cc4bb74 100644
--- a/libobjc/thr-win32.c
+++ b/libobjc/thr-win32.c
@@ -15,8 +15,8 @@ details.
You should have received a copy of the GNU General Public License along with
GCC; see the file COPYING. 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. */
/* As a special exception, if you link this library with files compiled with
GCC to produce an executable, this does not cause the resulting executable
diff --git a/libobjc/thr.c b/libobjc/thr.c
index 91e15d5..17f6f7e 100644
--- a/libobjc/thr.c
+++ b/libobjc/thr.c
@@ -15,8 +15,8 @@ details.
You should have received a copy of the GNU General Public License along with
GCC; see the file COPYING. 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. */
/* As a special exception, if you link this library with files compiled with
GCC to produce an executable, this does not cause the resulting executable