diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2018-01-03 10:53:21 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2018-01-03 10:53:21 +0000 |
commit | 5188eba790ac3b3ea2dd4657e34dfd6d73994a34 (patch) | |
tree | 25d370abffec3a023c0dd599c54df2616edadde6 /tests/tsi_op.c | |
parent | c36a2777310fbbc5d18d9b50e331eca1e29714c8 (diff) | |
download | mpfr-5188eba790ac3b3ea2dd4657e34dfd6d73994a34.tar.gz |
Copyright notice update: added 2018 with
perl -pi -e 's/ (\d{4}-)?(2017)(?= Free Software)/
" ".($1||"$2-").($2+1)/e' **/*(^/)
under zsh, reverting the ck-mparam and timings-mpfr.c files and
the mbench directory under "tools" (not distributed with MPFR).
Removed 2017 from the example in the doc/README.dev file.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12067 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tsi_op.c')
-rw-r--r-- | tests/tsi_op.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsi_op.c b/tests/tsi_op.c index 824178d54..e47d26e33 100644 --- a/tests/tsi_op.c +++ b/tests/tsi_op.c @@ -1,7 +1,7 @@ /* Test file for mpfr_add_si, mpfr_sub_si, mpfr_si_sub, mpfr_mul_si, mpfr_div_si, mpfr_si_div -Copyright 2004, 2006-2017 Free Software Foundation, Inc. +Copyright 2004, 2006-2018 Free Software Foundation, Inc. Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. |