diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2019-01-01 20:56:06 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2019-01-01 20:56:06 +0000 |
commit | 807125ed0c9b56fb2cdcd000e9b862bac255171f (patch) | |
tree | 2d261f1c46d2e7ca17a151b68165b4b4f54ebbcc /tests/tgmpop.c | |
parent | 67bb9eb7ffc46d99b757d99356e090c61be3caf3 (diff) | |
download | mpfr-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 'tests/tgmpop.c')
-rw-r--r-- | tests/tgmpop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tgmpop.c b/tests/tgmpop.c index 1ed700571..91cff201b 100644 --- a/tests/tgmpop.c +++ b/tests/tgmpop.c @@ -1,7 +1,7 @@ /* Test file for mpfr_add_[q,z], mpfr_sub_[q,z], mpfr_div_[q,z], mpfr_mul_[q,z], mpfr_cmp_[f,q,z] -Copyright 2004-2018 Free Software Foundation, Inc. +Copyright 2004-2019 Free Software Foundation, Inc. Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. |