summaryrefslogtreecommitdiff
path: root/mbench
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-07-30 17:47:39 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2009-07-30 17:47:39 +0000
commitf20758751566ee8ba1eabe180948417c25380d24 (patch)
treea2ea285d600e9f8b560a56071fce2ee83cf181fc /mbench
parent9a9247dc18e45ecd9e9dd56fe3512016b32a0770 (diff)
downloadmpfr-f20758751566ee8ba1eabe180948417c25380d24.tar.gz
Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)
and updated all the references (except in ChangeLog). git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6351 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mbench')
-rw-r--r--mbench/Makefile2
-rw-r--r--mbench/generate.c2
-rw-r--r--mbench/mfv5-arprec.cc2
-rw-r--r--mbench/mfv5-cln.cc2
-rw-r--r--mbench/mfv5-crlibm.cc2
-rw-r--r--mbench/mfv5-libc.cc2
-rw-r--r--mbench/mfv5-lidia.cc2
-rw-r--r--mbench/mfv5-mpf.cc2
-rw-r--r--mbench/mfv5-mpfr.cc2
-rw-r--r--mbench/mfv5-ntl.cc2
-rw-r--r--mbench/mfv5-pari.cc2
-rw-r--r--mbench/mfv5-void.cc2
-rw-r--r--mbench/mfv5.cc2
-rw-r--r--mbench/mfv5.h2
-rw-r--r--mbench/mpfr-gfx.c2
-rw-r--r--mbench/mpfr-v4.c2
-rw-r--r--mbench/mpfr-v6.c2
-rw-r--r--mbench/timp.h2
18 files changed, 18 insertions, 18 deletions
diff --git a/mbench/Makefile b/mbench/Makefile
index 4692eb11e..5f0ac2b74 100644
--- a/mbench/Makefile
+++ b/mbench/Makefile
@@ -14,7 +14,7 @@
# 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
+# along with the MPFR Library; see the file COPYING.LESSER. If not, write to
# the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
# MA 02110-1301, USA.
diff --git a/mbench/generate.c b/mbench/generate.c
index e59c18754..1cccf8b8a 100644
--- a/mbench/generate.c
+++ b/mbench/generate.c
@@ -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, see
+along with the MPFR Library; 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. */
diff --git a/mbench/mfv5-arprec.cc b/mbench/mfv5-arprec.cc
index 38f428afa..51cd291af 100644
--- a/mbench/mfv5-arprec.cc
+++ b/mbench/mfv5-arprec.cc
@@ -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, see
+along with the MPFR Library; 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. */
diff --git a/mbench/mfv5-cln.cc b/mbench/mfv5-cln.cc
index 8ff2dd852..b01f4a70a 100644
--- a/mbench/mfv5-cln.cc
+++ b/mbench/mfv5-cln.cc
@@ -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, see
+along with the MPFR Library; 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. */
diff --git a/mbench/mfv5-crlibm.cc b/mbench/mfv5-crlibm.cc
index ced8bf56a..d898941af 100644
--- a/mbench/mfv5-crlibm.cc
+++ b/mbench/mfv5-crlibm.cc
@@ -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, see
+along with the MPFR Library; 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. */
diff --git a/mbench/mfv5-libc.cc b/mbench/mfv5-libc.cc
index db7f08d42..301ab36a3 100644
--- a/mbench/mfv5-libc.cc
+++ b/mbench/mfv5-libc.cc
@@ -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, see
+along with the MPFR Library; 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. */
diff --git a/mbench/mfv5-lidia.cc b/mbench/mfv5-lidia.cc
index 1b2afeeb4..bfba2fc4b 100644
--- a/mbench/mfv5-lidia.cc
+++ b/mbench/mfv5-lidia.cc
@@ -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, see
+along with the MPFR Library; 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. */
diff --git a/mbench/mfv5-mpf.cc b/mbench/mfv5-mpf.cc
index 8210ba63b..a9048f834 100644
--- a/mbench/mfv5-mpf.cc
+++ b/mbench/mfv5-mpf.cc
@@ -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, see
+along with the MPFR Library; 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. */
diff --git a/mbench/mfv5-mpfr.cc b/mbench/mfv5-mpfr.cc
index dda00ddc1..83b5edb56 100644
--- a/mbench/mfv5-mpfr.cc
+++ b/mbench/mfv5-mpfr.cc
@@ -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, see
+along with the MPFR Library; 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. */
diff --git a/mbench/mfv5-ntl.cc b/mbench/mfv5-ntl.cc
index 2e69d91f3..7c32fcf11 100644
--- a/mbench/mfv5-ntl.cc
+++ b/mbench/mfv5-ntl.cc
@@ -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, see
+along with the MPFR Library; 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. */
diff --git a/mbench/mfv5-pari.cc b/mbench/mfv5-pari.cc
index 3c81ede8a..ce020054f 100644
--- a/mbench/mfv5-pari.cc
+++ b/mbench/mfv5-pari.cc
@@ -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, see
+along with the MPFR Library; 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. */
diff --git a/mbench/mfv5-void.cc b/mbench/mfv5-void.cc
index b01a6a6fd..0372f9857 100644
--- a/mbench/mfv5-void.cc
+++ b/mbench/mfv5-void.cc
@@ -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, see
+along with the MPFR Library; 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. */
diff --git a/mbench/mfv5.cc b/mbench/mfv5.cc
index d41c650d7..939800f89 100644
--- a/mbench/mfv5.cc
+++ b/mbench/mfv5.cc
@@ -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, see
+along with the MPFR Library; 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. */
diff --git a/mbench/mfv5.h b/mbench/mfv5.h
index 43348218c..8a02dbc1a 100644
--- a/mbench/mfv5.h
+++ b/mbench/mfv5.h
@@ -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, see
+along with the MPFR Library; 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. */
diff --git a/mbench/mpfr-gfx.c b/mbench/mpfr-gfx.c
index 6c09620f3..28f8b6472 100644
--- a/mbench/mpfr-gfx.c
+++ b/mbench/mpfr-gfx.c
@@ -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, see
+along with the MPFR Library; 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. */
diff --git a/mbench/mpfr-v4.c b/mbench/mpfr-v4.c
index 3290d1501..c6d6f4cea 100644
--- a/mbench/mpfr-v4.c
+++ b/mbench/mpfr-v4.c
@@ -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, see
+along with the MPFR Library; 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. */
diff --git a/mbench/mpfr-v6.c b/mbench/mpfr-v6.c
index 9f5079f21..89ee648ea 100644
--- a/mbench/mpfr-v6.c
+++ b/mbench/mpfr-v6.c
@@ -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, see
+along with the MPFR Library; 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. */
diff --git a/mbench/timp.h b/mbench/timp.h
index 46391ae29..5b7ce6429 100644
--- a/mbench/timp.h
+++ b/mbench/timp.h
@@ -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, see
+along with the MPFR Library; 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. */