summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2001-03-08 13:23:34 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2001-03-08 13:23:34 +0000
commitf8ee5fc7d1461d0b92bdb8571dfe0c040658960e (patch)
treef705abc7f2b1d691de023ea2e98a92a26bfdc600 /tests
parentf71c6382d2049882cf91fa6839fe86b314b09d85 (diff)
downloadmpfr-f8ee5fc7d1461d0b92bdb8571dfe0c040658960e.tar.gz
added header
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1023 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests')
-rw-r--r--tests/tarctan.c23
1 files changed, 22 insertions, 1 deletions
diff --git a/tests/tarctan.c b/tests/tarctan.c
index 03d3760cf..d168a8ae1 100644
--- a/tests/tarctan.c
+++ b/tests/tarctan.c
@@ -1,4 +1,25 @@
-/* tarctan.c */
+/* Test file for mpfr_arctan.
+
+Copyright (C) 2001 Free Software Foundation.
+Written by Paul Zimmermann, INRIA Lorraine.
+
+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>