summaryrefslogtreecommitdiff
path: root/tests/mpf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mpf')
-rw-r--r--tests/mpf/Makefile.am4
-rw-r--r--tests/mpf/Makefile.in4
-rw-r--r--tests/mpf/reuse.c4
-rw-r--r--tests/mpf/t-add.c4
-rw-r--r--tests/mpf/t-cmp_d.c4
-rw-r--r--tests/mpf/t-cmp_si.c4
-rw-r--r--tests/mpf/t-conv.c4
-rw-r--r--tests/mpf/t-div.c4
-rw-r--r--tests/mpf/t-dm2exp.c4
-rw-r--r--tests/mpf/t-fits.c4
-rw-r--r--tests/mpf/t-get_d.c4
-rw-r--r--tests/mpf/t-get_d_2exp.c4
-rw-r--r--tests/mpf/t-get_si.c4
-rw-r--r--tests/mpf/t-get_ui.c4
-rw-r--r--tests/mpf/t-gsprec.c4
-rw-r--r--tests/mpf/t-inp_str.c4
-rw-r--r--tests/mpf/t-int_p.c4
-rw-r--r--tests/mpf/t-mul_ui.c4
-rw-r--r--tests/mpf/t-muldiv.c4
-rw-r--r--tests/mpf/t-set.c4
-rw-r--r--tests/mpf/t-set_q.c4
-rw-r--r--tests/mpf/t-set_si.c4
-rw-r--r--tests/mpf/t-set_ui.c4
-rw-r--r--tests/mpf/t-sqrt.c4
-rw-r--r--tests/mpf/t-sqrt_ui.c4
-rw-r--r--tests/mpf/t-sub.c4
-rw-r--r--tests/mpf/t-trunc.c4
-rw-r--r--tests/mpf/t-ui_div.c4
28 files changed, 56 insertions, 56 deletions
diff --git a/tests/mpf/Makefile.am b/tests/mpf/Makefile.am
index 0394c6363..46322d7c6 100644
--- a/tests/mpf/Makefile.am
+++ b/tests/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 = -I$(top_srcdir) -I$(top_srcdir)/tests
diff --git a/tests/mpf/Makefile.in b/tests/mpf/Makefile.in
index 4b479c609..7cb5940da 100644
--- a/tests/mpf/Makefile.in
+++ b/tests/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 = reuse.c t-add.c t-cmp_d.c t-cmp_si.c t-conv.c t-div.c t-dm2exp.c t-fits.c t-get_d.c t-get_d_2exp.c t-get_si.c t-get_ui.c t-gsprec.c t-inp_str.c t-int_p.c t-mul_ui.c t-muldiv.c t-set.c t-set_q.c t-set_si.c t-set_ui.c t-sqrt.c t-sqrt_ui.c t-sub.c t-trunc.c t-ui_div.c
srcdir = @srcdir@
diff --git a/tests/mpf/reuse.c b/tests/mpf/reuse.c
index 62e50e50f..258e052f3 100644
--- a/tests/mpf/reuse.c
+++ b/tests/mpf/reuse.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 <stdlib.h>
diff --git a/tests/mpf/t-add.c b/tests/mpf/t-add.c
index 94b91c855..3501399f2 100644
--- a/tests/mpf/t-add.c
+++ b/tests/mpf/t-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 <stdio.h>
#include <stdlib.h>
diff --git a/tests/mpf/t-cmp_d.c b/tests/mpf/t-cmp_d.c
index da65635ee..e9f4ae00d 100644
--- a/tests/mpf/t-cmp_d.c
+++ b/tests/mpf/t-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 <stdio.h>
#include <stdlib.h>
diff --git a/tests/mpf/t-cmp_si.c b/tests/mpf/t-cmp_si.c
index 6f7afb443..42f903403 100644
--- a/tests/mpf/t-cmp_si.c
+++ b/tests/mpf/t-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 <stdio.h>
#include <stdlib.h>
diff --git a/tests/mpf/t-conv.c b/tests/mpf/t-conv.c
index 3553ba37e..cd411f2c8 100644
--- a/tests/mpf/t-conv.c
+++ b/tests/mpf/t-conv.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 <stdlib.h>
diff --git a/tests/mpf/t-div.c b/tests/mpf/t-div.c
index 0a6eb1a42..9b8f618bc 100644
--- a/tests/mpf/t-div.c
+++ b/tests/mpf/t-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 <stdio.h>
#include <stdlib.h>
diff --git a/tests/mpf/t-dm2exp.c b/tests/mpf/t-dm2exp.c
index 7b2755db6..3db9f62e5 100644
--- a/tests/mpf/t-dm2exp.c
+++ b/tests/mpf/t-dm2exp.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 <stdlib.h>
diff --git a/tests/mpf/t-fits.c b/tests/mpf/t-fits.c
index 5a17dae56..64a0b5e10 100644
--- a/tests/mpf/t-fits.c
+++ b/tests/mpf/t-fits.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 <stdlib.h>
diff --git a/tests/mpf/t-get_d.c b/tests/mpf/t-get_d.c
index fce547adf..180e07942 100644
--- a/tests/mpf/t-get_d.c
+++ b/tests/mpf/t-get_d.c
@@ -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. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/mpf/t-get_d_2exp.c b/tests/mpf/t-get_d_2exp.c
index 4590b9642..9d8864903 100644
--- a/tests/mpf/t-get_d_2exp.c
+++ b/tests/mpf/t-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 <stdio.h>
#include <stdlib.h>
diff --git a/tests/mpf/t-get_si.c b/tests/mpf/t-get_si.c
index 53a7699f6..64aacbe21 100644
--- a/tests/mpf/t-get_si.c
+++ b/tests/mpf/t-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 <stdio.h>
#include <stdlib.h>
diff --git a/tests/mpf/t-get_ui.c b/tests/mpf/t-get_ui.c
index 04572c20a..e01bda893 100644
--- a/tests/mpf/t-get_ui.c
+++ b/tests/mpf/t-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 <stdio.h>
#include <stdlib.h>
diff --git a/tests/mpf/t-gsprec.c b/tests/mpf/t-gsprec.c
index 3364b3b4e..ada9389a9 100644
--- a/tests/mpf/t-gsprec.c
+++ b/tests/mpf/t-gsprec.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 <stdlib.h>
diff --git a/tests/mpf/t-inp_str.c b/tests/mpf/t-inp_str.c
index df45439f3..db673850c 100644
--- a/tests/mpf/t-inp_str.c
+++ b/tests/mpf/t-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 "config.h"
diff --git a/tests/mpf/t-int_p.c b/tests/mpf/t-int_p.c
index 0c278a8cc..cf8173bc5 100644
--- a/tests/mpf/t-int_p.c
+++ b/tests/mpf/t-int_p.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 <stdlib.h>
diff --git a/tests/mpf/t-mul_ui.c b/tests/mpf/t-mul_ui.c
index 42cfc3758..af8a29567 100644
--- a/tests/mpf/t-mul_ui.c
+++ b/tests/mpf/t-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 <stdio.h>
#include <stdlib.h>
diff --git a/tests/mpf/t-muldiv.c b/tests/mpf/t-muldiv.c
index 94c839f6c..660293ce3 100644
--- a/tests/mpf/t-muldiv.c
+++ b/tests/mpf/t-muldiv.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 <stdlib.h>
diff --git a/tests/mpf/t-set.c b/tests/mpf/t-set.c
index 37457f96f..205db8280 100644
--- a/tests/mpf/t-set.c
+++ b/tests/mpf/t-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 <stdio.h>
#include <stdlib.h>
diff --git a/tests/mpf/t-set_q.c b/tests/mpf/t-set_q.c
index 79e00122c..f79d8f3ef 100644
--- a/tests/mpf/t-set_q.c
+++ b/tests/mpf/t-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>
#include <stdlib.h>
diff --git a/tests/mpf/t-set_si.c b/tests/mpf/t-set_si.c
index 845f15a6d..f65180dab 100644
--- a/tests/mpf/t-set_si.c
+++ b/tests/mpf/t-set_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 <stdio.h>
#include <stdlib.h>
diff --git a/tests/mpf/t-set_ui.c b/tests/mpf/t-set_ui.c
index d55fa2489..85abc17f4 100644
--- a/tests/mpf/t-set_ui.c
+++ b/tests/mpf/t-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 <stdio.h>
#include <stdlib.h>
diff --git a/tests/mpf/t-sqrt.c b/tests/mpf/t-sqrt.c
index 35dabea3c..dd5d5ee29 100644
--- a/tests/mpf/t-sqrt.c
+++ b/tests/mpf/t-sqrt.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 <stdlib.h>
diff --git a/tests/mpf/t-sqrt_ui.c b/tests/mpf/t-sqrt_ui.c
index 5d51986fe..46e1edd47 100644
--- a/tests/mpf/t-sqrt_ui.c
+++ b/tests/mpf/t-sqrt_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 <stdlib.h>
diff --git a/tests/mpf/t-sub.c b/tests/mpf/t-sub.c
index d3f144dac..fff48b887 100644
--- a/tests/mpf/t-sub.c
+++ b/tests/mpf/t-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 <stdio.h>
#include <stdlib.h>
diff --git a/tests/mpf/t-trunc.c b/tests/mpf/t-trunc.c
index 92bf83e8c..5d500580d 100644
--- a/tests/mpf/t-trunc.c
+++ b/tests/mpf/t-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 <stdio.h>
#include <stdlib.h>
diff --git a/tests/mpf/t-ui_div.c b/tests/mpf/t-ui_div.c
index e17e90201..83f8d49bd 100644
--- a/tests/mpf/t-ui_div.c
+++ b/tests/mpf/t-ui_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 <stdio.h>
#include <stdlib.h>