summaryrefslogtreecommitdiff
path: root/src/set_prec.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-01-09 12:30:58 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-01-09 12:30:58 +0000
commitf4fd257517ea23eed3250bb88df8f6904621040d (patch)
tree9f283e1492370f1b2f18f2fc6ce7d998da173489 /src/set_prec.c
parent6acece9ba817ea55261a66c9e5fee63e11152eb6 (diff)
downloadmpfr-f4fd257517ea23eed3250bb88df8f6904621040d.tar.gz
Minor date-related changes as in the trunk:
* Copyright notice update in most files: added 2018. * tools/ck-mparam: in the copyright notice, just keep the year 2011 since this file is not part of the tarball (just used by mpfrlint). * doc/mpfr.texi: updated the month. (merged changesets r12067-12069 from the trunk) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/4.0@12077 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/set_prec.c')
-rw-r--r--src/set_prec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set_prec.c b/src/set_prec.c
index fc6ec85a5..b778ac6bf 100644
--- a/src/set_prec.c
+++ b/src/set_prec.c
@@ -1,6 +1,6 @@
/* mpfr_set_prec -- reset the precision of a floating-point number
-Copyright 1999, 2001-2002, 2004, 2006-2017 Free Software Foundation, Inc.
+Copyright 1999, 2001-2002, 2004, 2006-2018 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.