summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2000-12-01 13:59:45 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2000-12-01 13:59:45 +0000
commit35a8379fb125e0c3c5e1cf81c0e920689f7177e6 (patch)
treef3f859125f182fc818c9b6b20ee2d6f6b2a01f9e
parent6739bfbbc4e72c5f338f838e28a6c57691f7c805 (diff)
downloadmpfr-35a8379fb125e0c3c5e1cf81c0e920689f7177e6.tar.gz
changed copyright to Free Software Foundation
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@816 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--add.c2
-rw-r--r--add_ui.c2
-rw-r--r--add_ulp.c2
-rw-r--r--agm.c2
-rw-r--r--clear.c2
-rw-r--r--cmp.c2
-rw-r--r--cmp_ui.c2
-rw-r--r--div.c2
-rw-r--r--div_2exp.c2
-rw-r--r--div_ui.c2
-rw-r--r--exp.c2
-rw-r--r--exp2.c2
-rw-r--r--exp3.c2
-rw-r--r--generic.c2
-rw-r--r--get_str.c2
-rw-r--r--init.c2
-rw-r--r--log.c2
-rw-r--r--log2.c2
-rw-r--r--mpfi.c2
-rw-r--r--mpfr-impl.h2
-rw-r--r--mpfr.h2
-rw-r--r--mpz_set_fr.c2
-rw-r--r--mul.c2
-rw-r--r--mul_2exp.c2
-rw-r--r--mul_ui.c2
-rw-r--r--neg.c2
-rw-r--r--out_str.c2
-rw-r--r--pi.c2
-rw-r--r--pow.c2
-rw-r--r--print_raw.c2
-rw-r--r--print_rnd_mode.c2
-rw-r--r--random.c2
-rw-r--r--reldiff.c2
-rw-r--r--rnd_mode.c2
-rw-r--r--round.c2
-rw-r--r--set.c2
-rw-r--r--set_d.c2
-rw-r--r--set_dfl_prec.c2
-rw-r--r--set_f.c2
-rw-r--r--set_prc_raw.c2
-rw-r--r--set_prec.c2
-rw-r--r--set_q.c2
-rw-r--r--set_rnd.c2
-rw-r--r--set_si.c2
-rw-r--r--set_str.c2
-rw-r--r--set_str_raw.c2
-rw-r--r--set_z.c2
-rw-r--r--sqrt.c2
-rw-r--r--sqrt_ui.c2
-rw-r--r--sqrtrem.c2
-rw-r--r--sub.c2
-rw-r--r--sub_ui.c2
-rw-r--r--tests/Makefile.in27
-rw-r--r--tests/tabs.c2
-rw-r--r--tests/tadd.c2
-rw-r--r--tests/tadd_ui.c2
-rw-r--r--tests/tagm.c2
-rw-r--r--tests/tcan_round.c2
-rw-r--r--tests/tcmp.c2
-rw-r--r--tests/tcmp2.c2
-rw-r--r--tests/tcmp_ui.c2
-rw-r--r--tests/tdiv.c2
-rw-r--r--tests/tdiv_ui.c2
-rw-r--r--tests/tdump.c2
-rw-r--r--tests/teq.c2
-rw-r--r--tests/texp.c2
-rw-r--r--tests/tget_str.c2
-rw-r--r--tests/tlog.c2
-rw-r--r--tests/tlog2.c2
-rw-r--r--tests/tmul.c2
-rw-r--r--tests/tmul_2exp.c2
-rw-r--r--tests/tmul_ui.c2
-rw-r--r--tests/tout_str.c2
-rw-r--r--tests/tpi.c2
-rw-r--r--tests/trandom.c2
-rw-r--r--tests/tround.c2
-rw-r--r--tests/tset_d.c2
-rw-r--r--tests/tset_f.c2
-rw-r--r--tests/tset_q.c2
-rw-r--r--tests/tset_si.c2
-rw-r--r--tests/tset_str.c2
-rw-r--r--tests/tset_z.c2
-rw-r--r--tests/tsqrt.c2
-rw-r--r--tests/tsqrt_ui.c2
-rw-r--r--tests/tsub_ui.c2
-rw-r--r--tests/ttrunc.c2
-rw-r--r--tests/tui_div.c2
-rw-r--r--tests/tui_sub.c2
-rw-r--r--tests/tzeta.c2
-rw-r--r--ui_div.c2
-rw-r--r--ui_sub.c2
-rw-r--r--zeta.c2
92 files changed, 110 insertions, 99 deletions
diff --git a/add.c b/add.c
index 5180e8a75..ee114c12f 100644
--- a/add.c
+++ b/add.c
@@ -1,6 +1,6 @@
/* mpfr_add -- add two floating-point numbers
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/add_ui.c b/add_ui.c
index d5477f379..3cc40eff6 100644
--- a/add_ui.c
+++ b/add_ui.c
@@ -1,6 +1,6 @@
/* mpfr_add_ui -- add a floating-point number with a machine integer
-Copyright (C) 2000 PolKA project, Inria Lorraine and Loria
+Copyright (C) 2000 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/add_ulp.c b/add_ulp.c
index b9e30c206..6f713677b 100644
--- a/add_ulp.c
+++ b/add_ulp.c
@@ -1,6 +1,6 @@
/* mpfr_add_one_ulp, mpfr_sub_one_ulp -- add/subtract one unit in last place
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/agm.c b/agm.c
index 7c08a494f..67bf12d7b 100644
--- a/agm.c
+++ b/agm.c
@@ -1,6 +1,6 @@
/* mpfr_agm -- arithmetic-geometric mean of two floating-point numbers
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/clear.c b/clear.c
index 08c1d5a91..a2eaf9256 100644
--- a/clear.c
+++ b/clear.c
@@ -1,6 +1,6 @@
/* mpfr_clear -- free the memory space allocated for a floating-point number
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/cmp.c b/cmp.c
index 5bcdd5c29..ea6d57e62 100644
--- a/cmp.c
+++ b/cmp.c
@@ -1,6 +1,6 @@
/* mpfr_cmp -- compare two floating-point numbers
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/cmp_ui.c b/cmp_ui.c
index feb080a49..0cf0a2e4d 100644
--- a/cmp_ui.c
+++ b/cmp_ui.c
@@ -1,6 +1,6 @@
/* mpfr_cmp_ui -- compare a floating-point number with a machine integer
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/div.c b/div.c
index eaf6afbbc..ee3797476 100644
--- a/div.c
+++ b/div.c
@@ -1,6 +1,6 @@
/* mpfr_div -- divide two floating-point numbers
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/div_2exp.c b/div_2exp.c
index 3264a5adf..92aa33cc5 100644
--- a/div_2exp.c
+++ b/div_2exp.c
@@ -1,6 +1,6 @@
/* mpfr_div_2exp -- divide a floating-point number by a power of two
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/div_ui.c b/div_ui.c
index a093e749e..08622b855 100644
--- a/div_ui.c
+++ b/div_ui.c
@@ -1,6 +1,6 @@
/* mpfr_div_ui -- divide a floating-point number by a machine integer
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/exp.c b/exp.c
index 9be1202ba..8f7957d04 100644
--- a/exp.c
+++ b/exp.c
@@ -1,6 +1,6 @@
/* mpfr_exp -- exponential of a floating-point number
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/exp2.c b/exp2.c
index 74ad9ac86..981532f0e 100644
--- a/exp2.c
+++ b/exp2.c
@@ -1,7 +1,7 @@
/* mpfr_exp2 -- exponential of a floating-point number
using Brent's algorithms in O(n^(1/2)*M(n)) and O(n^(1/3)*M(n))
-Copyright (C) 1999-2000 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999-2000 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/exp3.c b/exp3.c
index 6de20291d..537134544 100644
--- a/exp3.c
+++ b/exp3.c
@@ -1,6 +1,6 @@
/* mpfr_exp -- exponential of a floating-point number
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/generic.c b/generic.c
index 75a90b1d5..4c8ac0ab1 100644
--- a/generic.c
+++ b/generic.c
@@ -1,6 +1,6 @@
/*
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/get_str.c b/get_str.c
index 8c6797abe..c2a4377a5 100644
--- a/get_str.c
+++ b/get_str.c
@@ -1,6 +1,6 @@
/* mpfr_get_str -- output a floating-point number to a string
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/init.c b/init.c
index b242c610c..f22daccc9 100644
--- a/init.c
+++ b/init.c
@@ -1,6 +1,6 @@
/* mpfr_init -- initialize a floating-point number
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/log.c b/log.c
index c32b95e72..3240aa4c1 100644
--- a/log.c
+++ b/log.c
@@ -1,6 +1,6 @@
/* mpfr_log -- natural logarithm of a floating-point number
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/log2.c b/log2.c
index f91fc0341..4edd399c3 100644
--- a/log2.c
+++ b/log2.c
@@ -1,6 +1,6 @@
/* mpfr_const_log2 -- compute natural logarithm of 2
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/mpfi.c b/mpfi.c
index 9bf3f1000..ff948d4b7 100644
--- a/mpfi.c
+++ b/mpfi.c
@@ -1,6 +1,6 @@
/* mpfi.c -- Implementation of mpfi.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/mpfr-impl.h b/mpfr-impl.h
index 2bfa20a06..136d5c626 100644
--- a/mpfr-impl.h
+++ b/mpfr-impl.h
@@ -1,6 +1,6 @@
/* Utilities for MPFR developers, not exported.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/mpfr.h b/mpfr.h
index e6365937d..d71def011 100644
--- a/mpfr.h
+++ b/mpfr.h
@@ -1,6 +1,6 @@
/* mpfr.h -- Include file for mpfr.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/mpz_set_fr.c b/mpz_set_fr.c
index 34b03a6fd..0b479e2fc 100644
--- a/mpz_set_fr.c
+++ b/mpz_set_fr.c
@@ -1,6 +1,6 @@
/* mpz_set_fr -- set a multiple-precision integer from a floating-point number
-Copyright (C) 2000 PolKA project, Inria Lorraine and Loria
+Copyright (C) 2000 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/mul.c b/mul.c
index dd693b3bb..30bfb2f58 100644
--- a/mul.c
+++ b/mul.c
@@ -1,6 +1,6 @@
/* mpfr_mul -- multiply two floating-point numbers
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/mul_2exp.c b/mul_2exp.c
index 4e0d4df28..fafc7d532 100644
--- a/mul_2exp.c
+++ b/mul_2exp.c
@@ -1,6 +1,6 @@
/* mpfr_mul_2exp -- multiply a floating-point number by a power of two
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/mul_ui.c b/mul_ui.c
index b2a22bdf6..fd61e3034 100644
--- a/mul_ui.c
+++ b/mul_ui.c
@@ -1,6 +1,6 @@
/* mpfr_mul_ui -- multiply a floating-point number by a machine integer
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/neg.c b/neg.c
index 294190271..1373b033c 100644
--- a/neg.c
+++ b/neg.c
@@ -1,6 +1,6 @@
/* mpfr_neg -- change the sign of a floating-point number
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/out_str.c b/out_str.c
index 468a850dd..f6729e175 100644
--- a/out_str.c
+++ b/out_str.c
@@ -1,6 +1,6 @@
/* mpfr_out_str -- output a floating-point number to a stream
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/pi.c b/pi.c
index 8eff572a6..ffb00078e 100644
--- a/pi.c
+++ b/pi.c
@@ -1,6 +1,6 @@
/* mpfr_const_pi -- compute Pi
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/pow.c b/pow.c
index cb7204e0f..c7f057575 100644
--- a/pow.c
+++ b/pow.c
@@ -1,7 +1,7 @@
/* mpfr_pow_ui, mpfr_ui_pow_ui -- compute the power of a floating-point
number or machine integer
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/print_raw.c b/print_raw.c
index cfb596244..2fca28acf 100644
--- a/print_raw.c
+++ b/print_raw.c
@@ -1,7 +1,7 @@
/* mpfr_print_raw -- print the internal binary representation of a
floating-point number
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/print_rnd_mode.c b/print_rnd_mode.c
index 9c96dbb00..af32737eb 100644
--- a/print_rnd_mode.c
+++ b/print_rnd_mode.c
@@ -1,6 +1,6 @@
/* mpfr_print_rnd_mode -- convert a given rounding mode to a string
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/random.c b/random.c
index c3aa3b8c9..d4401cb68 100644
--- a/random.c
+++ b/random.c
@@ -1,6 +1,6 @@
/* mpfr_random -- generate a random floating-point number
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/reldiff.c b/reldiff.c
index dd5b7fb56..c2db539cc 100644
--- a/reldiff.c
+++ b/reldiff.c
@@ -1,6 +1,6 @@
/* mpfr_reldiff -- compute relative difference of two floating-point numbers.
-Copyright (C) 2000 PolKA project, Inria Lorraine and Loria
+Copyright (C) 2000 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/rnd_mode.c b/rnd_mode.c
index 615f6ff54..9e5b37c32 100644
--- a/rnd_mode.c
+++ b/rnd_mode.c
@@ -1,6 +1,6 @@
/* mpfr_set_machine_rnd_mode -- set the rounding mode for machine floats
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/round.c b/round.c
index 6e4e81226..255f8b642 100644
--- a/round.c
+++ b/round.c
@@ -1,7 +1,7 @@
/* mpfr_round_raw2, mpfr_round_raw, mpfr_round, mpfr_can_round,
mpfr_can_round_raw -- various rounding functions
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/set.c b/set.c
index 42c317ff6..ba8a6dd85 100644
--- a/set.c
+++ b/set.c
@@ -1,6 +1,6 @@
/* mpfr_set -- copy of a floating-point number
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/set_d.c b/set_d.c
index 3b1d43d98..8bea94f46 100644
--- a/set_d.c
+++ b/set_d.c
@@ -1,7 +1,7 @@
/* mpfr_set_d, mpfr_get_d -- convert a multiple precision floating-point number
from/to a machine double precision float
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/set_dfl_prec.c b/set_dfl_prec.c
index 726de9b5e..3a6713a24 100644
--- a/set_dfl_prec.c
+++ b/set_dfl_prec.c
@@ -1,6 +1,6 @@
/* mpfr_set_default_prec -- set the default precision
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/set_f.c b/set_f.c
index cadb5fe39..e841f353e 100644
--- a/set_f.c
+++ b/set_f.c
@@ -1,6 +1,6 @@
/* mpfr_set_f -- set a MPFR number from a GNU MPF number
-Copyright (C) 1999-2000 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999-2000 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/set_prc_raw.c b/set_prc_raw.c
index a0be55303..77aae7992 100644
--- a/set_prc_raw.c
+++ b/set_prc_raw.c
@@ -1,6 +1,6 @@
/* mpfr_set_prec_raw -- reset the precision of a floating-point number
-Copyright (C) 2000 PolKA project, Inria Lorraine and Loria
+Copyright (C) 2000 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/set_prec.c b/set_prec.c
index bc1fac979..7a91af676 100644
--- a/set_prec.c
+++ b/set_prec.c
@@ -1,6 +1,6 @@
/* mpfr_set_prec -- reset the precision of a floating-point number
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/set_q.c b/set_q.c
index 89c779c4b..d78fb2c67 100644
--- a/set_q.c
+++ b/set_q.c
@@ -1,6 +1,6 @@
/* mpfr_set_q -- set a floating-point number from a multiple-precision rational
-Copyright (C) 2000 PolKA project, Inria Lorraine and Loria
+Copyright (C) 2000 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/set_rnd.c b/set_rnd.c
index 40e8b225e..3a900e3a2 100644
--- a/set_rnd.c
+++ b/set_rnd.c
@@ -1,6 +1,6 @@
/* mpfr_set_default_rounding_mode -- set the default rounding mode
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/set_si.c b/set_si.c
index 504d5d03d..eb306902f 100644
--- a/set_si.c
+++ b/set_si.c
@@ -1,6 +1,6 @@
/* mpfr_set_si, mpfr_set_ui -- set a MPFR number from a machine integer
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/set_str.c b/set_str.c
index 08f68d653..112b68fd1 100644
--- a/set_str.c
+++ b/set_str.c
@@ -1,6 +1,6 @@
/* mpfr_set_str -- set a floating-point number from a string
-Copyright (C) 2000 PolKA project, Inria Lorraine and Loria
+Copyright (C) 2000 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/set_str_raw.c b/set_str_raw.c
index caf09192f..599d0da73 100644
--- a/set_str_raw.c
+++ b/set_str_raw.c
@@ -1,6 +1,6 @@
/* mpfr_set_str_raw -- set a floating-point number from a binary string
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/set_z.c b/set_z.c
index 7153dfc56..7dbc6ff62 100644
--- a/set_z.c
+++ b/set_z.c
@@ -1,6 +1,6 @@
/* mpfr_set_z -- set a floating-point number from a multiple-precision integer
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/sqrt.c b/sqrt.c
index 52bde61f4..752c26eaf 100644
--- a/sqrt.c
+++ b/sqrt.c
@@ -1,6 +1,6 @@
/* mpfr_sqrt -- square root of a floating-point number
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/sqrt_ui.c b/sqrt_ui.c
index a9112eb51..1bf415183 100644
--- a/sqrt_ui.c
+++ b/sqrt_ui.c
@@ -1,6 +1,6 @@
/* mpfr_sqrt_ui -- square root of a machine integer
-Copyright (C) 2000 PolKA project, Inria Lorraine and Loria
+Copyright (C) 2000 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/sqrtrem.c b/sqrtrem.c
index 5701e37a8..305c0a319 100644
--- a/sqrtrem.c
+++ b/sqrtrem.c
@@ -1,7 +1,7 @@
/* mpn_sqrtrem_new -- integer square root with remainder
(should be directly integrated in a future release of GNU MP)
-Copyright (C) 2000 PolKA project, Inria Lorraine and Loria
+Copyright (C) 2000 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/sub.c b/sub.c
index 6c57362a7..8a90712a3 100644
--- a/sub.c
+++ b/sub.c
@@ -1,6 +1,6 @@
/* mpfr_sub -- subtract two floating-point numbers
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/sub_ui.c b/sub_ui.c
index ac7b07659..ce3471ee8 100644
--- a/sub_ui.c
+++ b/sub_ui.c
@@ -1,6 +1,6 @@
/* mpfr_sub_ui -- subtract a floating-point number and a machine integer
-Copyright (C) 2000 PolKA project, Inria Lorraine and Loria
+Copyright (C) 2000 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/Makefile.in b/tests/Makefile.in
index 8f9f9a7d8..d6bee92bf 100644
--- a/tests/Makefile.in
+++ b/tests/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated automatically by automake 1.4 from Makefile.am
+# Makefile.in generated automatically by automake 1.4a from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
@@ -46,9 +46,10 @@ AUTOMAKE = @AUTOMAKE@
AUTOHEADER = @AUTOHEADER@
INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_FLAG =
transform = @program_transform_name@
NORMAL_INSTALL = :
@@ -66,7 +67,7 @@ PACKAGE = @PACKAGE@
RANLIB = @RANLIB@
VERSION = @VERSION@
-check_PROGRAMS = tabs tadd tagm tcan_round tcmp tcmp_ui tdiv tdiv_ui tdump texp tget_str tlog tlog2 tmul tmul_2exp tmul_ui tout_str tpi tround tset_d tset_f tset_q tset_si tset_str tset_z tsqrt tsqrt_ui tui_div tui_sub tzeta
+check_PROGRAMS = tabs tadd tagm tcan_round tcmp tcmp_ui tdiv tdiv_ui tdump texp tget_str tlog tlog2 tmul tmul_2exp tmul_ui tout_str tpi tround tset_d tset_f tset_q tset_si tset_str tset_z tsqrt tsqrt_ui tui_div tui_sub tzeta tsin_cos
LDADD = $(top_builddir)/libmpfr.a @LDADD@
INCLUDES = @INCLUDES@ -I$(top_srcdir)
@@ -226,6 +227,11 @@ tzeta_OBJECTS = tzeta.o
tzeta_LDADD = $(LDADD)
tzeta_DEPENDENCIES = $(top_builddir)/libmpfr.a
tzeta_LDFLAGS =
+tsin_cos_SOURCES = tsin_cos.c
+tsin_cos_OBJECTS = tsin_cos.o
+tsin_cos_LDADD = $(LDADD)
+tsin_cos_DEPENDENCIES = $(top_builddir)/libmpfr.a
+tsin_cos_LDFLAGS =
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
CCLD = $(CC)
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
@@ -241,10 +247,11 @@ DEP_FILES = .deps/tabs.P .deps/tadd.P .deps/tagm.P .deps/tcan_round.P \
.deps/texp.P .deps/tget_str.P .deps/tlog.P .deps/tlog2.P .deps/tmul.P \
.deps/tmul_2exp.P .deps/tmul_ui.P .deps/tout_str.P .deps/tpi.P \
.deps/tround.P .deps/tset_d.P .deps/tset_f.P .deps/tset_q.P \
-.deps/tset_si.P .deps/tset_str.P .deps/tset_z.P .deps/tsqrt.P \
-.deps/tsqrt_ui.P .deps/tui_div.P .deps/tui_sub.P .deps/tzeta.P
-SOURCES = tabs.c tadd.c tagm.c tcan_round.c tcmp.c tcmp_ui.c tdiv.c tdiv_ui.c tdump.c texp.c tget_str.c tlog.c tlog2.c tmul.c tmul_2exp.c tmul_ui.c tout_str.c tpi.c tround.c tset_d.c tset_f.c tset_q.c tset_si.c tset_str.c tset_z.c tsqrt.c tsqrt_ui.c tui_div.c tui_sub.c tzeta.c
-OBJECTS = tabs.o tadd.o tagm.o tcan_round.o tcmp.o tcmp_ui.o tdiv.o tdiv_ui.o tdump.o texp.o tget_str.o tlog.o tlog2.o tmul.o tmul_2exp.o tmul_ui.o tout_str.o tpi.o tround.o tset_d.o tset_f.o tset_q.o tset_si.o tset_str.o tset_z.o tsqrt.o tsqrt_ui.o tui_div.o tui_sub.o tzeta.o
+.deps/tset_si.P .deps/tset_str.P .deps/tset_z.P .deps/tsin_cos.P \
+.deps/tsqrt.P .deps/tsqrt_ui.P .deps/tui_div.P .deps/tui_sub.P \
+.deps/tzeta.P
+SOURCES = tabs.c tadd.c tagm.c tcan_round.c tcmp.c tcmp_ui.c tdiv.c tdiv_ui.c tdump.c texp.c tget_str.c tlog.c tlog2.c tmul.c tmul_2exp.c tmul_ui.c tout_str.c tpi.c tround.c tset_d.c tset_f.c tset_q.c tset_si.c tset_str.c tset_z.c tsqrt.c tsqrt_ui.c tui_div.c tui_sub.c tzeta.c tsin_cos.c
+OBJECTS = tabs.o tadd.o tagm.o tcan_round.o tcmp.o tcmp_ui.o tdiv.o tdiv_ui.o tdump.o texp.o tget_str.o tlog.o tlog2.o tmul.o tmul_2exp.o tmul_ui.o tout_str.o tpi.o tround.o tset_d.o tset_f.o tset_q.o tset_si.o tset_str.o tset_z.o tsqrt.o tsqrt_ui.o tui_div.o tui_sub.o tzeta.o tsin_cos.o
all: all-redirect
.SUFFIXES:
@@ -402,6 +409,10 @@ tzeta: $(tzeta_OBJECTS) $(tzeta_DEPENDENCIES)
@rm -f tzeta
$(LINK) $(tzeta_LDFLAGS) $(tzeta_OBJECTS) $(tzeta_LDADD) $(LIBS)
+tsin_cos: $(tsin_cos_OBJECTS) $(tsin_cos_DEPENDENCIES)
+ @rm -f tsin_cos
+ $(LINK) $(tsin_cos_LDFLAGS) $(tsin_cos_OBJECTS) $(tsin_cos_LDADD) $(LIBS)
+
tags: TAGS
ID: $(HEADERS) $(SOURCES) $(LISP)
@@ -506,7 +517,7 @@ uninstall: uninstall-am
all-am: Makefile
all-redirect: all-am
install-strip:
- $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
+ $(MAKE) $(AM_MAKEFLAGS) INSTALL_STRIP_FLAG=-s install
installdirs:
diff --git a/tests/tabs.c b/tests/tabs.c
index 8b86cf164..aa0674ba5 100644
--- a/tests/tabs.c
+++ b/tests/tabs.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_abs.
-Copyright (C) 2000 PolKA project, Inria Lorraine and Loria
+Copyright (C) 2000 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tadd.c b/tests/tadd.c
index 49144b05d..120d494f2 100644
--- a/tests/tadd.c
+++ b/tests/tadd.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_add and mpfr_sub.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tadd_ui.c b/tests/tadd_ui.c
index 9a3438421..eb6592ba2 100644
--- a/tests/tadd_ui.c
+++ b/tests/tadd_ui.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_add_ui
-Copyright (C) 2000 PolKA project, Inria Lorraine and Loria
+Copyright (C) 2000 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tagm.c b/tests/tagm.c
index 25e0b11e2..e4604d4fc 100644
--- a/tests/tagm.c
+++ b/tests/tagm.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_agm.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tcan_round.c b/tests/tcan_round.c
index f32b68de0..4d5fd0cb5 100644
--- a/tests/tcan_round.c
+++ b/tests/tcan_round.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_can_round.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tcmp.c b/tests/tcmp.c
index 0efc9d83b..c31a2e967 100644
--- a/tests/tcmp.c
+++ b/tests/tcmp.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cmp.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tcmp2.c b/tests/tcmp2.c
index b8bafbb66..316ab1cf4 100644
--- a/tests/tcmp2.c
+++ b/tests/tcmp2.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cmp2.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tcmp_ui.c b/tests/tcmp_ui.c
index 0038576c5..b1b8de517 100644
--- a/tests/tcmp_ui.c
+++ b/tests/tcmp_ui.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cmp_ui.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tdiv.c b/tests/tdiv.c
index d3dd9f7c5..1aa5c0e64 100644
--- a/tests/tdiv.c
+++ b/tests/tdiv.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_div.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tdiv_ui.c b/tests/tdiv_ui.c
index 569b7b1f6..eeb5e37a3 100644
--- a/tests/tdiv_ui.c
+++ b/tests/tdiv_ui.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_div_ui.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tdump.c b/tests/tdump.c
index c39152eb9..42ac7c4b5 100644
--- a/tests/tdump.c
+++ b/tests/tdump.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_dump.
-Copyright (C) 2000 PolKA project, Inria Lorraine and Loria
+Copyright (C) 2000 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/teq.c b/tests/teq.c
index 61d2ffd6a..ce862653e 100644
--- a/tests/teq.c
+++ b/tests/teq.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cmp2.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/texp.c b/tests/texp.c
index b84212722..5212a77e7 100644
--- a/tests/texp.c
+++ b/tests/texp.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_exp.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tget_str.c b/tests/tget_str.c
index 4520b26ba..8437bba79 100644
--- a/tests/tget_str.c
+++ b/tests/tget_str.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_get_str.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tlog.c b/tests/tlog.c
index 186ac4d9a..31074e5ba 100644
--- a/tests/tlog.c
+++ b/tests/tlog.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_log.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tlog2.c b/tests/tlog2.c
index 2a62c82e2..afa730748 100644
--- a/tests/tlog2.c
+++ b/tests/tlog2.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_const_log2.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tmul.c b/tests/tmul.c
index 56eb0508e..df026c2d4 100644
--- a/tests/tmul.c
+++ b/tests/tmul.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_mul.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tmul_2exp.c b/tests/tmul_2exp.c
index c945b3808..890c51e42 100644
--- a/tests/tmul_2exp.c
+++ b/tests/tmul_2exp.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_mul_2exp.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tmul_ui.c b/tests/tmul_ui.c
index b19420b96..0fc43ff95 100644
--- a/tests/tmul_ui.c
+++ b/tests/tmul_ui.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_mul_ui.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tout_str.c b/tests/tout_str.c
index e7027fa03..ab435cbce 100644
--- a/tests/tout_str.c
+++ b/tests/tout_str.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_out_str.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tpi.c b/tests/tpi.c
index 4824a544b..692008ebf 100644
--- a/tests/tpi.c
+++ b/tests/tpi.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_const_pi.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/trandom.c b/tests/trandom.c
index 02d06eb83..1233c45b5 100644
--- a/tests/trandom.c
+++ b/tests/trandom.c
@@ -1,6 +1,6 @@
/* Test file for the various mpfr_random fonctions.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tround.c b/tests/tround.c
index 55de8b4e4..5aff9413e 100644
--- a/tests/tround.c
+++ b/tests/tround.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_round.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tset_d.c b/tests/tset_d.c
index 4f7304046..347cc0888 100644
--- a/tests/tset_d.c
+++ b/tests/tset_d.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_d and mpfr_get_d.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tset_f.c b/tests/tset_f.c
index e55c63b41..82b09ad76 100644
--- a/tests/tset_f.c
+++ b/tests/tset_f.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_f.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tset_q.c b/tests/tset_q.c
index f84b71e3a..553f63f30 100644
--- a/tests/tset_q.c
+++ b/tests/tset_q.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_q.
-Copyright (C) 2000 PolKA project, Inria Lorraine and Loria
+Copyright (C) 2000 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tset_si.c b/tests/tset_si.c
index b7337592d..ccb14ea48 100644
--- a/tests/tset_si.c
+++ b/tests/tset_si.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_si and mpfr_set_ui.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tset_str.c b/tests/tset_str.c
index 182307620..905b36291 100644
--- a/tests/tset_str.c
+++ b/tests/tset_str.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_str.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tset_z.c b/tests/tset_z.c
index 4501a17c7..689f0bc1b 100644
--- a/tests/tset_z.c
+++ b/tests/tset_z.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_set_z.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tsqrt.c b/tests/tsqrt.c
index de91da3ce..8a02373ba 100644
--- a/tests/tsqrt.c
+++ b/tests/tsqrt.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sqrt.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tsqrt_ui.c b/tests/tsqrt_ui.c
index 9aed5244b..08115bff1 100644
--- a/tests/tsqrt_ui.c
+++ b/tests/tsqrt_ui.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sqrt_ui.
-Copyright (C) 2000 PolKA project, Inria Lorraine and Loria
+Copyright (C) 2000 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tsub_ui.c b/tests/tsub_ui.c
index 46417fdae..0d64d3805 100644
--- a/tests/tsub_ui.c
+++ b/tests/tsub_ui.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_sub_ui
-Copyright (C) 2000 PolKA project, Inria Lorraine and Loria
+Copyright (C) 2000 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/ttrunc.c b/tests/ttrunc.c
index a7204fafe..d30ae287d 100644
--- a/tests/ttrunc.c
+++ b/tests/ttrunc.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_cmp2.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tui_div.c b/tests/tui_div.c
index adf7b719b..4b1aff785 100644
--- a/tests/tui_div.c
+++ b/tests/tui_div.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_ui_div.
-Copyright (C) 2000 PolKA project, Inria Lorraine and Loria
+Copyright (C) 2000 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tui_sub.c b/tests/tui_sub.c
index 48415ebd3..c4e8f6daf 100644
--- a/tests/tui_sub.c
+++ b/tests/tui_sub.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_ui_sub.
-Copyright (C) 2000 PolKA project, Inria Lorraine and Loria
+Copyright (C) 2000 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/tests/tzeta.c b/tests/tzeta.c
index e6eeedae9..1caf056d7 100644
--- a/tests/tzeta.c
+++ b/tests/tzeta.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_zeta.
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/ui_div.c b/ui_div.c
index ae4dbff3e..033baa999 100644
--- a/ui_div.c
+++ b/ui_div.c
@@ -1,6 +1,6 @@
/* mpfr_ui_div -- divide a machine integer by a floating-point number
-Copyright (C) 2000 PolKA project, Inria Lorraine and Loria
+Copyright (C) 2000 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/ui_sub.c b/ui_sub.c
index 38bedefb9..8abcab2a9 100644
--- a/ui_sub.c
+++ b/ui_sub.c
@@ -1,6 +1,6 @@
/* mpfr_ui_sub -- divide a machine integer by a floating-point number
-Copyright (C) 2000 PolKA project, Inria Lorraine and Loria
+Copyright (C) 2000 Free Software Foundation.
This file is part of the MPFR Library.
diff --git a/zeta.c b/zeta.c
index ccafec63c..b568089cb 100644
--- a/zeta.c
+++ b/zeta.c
@@ -1,6 +1,6 @@
/* mpfr_zeta -- Riemann Zeta function at a floating-point number
-Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+Copyright (C) 1999 Free Software Foundation.
This file is part of the MPFR Library.