From a09a4bc06f15d7ab9a5fe221ed114326edb8f54b Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 10 May 2005 15:33:34 +0000 Subject: [PATCH] Update the address and phone number of the FSF organization. --- libiberty/COPYING.LIB | 4 ++-- libiberty/ChangeLog | 12 ++++++++++++ libiberty/Makefile.in | 4 ++-- libiberty/_doprnt.c | 2 +- libiberty/argv.c | 4 ++-- libiberty/asprintf.c | 4 ++-- libiberty/choose-temp.c | 4 ++-- libiberty/clock.c | 2 +- libiberty/concat.c | 4 ++-- libiberty/copying-lib.texi | 4 ++-- libiberty/cp-demangle.c | 2 +- libiberty/cp-demangle.h | 2 +- libiberty/cp-demint.c | 2 +- libiberty/cplus-dem.c | 4 ++-- libiberty/dyn-string.c | 4 ++-- libiberty/fdmatch.c | 4 ++-- libiberty/fibheap.c | 4 ++-- libiberty/floatformat.c | 2 +- libiberty/fnmatch.c | 4 ++-- libiberty/fopen_unlocked.c | 4 ++-- libiberty/gather-docs | 4 ++-- libiberty/getopt.c | 2 +- libiberty/getopt1.c | 2 +- libiberty/getruntime.c | 4 ++-- libiberty/hashtab.c | 4 ++-- libiberty/hex.c | 4 ++-- libiberty/lbasename.c | 4 ++-- libiberty/lrealpath.c | 4 ++-- libiberty/maint-tool | 4 ++-- libiberty/make-relative-prefix.c | 4 ++-- libiberty/make-temp-file.c | 4 ++-- libiberty/md5.c | 2 +- libiberty/mempcpy.c | 4 ++-- libiberty/mkstemps.c | 4 ++-- libiberty/objalloc.c | 4 ++-- libiberty/obstack.c | 2 +- libiberty/partition.c | 4 ++-- libiberty/pex-common.c | 4 ++-- libiberty/pex-common.h | 4 ++-- libiberty/pex-djgpp.c | 4 ++-- libiberty/pex-msdos.c | 4 ++-- libiberty/pex-one.c | 4 ++-- libiberty/pex-unix.c | 4 ++-- libiberty/pex-win32.c | 4 ++-- libiberty/pexecute.c | 4 ++-- libiberty/physmem.c | 2 +- libiberty/putenv.c | 4 ++-- libiberty/regex.c | 4 ++-- libiberty/safe-ctype.c | 4 ++-- libiberty/setenv.c | 4 ++-- libiberty/snprintf.c | 2 +- libiberty/sort.c | 4 ++-- libiberty/spaces.c | 4 ++-- libiberty/splay-tree.c | 4 ++-- libiberty/stpcpy.c | 4 ++-- libiberty/stpncpy.c | 4 ++-- libiberty/strndup.c | 4 ++-- libiberty/strtod.c | 2 +- libiberty/ternary.c | 2 +- libiberty/testsuite/Makefile.in | 4 ++-- libiberty/testsuite/test-demangle.c | 2 +- libiberty/testsuite/test-pexecute.c | 2 +- libiberty/unlink-if-ordinary.c | 2 +- libiberty/vasprintf.c | 4 ++-- libiberty/vsnprintf.c | 2 +- libiberty/vsprintf.c | 2 +- libiberty/xexit.c | 4 ++-- libiberty/xmalloc.c | 4 ++-- libiberty/xstrndup.c | 4 ++-- 69 files changed, 129 insertions(+), 117 deletions(-) diff --git a/libiberty/COPYING.LIB b/libiberty/COPYING.LIB index b1e3f5a26..ae23fcfda 100644 --- a/libiberty/COPYING.LIB +++ b/libiberty/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/libiberty/ChangeLog b/libiberty/ChangeLog index d3e4752f7..8f19a22cc 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,15 @@ +2005-05-10 Nick Clifton + + * Update the address and phone number of the FSF organization in + the GPL notices in the following files: + COPYING, ansidecl.h, bfdlink.h, bout.h, demangle.h, dis-asm.h, + dyn-string.h, fibheap.h, filenames.h, floatformat.h, + fnmatch.h, gdbm.h, getopt.h, hashtab.h, hp-symtab.h, ieee.h, + libiberty.h, md5.h, oasys.h, objalloc.h, obstack.h, os9k.h, + partition.h, progress.h, safe-ctype.h, sort.h, splay-tree.h, + symcat.h, ternary.h, xregex2.h, xtensa-config.h, + xtensa-isa-internal.h, xtensa-isa.h + 2005-05-06 Kelley Cook * aclocal.m4 (AC_DEFINE_NOAUTOHEADER): Remove. diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 680401514..cafe72042 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -16,8 +16,8 @@ # # 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. +# write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +# Boston, MA 02110-1301, USA. # # This file was written by K. Richard Pixley . diff --git a/libiberty/_doprnt.c b/libiberty/_doprnt.c index 804b93977..ca97bc8c5 100644 --- a/libiberty/_doprnt.c +++ b/libiberty/_doprnt.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 "config.h" #include "ansidecl.h" diff --git a/libiberty/argv.c b/libiberty/argv.c index bfa3896d0..7be8e7673 100644 --- a/libiberty/argv.c +++ b/libiberty/argv.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. */ /* Create and destroy argument vectors. An argument vector is simply an diff --git a/libiberty/asprintf.c b/libiberty/asprintf.c index adcdcc284..3cf505266 100644 --- a/libiberty/asprintf.c +++ b/libiberty/asprintf.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 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. */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/libiberty/choose-temp.c b/libiberty/choose-temp.c index 25c36cc99..1f5e0e50c 100644 --- a/libiberty/choose-temp.c +++ b/libiberty/choose-temp.c @@ -14,8 +14,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. */ +write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/libiberty/clock.c b/libiberty/clock.c index 2a5990038..07d902e8a 100644 --- a/libiberty/clock.c +++ b/libiberty/clock.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 GNU CC; 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 a GNU compiler to produce an executable, this does not cause diff --git a/libiberty/concat.c b/libiberty/concat.c index e3bdd91c5..d890b8116 100644 --- a/libiberty/concat.c +++ b/libiberty/concat.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. */ /* diff --git a/libiberty/copying-lib.texi b/libiberty/copying-lib.texi index 940f70e0d..79e103878 100644 --- a/libiberty/copying-lib.texi +++ b/libiberty/copying-lib.texi @@ -6,7 +6,7 @@ @display Copyright @copyright{} 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. @@ -544,7 +544,7 @@ Lesser General Public License for more details. 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, +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. @end smallexample diff --git a/libiberty/cp-demangle.c b/libiberty/cp-demangle.c index e5b396c7e..653a2b5d2 100644 --- a/libiberty/cp-demangle.c +++ b/libiberty/cp-demangle.c @@ -25,7 +25,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. */ /* This code implements a demangler for the g++ V3 ABI. The ABI is diff --git a/libiberty/cp-demangle.h b/libiberty/cp-demangle.h index 4fe1fa572..2517a57e6 100644 --- a/libiberty/cp-demangle.h +++ b/libiberty/cp-demangle.h @@ -25,7 +25,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. */ /* This file provides some definitions shared by cp-demangle.c and diff --git a/libiberty/cp-demint.c b/libiberty/cp-demint.c index 8c200baed..a0f2a7d81 100644 --- a/libiberty/cp-demint.c +++ b/libiberty/cp-demint.c @@ -25,7 +25,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. */ /* This file implements a few interface functions which are provided diff --git a/libiberty/cplus-dem.c b/libiberty/cplus-dem.c index b18696351..0d54f4238 100644 --- a/libiberty/cplus-dem.c +++ b/libiberty/cplus-dem.c @@ -27,8 +27,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. */ /* This file exports two functions; cplus_mangle_opname and cplus_demangle. diff --git a/libiberty/dyn-string.c b/libiberty/dyn-string.c index b6f5d4b0b..2cfbd4b7d 100644 --- a/libiberty/dyn-string.c +++ b/libiberty/dyn-string.c @@ -25,8 +25,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU CC; 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. */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/libiberty/fdmatch.c b/libiberty/fdmatch.c index 84df7845b..f613cb3c0 100644 --- a/libiberty/fdmatch.c +++ b/libiberty/fdmatch.c @@ -14,8 +14,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. */ /* diff --git a/libiberty/fibheap.c b/libiberty/fibheap.c index e1d818c28..c032149c0 100644 --- a/libiberty/fibheap.c +++ b/libiberty/fibheap.c @@ -16,8 +16,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU CC; 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. */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/libiberty/floatformat.c b/libiberty/floatformat.c index c950b79f7..41000f459 100644 --- a/libiberty/floatformat.c +++ b/libiberty/floatformat.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, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ /* This is needed to pick up the NAN macro on some systems. */ #define _GNU_SOURCE diff --git a/libiberty/fnmatch.c b/libiberty/fnmatch.c index 7424f91a3..868a8806d 100644 --- a/libiberty/fnmatch.c +++ b/libiberty/fnmatch.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 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. */ #ifdef HAVE_CONFIG_H #if defined (CONFIG_BROKETS) diff --git a/libiberty/fopen_unlocked.c b/libiberty/fopen_unlocked.c index 84e3be54b..83e0a13c7 100644 --- a/libiberty/fopen_unlocked.c +++ b/libiberty/fopen_unlocked.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. */ /* diff --git a/libiberty/gather-docs b/libiberty/gather-docs index b272c02ef..be4dbbfc1 100644 --- a/libiberty/gather-docs +++ b/libiberty/gather-docs @@ -17,8 +17,8 @@ # # 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. +# write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +# Boston, MA 02110-1301, USA. # # Originally written by DJ Delorie diff --git a/libiberty/getopt.c b/libiberty/getopt.c index 785c7aad2..d09ce5a66 100644 --- a/libiberty/getopt.c +++ b/libiberty/getopt.c @@ -21,7 +21,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, + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ /* This tells Alpha OSF/1 not to define a getopt prototype in . diff --git a/libiberty/getopt1.c b/libiberty/getopt1.c index 81371d52b..6fc75a62a 100644 --- a/libiberty/getopt1.c +++ b/libiberty/getopt1.c @@ -17,7 +17,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, + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/libiberty/getruntime.c b/libiberty/getruntime.c index c5aa018d2..82f3d2e41 100644 --- a/libiberty/getruntime.c +++ b/libiberty/getruntime.c @@ -14,8 +14,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. */ #include "config.h" diff --git a/libiberty/hashtab.c b/libiberty/hashtab.c index d2b9c7481..f8a1ea738 100644 --- a/libiberty/hashtab.c +++ b/libiberty/hashtab.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 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. */ /* This package implements basic hash table functionality. It is possible to search for an entry, create an entry and destroy an entry. diff --git a/libiberty/hex.c b/libiberty/hex.c index 5738762a7..86ba0b5b8 100644 --- a/libiberty/hex.c +++ b/libiberty/hex.c @@ -14,8 +14,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. */ #include /* for EOF */ #ifdef HAVE_CONFIG_H diff --git a/libiberty/lbasename.c b/libiberty/lbasename.c index 45858c84d..56fcd6250 100644 --- a/libiberty/lbasename.c +++ b/libiberty/lbasename.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. */ /* diff --git a/libiberty/lrealpath.c b/libiberty/lrealpath.c index 24795fa99..9a58c0b83 100644 --- a/libiberty/lrealpath.c +++ b/libiberty/lrealpath.c @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street - Fifth Floor, + Boston, MA 02110-1301, USA. */ /* diff --git a/libiberty/maint-tool b/libiberty/maint-tool index 47fcd70ae..5584d9b55 100644 --- a/libiberty/maint-tool +++ b/libiberty/maint-tool @@ -17,8 +17,8 @@ # # 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. +# write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +# Boston, MA 02110-1301, USA. # # Originally written by DJ Delorie diff --git a/libiberty/make-relative-prefix.c b/libiberty/make-relative-prefix.c index 3d40c5f22..883d92b14 100644 --- a/libiberty/make-relative-prefix.c +++ b/libiberty/make-relative-prefix.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/libiberty/make-temp-file.c b/libiberty/make-temp-file.c index 71fb7037f..5a6d488b4 100644 --- a/libiberty/make-temp-file.c +++ b/libiberty/make-temp-file.c @@ -14,8 +14,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. */ +write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/libiberty/md5.c b/libiberty/md5.c index 4468c7742..c03a74dff 100644 --- a/libiberty/md5.c +++ b/libiberty/md5.c @@ -17,7 +17,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. */ + Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ /* Written by Ulrich Drepper , 1995. */ diff --git a/libiberty/mempcpy.c b/libiberty/mempcpy.c index ebd105c3e..beda7dfc9 100644 --- a/libiberty/mempcpy.c +++ b/libiberty/mempcpy.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. */ /* diff --git a/libiberty/mkstemps.c b/libiberty/mkstemps.c index 5963f58ba..7aceb3903 100644 --- a/libiberty/mkstemps.c +++ b/libiberty/mkstemps.c @@ -13,8 +13,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. */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/libiberty/objalloc.c b/libiberty/objalloc.c index a06047d00..d3d2d16e4 100644 --- a/libiberty/objalloc.c +++ b/libiberty/objalloc.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 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 "ansidecl.h" diff --git a/libiberty/obstack.c b/libiberty/obstack.c index 1e12a8716..a6dbaf095 100644 --- a/libiberty/obstack.c +++ b/libiberty/obstack.c @@ -17,7 +17,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, + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H diff --git a/libiberty/partition.c b/libiberty/partition.c index 24a99122d..c145cdb8f 100644 --- a/libiberty/partition.c +++ b/libiberty/partition.c @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with GNU CC; 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. */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/libiberty/pex-common.c b/libiberty/pex-common.c index e02dcedbd..615cfbcd3 100644 --- a/libiberty/pex-common.c +++ b/libiberty/pex-common.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. */ +write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +Boston, MA 02110-1301, USA. */ #include "config.h" #include "libiberty.h" diff --git a/libiberty/pex-common.h b/libiberty/pex-common.h index c0b47fe34..bd4f90876 100644 --- a/libiberty/pex-common.h +++ b/libiberty/pex-common.h @@ -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 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. */ +write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +Boston, MA 02110-1301, USA. */ #ifndef PEX_COMMON_H #define PEX_COMMON_H diff --git a/libiberty/pex-djgpp.c b/libiberty/pex-djgpp.c index c15f576f7..65a02b84e 100644 --- a/libiberty/pex-djgpp.c +++ b/libiberty/pex-djgpp.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 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. */ +write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +Boston, MA 02110-1301, USA. */ #include "pex-common.h" diff --git a/libiberty/pex-msdos.c b/libiberty/pex-msdos.c index e2d76ee07..a7cc820a8 100644 --- a/libiberty/pex-msdos.c +++ b/libiberty/pex-msdos.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 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. */ +write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +Boston, MA 02110-1301, USA. */ #include "pex-common.h" diff --git a/libiberty/pex-one.c b/libiberty/pex-one.c index 84f1bec07..696b8bcc6 100644 --- a/libiberty/pex-one.c +++ b/libiberty/pex-one.c @@ -14,8 +14,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. */ +write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +Boston, MA 02110-1301, USA. */ #include "config.h" #include "libiberty.h" diff --git a/libiberty/pex-unix.c b/libiberty/pex-unix.c index b9654fca9..486221786 100644 --- a/libiberty/pex-unix.c +++ b/libiberty/pex-unix.c @@ -17,8 +17,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. */ +write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +Boston, MA 02110-1301, USA. */ #include "config.h" #include "libiberty.h" diff --git a/libiberty/pex-win32.c b/libiberty/pex-win32.c index 2a3607df7..751e3e0ae 100644 --- a/libiberty/pex-win32.c +++ b/libiberty/pex-win32.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 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. */ +write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +Boston, MA 02110-1301, USA. */ #include "pex-common.h" diff --git a/libiberty/pexecute.c b/libiberty/pexecute.c index df061107c..f486252bd 100644 --- a/libiberty/pexecute.c +++ b/libiberty/pexecute.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. */ +write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +Boston, MA 02110-1301, USA. */ /* pexecute is an old routine. This implementation uses the newer pex_init/pex_run/pex_get_status/pex_free routines. Don't use diff --git a/libiberty/physmem.c b/libiberty/physmem.c index 9c6d9cb80..09fbf3f8c 100644 --- a/libiberty/physmem.c +++ b/libiberty/physmem.c @@ -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, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ /* Written by Paul Eggert. */ diff --git a/libiberty/putenv.c b/libiberty/putenv.c index e04b75910..248f50e92 100644 --- a/libiberty/putenv.c +++ b/libiberty/putenv.c @@ -13,8 +13,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. */ /* diff --git a/libiberty/regex.c b/libiberty/regex.c index 66f1ef8c6..9d3e532a5 100644 --- a/libiberty/regex.c +++ b/libiberty/regex.c @@ -17,8 +17,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. */ /* This file has been modified for usage in libiberty. It includes "xregex.h" instead of . The "xregex.h" header file renames all external diff --git a/libiberty/safe-ctype.c b/libiberty/safe-ctype.c index 44ef99f50..0972b4b35 100644 --- a/libiberty/safe-ctype.c +++ b/libiberty/safe-ctype.c @@ -17,8 +17,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. */ /* diff --git a/libiberty/setenv.c b/libiberty/setenv.c index 35f2a314e..fa702c3aa 100644 --- a/libiberty/setenv.c +++ b/libiberty/setenv.c @@ -13,8 +13,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. */ /* diff --git a/libiberty/snprintf.c b/libiberty/snprintf.c index d8eb5855a..f1ba49f98 100644 --- a/libiberty/snprintf.c +++ b/libiberty/snprintf.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 GNU CC; 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 a GNU compiler to produce an executable, this does not cause diff --git a/libiberty/sort.c b/libiberty/sort.c index a525b81e3..a4fffefa3 100644 --- a/libiberty/sort.c +++ b/libiberty/sort.c @@ -16,8 +16,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU CC; 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. */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/libiberty/spaces.c b/libiberty/spaces.c index 8666abe20..9592a03a4 100644 --- a/libiberty/spaces.c +++ b/libiberty/spaces.c @@ -14,8 +14,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. */ /* diff --git a/libiberty/splay-tree.c b/libiberty/splay-tree.c index 29eaf16ef..311b49edf 100644 --- a/libiberty/splay-tree.c +++ b/libiberty/splay-tree.c @@ -16,8 +16,8 @@ General Public License for more details. You should have received a copy of the GNU General Public License along with GNU CC; 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. */ /* For an easily readable description of splay-trees, see: diff --git a/libiberty/stpcpy.c b/libiberty/stpcpy.c index b7148d8d5..57b32d1c8 100644 --- a/libiberty/stpcpy.c +++ b/libiberty/stpcpy.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. */ /* diff --git a/libiberty/stpncpy.c b/libiberty/stpncpy.c index b885d85bd..f97206a09 100644 --- a/libiberty/stpncpy.c +++ b/libiberty/stpncpy.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. */ /* diff --git a/libiberty/strndup.c b/libiberty/strndup.c index b7647777b..9395fc8fe 100644 --- a/libiberty/strndup.c +++ b/libiberty/strndup.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. */ /* diff --git a/libiberty/strtod.c b/libiberty/strtod.c index 4f119c461..adbc33b0d 100644 --- a/libiberty/strtod.c +++ b/libiberty/strtod.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 GNU CC; 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 a GNU compiler to produce an executable, this does not cause diff --git a/libiberty/ternary.c b/libiberty/ternary.c index 29cf64693..e57e94404 100644 --- a/libiberty/ternary.c +++ b/libiberty/ternary.c @@ -15,7 +15,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, + Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/libiberty/testsuite/Makefile.in b/libiberty/testsuite/Makefile.in index e15f6fa19..68df30e29 100644 --- a/libiberty/testsuite/Makefile.in +++ b/libiberty/testsuite/Makefile.in @@ -16,8 +16,8 @@ # # 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. +# write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +# Boston, MA 02110-1301, USA. # # This file was written by Tom Tromey . diff --git a/libiberty/testsuite/test-demangle.c b/libiberty/testsuite/test-demangle.c index 4d515fab5..0727eab0f 100644 --- a/libiberty/testsuite/test-demangle.c +++ b/libiberty/testsuite/test-demangle.c @@ -16,7 +16,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. */ #ifdef HAVE_CONFIG_H diff --git a/libiberty/testsuite/test-pexecute.c b/libiberty/testsuite/test-pexecute.c index dfb541345..6c9c92039 100644 --- a/libiberty/testsuite/test-pexecute.c +++ b/libiberty/testsuite/test-pexecute.c @@ -16,7 +16,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. */ #ifdef HAVE_CONFIG_H diff --git a/libiberty/unlink-if-ordinary.c b/libiberty/unlink-if-ordinary.c index 1f21806b8..c03b4dd7c 100644 --- a/libiberty/unlink-if-ordinary.c +++ b/libiberty/unlink-if-ordinary.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 GNU CC; 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 a GNU compiler to produce an executable, this does not cause diff --git a/libiberty/vasprintf.c b/libiberty/vasprintf.c index ff4b53151..b6cb94e7a 100644 --- a/libiberty/vasprintf.c +++ b/libiberty/vasprintf.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. */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/libiberty/vsnprintf.c b/libiberty/vsnprintf.c index 8d4a1e218..7df5bd88e 100644 --- a/libiberty/vsnprintf.c +++ b/libiberty/vsnprintf.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 GNU CC; 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 a GNU compiler to produce an executable, this does not cause diff --git a/libiberty/vsprintf.c b/libiberty/vsprintf.c index 4132ff909..99e704493 100644 --- a/libiberty/vsprintf.c +++ b/libiberty/vsprintf.c @@ -18,7 +18,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU CC; 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 a GNU compiler to produce an executable, this does not cause diff --git a/libiberty/xexit.c b/libiberty/xexit.c index 552db65df..421e5e238 100644 --- a/libiberty/xexit.c +++ b/libiberty/xexit.c @@ -14,8 +14,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. */ +to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, +Boston, MA 02110-1301, USA. */ /* diff --git a/libiberty/xmalloc.c b/libiberty/xmalloc.c index ac1f6cb94..adba5188d 100644 --- a/libiberty/xmalloc.c +++ b/libiberty/xmalloc.c @@ -14,8 +14,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. */ /* diff --git a/libiberty/xstrndup.c b/libiberty/xstrndup.c index 8dfaa9b43..68c5f453c 100644 --- a/libiberty/xstrndup.c +++ b/libiberty/xstrndup.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. */ /* -- 2.11.4.GIT