summaryrefslogtreecommitdiff
path: root/src/round_p.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-02-13 08:31:08 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-02-13 08:31:08 +0000
commitc2ca90e24c461a24ce5da8cb85549e8451694f64 (patch)
tree466393a3aa9b38eebe535dd8c9dc1d16c250d02e /src/round_p.c
parent74f4da9b819aa8c28af4d6efe5a58eb883817c48 (diff)
downloadmpfr-c2ca90e24c461a24ce5da8cb85549e8451694f64.tar.gz
Copyright notice update: added 2015 with
perl -pi -e 's/ (\d{4}-)?(2014)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh, reverting the tools/mbench directory (not distributed with MPFR). Removed 2014 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9278 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/round_p.c')
-rw-r--r--src/round_p.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/round_p.c b/src/round_p.c
index 26471293a..ebb2f14ca 100644
--- a/src/round_p.c
+++ b/src/round_p.c
@@ -1,6 +1,6 @@
/* mpfr_round_p -- check if an approximation is roundable.
-Copyright 2005-2014 Free Software Foundation, Inc.
+Copyright 2005-2015 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.