summaryrefslogtreecommitdiff
path: root/tests/tpow3.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-05-20 08:00:07 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-05-20 08:00:07 +0000
commit804bcb19db2f7171a08c9fd685257dbf18e59ce9 (patch)
treec7ed6d5d3a5d9c47fa3f778c5d8955267f5e183a /tests/tpow3.c
parente306e54590bcb595760cfdf5750a9759f5ea6f3c (diff)
downloadmpfr-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/tpow3.c')
-rw-r--r--tests/tpow3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tpow3.c b/tests/tpow3.c
index f7d881458..f4805e141 100644
--- a/tests/tpow3.c
+++ b/tests/tpow3.c
@@ -1,6 +1,6 @@
/* Test file for mpfr_pow.
-Copyright 2001-2014 Free Software Foundation, Inc.
+Copyright 2001-2015 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.