summaryrefslogtreecommitdiff
path: root/mpz
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2006-02-15 17:14:13 +0100
committertege <tege@gmplib.org>2006-02-15 17:14:13 +0100
commit4b43e2955fa9dcea086a367d47234d277ef3a57e (patch)
tree432770a53611eee98b6de89be764bea10e3948ee /mpz
parentf9f0b9bcdef1662258e2be8a2c279a756c49ab09 (diff)
downloadgmp-4b43e2955fa9dcea086a367d47234d277ef3a57e.tar.gz
Update FSF's address.
Diffstat (limited to 'mpz')
-rw-r--r--mpz/Makefile.am4
-rw-r--r--mpz/Makefile.in4
-rw-r--r--mpz/abs.c4
-rw-r--r--mpz/add.c4
-rw-r--r--mpz/add_ui.c4
-rw-r--r--mpz/and.c4
-rw-r--r--mpz/aors.h4
-rw-r--r--mpz/aors_ui.h4
-rw-r--r--mpz/aorsmul.c4
-rw-r--r--mpz/aorsmul_i.c4
-rw-r--r--mpz/array_init.c4
-rw-r--r--mpz/bin_ui.c4
-rw-r--r--mpz/bin_uiui.c4
-rw-r--r--mpz/cdiv_q.c4
-rw-r--r--mpz/cdiv_q_ui.c4
-rw-r--r--mpz/cdiv_qr.c4
-rw-r--r--mpz/cdiv_qr_ui.c4
-rw-r--r--mpz/cdiv_r.c4
-rw-r--r--mpz/cdiv_r_ui.c4
-rw-r--r--mpz/cdiv_ui.c4
-rw-r--r--mpz/cfdiv_q_2exp.c4
-rw-r--r--mpz/cfdiv_r_2exp.c4
-rw-r--r--mpz/clear.c4
-rw-r--r--mpz/clrbit.c4
-rw-r--r--mpz/cmp.c4
-rw-r--r--mpz/cmp_d.c4
-rw-r--r--mpz/cmp_si.c4
-rw-r--r--mpz/cmp_ui.c4
-rw-r--r--mpz/cmpabs.c4
-rw-r--r--mpz/cmpabs_d.c4
-rw-r--r--mpz/cmpabs_ui.c4
-rw-r--r--mpz/com.c4
-rw-r--r--mpz/combit.c4
-rw-r--r--mpz/cong.c4
-rw-r--r--mpz/cong_2exp.c4
-rw-r--r--mpz/cong_ui.c4
-rw-r--r--mpz/dive_ui.c4
-rw-r--r--mpz/divegcd.c4
-rw-r--r--mpz/divexact.c4
-rw-r--r--mpz/divis.c4
-rw-r--r--mpz/divis_2exp.c4
-rw-r--r--mpz/divis_ui.c4
-rw-r--r--mpz/dump.c4
-rw-r--r--mpz/export.c4
-rw-r--r--mpz/fac_ui.c4
-rw-r--r--mpz/fdiv_q.c4
-rw-r--r--mpz/fdiv_q_ui.c4
-rw-r--r--mpz/fdiv_qr.c4
-rw-r--r--mpz/fdiv_qr_ui.c4
-rw-r--r--mpz/fdiv_r.c4
-rw-r--r--mpz/fdiv_r_ui.c4
-rw-r--r--mpz/fdiv_ui.c4
-rw-r--r--mpz/fib2_ui.c4
-rw-r--r--mpz/fib_ui.c4
-rw-r--r--mpz/fits_s.h4
-rw-r--r--mpz/fits_sint.c4
-rw-r--r--mpz/fits_slong.c4
-rw-r--r--mpz/fits_sshort.c4
-rw-r--r--mpz/fits_uint.c4
-rw-r--r--mpz/fits_ulong.c4
-rw-r--r--mpz/fits_ushort.c4
-rw-r--r--mpz/gcd.c4
-rw-r--r--mpz/gcd_ui.c4
-rw-r--r--mpz/gcdext.c4
-rw-r--r--mpz/get_d.c4
-rw-r--r--mpz/get_d_2exp.c4
-rw-r--r--mpz/get_si.c4
-rw-r--r--mpz/get_str.c4
-rw-r--r--mpz/get_ui.c4
-rw-r--r--mpz/getlimbn.c4
-rw-r--r--mpz/hamdist.c4
-rw-r--r--mpz/import.c4
-rw-r--r--mpz/init.c4
-rw-r--r--mpz/init2.c4
-rw-r--r--mpz/inp_raw.c4
-rw-r--r--mpz/inp_str.c4
-rw-r--r--mpz/invert.c4
-rw-r--r--mpz/ior.c4
-rw-r--r--mpz/iset.c4
-rw-r--r--mpz/iset_d.c4
-rw-r--r--mpz/iset_si.c4
-rw-r--r--mpz/iset_str.c4
-rw-r--r--mpz/iset_ui.c4
-rw-r--r--mpz/jacobi.c4
-rw-r--r--mpz/kronsz.c4
-rw-r--r--mpz/kronuz.c4
-rw-r--r--mpz/kronzs.c4
-rw-r--r--mpz/kronzu.c4
-rw-r--r--mpz/lcm.c4
-rw-r--r--mpz/lcm_ui.c4
-rw-r--r--mpz/lucnum2_ui.c4
-rw-r--r--mpz/lucnum_ui.c4
-rw-r--r--mpz/millerrabin.c4
-rw-r--r--mpz/mod.c4
-rw-r--r--mpz/mul.c4
-rw-r--r--mpz/mul_2exp.c4
-rw-r--r--mpz/mul_i.h4
-rw-r--r--mpz/mul_si.c4
-rw-r--r--mpz/mul_ui.c4
-rw-r--r--mpz/n_pow_ui.c4
-rw-r--r--mpz/neg.c4
-rw-r--r--mpz/nextprime.c4
-rw-r--r--mpz/out_raw.c4
-rw-r--r--mpz/out_str.c4
-rw-r--r--mpz/perfpow.c4
-rw-r--r--mpz/perfsqr.c4
-rw-r--r--mpz/popcount.c4
-rw-r--r--mpz/pow_ui.c4
-rw-r--r--mpz/powm.c4
-rw-r--r--mpz/powm_ui.c4
-rw-r--r--mpz/pprime_p.c4
-rw-r--r--mpz/random.c4
-rw-r--r--mpz/random2.c4
-rw-r--r--mpz/realloc.c4
-rw-r--r--mpz/realloc2.c4
-rw-r--r--mpz/remove.c4
-rw-r--r--mpz/root.c4
-rw-r--r--mpz/rootrem.c4
-rw-r--r--mpz/rrandomb.c4
-rw-r--r--mpz/scan0.c4
-rw-r--r--mpz/scan1.c4
-rw-r--r--mpz/set.c4
-rw-r--r--mpz/set_d.c4
-rw-r--r--mpz/set_f.c4
-rw-r--r--mpz/set_q.c4
-rw-r--r--mpz/set_si.c4
-rw-r--r--mpz/set_str.c4
-rw-r--r--mpz/set_ui.c4
-rw-r--r--mpz/setbit.c4
-rw-r--r--mpz/size.c4
-rw-r--r--mpz/sizeinbase.c4
-rw-r--r--mpz/sqrt.c4
-rw-r--r--mpz/sqrtrem.c4
-rw-r--r--mpz/sub.c4
-rw-r--r--mpz/sub_ui.c4
-rw-r--r--mpz/swap.c4
-rw-r--r--mpz/tdiv_q.c4
-rw-r--r--mpz/tdiv_q_2exp.c4
-rw-r--r--mpz/tdiv_q_ui.c4
-rw-r--r--mpz/tdiv_qr.c4
-rw-r--r--mpz/tdiv_qr_ui.c4
-rw-r--r--mpz/tdiv_r.c4
-rw-r--r--mpz/tdiv_r_2exp.c4
-rw-r--r--mpz/tdiv_r_ui.c4
-rw-r--r--mpz/tdiv_ui.c4
-rw-r--r--mpz/tstbit.c4
-rw-r--r--mpz/ui_pow_ui.c4
-rw-r--r--mpz/ui_sub.c4
-rw-r--r--mpz/urandomb.c4
-rw-r--r--mpz/urandomm.c4
-rw-r--r--mpz/xor.c4
151 files changed, 302 insertions, 302 deletions
diff --git a/mpz/Makefile.am b/mpz/Makefile.am
index 3caa8d5ff..493a8b639 100644
--- a/mpz/Makefile.am
+++ b/mpz/Makefile.am
@@ -17,8 +17,8 @@
#
# You should have received a copy of the GNU Lesser General Public License
# along with the GNU MP 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.
+# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301, USA.
INCLUDES = -D__GMP_WITHIN_GMP -I$(top_srcdir)
diff --git a/mpz/Makefile.in b/mpz/Makefile.in
index ee040df0a..822f35ac7 100644
--- a/mpz/Makefile.in
+++ b/mpz/Makefile.in
@@ -31,8 +31,8 @@
#
# You should have received a copy of the GNU Lesser General Public License
# along with the GNU MP 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.
+# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301, USA.
SOURCES = $(libmpz_la_SOURCES)
diff --git a/mpz/abs.c b/mpz/abs.c
index 37edc4424..3ddd1867a 100644
--- a/mpz/abs.c
+++ b/mpz/abs.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#define __GMP_FORCE_mpz_abs 1
diff --git a/mpz/add.c b/mpz/add.c
index 849f95630..0ff349bd5 100644
--- a/mpz/add.c
+++ b/mpz/add.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#define OPERATION_add
diff --git a/mpz/add_ui.c b/mpz/add_ui.c
index 4167e34a9..c1abece2a 100644
--- a/mpz/add_ui.c
+++ b/mpz/add_ui.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#define OPERATION_add_ui
diff --git a/mpz/and.c b/mpz/and.c
index e9929b3a8..13d447194 100644
--- a/mpz/and.c
+++ b/mpz/and.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/aors.h b/mpz/aors.h
index a688486da..6f2c1d858 100644
--- a/mpz/aors.h
+++ b/mpz/aors.h
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/aors_ui.h b/mpz/aors_ui.h
index d7e922deb..ffc78e7f5 100644
--- a/mpz/aors_ui.h
+++ b/mpz/aors_ui.h
@@ -18,8 +18,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/aorsmul.c b/mpz/aorsmul.c
index 95cd5b91d..af2d541ec 100644
--- a/mpz/aorsmul.c
+++ b/mpz/aorsmul.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/aorsmul_i.c b/mpz/aorsmul_i.c
index 9f1688b07..3e2455eef 100644
--- a/mpz/aorsmul_i.c
+++ b/mpz/aorsmul_i.c
@@ -20,8 +20,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/array_init.c b/mpz/array_init.c
index 7f634f0d7..3908e6880 100644
--- a/mpz/array_init.c
+++ b/mpz/array_init.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/bin_ui.c b/mpz/bin_ui.c
index e4883043d..7a4e5cac3 100644
--- a/mpz/bin_ui.c
+++ b/mpz/bin_ui.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/bin_uiui.c b/mpz/bin_uiui.c
index 8df480ee9..89845ceef 100644
--- a/mpz/bin_uiui.c
+++ b/mpz/bin_uiui.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/cdiv_q.c b/mpz/cdiv_q.c
index 832369323..96ddca17b 100644
--- a/mpz/cdiv_q.c
+++ b/mpz/cdiv_q.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/cdiv_q_ui.c b/mpz/cdiv_q_ui.c
index 2483670a8..090694f8a 100644
--- a/mpz/cdiv_q_ui.c
+++ b/mpz/cdiv_q_ui.c
@@ -19,8 +19,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/cdiv_qr.c b/mpz/cdiv_qr.c
index 0d2ee9c8c..bf40381d1 100644
--- a/mpz/cdiv_qr.c
+++ b/mpz/cdiv_qr.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/cdiv_qr_ui.c b/mpz/cdiv_qr_ui.c
index 4e4a9bc84..3eb2a1627 100644
--- a/mpz/cdiv_qr_ui.c
+++ b/mpz/cdiv_qr_ui.c
@@ -20,8 +20,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/cdiv_r.c b/mpz/cdiv_r.c
index a5168ac2e..3ecb3d5b2 100644
--- a/mpz/cdiv_r.c
+++ b/mpz/cdiv_r.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/cdiv_r_ui.c b/mpz/cdiv_r_ui.c
index 0d7c1b77f..027ab03af 100644
--- a/mpz/cdiv_r_ui.c
+++ b/mpz/cdiv_r_ui.c
@@ -20,8 +20,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/cdiv_ui.c b/mpz/cdiv_ui.c
index 2128992e2..046668d50 100644
--- a/mpz/cdiv_ui.c
+++ b/mpz/cdiv_ui.c
@@ -20,8 +20,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/cfdiv_q_2exp.c b/mpz/cfdiv_q_2exp.c
index 7bfefdb6f..501c20b02 100644
--- a/mpz/cfdiv_q_2exp.c
+++ b/mpz/cfdiv_q_2exp.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/cfdiv_r_2exp.c b/mpz/cfdiv_r_2exp.c
index c56782a8f..77cf1ec89 100644
--- a/mpz/cfdiv_r_2exp.c
+++ b/mpz/cfdiv_r_2exp.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/clear.c b/mpz/clear.c
index 2f40ddd79..5d766b690 100644
--- a/mpz/clear.c
+++ b/mpz/clear.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/clrbit.c b/mpz/clrbit.c
index 94be2be16..114df4682 100644
--- a/mpz/clrbit.c
+++ b/mpz/clrbit.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/cmp.c b/mpz/cmp.c
index 1199be70e..1d0259250 100644
--- a/mpz/cmp.c
+++ b/mpz/cmp.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#ifdef BERKELEY_MP
#include "mp.h"
diff --git a/mpz/cmp_d.c b/mpz/cmp_d.c
index d7dbe57eb..f48e8442d 100644
--- a/mpz/cmp_d.c
+++ b/mpz/cmp_d.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "config.h"
diff --git a/mpz/cmp_si.c b/mpz/cmp_si.c
index 3cdb10380..d0bc632c8 100644
--- a/mpz/cmp_si.c
+++ b/mpz/cmp_si.c
@@ -18,8 +18,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/cmp_ui.c b/mpz/cmp_ui.c
index bc27176a0..0fc745ee1 100644
--- a/mpz/cmp_ui.c
+++ b/mpz/cmp_ui.c
@@ -18,8 +18,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/cmpabs.c b/mpz/cmpabs.c
index 7281cc3cb..07c7e72a1 100644
--- a/mpz/cmpabs.c
+++ b/mpz/cmpabs.c
@@ -18,8 +18,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/cmpabs_d.c b/mpz/cmpabs_d.c
index a61fef96f..125a2498a 100644
--- a/mpz/cmpabs_d.c
+++ b/mpz/cmpabs_d.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "config.h"
diff --git a/mpz/cmpabs_ui.c b/mpz/cmpabs_ui.c
index e6c25457b..bafbc3e59 100644
--- a/mpz/cmpabs_ui.c
+++ b/mpz/cmpabs_ui.c
@@ -18,8 +18,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/com.c b/mpz/com.c
index 4dc00db70..59737c43b 100644
--- a/mpz/com.c
+++ b/mpz/com.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/combit.c b/mpz/combit.c
index ae05412f6..ab6d9e0ea 100644
--- a/mpz/combit.c
+++ b/mpz/combit.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/cong.c b/mpz/cong.c
index 2e0162d16..97841fef4 100644
--- a/mpz/cong.c
+++ b/mpz/cong.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/cong_2exp.c b/mpz/cong_2exp.c
index 4b3c10505..4e9cf04ee 100644
--- a/mpz/cong_2exp.c
+++ b/mpz/cong_2exp.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/cong_ui.c b/mpz/cong_ui.c
index 05927dc76..949844a8e 100644
--- a/mpz/cong_ui.c
+++ b/mpz/cong_ui.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/dive_ui.c b/mpz/dive_ui.c
index 190a065c4..0be8141eb 100644
--- a/mpz/dive_ui.c
+++ b/mpz/dive_ui.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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.
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA.
*/
#include "gmp.h"
diff --git a/mpz/divegcd.c b/mpz/divegcd.c
index 29846427d..93ffd8536 100644
--- a/mpz/divegcd.c
+++ b/mpz/divegcd.c
@@ -19,8 +19,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/divexact.c b/mpz/divexact.c
index 98be78096..6ef3a6725 100644
--- a/mpz/divexact.c
+++ b/mpz/divexact.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
/* Ken Weber (kweber@mat.ufrgs.br, kweber@mcs.kent.edu)
diff --git a/mpz/divis.c b/mpz/divis.c
index 8c36c2c60..38bcb0c18 100644
--- a/mpz/divis.c
+++ b/mpz/divis.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/divis_2exp.c b/mpz/divis_2exp.c
index ae449a2c3..d5c5513a8 100644
--- a/mpz/divis_2exp.c
+++ b/mpz/divis_2exp.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/divis_ui.c b/mpz/divis_ui.c
index 1d5dc3cb2..8c2bb1948 100644
--- a/mpz/divis_ui.c
+++ b/mpz/divis_ui.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/dump.c b/mpz/dump.c
index 4fccdaef9..c8a743f9c 100644
--- a/mpz/dump.c
+++ b/mpz/dump.c
@@ -21,8 +21,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h>
#include <string.h> /* for strlen */
diff --git a/mpz/export.c b/mpz/export.c
index 960618128..605e93dc0 100644
--- a/mpz/export.c
+++ b/mpz/export.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h> /* for NULL */
#include "gmp.h"
diff --git a/mpz/fac_ui.c b/mpz/fac_ui.c
index f06391fe8..da5bc7933 100644
--- a/mpz/fac_ui.c
+++ b/mpz/fac_ui.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/fdiv_q.c b/mpz/fdiv_q.c
index 586399201..729a42d56 100644
--- a/mpz/fdiv_q.c
+++ b/mpz/fdiv_q.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/fdiv_q_ui.c b/mpz/fdiv_q_ui.c
index 6ab7b4975..dac0f7b75 100644
--- a/mpz/fdiv_q_ui.c
+++ b/mpz/fdiv_q_ui.c
@@ -18,8 +18,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/fdiv_qr.c b/mpz/fdiv_qr.c
index e98700996..de930bbfa 100644
--- a/mpz/fdiv_qr.c
+++ b/mpz/fdiv_qr.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/fdiv_qr_ui.c b/mpz/fdiv_qr_ui.c
index 794e3b435..7950f8cb3 100644
--- a/mpz/fdiv_qr_ui.c
+++ b/mpz/fdiv_qr_ui.c
@@ -18,8 +18,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/fdiv_r.c b/mpz/fdiv_r.c
index 05308f4e5..916494e79 100644
--- a/mpz/fdiv_r.c
+++ b/mpz/fdiv_r.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/fdiv_r_ui.c b/mpz/fdiv_r_ui.c
index 0ff3f5adc..77a316890 100644
--- a/mpz/fdiv_r_ui.c
+++ b/mpz/fdiv_r_ui.c
@@ -18,8 +18,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/fdiv_ui.c b/mpz/fdiv_ui.c
index bdaf98750..1a6d2efa4 100644
--- a/mpz/fdiv_ui.c
+++ b/mpz/fdiv_ui.c
@@ -18,8 +18,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/fib2_ui.c b/mpz/fib2_ui.c
index 0eb8ca70e..b2e21a87a 100644
--- a/mpz/fib2_ui.c
+++ b/mpz/fib2_ui.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h>
#include "gmp.h"
diff --git a/mpz/fib_ui.c b/mpz/fib_ui.c
index 826fe9a28..82c4ea46d 100644
--- a/mpz/fib_ui.c
+++ b/mpz/fib_ui.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h>
#include "gmp.h"
diff --git a/mpz/fits_s.h b/mpz/fits_s.h
index aba7ee0e0..9b9d449b2 100644
--- a/mpz/fits_s.h
+++ b/mpz/fits_s.h
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/fits_sint.c b/mpz/fits_sint.c
index c6cc6c9b6..de3e75800 100644
--- a/mpz/fits_sint.c
+++ b/mpz/fits_sint.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#define FUNCTION mpz_fits_sint_p
diff --git a/mpz/fits_slong.c b/mpz/fits_slong.c
index 05789d4fb..1449a5b26 100644
--- a/mpz/fits_slong.c
+++ b/mpz/fits_slong.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#define FUNCTION mpz_fits_slong_p
diff --git a/mpz/fits_sshort.c b/mpz/fits_sshort.c
index f6a155331..936311b65 100644
--- a/mpz/fits_sshort.c
+++ b/mpz/fits_sshort.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#define FUNCTION mpz_fits_sshort_p
diff --git a/mpz/fits_uint.c b/mpz/fits_uint.c
index 0962313ff..8dd5ee4a3 100644
--- a/mpz/fits_uint.c
+++ b/mpz/fits_uint.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#define __GMP_FORCE_mpz_fits_uint_p 1
diff --git a/mpz/fits_ulong.c b/mpz/fits_ulong.c
index 0750e0a4f..846535299 100644
--- a/mpz/fits_ulong.c
+++ b/mpz/fits_ulong.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#define __GMP_FORCE_mpz_fits_ulong_p 1
diff --git a/mpz/fits_ushort.c b/mpz/fits_ushort.c
index 41d50d989..7eb27b947 100644
--- a/mpz/fits_ushort.c
+++ b/mpz/fits_ushort.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#define __GMP_FORCE_mpz_fits_ushort_p 1
diff --git a/mpz/gcd.c b/mpz/gcd.c
index 6f894dbac..6ba02b1e4 100644
--- a/mpz/gcd.c
+++ b/mpz/gcd.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/gcd_ui.c b/mpz/gcd_ui.c
index c344a7cc3..001c838a3 100644
--- a/mpz/gcd_ui.c
+++ b/mpz/gcd_ui.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h> /* for NULL */
#include "gmp.h"
diff --git a/mpz/gcdext.c b/mpz/gcdext.c
index 3b591e666..fd2761ab6 100644
--- a/mpz/gcdext.c
+++ b/mpz/gcdext.c
@@ -18,8 +18,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h> /* for NULL */
#include "gmp.h"
diff --git a/mpz/get_d.c b/mpz/get_d.c
index 11ce9d96c..ca00b4469 100644
--- a/mpz/get_d.c
+++ b/mpz/get_d.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/get_d_2exp.c b/mpz/get_d_2exp.c
index b91a17119..1d990965f 100644
--- a/mpz/get_d_2exp.c
+++ b/mpz/get_d_2exp.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/get_si.c b/mpz/get_si.c
index 252b09171..5f79a1e8a 100644
--- a/mpz/get_si.c
+++ b/mpz/get_si.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/get_str.c b/mpz/get_str.c
index ac0ae991a..0c6b3e1d7 100644
--- a/mpz/get_str.c
+++ b/mpz/get_str.c
@@ -21,8 +21,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <string.h> /* for strlen */
#include "gmp.h"
diff --git a/mpz/get_ui.c b/mpz/get_ui.c
index c8168827f..d8ddfacef 100644
--- a/mpz/get_ui.c
+++ b/mpz/get_ui.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#define __GMP_FORCE_mpz_get_ui 1
diff --git a/mpz/getlimbn.c b/mpz/getlimbn.c
index 016afa109..661f5348a 100644
--- a/mpz/getlimbn.c
+++ b/mpz/getlimbn.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#define __GMP_FORCE_mpz_getlimbn 1
diff --git a/mpz/hamdist.c b/mpz/hamdist.c
index bcf9ded0e..afeeae76b 100644
--- a/mpz/hamdist.c
+++ b/mpz/hamdist.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/import.c b/mpz/import.c
index 6f5587df1..e3a8bd9a7 100644
--- a/mpz/import.c
+++ b/mpz/import.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h>
#include "gmp.h"
diff --git a/mpz/init.c b/mpz/init.c
index 487e5f04c..f3a1cb783 100644
--- a/mpz/init.c
+++ b/mpz/init.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/init2.c b/mpz/init2.c
index 29661b683..2d165a941 100644
--- a/mpz/init2.c
+++ b/mpz/init2.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/inp_raw.c b/mpz/inp_raw.c
index 222dd2377..735dcf35a 100644
--- a/mpz/inp_raw.c
+++ b/mpz/inp_raw.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h>
#include "gmp.h"
diff --git a/mpz/inp_str.c b/mpz/inp_str.c
index 6dd2ea44c..b43352fd2 100644
--- a/mpz/inp_str.c
+++ b/mpz/inp_str.c
@@ -22,8 +22,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h>
#include <ctype.h>
diff --git a/mpz/invert.c b/mpz/invert.c
index c4ce89aa8..eaf800b7a 100644
--- a/mpz/invert.c
+++ b/mpz/invert.c
@@ -19,8 +19,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/ior.c b/mpz/ior.c
index e0d772a76..f9d735de7 100644
--- a/mpz/ior.c
+++ b/mpz/ior.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/iset.c b/mpz/iset.c
index 38619dc89..5e4e064a5 100644
--- a/mpz/iset.c
+++ b/mpz/iset.c
@@ -18,8 +18,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/iset_d.c b/mpz/iset_d.c
index aae677f11..c055d99e5 100644
--- a/mpz/iset_d.c
+++ b/mpz/iset_d.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/iset_si.c b/mpz/iset_si.c
index 8a067ec7f..0547cb840 100644
--- a/mpz/iset_si.c
+++ b/mpz/iset_si.c
@@ -18,8 +18,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/iset_str.c b/mpz/iset_str.c
index 6a2b281e7..fd228cb9a 100644
--- a/mpz/iset_str.c
+++ b/mpz/iset_str.c
@@ -22,8 +22,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/iset_ui.c b/mpz/iset_ui.c
index 27c7be233..278fbf0fc 100644
--- a/mpz/iset_ui.c
+++ b/mpz/iset_ui.c
@@ -18,8 +18,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/jacobi.c b/mpz/jacobi.c
index 73f60ca2d..52a6a607f 100644
--- a/mpz/jacobi.c
+++ b/mpz/jacobi.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Library General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h>
#include "gmp.h"
diff --git a/mpz/kronsz.c b/mpz/kronsz.c
index 97871117b..8c485daf7 100644
--- a/mpz/kronsz.c
+++ b/mpz/kronsz.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/kronuz.c b/mpz/kronuz.c
index 8568ed452..157e76140 100644
--- a/mpz/kronuz.c
+++ b/mpz/kronuz.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/kronzs.c b/mpz/kronzs.c
index 51be4bff3..fb396cb44 100644
--- a/mpz/kronzs.c
+++ b/mpz/kronzs.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/kronzu.c b/mpz/kronzu.c
index 4932e32f7..ffaacb66b 100644
--- a/mpz/kronzu.c
+++ b/mpz/kronzu.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/lcm.c b/mpz/lcm.c
index ee7309b13..8e0feb569 100644
--- a/mpz/lcm.c
+++ b/mpz/lcm.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/lcm_ui.c b/mpz/lcm_ui.c
index c22af15f4..9b2ef8d7b 100644
--- a/mpz/lcm_ui.c
+++ b/mpz/lcm_ui.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/lucnum2_ui.c b/mpz/lucnum2_ui.c
index e6a647da2..874b79085 100644
--- a/mpz/lucnum2_ui.c
+++ b/mpz/lucnum2_ui.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h>
#include "gmp.h"
diff --git a/mpz/lucnum_ui.c b/mpz/lucnum_ui.c
index 7fe5d5fba..b1b689784 100644
--- a/mpz/lucnum_ui.c
+++ b/mpz/lucnum_ui.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h>
#include "gmp.h"
diff --git a/mpz/millerrabin.c b/mpz/millerrabin.c
index d0f5aa50c..66e167f9a 100644
--- a/mpz/millerrabin.c
+++ b/mpz/millerrabin.c
@@ -26,8 +26,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/mod.c b/mpz/mod.c
index 81132c3d8..474c9f5e2 100644
--- a/mpz/mod.c
+++ b/mpz/mod.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/mul.c b/mpz/mul.c
index 53468eb17..ea37ec58b 100644
--- a/mpz/mul.c
+++ b/mpz/mul.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h> /* for NULL */
#include "gmp.h"
diff --git a/mpz/mul_2exp.c b/mpz/mul_2exp.c
index f2a7baf7f..7bfac6f12 100644
--- a/mpz/mul_2exp.c
+++ b/mpz/mul_2exp.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/mul_i.h b/mpz/mul_i.h
index ef164abb0..2a8c3a8df 100644
--- a/mpz/mul_i.h
+++ b/mpz/mul_i.h
@@ -18,8 +18,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/mul_si.c b/mpz/mul_si.c
index e7f465ef6..b31f85712 100644
--- a/mpz/mul_si.c
+++ b/mpz/mul_si.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#define OPERATION_mul_si
diff --git a/mpz/mul_ui.c b/mpz/mul_ui.c
index 2ca8e2b54..e9904d139 100644
--- a/mpz/mul_ui.c
+++ b/mpz/mul_ui.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#define OPERATION_mul_ui
diff --git a/mpz/n_pow_ui.c b/mpz/n_pow_ui.c
index 321ca7436..67c1c5584 100644
--- a/mpz/n_pow_ui.c
+++ b/mpz/n_pow_ui.c
@@ -20,8 +20,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/neg.c b/mpz/neg.c
index ee87de6d7..8274dc90d 100644
--- a/mpz/neg.c
+++ b/mpz/neg.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#define __GMP_FORCE_mpz_neg 1
diff --git a/mpz/nextprime.c b/mpz/nextprime.c
index 5bd011e51..80d88b5f0 100644
--- a/mpz/nextprime.c
+++ b/mpz/nextprime.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/out_raw.c b/mpz/out_raw.c
index 15090cc04..8ecbb6521 100644
--- a/mpz/out_raw.c
+++ b/mpz/out_raw.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h>
#include "gmp.h"
diff --git a/mpz/out_str.c b/mpz/out_str.c
index f40ee1191..ada63cfca 100644
--- a/mpz/out_str.c
+++ b/mpz/out_str.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h>
#include "gmp.h"
diff --git a/mpz/perfpow.c b/mpz/perfpow.c
index 6ab87f20f..cc6e1f9c3 100644
--- a/mpz/perfpow.c
+++ b/mpz/perfpow.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
/*
We are to determine if c is a perfect power, c = a ^ b.
diff --git a/mpz/perfsqr.c b/mpz/perfsqr.c
index 56335fa31..d0e0ed224 100644
--- a/mpz/perfsqr.c
+++ b/mpz/perfsqr.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#define __GMP_FORCE_mpz_perfect_square_p 1
diff --git a/mpz/popcount.c b/mpz/popcount.c
index 6c23593d7..9d4d06fa7 100644
--- a/mpz/popcount.c
+++ b/mpz/popcount.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#define __GMP_FORCE_mpz_popcount 1
diff --git a/mpz/pow_ui.c b/mpz/pow_ui.c
index 95f9193e3..50bfec4d7 100644
--- a/mpz/pow_ui.c
+++ b/mpz/pow_ui.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/powm.c b/mpz/powm.c
index 1c50699dc..09d42a380 100644
--- a/mpz/powm.c
+++ b/mpz/powm.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
diff --git a/mpz/powm_ui.c b/mpz/powm_ui.c
index 810e7b932..a5ade3ec2 100644
--- a/mpz/powm_ui.c
+++ b/mpz/powm_ui.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
diff --git a/mpz/pprime_p.c b/mpz/pprime_p.c
index 19abc6299..4419a0e2f 100644
--- a/mpz/pprime_p.c
+++ b/mpz/pprime_p.c
@@ -23,8 +23,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/random.c b/mpz/random.c
index 57f4fdce6..b0487cdf0 100644
--- a/mpz/random.c
+++ b/mpz/random.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/random2.c b/mpz/random2.c
index f392444c0..38ad83cab 100644
--- a/mpz/random2.c
+++ b/mpz/random2.c
@@ -18,8 +18,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/realloc.c b/mpz/realloc.c
index 905c95eb8..f72f4937d 100644
--- a/mpz/realloc.c
+++ b/mpz/realloc.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/realloc2.c b/mpz/realloc2.c
index a530bc29c..5fb4ba7ad 100644
--- a/mpz/realloc2.c
+++ b/mpz/realloc2.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/remove.c b/mpz/remove.c
index 39b4d73a8..b95d7ef26 100644
--- a/mpz/remove.c
+++ b/mpz/remove.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/root.c b/mpz/root.c
index f39f9ddfd..6cc10cea8 100644
--- a/mpz/root.c
+++ b/mpz/root.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h> /* for NULL */
#include "gmp.h"
diff --git a/mpz/rootrem.c b/mpz/rootrem.c
index 385ea1c1d..3974904f8 100644
--- a/mpz/rootrem.c
+++ b/mpz/rootrem.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h> /* for NULL */
#include "gmp.h"
diff --git a/mpz/rrandomb.c b/mpz/rrandomb.c
index b8bba8cb5..531d55f5f 100644
--- a/mpz/rrandomb.c
+++ b/mpz/rrandomb.c
@@ -18,8 +18,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/scan0.c b/mpz/scan0.c
index 630d68e4e..e5a02a97f 100644
--- a/mpz/scan0.c
+++ b/mpz/scan0.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/scan1.c b/mpz/scan1.c
index 37bb9c50e..7a7407fc2 100644
--- a/mpz/scan1.c
+++ b/mpz/scan1.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/set.c b/mpz/set.c
index c12639fe0..79cc38cef 100644
--- a/mpz/set.c
+++ b/mpz/set.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/set_d.c b/mpz/set_d.c
index 119bdcca9..bd4a7a26e 100644
--- a/mpz/set_d.c
+++ b/mpz/set_d.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "config.h"
diff --git a/mpz/set_f.c b/mpz/set_f.c
index 6a936cdc7..363a8d191 100644
--- a/mpz/set_f.c
+++ b/mpz/set_f.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/set_q.c b/mpz/set_q.c
index d03fd59f6..1aca14c68 100644
--- a/mpz/set_q.c
+++ b/mpz/set_q.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#define __GMP_FORCE_mpz_set_q 1
diff --git a/mpz/set_si.c b/mpz/set_si.c
index 8854673b8..2d0d9bf25 100644
--- a/mpz/set_si.c
+++ b/mpz/set_si.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/set_str.c b/mpz/set_str.c
index d6238714c..ad49e2c51 100644
--- a/mpz/set_str.c
+++ b/mpz/set_str.c
@@ -21,8 +21,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <string.h>
#include <ctype.h>
diff --git a/mpz/set_ui.c b/mpz/set_ui.c
index 4bb231f68..14aac5218 100644
--- a/mpz/set_ui.c
+++ b/mpz/set_ui.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/setbit.c b/mpz/setbit.c
index 1f3b11bb7..efb166643 100644
--- a/mpz/setbit.c
+++ b/mpz/setbit.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/size.c b/mpz/size.c
index 6c28e68a3..fe545156d 100644
--- a/mpz/size.c
+++ b/mpz/size.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#define __GMP_FORCE_mpz_size 1
diff --git a/mpz/sizeinbase.c b/mpz/sizeinbase.c
index b6b608157..0eb8f5d32 100644
--- a/mpz/sizeinbase.c
+++ b/mpz/sizeinbase.c
@@ -18,8 +18,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/sqrt.c b/mpz/sqrt.c
index 220d24d92..700103710 100644
--- a/mpz/sqrt.c
+++ b/mpz/sqrt.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h> /* for NULL */
#include "gmp.h"
diff --git a/mpz/sqrtrem.c b/mpz/sqrtrem.c
index bb89db49c..c35615474 100644
--- a/mpz/sqrtrem.c
+++ b/mpz/sqrtrem.c
@@ -18,8 +18,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include <stdio.h> /* for NULL */
#include "gmp.h"
diff --git a/mpz/sub.c b/mpz/sub.c
index 6543acb08..f0dad9af1 100644
--- a/mpz/sub.c
+++ b/mpz/sub.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#define OPERATION_sub
diff --git a/mpz/sub_ui.c b/mpz/sub_ui.c
index be4c91a7e..0efb2cd1b 100644
--- a/mpz/sub_ui.c
+++ b/mpz/sub_ui.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#define OPERATION_sub_ui
diff --git a/mpz/swap.c b/mpz/swap.c
index 8331a9c07..f733aa8fa 100644
--- a/mpz/swap.c
+++ b/mpz/swap.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/tdiv_q.c b/mpz/tdiv_q.c
index a565877fc..7ac5d9204 100644
--- a/mpz/tdiv_q.c
+++ b/mpz/tdiv_q.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/tdiv_q_2exp.c b/mpz/tdiv_q_2exp.c
index 4a2c5bca3..f0ea59f68 100644
--- a/mpz/tdiv_q_2exp.c
+++ b/mpz/tdiv_q_2exp.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/tdiv_q_ui.c b/mpz/tdiv_q_ui.c
index a5814f4df..189e0e880 100644
--- a/mpz/tdiv_q_ui.c
+++ b/mpz/tdiv_q_ui.c
@@ -18,8 +18,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/tdiv_qr.c b/mpz/tdiv_qr.c
index ed36f6f7b..357e1193b 100644
--- a/mpz/tdiv_qr.c
+++ b/mpz/tdiv_qr.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/tdiv_qr_ui.c b/mpz/tdiv_qr_ui.c
index 763fe31fa..bff63fd54 100644
--- a/mpz/tdiv_qr_ui.c
+++ b/mpz/tdiv_qr_ui.c
@@ -19,8 +19,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/tdiv_r.c b/mpz/tdiv_r.c
index 8a7da0601..c6b39058b 100644
--- a/mpz/tdiv_r.c
+++ b/mpz/tdiv_r.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/tdiv_r_2exp.c b/mpz/tdiv_r_2exp.c
index b301b9fc8..16e023106 100644
--- a/mpz/tdiv_r_2exp.c
+++ b/mpz/tdiv_r_2exp.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/tdiv_r_ui.c b/mpz/tdiv_r_ui.c
index b2ce32ce0..2096195da 100644
--- a/mpz/tdiv_r_ui.c
+++ b/mpz/tdiv_r_ui.c
@@ -18,8 +18,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/tdiv_ui.c b/mpz/tdiv_ui.c
index 30e2345e9..5f5a0c3c7 100644
--- a/mpz/tdiv_ui.c
+++ b/mpz/tdiv_ui.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/tstbit.c b/mpz/tstbit.c
index 6e7099088..ef54b9abf 100644
--- a/mpz/tstbit.c
+++ b/mpz/tstbit.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/ui_pow_ui.c b/mpz/ui_pow_ui.c
index 6eedd0dff..1ed5d60da 100644
--- a/mpz/ui_pow_ui.c
+++ b/mpz/ui_pow_ui.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/ui_sub.c b/mpz/ui_sub.c
index 5a6bc13cb..8a6ca5166 100644
--- a/mpz/ui_sub.c
+++ b/mpz/ui_sub.c
@@ -16,8 +16,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/urandomb.c b/mpz/urandomb.c
index 487700011..d5b209cf7 100644
--- a/mpz/urandomb.c
+++ b/mpz/urandomb.c
@@ -18,8 +18,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/urandomm.c b/mpz/urandomm.c
index 7a146164c..65d3ac00b 100644
--- a/mpz/urandomm.c
+++ b/mpz/urandomm.c
@@ -18,8 +18,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpz/xor.c b/mpz/xor.c
index 1a29a57af..533e1d6b6 100644
--- a/mpz/xor.c
+++ b/mpz/xor.c
@@ -17,8 +17,8 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP 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. */
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+MA 02110-1301, USA. */
#include "gmp.h"
#include "gmp-impl.h"