summaryrefslogtreecommitdiff
path: root/tools/bench
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-01-03 17:43:57 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-01-03 17:43:57 +0000
commit6d8477fa9f2f814fca6ea926fe105405fbb06f10 (patch)
tree3ecd8bc9d5ebf95c6a26182c312227e4842d4680 /tools/bench
parentbac0e53ed9da05afa0112114359954c31210adf3 (diff)
downloadmpfr-6d8477fa9f2f814fca6ea926fe105405fbb06f10.tar.gz
Copyright notice update: added 2021 with
perl -pi -e 's/ (\d{4}-)?(2020)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh. Removed 2020 from the example in the doc/README.dev file. git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14229 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tools/bench')
-rw-r--r--tools/bench/Makefile.am2
-rw-r--r--tools/bench/benchtime.h2
-rw-r--r--tools/bench/mpfrbench.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/tools/bench/Makefile.am b/tools/bench/Makefile.am
index 3a781d575..187296835 100644
--- a/tools/bench/Makefile.am
+++ b/tools/bench/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright 2000-2020 Free Software Foundation, Inc.
+# Copyright 2000-2021 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/tools/bench/benchtime.h b/tools/bench/benchtime.h
index ec216cd26..675bd330d 100644
--- a/tools/bench/benchtime.h
+++ b/tools/bench/benchtime.h
@@ -1,6 +1,6 @@
/* benchtime.h -- header file for MPFRbench
-Copyright 1999, 2001-2020 Free Software Foundation, Inc.
+Copyright 1999, 2001-2021 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/tools/bench/mpfrbench.c b/tools/bench/mpfrbench.c
index 700d868f7..74e6fe0ae 100644
--- a/tools/bench/mpfrbench.c
+++ b/tools/bench/mpfrbench.c
@@ -1,6 +1,6 @@
/* mpfrbench.c -- compute the timings for the MPFRbench benchmark
-Copyright 1999, 2001-2020 Free Software Foundation, Inc.
+Copyright 1999, 2001-2021 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.