summaryrefslogtreecommitdiff
path: root/mpq
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 /mpq
parentf9f0b9bcdef1662258e2be8a2c279a756c49ab09 (diff)
downloadgmp-4b43e2955fa9dcea086a367d47234d277ef3a57e.tar.gz
Update FSF's address.
Diffstat (limited to 'mpq')
-rw-r--r--mpq/Makefile.am4
-rw-r--r--mpq/Makefile.in4
-rw-r--r--mpq/abs.c4
-rw-r--r--mpq/aors.c4
-rw-r--r--mpq/canonicalize.c4
-rw-r--r--mpq/clear.c4
-rw-r--r--mpq/cmp.c4
-rw-r--r--mpq/cmp_si.c4
-rw-r--r--mpq/cmp_ui.c4
-rw-r--r--mpq/div.c4
-rw-r--r--mpq/equal.c4
-rw-r--r--mpq/get_d.c4
-rw-r--r--mpq/get_den.c4
-rw-r--r--mpq/get_num.c4
-rw-r--r--mpq/get_str.c4
-rw-r--r--mpq/init.c4
-rw-r--r--mpq/inp_str.c4
-rw-r--r--mpq/inv.c4
-rw-r--r--mpq/md_2exp.c4
-rw-r--r--mpq/mul.c4
-rw-r--r--mpq/neg.c4
-rw-r--r--mpq/out_str.c4
-rw-r--r--mpq/set.c4
-rw-r--r--mpq/set_d.c4
-rw-r--r--mpq/set_den.c4
-rw-r--r--mpq/set_f.c4
-rw-r--r--mpq/set_num.c4
-rw-r--r--mpq/set_si.c4
-rw-r--r--mpq/set_str.c4
-rw-r--r--mpq/set_ui.c4
-rw-r--r--mpq/set_z.c4
-rw-r--r--mpq/swap.c4
32 files changed, 64 insertions, 64 deletions
diff --git a/mpq/Makefile.am b/mpq/Makefile.am
index 79dfe188f..19b8016d4 100644
--- a/mpq/Makefile.am
+++ b/mpq/Makefile.am
@@ -16,8 +16,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/mpq/Makefile.in b/mpq/Makefile.in
index 6384e1249..dd7182690 100644
--- a/mpq/Makefile.in
+++ b/mpq/Makefile.in
@@ -30,8 +30,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 = $(libmpq_la_SOURCES)
diff --git a/mpq/abs.c b/mpq/abs.c
index b7a5d10b5..1f3b488a3 100644
--- a/mpq/abs.c
+++ b/mpq/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_mpq_abs 1
diff --git a/mpq/aors.c b/mpq/aors.c
index 5187db480..5ab6982af 100644
--- a/mpq/aors.c
+++ b/mpq/aors.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/mpq/canonicalize.c b/mpq/canonicalize.c
index b18e173de..8602ee73b 100644
--- a/mpq/canonicalize.c
+++ b/mpq/canonicalize.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/mpq/clear.c b/mpq/clear.c
index a9ebd352c..d8cbc453a 100644
--- a/mpq/clear.c
+++ b/mpq/clear.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/mpq/cmp.c b/mpq/cmp.c
index e3d318c39..20c29f71a 100644
--- a/mpq/cmp.c
+++ b/mpq/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. */
#include "gmp.h"
#include "gmp-impl.h"
diff --git a/mpq/cmp_si.c b/mpq/cmp_si.c
index bf79da34d..a919abc89 100644
--- a/mpq/cmp_si.c
+++ b/mpq/cmp_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"
#include "gmp-impl.h"
diff --git a/mpq/cmp_ui.c b/mpq/cmp_ui.c
index 29ce20b23..e3ede927b 100644
--- a/mpq/cmp_ui.c
+++ b/mpq/cmp_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/mpq/div.c b/mpq/div.c
index 6e1936ca2..7f32e5578 100644
--- a/mpq/div.c
+++ b/mpq/div.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/mpq/equal.c b/mpq/equal.c
index fe222fb95..470c5d3e7 100644
--- a/mpq/equal.c
+++ b/mpq/equal.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/mpq/get_d.c b/mpq/get_d.c
index c4b24a8be..c1e8cfc78 100644
--- a/mpq/get_d.c
+++ b/mpq/get_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 <stdio.h> /* for NULL */
#include "gmp.h"
diff --git a/mpq/get_den.c b/mpq/get_den.c
index 13d9ac882..5c8a76c9c 100644
--- a/mpq/get_den.c
+++ b/mpq/get_den.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/mpq/get_num.c b/mpq/get_num.c
index fa70a4045..0b3d962de 100644
--- a/mpq/get_num.c
+++ b/mpq/get_num.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/mpq/get_str.c b/mpq/get_str.c
index 9196c3efa..8e7079b84 100644
--- a/mpq/get_str.c
+++ b/mpq/get_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 <stdio.h>
#include <string.h>
diff --git a/mpq/init.c b/mpq/init.c
index 9251edaec..23571a344 100644
--- a/mpq/init.c
+++ b/mpq/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/mpq/inp_str.c b/mpq/inp_str.c
index 9d00cf705..532b563e3 100644
--- a/mpq/inp_str.c
+++ b/mpq/inp_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 <stdio.h>
#include <ctype.h>
diff --git a/mpq/inv.c b/mpq/inv.c
index d878bb61c..1208be91e 100644
--- a/mpq/inv.c
+++ b/mpq/inv.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/mpq/md_2exp.c b/mpq/md_2exp.c
index 5aa17ef11..c93aa9b5f 100644
--- a/mpq/md_2exp.c
+++ b/mpq/md_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"
diff --git a/mpq/mul.c b/mpq/mul.c
index e2c369d2f..d345b0ec5 100644
--- a/mpq/mul.c
+++ b/mpq/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 "gmp.h"
#include "gmp-impl.h"
diff --git a/mpq/neg.c b/mpq/neg.c
index 2ca728c35..483c4fa9d 100644
--- a/mpq/neg.c
+++ b/mpq/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_mpq_neg 1
diff --git a/mpq/out_str.c b/mpq/out_str.c
index 9d85ddcb3..b8bf22f25 100644
--- a/mpq/out_str.c
+++ b/mpq/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>
diff --git a/mpq/set.c b/mpq/set.c
index 32ca878c3..9d32da5a1 100644
--- a/mpq/set.c
+++ b/mpq/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/mpq/set_d.c b/mpq/set_d.c
index a154338bb..f39a5bc2e 100644
--- a/mpq/set_d.c
+++ b/mpq/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/mpq/set_den.c b/mpq/set_den.c
index 67c6f0680..17a32af4f 100644
--- a/mpq/set_den.c
+++ b/mpq/set_den.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/mpq/set_f.c b/mpq/set_f.c
index f7f71d0fa..75c1492de 100644
--- a/mpq/set_f.c
+++ b/mpq/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/mpq/set_num.c b/mpq/set_num.c
index 9b5008c24..3eb23813a 100644
--- a/mpq/set_num.c
+++ b/mpq/set_num.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/mpq/set_si.c b/mpq/set_si.c
index 1e72feb9b..96dc6a136 100644
--- a/mpq/set_si.c
+++ b/mpq/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/mpq/set_str.c b/mpq/set_str.c
index df21f3508..92ac79200 100644
--- a/mpq/set_str.c
+++ b/mpq/set_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 <stdio.h>
diff --git a/mpq/set_ui.c b/mpq/set_ui.c
index c38020239..e6175af2b 100644
--- a/mpq/set_ui.c
+++ b/mpq/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/mpq/set_z.c b/mpq/set_z.c
index ba9322fb7..bc8a28b17 100644
--- a/mpq/set_z.c
+++ b/mpq/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/mpq/swap.c b/mpq/swap.c
index a3c4e10f7..864d60439 100644
--- a/mpq/swap.c
+++ b/mpq/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"