summaryrefslogtreecommitdiff
path: root/src/round_prec.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-01-01 01:39:09 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-01-01 01:39:09 +0000
commit452df9ed194614abea75b36b217bad82953cba93 (patch)
treea0a614ada1a49e3c21152e8f7a95a0b1b4bad4d4 /src/round_prec.c
parentaec3cddaccff9e146f7ecb2777aff927a1db0980 (diff)
downloadmpfr-452df9ed194614abea75b36b217bad82953cba93.tar.gz
Copyright notice update: added 2017 with
perl -pi -e 's/ (\d{4}-)?(2016)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh (the m4 and tools/mbench directories were not modified). Removed 2016 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@11119 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/round_prec.c')
-rw-r--r--src/round_prec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/round_prec.c b/src/round_prec.c
index e5512b439..9c53c4912 100644
--- a/src/round_prec.c
+++ b/src/round_prec.c
@@ -1,7 +1,7 @@
/* mpfr_round_raw_generic, mpfr_round_raw2, mpfr_round_raw, mpfr_prec_round,
mpfr_can_round, mpfr_can_round_raw -- various rounding functions
-Copyright 1999-2016 Free Software Foundation, Inc.
+Copyright 1999-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.