summaryrefslogtreecommitdiff
path: root/tools/check_mparam.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-04-03 13:25:29 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-04-03 13:25:29 +0000
commit6a9da14f7b5d1ca2532efad91d1864be322834c0 (patch)
treecb34fab216ca253901df480f05f762dc1afa9c51 /tools/check_mparam.c
parentb866d21f3d4748325b4c68aff1650d4d0f45673a (diff)
downloadmpfr-6a9da14f7b5d1ca2532efad91d1864be322834c0.tar.gz
[tools/check_mparam.c] Added a copyright notice.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12538 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tools/check_mparam.c')
-rw-r--r--tools/check_mparam.c22
1 files changed, 21 insertions, 1 deletions
diff --git a/tools/check_mparam.c b/tools/check_mparam.c
index 14fdf7321..d247efed8 100644
--- a/tools/check_mparam.c
+++ b/tools/check_mparam.c
@@ -1,4 +1,24 @@
-/* to check some mparam.h table:
+/* check_mparam - check a mparam.h file
+
+Copyright 2018 Free Software Foundation, Inc.
+Contributed by the Arenaire and Caramel projects, INRIA.
+
+This program is free software; you can redistribute it and/or modify
+it under the terms of the GNU Lesser General Public License as published by
+the Free Software Foundation; either version 3 of the License, or (at your
+option) any later version.
+
+This program 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 Lesser General Public
+License for more details.
+
+You should have received a copy of the GNU Lesser General Public License
+along with this program; see the file COPYING.LESSER. If not, see
+http://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
+51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
+
+/* To check some mparam.h tables:
1) make a symbolic link to the corresponding mparam.h or
provide -DMPARAM='"..."' with a path to the mparam.h
file when compiling this program