From ee58dffdbc2874e053c60629b2f1c04384e2248d Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 10 May 2005 15:33:18 +0000 Subject: [PATCH] Update the address and phone number of the FSF organization. From-SVN: r99519 --- libiberty/COPYING.LIB | 4 ++-- libiberty/ChangeLog | 18 ++++++++++++++++++ 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/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 ++-- 66 files changed, 131 insertions(+), 113 deletions(-) diff --git a/libiberty/COPYING.LIB b/libiberty/COPYING.LIB index b1e3f5a26387..ae23fcfda2da 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 d3e4752f772b..0a9ac4b9da0c 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,21 @@ +2005-05-10 Nick Clifton + + * Update the address and phone number of the FSF organization in + the GPL notices in the following files: + COPYING.LIB, Makefile.in, _doprnt.c, argv.c, asprintf.c, + choose-temp.c, clock.c, concat.c, copying-lib.texi, cp-demangle.c, + cp-demangle.h, cp-demint.c, cplus-dem.c, dyn-string.c, fdmatch.c, + fibheap.c, floatformat.c, fnmatch.c, fopen_unlocked.c, + gather-docs, getopt.c, getopt1.c, getruntime.c, hashtab.c, hex.c, + lbasename.c, lrealpath.c, maint-tool, make-relative-prefix.c, + make-temp-file.c, md5.c, mempcpy.c, mkstemps.c, objalloc.c, + obstack.c, partition.c, pex-common.c, pex-common.h, pex-djgpp.c, + pex-msdos.c, pex-one.c, pex-unix.c, pex-win32.c, pexecute.c, + physmem.c, putenv.c, regex.c, safe-ctype.c, setenv.c, snprintf.c, + sort.c, spaces.c, splay-tree.c, stpcpy.c, stpncpy.c, strndup.c, + strtod.c, ternary.c, unlink-if-ordinary.c, vasprintf.c, + vsnprintf.c, vsprintf.c, xexit.c, xmalloc.c, xstrndup.c + 2005-05-06 Kelley Cook * aclocal.m4 (AC_DEFINE_NOAUTOHEADER): Remove. diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 680401514756..cafe720425a6 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 804b93977808..ca97bc8c5d43 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 bfa3896d089e..7be8e7673423 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 adcdcc284043..3cf50526609a 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 25c36cc997b2..1f5e0e50c880 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 2a59900384f4..07d902e8a160 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 e3bdd91c5507..d890b81169c9 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 940f70e0d631..79e1038783d5 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 e5b396c7ef20..653a2b5d2bab 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 4fe1fa572475..2517a57e69b7 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 8c200baed9a7..a0f2a7d81a1f 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 b186963510ff..0d54f423882c 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 b6f5d4b0bf4c..2cfbd4b7d71f 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 84df7845bbdb..f613cb3c01ea 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 e1d818c28939..c032149c0c24 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 c950b79f7e40..41000f459e48 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 7424f91a374f..868a8806d702 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 84e3be54b28a..83e0a13c75dd 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 b272c02ef2a9..be4dbbfc1e2a 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 785c7aad2fc5..d09ce5a66b9a 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 81371d52b4de..6fc75a62ab74 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 c5aa018d2ccd..82f3d2e41858 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 d2b9c7481579..f8a1ea738bc5 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 5738762a7b27..86ba0b5b872f 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 45858c84de90..56fcd6250729 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 24795fa99e7a..9a58c0b83b82 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 47fcd70ae647..5584d9b55948 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 3d40c5f22206..883d92b1458e 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 71fb7037f462..5a6d488b48a0 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 4468c7742c10..c03a74dffa2c 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 ebd105c3e447..beda7dfc982c 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 5963f58baf4e..7aceb390386b 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 a06047d00f61..d3d2d16e4a5c 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 1e12a8716e08..a6dbaf095dfb 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 24a99122d559..c145cdb8f02d 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 e02dcedbd9e3..615cfbcd38fd 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 c0b47fe348ed..bd4f908769f0 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 c15f576f79a2..65a02b84e6ea 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 e2d76ee07a94..a7cc820a82a6 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 84f1bec070ff..696b8bcc62a3 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 b9654fca9f81..486221786e75 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 2a3607df7923..751e3e0aeb6a 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 df061107cf3b..f486252bd73a 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 9c6d9cb80595..09fbf3f8c83e 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 e04b759104b1..248f50e92033 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 66f1ef8c6db3..9d3e532a5988 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 44ef99f50b79..0972b4b354fa 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 35f2a314e87d..fa702c3aad56 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 d8eb5855ab56..f1ba49f980f6 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 a525b81e3827..a4fffefa3495 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 8666abe2026f..9592a03a4cd5 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 29eaf16efb19..311b49edffbc 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 b7148d8d5b74..57b32d1c841a 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 b885d85bde2c..f97206a09e67 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 b7647777bc59..9395fc8fe650 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 4f119c46114b..adbc33b0da07 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 29cf646934d8..e57e94404aba 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/unlink-if-ordinary.c b/libiberty/unlink-if-ordinary.c index 1f21806b8a65..c03b4dd7c706 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 ff4b53151991..b6cb94e7a22d 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 8d4a1e218b4e..7df5bd88e523 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 4132ff9098ab..99e704493f58 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 552db65df6d4..421e5e238419 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 ac1f6cb94322..adba5188df39 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 8dfaa9b43e6a..68c5f453c7d5 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.39.2