diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2015-05-20 08:00:07 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2015-05-20 08:00:07 +0000 |
commit | 804bcb19db2f7171a08c9fd685257dbf18e59ce9 (patch) | |
tree | c7ed6d5d3a5d9c47fa3f778c5d8955267f5e183a /tests/ttan.c | |
parent | e306e54590bcb595760cfdf5750a9759f5ea6f3c (diff) | |
download | mpfr-804bcb19db2f7171a08c9fd685257dbf18e59ce9.tar.gz |
Copyright notice update: added 2015 with
perl -pi -e 's/ (\d{4}-)?(2014)(?= Free Software)/
" ".($1||"$2-").($2+1)/e' **/*(^/)
under zsh (the m4 and tools/mbench directories were not modified).
Removed 2014 from the example in the doc/README.dev file.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@9403 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/ttan.c')
-rw-r--r-- | tests/ttan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ttan.c b/tests/ttan.c index b635c28e7..592849298 100644 --- a/tests/ttan.c +++ b/tests/ttan.c @@ -1,6 +1,6 @@ /* Test file for mpfr_tan. -Copyright 2001-2004, 2006-2014 Free Software Foundation, Inc. +Copyright 2001-2004, 2006-2015 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. |