diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2021-01-03 17:43:57 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2021-01-03 17:43:57 +0000 |
commit | 6d8477fa9f2f814fca6ea926fe105405fbb06f10 (patch) | |
tree | 3ecd8bc9d5ebf95c6a26182c312227e4842d4680 /src/inits2.c | |
parent | bac0e53ed9da05afa0112114359954c31210adf3 (diff) | |
download | mpfr-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 'src/inits2.c')
-rw-r--r-- | src/inits2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inits2.c b/src/inits2.c index 76ca4b804..9afd72d37 100644 --- a/src/inits2.c +++ b/src/inits2.c @@ -1,7 +1,7 @@ /* mpfr_inits2 -- initialize several floating-point numbers with given precision -Copyright 2003-2004, 2006-2020 Free Software Foundation, Inc. +Copyright 2003-2004, 2006-2021 Free Software Foundation, Inc. Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. |