summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>1999-07-30 16:47:40 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>1999-07-30 16:47:40 +0000
commite485a681edbad407b8ef172d9149d5ee2b4d91c2 (patch)
tree4836978bb04cd9d574b26eef91bc25a503514905 /tests
parentfb87adb3353db2630fda27938b3edb5db0793cd4 (diff)
downloadmpfr-e485a681edbad407b8ef172d9149d5ee2b4d91c2.tar.gz
added copyright notice
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@364 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests')
-rw-r--r--tests/tadd.c21
-rw-r--r--tests/tagm.c21
-rw-r--r--tests/tcan_round.c21
-rw-r--r--tests/tcmp.c21
-rw-r--r--tests/tcmp2.c21
-rw-r--r--tests/tcmp_ui.c21
-rw-r--r--tests/tdiv.c21
-rw-r--r--tests/tdiv_ui.c21
-rw-r--r--tests/texp.c21
-rw-r--r--tests/tget_str.c21
-rw-r--r--tests/tlog.c21
-rw-r--r--tests/tlog2.c21
-rw-r--r--tests/tmul.c21
-rw-r--r--tests/tmul_2exp.c21
-rw-r--r--tests/tmul_ui.c21
-rw-r--r--tests/tout_str.c21
-rw-r--r--tests/tpi.c21
-rw-r--r--tests/tround.c21
-rw-r--r--tests/tset_d.c21
-rw-r--r--tests/tset_f.c21
-rw-r--r--tests/tset_si.c21
-rw-r--r--tests/tset_str.c21
-rw-r--r--tests/tset_z.c21
-rw-r--r--tests/tsqrt.c21
-rw-r--r--tests/tzeta.c21
25 files changed, 525 insertions, 0 deletions
diff --git a/tests/tadd.c b/tests/tadd.c
index 6f2ea79c0..b0ce01648 100644
--- a/tests/tadd.c
+++ b/tests/tadd.c
@@ -1,3 +1,24 @@
+/* Test file for mpfr_add and mpfr_sub.
+
+Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the MPFR 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. */
+
/* #define DEBUG */
/* #define VERBOSE */
diff --git a/tests/tagm.c b/tests/tagm.c
index 228920270..a1583a81b 100644
--- a/tests/tagm.c
+++ b/tests/tagm.c
@@ -1,3 +1,24 @@
+/* Test file for mpfr_agm.
+
+Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the MPFR 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. */
+
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/tcan_round.c b/tests/tcan_round.c
index ccff1daec..db42e6668 100644
--- a/tests/tcan_round.c
+++ b/tests/tcan_round.c
@@ -1,3 +1,24 @@
+/* Test file for mpfr_can_round.
+
+Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the MPFR 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. */
+
#include <stdio.h>
#include <stdlib.h>
#include "gmp.h"
diff --git a/tests/tcmp.c b/tests/tcmp.c
index 1cc814b7c..d4a6d05d7 100644
--- a/tests/tcmp.c
+++ b/tests/tcmp.c
@@ -1,3 +1,24 @@
+/* Test file for mpfr_cmp.
+
+Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the MPFR 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. */
+
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
diff --git a/tests/tcmp2.c b/tests/tcmp2.c
index 42be28ee8..951257ff6 100644
--- a/tests/tcmp2.c
+++ b/tests/tcmp2.c
@@ -1,3 +1,24 @@
+/* Test file for mpfr_cmp2.
+
+Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the MPFR 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. */
+
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
diff --git a/tests/tcmp_ui.c b/tests/tcmp_ui.c
index 901f047d2..60156566b 100644
--- a/tests/tcmp_ui.c
+++ b/tests/tcmp_ui.c
@@ -1,3 +1,24 @@
+/* Test file for mpfr_cmp_ui.
+
+Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the MPFR 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. */
+
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
diff --git a/tests/tdiv.c b/tests/tdiv.c
index d2137e643..a6b628c6b 100644
--- a/tests/tdiv.c
+++ b/tests/tdiv.c
@@ -1,3 +1,24 @@
+/* Test file for mpfr_div.
+
+Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the MPFR 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. */
+
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/tdiv_ui.c b/tests/tdiv_ui.c
index d5beb22cf..c42b0ea82 100644
--- a/tests/tdiv_ui.c
+++ b/tests/tdiv_ui.c
@@ -1,3 +1,24 @@
+/* Test file for mpfr_div_ui.
+
+Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the MPFR 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. */
+
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/texp.c b/tests/texp.c
index f5adf6393..2744f358f 100644
--- a/tests/texp.c
+++ b/tests/texp.c
@@ -1,3 +1,24 @@
+/* Test file for mpfr_exp.
+
+Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the MPFR 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. */
+
#include <math.h>
#include <stdlib.h>
#include "gmp.h"
diff --git a/tests/tget_str.c b/tests/tget_str.c
index 3e2d0b7e1..ce1f81d6c 100644
--- a/tests/tget_str.c
+++ b/tests/tget_str.c
@@ -1,3 +1,24 @@
+/* Test file for mpfr_get_str.
+
+Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the MPFR 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. */
+
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/tlog.c b/tests/tlog.c
index 701fd228f..600ac6cc6 100644
--- a/tests/tlog.c
+++ b/tests/tlog.c
@@ -1,3 +1,24 @@
+/* Test file for mpfr_log.
+
+Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the MPFR 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. */
+
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
diff --git a/tests/tlog2.c b/tests/tlog2.c
index d0815c25b..967a16259 100644
--- a/tests/tlog2.c
+++ b/tests/tlog2.c
@@ -1,3 +1,24 @@
+/* Test file for mpfr_log2.
+
+Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the MPFR 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. */
+
#include <stdlib.h>
#include "gmp.h"
#include "mpfr.h"
diff --git a/tests/tmul.c b/tests/tmul.c
index 66025addc..38be7db42 100644
--- a/tests/tmul.c
+++ b/tests/tmul.c
@@ -1,3 +1,24 @@
+/* Test file for mpfr_mul.
+
+Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the MPFR 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. */
+
#include <stdio.h>
#include <stdlib.h>
#include "gmp.h"
diff --git a/tests/tmul_2exp.c b/tests/tmul_2exp.c
index ad7f0ef56..a5a3b2186 100644
--- a/tests/tmul_2exp.c
+++ b/tests/tmul_2exp.c
@@ -1,3 +1,24 @@
+/* Test file for mpfr_mul_2exp.
+
+Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the MPFR 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. */
+
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
diff --git a/tests/tmul_ui.c b/tests/tmul_ui.c
index de039632d..9da76c5f6 100644
--- a/tests/tmul_ui.c
+++ b/tests/tmul_ui.c
@@ -1,3 +1,24 @@
+/* Test file for mpfr_mul_ui.
+
+Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the MPFR 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. */
+
#include <stdio.h>
#include <stdlib.h>
#include "gmp.h"
diff --git a/tests/tout_str.c b/tests/tout_str.c
index 614f5a929..d09e637a8 100644
--- a/tests/tout_str.c
+++ b/tests/tout_str.c
@@ -1,3 +1,24 @@
+/* Test file for mpfr_out_str.
+
+Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the MPFR 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. */
+
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/tpi.c b/tests/tpi.c
index 748e90010..1cb743790 100644
--- a/tests/tpi.c
+++ b/tests/tpi.c
@@ -1,3 +1,24 @@
+/* Test file for mpfr_pi.
+
+Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the MPFR 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. */
+
#include <stdlib.h>
#include "gmp.h"
#include "mpfr.h"
diff --git a/tests/tround.c b/tests/tround.c
index 1a743781e..8c672b566 100644
--- a/tests/tround.c
+++ b/tests/tround.c
@@ -1,3 +1,24 @@
+/* Test file for mpfr_round.
+
+Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the MPFR 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. */
+
#include <stdio.h>
#include <stdlib.h>
#include "gmp.h"
diff --git a/tests/tset_d.c b/tests/tset_d.c
index 3965c70e6..b96a1dd55 100644
--- a/tests/tset_d.c
+++ b/tests/tset_d.c
@@ -1,3 +1,24 @@
+/* Test file for mpfr_set_d and mpfr_get_d.
+
+Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the MPFR 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. */
+
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
diff --git a/tests/tset_f.c b/tests/tset_f.c
index 50d627d88..31f63615c 100644
--- a/tests/tset_f.c
+++ b/tests/tset_f.c
@@ -1,3 +1,24 @@
+/* Test file for mpfr_set_f.
+
+Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the MPFR 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. */
+
#include <stdio.h>
#include <stdlib.h>
#include "gmp.h"
diff --git a/tests/tset_si.c b/tests/tset_si.c
index 7d3214d2c..9dc60847b 100644
--- a/tests/tset_si.c
+++ b/tests/tset_si.c
@@ -1,3 +1,24 @@
+/* Test file for mpfr_set_si and mpfr_set_ui.
+
+Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the MPFR 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. */
+
#include <stdio.h>
#include <stdlib.h>
#include "gmp.h"
diff --git a/tests/tset_str.c b/tests/tset_str.c
index ecc7a0c41..762495864 100644
--- a/tests/tset_str.c
+++ b/tests/tset_str.c
@@ -1,3 +1,24 @@
+/* Test file for mpfr_set_str.
+
+Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the MPFR 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. */
+
#include <stdio.h>
#include <stdlib.h>
#include "gmp.h"
diff --git a/tests/tset_z.c b/tests/tset_z.c
index 42cef1645..780386446 100644
--- a/tests/tset_z.c
+++ b/tests/tset_z.c
@@ -1,3 +1,24 @@
+/* Test file for mpfr_set_z.
+
+Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the MPFR 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. */
+
#include <stdlib.h>
#include <unistd.h>
#include "gmp.h"
diff --git a/tests/tsqrt.c b/tests/tsqrt.c
index 4e4a29e2c..fcb380e64 100644
--- a/tests/tsqrt.c
+++ b/tests/tsqrt.c
@@ -1,3 +1,24 @@
+/* Test file for mpfr_sqrt.
+
+Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the MPFR 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. */
+
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/tests/tzeta.c b/tests/tzeta.c
index 2dfe0b673..45129f4ae 100644
--- a/tests/tzeta.c
+++ b/tests/tzeta.c
@@ -1,3 +1,24 @@
+/* Test file for mpfr_zeta.
+
+Copyright (C) 1999 PolKA project, Inria Lorraine and Loria
+
+This file is part of the MPFR Library.
+
+The MPFR Library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Library General Public License as published by
+the Free Software Foundation; either version 2 of the License, or (at your
+option) any later version.
+
+The MPFR Library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
+License for more details.
+
+You should have received a copy of the GNU Library General Public License
+along with the MPFR 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. */
+
#include <stdio.h>
#include <math.h>
#include "gmp.h"