diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2018-02-01 12:32:29 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2018-02-01 12:32:29 +0000 |
commit | 42bc83502a1552f6f4af7d92faa7f2f36dcd9aee (patch) | |
tree | 097f1f417630c16f447fe5ad389b3e1499d811cf /tests/teq.c | |
parent | 8355911df0b7e77a5d771307e12dce3de6d4741d (diff) | |
download | mpfr-42bc83502a1552f6f4af7d92faa7f2f36dcd9aee.tar.gz |
Copyright notice update: added 2018 with
perl -pi -e 's/ (\d{4}-)?(2017)(?= Free Software)/
" ".($1||"$2-").($2+1)/e' **/*(^/)
under zsh. About tools/ck-mparam, just keep the year 2011 like in
the trunk since this file is not part of the tarball (just used by
mpfrlint). Removed 2017 from the example in the doc/README.dev file.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@12171 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/teq.c')
-rw-r--r-- | tests/teq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/teq.c b/tests/teq.c index b04416d80..fed45cb1f 100644 --- a/tests/teq.c +++ b/tests/teq.c @@ -1,6 +1,6 @@ /* Test file for mpfr_eq. -Copyright 1999-2017 Free Software Foundation, Inc. +Copyright 1999-2018 Free Software Foundation, Inc. Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. |