diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2014-01-03 20:39:49 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2014-01-03 20:39:49 +0000 |
commit | fe41b8801e2d2e61cee1d6812fc26dddd8703c2d (patch) | |
tree | fcf5666ff05907ad531ae758ce772d487f6b13eb /tests/thyperbolic.c | |
parent | 1182eade37f778acbd57ee48a036ffe1704cb70d (diff) | |
download | mpfr-fe41b8801e2d2e61cee1d6812fc26dddd8703c2d.tar.gz |
Copyright notice update: added 2014 with
perl -pi -e 's/ (\d{4}-)?(2013)(?= Free Software)/
" ".($1||"$2-").($2+1)/e' **/*(^/)
under zsh, reverting the ChangeLog file (the m4 and tools/mbench
directories were not modified).
Removed 2013 from the example in the doc/README.dev file.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@8724 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/thyperbolic.c')
-rw-r--r-- | tests/thyperbolic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/thyperbolic.c b/tests/thyperbolic.c index 5144e194d..a60b2d0e3 100644 --- a/tests/thyperbolic.c +++ b/tests/thyperbolic.c @@ -1,6 +1,6 @@ /* Test file for hyperbolic function : mpfr_cosh, mpfr_sinh, mpfr_tanh, mpfr_acosh, mpfr_asinh, mpfr_atanh. -Copyright 2001-2004, 2006-2013 Free Software Foundation, Inc. +Copyright 2001-2004, 2006-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. |