summaryrefslogtreecommitdiff
path: root/examples
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 /examples
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 'examples')
-rw-r--r--examples/can_round.c2
-rw-r--r--examples/divworst.c2
-rw-r--r--examples/rndo-add.c2
-rw-r--r--examples/sample.c2
-rw-r--r--examples/version.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/examples/can_round.c b/examples/can_round.c
index 78cc2d958..bc998e93e 100644
--- a/examples/can_round.c
+++ b/examples/can_round.c
@@ -1,7 +1,7 @@
/* Example illustrating how to use mpfr_can_round. */
/*
-Copyright 2016-2017 Free Software Foundation, Inc.
+Copyright 2016-2018 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/examples/divworst.c b/examples/divworst.c
index 482e1b18a..fe3a184ee 100644
--- a/examples/divworst.c
+++ b/examples/divworst.c
@@ -13,7 +13,7 @@
*/
/*
-Copyright 2009-2017 Free Software Foundation, Inc.
+Copyright 2009-2018 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/examples/rndo-add.c b/examples/rndo-add.c
index 9c08b8ce3..8731ec757 100644
--- a/examples/rndo-add.c
+++ b/examples/rndo-add.c
@@ -8,7 +8,7 @@
*/
/*
-Copyright 2009-2017 Free Software Foundation, Inc.
+Copyright 2009-2018 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/examples/sample.c b/examples/sample.c
index ddb848164..2797d37c4 100644
--- a/examples/sample.c
+++ b/examples/sample.c
@@ -3,7 +3,7 @@
*/
/*
-Copyright 1999-2004, 2006-2017 Free Software Foundation, Inc.
+Copyright 1999-2004, 2006-2018 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
diff --git a/examples/version.c b/examples/version.c
index 0976bf7ef..5a2935353 100644
--- a/examples/version.c
+++ b/examples/version.c
@@ -3,7 +3,7 @@
*/
/*
-Copyright 2010-2017 Free Software Foundation, Inc.
+Copyright 2010-2018 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.