Skip to content

Commit ee58dff

Browse files
nickcliftonNick Clifton
authored and
Nick Clifton
committed
Update the address and phone number of the FSF organization.
From-SVN: r99519
1 parent d6d47ea commit ee58dff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+131
-113
lines changed

libiberty/COPYING.LIB

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Version 2.1, February 1999
33

44
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
5-
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
5+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
66
Everyone is permitted to copy and distribute verbatim copies
77
of this license document, but changing it is not allowed.
88

@@ -485,7 +485,7 @@ convey the exclusion of warranty; and each file should have at least the
485485

486486
You should have received a copy of the GNU Lesser General Public
487487
License along with this library; if not, write to the Free Software
488-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
488+
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
489489

490490
Also add information on how to contact you by electronic and paper mail.
491491

libiberty/ChangeLog

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
2005-05-10 Nick Clifton <[email protected]>
2+
3+
* Update the address and phone number of the FSF organization in
4+
the GPL notices in the following files:
5+
COPYING.LIB, Makefile.in, _doprnt.c, argv.c, asprintf.c,
6+
choose-temp.c, clock.c, concat.c, copying-lib.texi, cp-demangle.c,
7+
cp-demangle.h, cp-demint.c, cplus-dem.c, dyn-string.c, fdmatch.c,
8+
fibheap.c, floatformat.c, fnmatch.c, fopen_unlocked.c,
9+
gather-docs, getopt.c, getopt1.c, getruntime.c, hashtab.c, hex.c,
10+
lbasename.c, lrealpath.c, maint-tool, make-relative-prefix.c,
11+
make-temp-file.c, md5.c, mempcpy.c, mkstemps.c, objalloc.c,
12+
obstack.c, partition.c, pex-common.c, pex-common.h, pex-djgpp.c,
13+
pex-msdos.c, pex-one.c, pex-unix.c, pex-win32.c, pexecute.c,
14+
physmem.c, putenv.c, regex.c, safe-ctype.c, setenv.c, snprintf.c,
15+
sort.c, spaces.c, splay-tree.c, stpcpy.c, stpncpy.c, strndup.c,
16+
strtod.c, ternary.c, unlink-if-ordinary.c, vasprintf.c,
17+
vsnprintf.c, vsprintf.c, xexit.c, xmalloc.c, xstrndup.c
18+
119
2005-05-06 Kelley Cook <[email protected]>
220

321
* aclocal.m4 (AC_DEFINE_NOAUTOHEADER): Remove.

libiberty/Makefile.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
#
1717
# You should have received a copy of the GNU Library General Public
1818
# License along with libiberty; see the file COPYING.LIB. If not,
19-
# write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20-
# Boston, MA 02111-1307, USA.
19+
# write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
20+
# Boston, MA 02110-1301, USA.
2121
#
2222

2323
# This file was written by K. Richard Pixley <[email protected]>.

libiberty/_doprnt.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GNU General Public License for more details.
1414
1515
You should have received a copy of the GNU General Public License
1616
along with this program; if not, write to the Free Software
17-
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
17+
Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
1818

1919
#include "config.h"
2020
#include "ansidecl.h"

libiberty/argv.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Library General Public License for more details.
1515
1616
You should have received a copy of the GNU Library General Public
1717
License along with libiberty; see the file COPYING.LIB. If
18-
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19-
Boston, MA 02111-1307, USA. */
18+
not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
19+
Boston, MA 02110-1301, USA. */
2020

2121

2222
/* Create and destroy argument vectors. An argument vector is simply an

libiberty/asprintf.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Library General Public License for more details.
1616
1717
You should have received a copy of the GNU Library General Public
1818
License along with libiberty; see the file COPYING.LIB. If
19-
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20-
Boston, MA 02111-1307, USA. */
19+
not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
20+
Boston, MA 02110-1301, USA. */
2121

2222
#ifdef HAVE_CONFIG_H
2323
#include "config.h"

libiberty/choose-temp.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Library General Public License for more details.
1414
1515
You should have received a copy of the GNU Library General Public
1616
License along with libiberty; see the file COPYING.LIB. If not,
17-
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18-
Boston, MA 02111-1307, USA. */
17+
write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
18+
Boston, MA 02110-1301, USA. */
1919

2020
#ifdef HAVE_CONFIG_H
2121
#include "config.h"

libiberty/clock.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GNU General Public License for more details.
1414
1515
You should have received a copy of the GNU General Public License
1616
along with GNU CC; see the file COPYING. If not, write to
17-
the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17+
the Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
1818
1919
As a special exception, if you link this library with files
2020
compiled with a GNU compiler to produce an executable, this does not cause

libiberty/concat.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Library General Public License for more details.
1515
1616
You should have received a copy of the GNU Library General Public
1717
License along with libiberty; see the file COPYING.LIB. If
18-
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19-
Boston, MA 02111-1307, USA. */
18+
not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
19+
Boston, MA 02110-1301, USA. */
2020

