summaryrefslogtreecommitdiff
path: root/mbench
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-03-03 14:03:06 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-03-03 14:03:06 +0000
commitb6b5709fc9c0ebb68de60e021e3b76b825ed3dd0 (patch)
tree4f378180ce9e16d8bff62e3dd032719ed20fc1ea /mbench
parentdf7fc35899973db44b5462170f3d533898589d36 (diff)
downloadmpfr-b6b5709fc9c0ebb68de60e021e3b76b825ed3dd0.tar.gz
Update to LGPL v3+, as decided by the main MPFR developers.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6050 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mbench')
-rw-r--r--mbench/Makefile2
-rw-r--r--mbench/README2
-rw-r--r--mbench/generate.c8
-rw-r--r--mbench/mfv5-arprec.cc8
-rw-r--r--mbench/mfv5-cln.cc8
-rw-r--r--mbench/mfv5-crlibm.cc8
-rw-r--r--mbench/mfv5-libc.cc8
-rw-r--r--mbench/mfv5-lidia.cc8
-rw-r--r--mbench/mfv5-mpf.cc8
-rw-r--r--mbench/mfv5-mpfr.cc8
-rw-r--r--mbench/mfv5-ntl.cc8
-rw-r--r--mbench/mfv5-pari.cc8
-rw-r--r--mbench/mfv5-void.cc8
-rw-r--r--mbench/mfv5.cc8
-rw-r--r--mbench/mfv5.h8
-rw-r--r--mbench/mpfr-gfx.c8
-rw-r--r--mbench/mpfr-v4.c8
-rw-r--r--mbench/mpfr-v6.c8
-rw-r--r--mbench/timp.h8
19 files changed, 70 insertions, 70 deletions
diff --git a/mbench/Makefile b/mbench/Makefile
index fb2c056df..4692eb11e 100644
--- a/mbench/Makefile
+++ b/mbench/Makefile
@@ -5,7 +5,7 @@
#
# The MPFR Library 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 2.1 of the License, or (at your
+# the Free Software Foundation; either version 3 of the License, or (at your
# option) any later version.
#
# The MPFR Library is distributed in the hope that it will be useful, but
diff --git a/mbench/README b/mbench/README
index 2d70e9636..fa3823235 100644
--- a/mbench/README
+++ b/mbench/README
@@ -2,7 +2,7 @@ This directory contains 'mbench', a program written by Patrick Pélissier
(INRIA) to bench MPFR for low precisions.
It is distributed under the terms of the GNU Lesser General Public License as
-published by the Free Software Foundation; either version 2.1 of the License,
+published by the Free Software Foundation; either version 3 of the License,
or (at your option) any later version.
To use the mbench program:
diff --git a/mbench/generate.c b/mbench/generate.c
index 36ff0a7c1..e59c18754 100644
--- a/mbench/generate.c
+++ b/mbench/generate.c
@@ -6,7 +6,7 @@ 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 Lesser General Public License as published by
-the Free Software Foundation; either version 2.1 of the License, or (at your
+the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.
The MPFR Library is distributed in the hope that it will be useful, but
@@ -15,9 +15,9 @@ 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 the MPFR Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-MA 02110-1301, USA. */
+along with the MPFR Library; see the file COPYING.LIB. 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. */
#include <stdio.h>
#include <stdlib.h>
diff --git a/mbench/mfv5-arprec.cc b/mbench/mfv5-arprec.cc
index dd109d720..38f428afa 100644
--- a/mbench/mfv5-arprec.cc
+++ b/mbench/mfv5-arprec.cc
@@ -6,7 +6,7 @@ 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 Lesser General Public License as published by
-the Free Software Foundation; either version 2.1 of the License, or (at your
+the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.
The MPFR Library is distributed in the hope that it will be useful, but
@@ -15,9 +15,9 @@ 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 the MPFR Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-MA 02110-1301, USA. */
+along with the MPFR Library; see the file COPYING.LIB. 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. */
#include "mfv5.h"
diff --git a/mbench/mfv5-cln.cc b/mbench/mfv5-cln.cc
index fee536a75..8ff2dd852 100644
--- a/mbench/mfv5-cln.cc
+++ b/mbench/mfv5-cln.cc
@@ -6,7 +6,7 @@ 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 Lesser General Public License as published by
-the Free Software Foundation; either version 2.1 of the License, or (at your
+the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.
The MPFR Library is distributed in the hope that it will be useful, but
@@ -15,9 +15,9 @@ 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 the MPFR Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-MA 02110-1301, USA. */
+along with the MPFR Library; see the file COPYING.LIB. 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. */
#include "mfv5.h"
diff --git a/mbench/mfv5-crlibm.cc b/mbench/mfv5-crlibm.cc
index 6326e028a..ced8bf56a 100644
--- a/mbench/mfv5-crlibm.cc
+++ b/mbench/mfv5-crlibm.cc
@@ -6,7 +6,7 @@ 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 Lesser General Public License as published by
-the Free Software Foundation; either version 2.1 of the License, or (at your
+the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.
The MPFR Library is distributed in the hope that it will be useful, but
@@ -15,9 +15,9 @@ 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 the MPFR Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-MA 02110-1301, USA. */
+along with the MPFR Library; see the file COPYING.LIB. 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. */
#include "mfv5.h"
#include "timp.h"
diff --git a/mbench/mfv5-libc.cc b/mbench/mfv5-libc.cc
index de3ffd020..db7f08d42 100644
--- a/mbench/mfv5-libc.cc
+++ b/mbench/mfv5-libc.cc
@@ -6,7 +6,7 @@ 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 Lesser General Public License as published by
-the Free Software Foundation; either version 2.1 of the License, or (at your
+the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.
The MPFR Library is distributed in the hope that it will be useful, but
@@ -15,9 +15,9 @@ 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 the MPFR Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-MA 02110-1301, USA. */
+along with the MPFR Library; see the file COPYING.LIB. 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. */
#include <math.h>
#include <float.h>
diff --git a/mbench/mfv5-lidia.cc b/mbench/mfv5-lidia.cc
index 572484e1f..1b2afeeb4 100644
--- a/mbench/mfv5-lidia.cc
+++ b/mbench/mfv5-lidia.cc
@@ -6,7 +6,7 @@ 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 Lesser General Public License as published by
-the Free Software Foundation; either version 2.1 of the License, or (at your
+the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.
The MPFR Library is distributed in the hope that it will be useful, but
@@ -15,9 +15,9 @@ 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 the MPFR Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-MA 02110-1301, USA. */
+along with the MPFR Library; see the file COPYING.LIB. 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. */
#include "mfv5.h"
diff --git a/mbench/mfv5-mpf.cc b/mbench/mfv5-mpf.cc
index 5aaebb511..8210ba63b 100644
--- a/mbench/mfv5-mpf.cc
+++ b/mbench/mfv5-mpf.cc
@@ -6,7 +6,7 @@ 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 Lesser General Public License as published by
-the Free Software Foundation; either version 2.1 of the License, or (at your
+the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.
The MPFR Library is distributed in the hope that it will be useful, but
@@ -15,9 +15,9 @@ 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 the MPFR Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-MA 02110-1301, USA. */
+along with the MPFR Library; see the file COPYING.LIB. 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. */
#include "mfv5.h"
#include "gmp.h"
diff --git a/mbench/mfv5-mpfr.cc b/mbench/mfv5-mpfr.cc
index d2676a6f4..dda00ddc1 100644
--- a/mbench/mfv5-mpfr.cc
+++ b/mbench/mfv5-mpfr.cc
@@ -6,7 +6,7 @@ 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 Lesser General Public License as published by
-the Free Software Foundation; either version 2.1 of the License, or (at your
+the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.
The MPFR Library is distributed in the hope that it will be useful, but
@@ -15,9 +15,9 @@ 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 the MPFR Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-MA 02110-1301, USA. */
+along with the MPFR Library; see the file COPYING.LIB. 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. */
#include "mfv5.h"
#include "mpfr.h"
diff --git a/mbench/mfv5-ntl.cc b/mbench/mfv5-ntl.cc
index 2d872870a..2e69d91f3 100644
--- a/mbench/mfv5-ntl.cc
+++ b/mbench/mfv5-ntl.cc
@@ -6,7 +6,7 @@ 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 Lesser General Public License as published by
-the Free Software Foundation; either version 2.1 of the License, or (at your
+the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.
The MPFR Library is distributed in the hope that it will be useful, but
@@ -15,9 +15,9 @@ 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 the MPFR Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-MA 02110-1301, USA. */
+along with the MPFR Library; see the file COPYING.LIB. 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. */
#include "mfv5.h"
diff --git a/mbench/mfv5-pari.cc b/mbench/mfv5-pari.cc
index c32099dd6..3c81ede8a 100644
--- a/mbench/mfv5-pari.cc
+++ b/mbench/mfv5-pari.cc
@@ -6,7 +6,7 @@ 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 Lesser General Public License as published by
-the Free Software Foundation; either version 2.1 of the License, or (at your
+the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.
The MPFR Library is distributed in the hope that it will be useful, but
@@ -15,9 +15,9 @@ 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 the MPFR Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-MA 02110-1301, USA. */
+along with the MPFR Library; see the file COPYING.LIB. 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. */
#include "mfv5.h"
#include "timp.h"
diff --git a/mbench/mfv5-void.cc b/mbench/mfv5-void.cc
index 2df3d0ddf..b01a6a6fd 100644
--- a/mbench/mfv5-void.cc
+++ b/mbench/mfv5-void.cc
@@ -6,7 +6,7 @@ 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 Lesser General Public License as published by
-the Free Software Foundation; either version 2.1 of the License, or (at your
+the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.
The MPFR Library is distributed in the hope that it will be useful, but
@@ -15,7 +15,7 @@ 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 the MPFR Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-MA 02110-1301, USA. */
+along with the MPFR Library; see the file COPYING.LIB. 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. */
diff --git a/mbench/mfv5.cc b/mbench/mfv5.cc
index 459ba6567..d41c650d7 100644
--- a/mbench/mfv5.cc
+++ b/mbench/mfv5.cc
@@ -6,7 +6,7 @@ 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 Lesser General Public License as published by
-the Free Software Foundation; either version 2.1 of the License, or (at your
+the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.
The MPFR Library is distributed in the hope that it will be useful, but
@@ -15,9 +15,9 @@ 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 the MPFR Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-MA 02110-1301, USA. */
+along with the MPFR Library; see the file COPYING.LIB. 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. */
#include <mpfr.h>
diff --git a/mbench/mfv5.h b/mbench/mfv5.h
index 90bc076c7..43348218c 100644
--- a/mbench/mfv5.h
+++ b/mbench/mfv5.h
@@ -6,7 +6,7 @@ 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 Lesser General Public License as published by
-the Free Software Foundation; either version 2.1 of the License, or (at your
+the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.
The MPFR Library is distributed in the hope that it will be useful, but
@@ -15,9 +15,9 @@ 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 the MPFR Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-MA 02110-1301, USA. */
+along with the MPFR Library; see the file COPYING.LIB. 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. */
#ifndef __MPFR_T_LOW_BENCHMARCH_H__
#define __MPFR_T_LOW_BENCHMARCH_H__
diff --git a/mbench/mpfr-gfx.c b/mbench/mpfr-gfx.c
index ccb392eb1..6c09620f3 100644
--- a/mbench/mpfr-gfx.c
+++ b/mbench/mpfr-gfx.c
@@ -6,7 +6,7 @@ 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 Lesser General Public License as published by
-the Free Software Foundation; either version 2.1 of the License, or (at your
+the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.
The MPFR Library is distributed in the hope that it will be useful, but
@@ -15,9 +15,9 @@ 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 the MPFR Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-MA 02110-1301, USA. */
+along with the MPFR Library; see the file COPYING.LIB. 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. */
#include <stdlib.h>
#include <stdio.h>
diff --git a/mbench/mpfr-v4.c b/mbench/mpfr-v4.c
index cb955cee7..3290d1501 100644
--- a/mbench/mpfr-v4.c
+++ b/mbench/mpfr-v4.c
@@ -6,7 +6,7 @@ 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 Lesser General Public License as published by
-the Free Software Foundation; either version 2.1 of the License, or (at your
+the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.
The MPFR Library is distributed in the hope that it will be useful, but
@@ -15,9 +15,9 @@ 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 the MPFR Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-MA 02110-1301, USA. */
+along with the MPFR Library; see the file COPYING.LIB. 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. */
#include <stdlib.h>
#include <stdio.h>
diff --git a/mbench/mpfr-v6.c b/mbench/mpfr-v6.c
index a6390cbc7..9f5079f21 100644
--- a/mbench/mpfr-v6.c
+++ b/mbench/mpfr-v6.c
@@ -6,7 +6,7 @@ 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 Lesser General Public License as published by
-the Free Software Foundation; either version 2.1 of the License, or (at your
+the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.
The MPFR Library is distributed in the hope that it will be useful, but
@@ -15,9 +15,9 @@ 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 the MPFR Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-MA 02110-1301, USA. */
+along with the MPFR Library; see the file COPYING.LIB. 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. */
#include <stdlib.h>
#include <stdio.h>
diff --git a/mbench/timp.h b/mbench/timp.h
index 959887fc3..46391ae29 100644
--- a/mbench/timp.h
+++ b/mbench/timp.h
@@ -6,7 +6,7 @@ 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 Lesser General Public License as published by
-the Free Software Foundation; either version 2.1 of the License, or (at your
+the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.
The MPFR Library is distributed in the hope that it will be useful, but
@@ -15,9 +15,9 @@ 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 the MPFR Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-MA 02110-1301, USA. */
+along with the MPFR Library; see the file COPYING.LIB. 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. */
#ifndef __TIMP__H__
#define __TIMP__H__