summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-01-03 17:43:57 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-01-03 17:43:57 +0000
commit6d8477fa9f2f814fca6ea926fe105405fbb06f10 (patch)
tree3ecd8bc9d5ebf95c6a26182c312227e4842d4680 /examples
parentbac0e53ed9da05afa0112114359954c31210adf3 (diff)
downloadmpfr-6d8477fa9f2f814fca6ea926fe105405fbb06f10.tar.gz
Copyright notice update: added 2021 with
perl -pi -e 's/ (\d{4}-)?(2020)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh. Removed 2020 from the example in the doc/README.dev file. git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14229 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/threads.c2
-rw-r--r--examples/version.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/examples/can_round.c b/examples/can_round.c
index db8c79f03..e9051d49f 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-2020 Free Software Foundation, Inc.
+Copyright 2016-2021 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 2255b351a..7c0853bfc 100644
--- a/examples/divworst.c
+++ b/examples/divworst.c
@@ -13,7 +13,7 @@
*/
/*
-Copyright 2009-2020 Free Software Foundation, Inc.
+Copyright 2009-2021 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 d9595ed0c..7e5742dc6 100644
--- a/examples/rndo-add.c
+++ b/examples/rndo-add.c
@@ -8,7 +8,7 @@
*/
/*
-Copyright 2009-2020 Free Software Foundation, Inc.
+Copyright 2009-2021 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 5739e6c67..f31a7cefa 100644
--- a/examples/sample.c
+++ b/examples/sample.c
@@ -3,7 +3,7 @@
*/
/*
-Copyright 1999-2004, 2006-2020 Free Software Foundation, Inc.
+Copyright 1999-2004, 2006-2021 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/threads.c b/examples/threads.c
index c49227da7..2b2ff6a72 100644
--- a/examples/threads.c
+++ b/examples/threads.c
@@ -9,7 +9,7 @@ Define:
Example:
gcc threads.c -lmpfr -lgmp -lpthread -DF=mpfr_sin -DPREC=200 -DV=100
-Copyright 2018-2020 Free Software Foundation, Inc.
+Copyright 2018-2021 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 299763b0c..9697cf23d 100644
--- a/examples/version.c
+++ b/examples/version.c
@@ -3,7 +3,7 @@
*/
/*
-Copyright 2010-2020 Free Software Foundation, Inc.
+Copyright 2010-2021 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.