2121

2222
/*

libiberty/copying-lib.texi

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
@display
88
Copyright @copyright{} 1991, 1999 Free Software Foundation, Inc.
9-
59 Temple Place -- Suite 330, Boston, MA 02111-1307, USA
9+
51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA
1010

1111
Everyone is permitted to copy and distribute verbatim copies
1212
of this license document, but changing it is not allowed.
@@ -544,7 +544,7 @@ Lesser General Public License for more details.
544544
545545
You should have received a copy of the GNU Lesser General Public
546546
License along with this library; if not, write to the Free Software
547-
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307,
547+
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
548548
USA.
549549
@end smallexample
550550

libiberty/cp-demangle.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
You should have received a copy of the GNU General Public License
2727
along with this program; if not, write to the Free Software
28-
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
28+
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
2929
*/
3030

3131
/* This code implements a demangler for the g++ V3 ABI. The ABI is

libiberty/cp-demangle.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
You should have received a copy of the GNU General Public License
2727
along with this program; if not, write to the Free Software
28-
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
28+
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
2929
*/
3030

3131
/* This file provides some definitions shared by cp-demangle.c and

libiberty/cp-demint.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
You should have received a copy of the GNU General Public License
2727
along with this program; if not, write to the Free Software
28-
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
28+
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
2929
*/
3030

3131
/* This file implements a few interface functions which are provided

libiberty/cplus-dem.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Library General Public License for more details.
2727
2828
You should have received a copy of the GNU Library General Public
2929
License along with libiberty; see the file COPYING.LIB. If
30-
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
31-
Boston, MA 02111-1307, USA. */
30+
not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
31+
Boston, MA 02110-1301, USA. */
3232

3333
/* This file exports two functions; cplus_mangle_opname and cplus_demangle.
3434

libiberty/dyn-string.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ GNU General Public License for more details.
2525
2626
You should have received a copy of the GNU General Public License
2727
along with GNU CC; see the file COPYING. If not, write to
28-
the Free Software Foundation, 59 Temple Place - Suite 330,
29-
Boston, MA 02111-1307, USA. */
28+
the Free Software Foundation, 51 Franklin Street - Fifth Floor,
29+
Boston, MA 02110-1301, USA. */
3030

3131
#ifdef HAVE_CONFIG_H
3232
#include "config.h"

libiberty/fdmatch.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Library General Public License for more details.
1414
1515
You should have received a copy of the GNU Library General Public
1616
License along with libiberty; see the file COPYING.LIB. If
17-
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18-
Boston, MA 02111-1307, USA. */
17+
not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
18+
Boston, MA 02110-1301, USA. */
1919

2020

2121
/*

libiberty/fibheap.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ General Public License for more details.
1616
1717
You should have received a copy of the GNU General Public License
1818
along with GNU CC; see the file COPYING. If not, write to
19-
the Free Software Foundation, 59 Temple Place - Suite 330,
20-
Boston, MA 02111-1307, USA. */
19+
the Free Software Foundation, 51 Franklin Street - Fifth Floor,
20+
Boston, MA 02110-1301, USA. */
2121

2222
#ifdef HAVE_CONFIG_H
2323
#include "config.h"

libiberty/floatformat.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ GNU General Public License for more details.
1515
1616
You should have received a copy of the GNU General Public License
1717
along with this program; if not, write to the Free Software
18-
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
18+
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
1919

2020
/* This is needed to pick up the NAN macro on some systems. */
2121
#define _GNU_SOURCE

libiberty/fnmatch.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ GNU General Public License for more details.
1515
1616
You should have received a copy of the GNU General Public License
1717
along with this program; if not, write to the Free Software
18-
Foundation, 59 Temple Place - Suite 330,
19-
Boston, MA 02111-1307, USA. */
18+
Foundation, 51 Franklin Street - Fifth Floor,
19+
Boston, MA 02110-1301, USA. */
2020

2121
#ifdef HAVE_CONFIG_H
2222
#if defined (CONFIG_BROKETS)

libiberty/fopen_unlocked.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Library General Public License for more details.
1515
1616
You should have received a copy of the GNU Library General Public
1717
License along with libiberty; see the file COPYING.LIB. If
18-
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19-
Boston, MA 02111-1307, USA. */
18+
not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
19+
Boston, MA 02110-1301, USA. */
2020

2121
/*
2222

libiberty/gather-docs

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
#
1818
# You should have received a copy of the GNU Library General Public
1919
# License along with libiberty; see the file COPYING.LIB. If not,
20-
# write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21-
# Boston, MA 02111-1307, USA.
20+
# write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
21+
# Boston, MA 02110-1301, USA.
2222
#
2323
# Originally written by DJ Delorie <[email protected]>
2424

libiberty/getopt.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2222
You should have received a copy of the GNU General Public License
2323
along with this program; if not, write to the Free Software
24-
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
24+
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301,
2525
USA. */
2626

