summaryrefslogtreecommitdiff
path: root/tune
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2019-01-01 20:56:06 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2019-01-01 20:56:06 +0000
commit807125ed0c9b56fb2cdcd000e9b862bac255171f (patch)
tree2d261f1c46d2e7ca17a151b68165b4b4f54ebbcc /tune
parent67bb9eb7ffc46d99b757d99356e090c61be3caf3 (diff)
downloadmpfr-807125ed0c9b56fb2cdcd000e9b862bac255171f.tar.gz
Copyright notice update: added 2019 with
perl -pi -e 's/ (\d{4}-)?(2018)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh. Removed 2018 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13359 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tune')
-rw-r--r--tune/Makefile.am2
-rw-r--r--tune/bidimensional_sample.c2
-rw-r--r--tune/speed.c2
-rw-r--r--tune/tuneup.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/tune/Makefile.am b/tune/Makefile.am
index b2eb08b9e..9c1496786 100644
--- a/tune/Makefile.am
+++ b/tune/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright 2010-2018 Free Software Foundation, Inc.
+# Copyright 2010-2019 Free Software Foundation, Inc.
# This Makefile.am is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
diff --git a/tune/bidimensional_sample.c b/tune/bidimensional_sample.c
index 5434352b1..ddd021a69 100644
--- a/tune/bidimensional_sample.c
+++ b/tune/bidimensional_sample.c
@@ -1,6 +1,6 @@
/* [Description]
-Copyright 2010-2018 Free Software Foundation, Inc.
+Copyright 2010-2019 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tune/speed.c b/tune/speed.c
index 25d502b29..3eb383927 100644
--- a/tune/speed.c
+++ b/tune/speed.c
@@ -1,6 +1,6 @@
/* Tune various threshold of MPFR
-Copyright 2005-2018 Free Software Foundation, Inc.
+Copyright 2005-2019 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tune/tuneup.c b/tune/tuneup.c
index e618740f3..60b79355b 100644
--- a/tune/tuneup.c
+++ b/tune/tuneup.c
@@ -1,6 +1,6 @@
/* Tune various threshold of MPFR
-Copyright 2005-2018 Free Software Foundation, Inc.
+Copyright 2005-2019 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.