summaryrefslogtreecommitdiff
path: root/src/min_prec.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-01-01 02:15:38 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2016-01-01 02:15:38 +0000
commit92b04966016e3a8acce4f6ed5ffe1be59af2d516 (patch)
tree353502c19975bdd9c2e8ad2f39587f96558c76b1 /src/min_prec.c
parent1fd7563a41e80b045cb0d4c6f7b86ef52087e6d8 (diff)
downloadmpfr-92b04966016e3a8acce4f6ed5ffe1be59af2d516.tar.gz
Copyright notice update: added 2016 with
perl -pi -e 's/ (\d{4}-)?(2015)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh (the m4 and tools/mbench directories were not modified). Removed 2015 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9779 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/min_prec.c')
-rw-r--r--src/min_prec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/min_prec.c b/src/min_prec.c
index c5e227559..92cd3dff8 100644
--- a/src/min_prec.c
+++ b/src/min_prec.c
@@ -1,6 +1,6 @@
/* mpfr_min_prec -- minimal size in bits to hold the mantissa
-Copyright 2009-2015 Free Software Foundation, Inc.
+Copyright 2009-2016 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.