2727
/* This tells Alpha OSF/1 not to define a getopt prototype in <stdio.h>.

libiberty/getopt1.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
You should have received a copy of the GNU General Public License
1919
along with this program; if not, write to the Free Software
20-
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
20+
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301,
2121
USA. */
2222

2323
#ifdef HAVE_CONFIG_H

libiberty/getruntime.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Library General Public License for more details.
1414
1515
You should have received a copy of the GNU Library General Public
1616
License along with libiberty; see the file COPYING.LIB. If
17-
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18-
Boston, MA 02111-1307, USA. */
17+
not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
18+
Boston, MA 02110-1301, USA. */
1919

2020
#include "config.h"
2121

libiberty/hashtab.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Library General Public License for more details.
1616
1717
You should have received a copy of the GNU Library General Public
1818
License along with libiberty; see the file COPYING.LIB. If
19-
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20-
Boston, MA 02111-1307, USA. */
19+
not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
20+
Boston, MA 02110-1301, USA. */
2121

2222
/* This package implements basic hash table functionality. It is possible
2323
to search for an entry, create an entry and destroy an entry.

libiberty/hex.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Library General Public License for more details.
1414
1515
You should have received a copy of the GNU Library General Public
1616
License along with libiberty; see the file COPYING.LIB. If
17-
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18-
Boston, MA 02111-1307, USA. */
17+
not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
18+
Boston, MA 02110-1301, USA. */
1919

2020
#include <stdio.h> /* for EOF */
2121
#ifdef HAVE_CONFIG_H

libiberty/lbasename.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Library General Public License for more details.
1515
1616
You should have received a copy of the GNU Library General Public
1717
License along with libiberty; see the file COPYING.LIB. If
18-
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19-
Boston, MA 02111-1307, USA. */
18+
not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
19+
Boston, MA 02110-1301, USA. */
2020

2121
/*
2222

libiberty/lrealpath.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
1818
You should have received a copy of the GNU General Public License
1919
along with this program; if not, write to the Free Software
20-
Foundation, Inc., 59 Temple Place - Suite 330,
21-
Boston, MA 02111-1307, USA. */
20+
Foundation, Inc., 51 Franklin Street - Fifth Floor,
21+
Boston, MA 02110-1301, USA. */
2222

2323
/*
2424

libiberty/maint-tool

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
#
1818
# You should have received a copy of the GNU Library General Public
1919
# License along with libiberty; see the file COPYING.LIB. If not,
20-
# write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21-
# Boston, MA 02111-1307, USA.
20+
# write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
21+
# Boston, MA 02110-1301, USA.
2222
#
2323
# Originally written by DJ Delorie <[email protected]>
2424

libiberty/make-relative-prefix.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ for more details.
1616
1717
You should have received a copy of the GNU General Public License
1818
along with GCC; see the file COPYING. If not, write to the Free
19-
Software Foundation, 59 Temple Place - Suite 330, Boston, MA
20-
02111-1307, USA. */
19+
Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
20+
02110-1301, USA. */
2121

2222
/*
2323

libiberty/make-temp-file.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Library General Public License for more details.
1414
1515
You should have received a copy of the GNU Library General Public
1616
License along with libiberty; see the file COPYING.LIB. If not,
17-
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18-
Boston, MA 02111-1307, USA. */
17+
write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
18+
Boston, MA 02110-1301, USA. */
1919

2020
#ifdef HAVE_CONFIG_H
2121
#include "config.h"

libiberty/md5.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
You should have received a copy of the GNU General Public License
1919
along with this program; if not, write to the Free Software Foundation,
20-
Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
20+
Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
2121

2222
/* Written by Ulrich Drepper <[email protected]>, 1995. */
2323

libiberty/mempcpy.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Library General Public License for more details.
1515
1616
You should have received a copy of the GNU Library General Public
1717
License along with libiberty; see the file COPYING.LIB. If
18-
not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19-
Boston, MA 02111-1307, USA. */
18+
not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
19+
Boston, MA 02110-1301, USA. */
2020

2121
/*
2222

libiberty/mkstemps.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
1414
You should have received a copy of the GNU Library General Public
1515
License along with the GNU C Library; see the file COPYING.LIB. If not,
16-
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17-
Boston, MA 02111-1307, USA. */
16+
write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
17+
Boston, MA 02110-1301, USA. */
1818

1919
#ifdef HAVE_CONFIG_H
2020
#include "config.h"

libiberty/objalloc.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ GNU General Public License for more details.
1414
1515
You should have received a copy of the GNU General Public License
1616
along with this program; if not, write to the Free Software
17-
Foundation, 59 Temple Place - Suite 330,
18-
Boston, MA 02111-1307, USA. */
17+
Foundation, 51 Franklin Street - Fifth Floor,
18+
Boston, MA 02110-1301, USA. */
1919

2020
#include "config.h"
2121
#include "ansidecl.h"

0 commit comments

Comments
 (0)