summaryrefslogtreecommitdiff
path: root/src/yn.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/yn.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/yn.c')
-rw-r--r--src/yn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yn.c b/src/yn.c
index 715305183..6adab47ad 100644
--- a/src/yn.c
+++ b/src/yn.c
@@ -1,7 +1,7 @@
/* mpfr_y0, mpfr_y1, mpfr_yn -- Bessel functions of 2nd kind, integer order.
http://www.opengroup.org/onlinepubs/009695399/functions/y0.html
-Copyright 2007-2017 Free Software Foundation, Inc.
+Copyright 2007-2018 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.