summaryrefslogtreecommitdiff
path: root/cxx
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 /cxx
parentf9f0b9bcdef1662258e2be8a2c279a756c49ab09 (diff)
downloadgmp-4b43e2955fa9dcea086a367d47234d277ef3a57e.tar.gz
Update FSF's address.
Diffstat (limited to 'cxx')
-rw-r--r--cxx/Makefile.am4
-rw-r--r--cxx/Makefile.in4
-rw-r--r--cxx/dummy.cc4
-rw-r--r--cxx/isfuns.cc4
-rw-r--r--cxx/ismpf.cc4
-rw-r--r--cxx/ismpq.cc4
-rw-r--r--cxx/ismpz.cc4
-rw-r--r--cxx/ismpznw.cc4
-rw-r--r--cxx/osdoprnti.cc4
-rw-r--r--cxx/osfuns.cc4
-rw-r--r--cxx/osmpf.cc4
-rw-r--r--cxx/osmpq.cc4
-rw-r--r--cxx/osmpz.cc4
13 files changed, 26 insertions, 26 deletions
diff --git a/cxx/Makefile.am b/cxx/Makefile.am
index 3ff35c72d..6601b6054 100644
--- a/cxx/Makefile.am
+++ b/cxx/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_GMPXX -I$(top_srcdir)
diff --git a/cxx/Makefile.in b/cxx/Makefile.in
index 8bf28e9d0..344e59d4c 100644
--- a/cxx/Makefile.in
+++ b/cxx/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 = $(libcxx_la_SOURCES)
diff --git a/cxx/dummy.cc b/cxx/dummy.cc
index d797cdc0c..54b3085ff 100644
--- a/cxx/dummy.cc
+++ b/cxx/dummy.cc
@@ -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. */
/* some compilers reputedly dislike completely empty files */
diff --git a/cxx/isfuns.cc b/cxx/isfuns.cc
index 0bf26706d..bdfc247f1 100644
--- a/cxx/isfuns.cc
+++ b/cxx/isfuns.cc
@@ -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 <cctype>
#include <iostream>
diff --git a/cxx/ismpf.cc b/cxx/ismpf.cc
index c1ee49432..26eeb5cc2 100644
--- a/cxx/ismpf.cc
+++ b/cxx/ismpf.cc
@@ -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 <cctype>
#include <iostream>
diff --git a/cxx/ismpq.cc b/cxx/ismpq.cc
index 91dd1f46d..b11c1cb28 100644
--- a/cxx/ismpq.cc
+++ b/cxx/ismpq.cc
@@ -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 <cctype>
#include <iostream>
diff --git a/cxx/ismpz.cc b/cxx/ismpz.cc
index 7b2d89156..0c4f00053 100644
--- a/cxx/ismpz.cc
+++ b/cxx/ismpz.cc
@@ -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 <cctype>
#include <iostream>
diff --git a/cxx/ismpznw.cc b/cxx/ismpznw.cc
index fed99d72c..bc3bd0e0f 100644
--- a/cxx/ismpznw.cc
+++ b/cxx/ismpznw.cc
@@ -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 <cctype>
#include <iostream>
diff --git a/cxx/osdoprnti.cc b/cxx/osdoprnti.cc
index 36aeaf7a5..486ba7684 100644
--- a/cxx/osdoprnti.cc
+++ b/cxx/osdoprnti.cc
@@ -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 <iostream>
#include <cstdarg> /* for va_list and hence doprnt_funs_t */
diff --git a/cxx/osfuns.cc b/cxx/osfuns.cc
index 3068ab24c..4dddaf7f5 100644
--- a/cxx/osfuns.cc
+++ b/cxx/osfuns.cc
@@ -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 <iostream>
#include <stdarg.h> /* for va_list and hence doprnt_funs_t */
diff --git a/cxx/osmpf.cc b/cxx/osmpf.cc
index 6aa2cc9cb..74d1b2c42 100644
--- a/cxx/osmpf.cc
+++ b/cxx/osmpf.cc
@@ -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 <clocale>
#include <iostream>
diff --git a/cxx/osmpq.cc b/cxx/osmpq.cc
index 2016ab424..40abbefb5 100644
--- a/cxx/osmpq.cc
+++ b/cxx/osmpq.cc
@@ -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 <iostream>
#include <stdarg.h> /* for va_list and hence doprnt_funs_t */
diff --git a/cxx/osmpz.cc b/cxx/osmpz.cc
index 901727154..0ed891cfe 100644
--- a/cxx/osmpz.cc
+++ b/cxx/osmpz.cc
@@ -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 <iostream>
#include <stdarg.h> /* for va_list and hence doprnt_funs_t */