diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2018-01-09 12:30:58 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2018-01-09 12:30:58 +0000 |
commit | f4fd257517ea23eed3250bb88df8f6904621040d (patch) | |
tree | 9f283e1492370f1b2f18f2fc6ce7d998da173489 /src/iszero.c | |
parent | 6acece9ba817ea55261a66c9e5fee63e11152eb6 (diff) | |
download | mpfr-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/iszero.c')
-rw-r--r-- | src/iszero.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iszero.c b/src/iszero.c index 2b4389e02..ea6ea8e1e 100644 --- a/src/iszero.c +++ b/src/iszero.c @@ -1,6 +1,6 @@ /* mpfr_zero_p -- check for zero -Copyright 2004, 2006-2017 Free Software Foundation, Inc. +Copyright 2004, 2006-2018 Free Software Foundation, Inc. Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. |