summaryrefslogtreecommitdiff
path: root/mpf
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 /mpf
parentf9f0b9bcdef1662258e2be8a2c279a756c49ab09 (diff)
downloadgmp-4b43e2955fa9dcea086a367d47234d277ef3a57e.tar.gz
Update FSF's address.
Diffstat (limited to 'mpf')
-rw-r--r--mpf/Makefile.am4
-rw-r--r--mpf/Makefile.in4
-rw-r--r--mpf/abs.c4
-rw-r--r--mpf/add.c4
-rw-r--r--mpf/add_ui.c4
-rw-r--r--mpf/ceilfloor.c4
-rw-r--r--mpf/clear.c4
-rw-r--r--mpf/cmp.c4
-rw-r--r--mpf/cmp_d.c4
-rw-r--r--mpf/cmp_si.c4
-rw-r--r--mpf/cmp_ui.c4
-rw-r--r--mpf/div.c4
-rw-r--r--mpf/div_2exp.c4
-rw-r--r--mpf/div_ui.c4
-rw-r--r--mpf/dump.c4
-rw-r--r--mpf/eq.c4
-rw-r--r--mpf/fits_s.h4
-rw-r--r--mpf/fits_sint.c4
-rw-r--r--mpf/fits_slong.c4
-rw-r--r--mpf/fits_sshort.c4
-rw-r--r--mpf/fits_u.h4
-rw-r--r--mpf/fits_uint.c4
-rw-r--r--mpf/fits_ulong.c4
-rw-r--r--mpf/fits_ushort.c4
-rw-r--r--mpf/get_d.c4
-rw-r--r--mpf/get_d_2exp.c4
-rw-r--r--mpf/get_dfl_prec.c4
-rw-r--r--mpf/get_prc.c4
-rw-r--r--mpf/get_si.c4
-rw-r--r--mpf/get_str.c4
-rw-r--r--mpf/get_ui.c4
-rw-r--r--mpf/init.c4
-rw-r--r--mpf/init2.c4
-rw-r--r--mpf/inp_str.c4
-rw-r--r--mpf/int_p.c4
-rw-r--r--mpf/iset.c4
-rw-r--r--mpf/iset_d.c4
-rw-r--r--mpf/iset_si.c4
-rw-r--r--mpf/iset_str.c4
-rw-r--r--mpf/iset_ui.c4
-rw-r--r--mpf/mul.c4
-rw-r--r--mpf/mul_2exp.c4
-rw-r--r--mpf/mul_ui.c4
-rw-r--r--mpf/neg.c4
-rw-r--r--mpf/out_str.c4
-rw-r--r--mpf/pow_ui.c4
-rw-r--r--mpf/random2.c4
-rw-r--r--mpf/reldiff.c4
-rw-r--r--mpf/set.c4
-rw-r--r--mpf/set_d.c4
-rw-r--r--mpf/set_dfl_prec.c4
-rw-r--r--mpf/set_prc.c4
-rw-r--r--mpf/set_prc_raw.c4
-rw-r--r--mpf/set_q.c4
-rw-r--r--mpf/set_si.c4
-rw-r--r--mpf/set_str.c4
-rw-r--r--mpf/set_ui.c4
-rw-r--r--mpf/set_z.c4
-rw-r--r--mpf/size.c4
-rw-r--r--mpf/sqrt.c4
-rw-r--r--mpf/sqrt_ui.c4
-rw-r--r--mpf/sub.c4
-rw-r--r--mpf/sub_ui.c4
-rw-r--r--mpf/swap.c4
-rw-r--r--mpf/trunc.c4
-rw-r--r--mpf/ui_div.c4
-rw-r--r--mpf/ui_sub.c4
-rw-r--r--mpf/urandomb.c4
68 files changed, 136 insertions, 136 deletions
diff --git a/mpf/Makefile.am b/mpf/Makefile.am
index 8bb0e6411..40f013169 100644
--- a/mpf/Makefile.am
+++ b/mpf/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/mpf/Makefile.in b/mpf/Makefile.in
index 0ae1a08cb..11cf3aab9 100644
--- a/mpf/Makefile.in
+++ b/mpf/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 = $(libmpf_la_SOURCES)
diff --git a/mpf/abs.c b/mpf/abs.c
index 7d6d65982..2d2b4c0fb 100644
--- a/mpf/abs.c
+++ b/mpf/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. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpf/add.c b/mpf/add.c
index 82eea1fbe..893115203 100644
--- a/mpf/add.c
+++ b/mpf/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. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpf/add_ui.c b/mpf/add_ui.c
index 5df6642f6..410b808e1 100644
--- a/mpf/add_ui.c
+++ b/mpf/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. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpf/ceilfloor.c b/mpf/ceilfloor.c
index 60211c179..c91e9052a 100644
--- a/mpf/ceilfloor.c
+++ b/mpf/ceilfloor.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/mpf/clear.c b/mpf/clear.c
index 3d0cba094..099e09bd4 100644
--- a/mpf/clear.c
+++ b/mpf/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/mpf/cmp.c b/mpf/cmp.c
index b24207d58..34565d547 100644
--- a/mpf/cmp.c
+++ b/mpf/cmp.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/mpf/cmp_d.c b/mpf/cmp_d.c
index 27ccaf75a..c0b90e2c5 100644
--- a/mpf/cmp_d.c
+++ b/mpf/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/mpf/cmp_si.c b/mpf/cmp_si.c
index aa9ddc475..879fe3b3c 100644
--- a/mpf/cmp_si.c
+++ b/mpf/cmp_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/mpf/cmp_ui.c b/mpf/cmp_ui.c
index 53475a316..0645b2ffc 100644
--- a/mpf/cmp_ui.c
+++ b/mpf/cmp_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/mpf/div.c b/mpf/div.c
index 2ff073b96..c250f3e2d 100644
--- a/mpf/div.c
+++ b/mpf/div.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/mpf/div_2exp.c b/mpf/div_2exp.c
index 2d3530d22..7d8b857cc 100644
--- a/mpf/div_2exp.c
+++ b/mpf/div_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/mpf/div_ui.c b/mpf/div_ui.c
index 541c1241c..662260397 100644
--- a/mpf/div_ui.c
+++ b/mpf/div_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/mpf/dump.c b/mpf/dump.c
index ce98624f9..e6c2adda4 100644
--- a/mpf/dump.c
+++ b/mpf/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/mpf/eq.c b/mpf/eq.c
index 0072dcb58..66fa89a91 100644
--- a/mpf/eq.c
+++ b/mpf/eq.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/mpf/fits_s.h b/mpf/fits_s.h
index 2c712558a..6a79725ef 100644
--- a/mpf/fits_s.h
+++ b/mpf/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/mpf/fits_sint.c b/mpf/fits_sint.c
index 3721a95ba..d194b7bc1 100644
--- a/mpf/fits_sint.c
+++ b/mpf/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 mpf_fits_sint_p
diff --git a/mpf/fits_slong.c b/mpf/fits_slong.c
index e21724a66..b2b997bba 100644
--- a/mpf/fits_slong.c
+++ b/mpf/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 mpf_fits_slong_p
diff --git a/mpf/fits_sshort.c b/mpf/fits_sshort.c
index 503a3b3bd..7e3ced94d 100644
--- a/mpf/fits_sshort.c
+++ b/mpf/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 mpf_fits_sshort_p
diff --git a/mpf/fits_u.h b/mpf/fits_u.h
index 640f45193..70a0f3b55 100644
--- a/mpf/fits_u.h
+++ b/mpf/fits_u.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/mpf/fits_uint.c b/mpf/fits_uint.c
index 035852f07..aa0c5cbdb 100644
--- a/mpf/fits_uint.c
+++ b/mpf/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 FUNCTION mpf_fits_uint_p
diff --git a/mpf/fits_ulong.c b/mpf/fits_ulong.c
index baa9b10c7..2371c94fc 100644
--- a/mpf/fits_ulong.c
+++ b/mpf/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 FUNCTION mpf_fits_ulong_p
diff --git a/mpf/fits_ushort.c b/mpf/fits_ushort.c
index b257931cf..4ca459bbe 100644
--- a/mpf/fits_ushort.c
+++ b/mpf/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 FUNCTION mpf_fits_ushort_p
diff --git a/mpf/get_d.c b/mpf/get_d.c
index d42ee7a74..994c893b7 100644
--- a/mpf/get_d.c
+++ b/mpf/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/mpf/get_d_2exp.c b/mpf/get_d_2exp.c
index c9f67073e..7c799af5e 100644
--- a/mpf/get_d_2exp.c
+++ b/mpf/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/mpf/get_dfl_prec.c b/mpf/get_dfl_prec.c
index 36eea7d86..d9ee29636 100644
--- a/mpf/get_dfl_prec.c
+++ b/mpf/get_dfl_prec.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/mpf/get_prc.c b/mpf/get_prc.c
index f1391c675..c45fed018 100644
--- a/mpf/get_prc.c
+++ b/mpf/get_prc.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/mpf/get_si.c b/mpf/get_si.c
index b36281e29..73a36ae62 100644
--- a/mpf/get_si.c
+++ b/mpf/get_si.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/mpf/get_str.c b/mpf/get_str.c
index 37cd524fc..e98397050 100644
--- a/mpf/get_str.c
+++ b/mpf/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 <stdlib.h> /* for NULL */
#include "gmp.h"
diff --git a/mpf/get_ui.c b/mpf/get_ui.c
index 0beb6aaea..a8810088f 100644
--- a/mpf/get_ui.c
+++ b/mpf/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.
*/
#include "gmp.h"
diff --git a/mpf/init.c b/mpf/init.c
index d444ab9d8..32dda2d48 100644
--- a/mpf/init.c
+++ b/mpf/init.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/mpf/init2.c b/mpf/init2.c
index 99bbeaa42..216fb90a5 100644
--- a/mpf/init2.c
+++ b/mpf/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/mpf/inp_str.c b/mpf/inp_str.c
index 67d27b2ef..554ddc0f3 100644
--- a/mpf/inp_str.c
+++ b/mpf/inp_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 <ctype.h>
diff --git a/mpf/int_p.c b/mpf/int_p.c
index 331e2eb17..2898fb487 100644
--- a/mpf/int_p.c
+++ b/mpf/int_p.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/mpf/iset.c b/mpf/iset.c
index 5ab0c25f9..841e374ce 100644
--- a/mpf/iset.c
+++ b/mpf/iset.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/mpf/iset_d.c b/mpf/iset_d.c
index 410175fe5..b60aaf8cc 100644
--- a/mpf/iset_d.c
+++ b/mpf/iset_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/mpf/iset_si.c b/mpf/iset_si.c
index ce62cc4e9..e4c022945 100644
--- a/mpf/iset_si.c
+++ b/mpf/iset_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/mpf/iset_str.c b/mpf/iset_str.c
index 873c6054b..ebb449fe1 100644
--- a/mpf/iset_str.c
+++ b/mpf/iset_str.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/mpf/iset_ui.c b/mpf/iset_ui.c
index d43597afb..8a1a4bd2c 100644
--- a/mpf/iset_ui.c
+++ b/mpf/iset_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/mpf/mul.c b/mpf/mul.c
index 7afb29dfb..7de3880da 100644
--- a/mpf/mul.c
+++ b/mpf/mul.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/mpf/mul_2exp.c b/mpf/mul_2exp.c
index f61ec0fb2..9e422e92a 100644
--- a/mpf/mul_2exp.c
+++ b/mpf/mul_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/mpf/mul_ui.c b/mpf/mul_ui.c
index 27e4e512b..207436bbd 100644
--- a/mpf/mul_ui.c
+++ b/mpf/mul_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/mpf/neg.c b/mpf/neg.c
index 5e628e9bf..e5eaa7f71 100644
--- a/mpf/neg.c
+++ b/mpf/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. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpf/out_str.c b/mpf/out_str.c
index 1d82e9d86..42d891f88 100644
--- a/mpf/out_str.c
+++ b/mpf/out_str.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. */
#define _GNU_SOURCE /* for DECIMAL_POINT in langinfo.h */
diff --git a/mpf/pow_ui.c b/mpf/pow_ui.c
index 4bf80dcc2..4bc870e94 100644
--- a/mpf/pow_ui.c
+++ b/mpf/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/mpf/random2.c b/mpf/random2.c
index 68a15acfd..6e030d259 100644
--- a/mpf/random2.c
+++ b/mpf/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/mpf/reldiff.c b/mpf/reldiff.c
index da3ad1bd7..dc38d76e4 100644
--- a/mpf/reldiff.c
+++ b/mpf/reldiff.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/mpf/set.c b/mpf/set.c
index f86d595b9..8e8c35970 100644
--- a/mpf/set.c
+++ b/mpf/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/mpf/set_d.c b/mpf/set_d.c
index 0a34a1e53..55472d89c 100644
--- a/mpf/set_d.c
+++ b/mpf/set_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 "config.h"
diff --git a/mpf/set_dfl_prec.c b/mpf/set_dfl_prec.c
index 77434efb6..7c45f0ba4 100644
--- a/mpf/set_dfl_prec.c
+++ b/mpf/set_dfl_prec.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/mpf/set_prc.c b/mpf/set_prc.c
index f62bd320c..4d595218d 100644
--- a/mpf/set_prc.c
+++ b/mpf/set_prc.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/mpf/set_prc_raw.c b/mpf/set_prc_raw.c
index 46774ff2a..e93b639f1 100644
--- a/mpf/set_prc_raw.c
+++ b/mpf/set_prc_raw.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/mpf/set_q.c b/mpf/set_q.c
index 1232b1f00..435a03522 100644
--- a/mpf/set_q.c
+++ b/mpf/set_q.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/mpf/set_si.c b/mpf/set_si.c
index de7c81e2f..36ab1b95b 100644
--- a/mpf/set_si.c
+++ b/mpf/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/mpf/set_str.c b/mpf/set_str.c
index 529604d83..136ca40f7 100644
--- a/mpf/set_str.c
+++ b/mpf/set_str.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. */
/*
This still needs work, as suggested by some FIXME comments.
diff --git a/mpf/set_ui.c b/mpf/set_ui.c
index 438c914a6..e29daa10b 100644
--- a/mpf/set_ui.c
+++ b/mpf/set_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/mpf/set_z.c b/mpf/set_z.c
index 1ed6caff4..bb4c9b433 100644
--- a/mpf/set_z.c
+++ b/mpf/set_z.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/mpf/size.c b/mpf/size.c
index d9cb66be3..6fb1f4673 100644
--- a/mpf/size.c
+++ b/mpf/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. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpf/sqrt.c b/mpf/sqrt.c
index 730787991..b36cca273 100644
--- a/mpf/sqrt.c
+++ b/mpf/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/mpf/sqrt_ui.c b/mpf/sqrt_ui.c
index 00851cd39..cde379f9b 100644
--- a/mpf/sqrt_ui.c
+++ b/mpf/sqrt_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/mpf/sub.c b/mpf/sub.c
index bef8a4c2f..4255c8d10 100644
--- a/mpf/sub.c
+++ b/mpf/sub.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/mpf/sub_ui.c b/mpf/sub_ui.c
index 796ac7900..95370a3c5 100644
--- a/mpf/sub_ui.c
+++ b/mpf/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. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpf/swap.c b/mpf/swap.c
index d814f170c..40050bafb 100644
--- a/mpf/swap.c
+++ b/mpf/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/mpf/trunc.c b/mpf/trunc.c
index 1f797aaaa..7b9a6a66f 100644
--- a/mpf/trunc.c
+++ b/mpf/trunc.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/mpf/ui_div.c b/mpf/ui_div.c
index 3e43ad806..e5419d4c6 100644
--- a/mpf/ui_div.c
+++ b/mpf/ui_div.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/mpf/ui_sub.c b/mpf/ui_sub.c
index ec392957d..2acd2329a 100644
--- a/mpf/ui_sub.c
+++ b/mpf/ui_sub.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/mpf/urandomb.c b/mpf/urandomb.c
index 3a1be367b..4c6e4b3fb 100644
--- a/mpf/urandomb.c
+++ b/mpf/urandomb.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"