summaryrefslogtreecommitdiff
path: root/src/clear.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-01-03 17:46:57 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2021-01-03 17:46:57 +0000
commit0c935ffd7bc30a11f047f7fa282dedb62a9d36a9 (patch)
tree553004c55b0106289320c9a158beda500bd04ace /src/clear.c
parentb7e3380efb04fed5fd74d556c2258334d7190a88 (diff)
downloadmpfr-0c935ffd7bc30a11f047f7fa282dedb62a9d36a9.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/branches/4.1@14230 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/clear.c')
-rw-r--r--src/clear.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clear.c b/src/clear.c
index 05d2c0015..ba7d6caf5 100644
--- a/src/clear.c
+++ b/src/clear.c
@@ -1,6 +1,6 @@
/* mpfr_clear -- free the memory space allocated for a floating-point number
-Copyright 1999-2001, 2004-2020 Free Software Foundation, Inc.
+Copyright 1999-2001, 2004-2021 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.