diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2019-01-01 21:02:47 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2019-01-01 21:02:47 +0000 |
commit | 4395f8304f84eb95b890560e6b74e96740ddba1d (patch) | |
tree | ba37d3c30e59080195e909470db60b201df2eb3a /src/set_si_2exp.c | |
parent | 50aa968b003ac7379494b025c6ed2564fdabc674 (diff) | |
download | mpfr-4395f8304f84eb95b890560e6b74e96740ddba1d.tar.gz |
Copyright notice update: added 2019 with
perl -pi -e 's/ (\d{4}-)?(2018)(?= Free Software)/
" ".($1||"$2-").($2+1)/e' **/*(^/)
under zsh. Removed 2018 from the example in the doc/README.dev file.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/4.0@13360 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/set_si_2exp.c')
-rw-r--r-- | src/set_si_2exp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set_si_2exp.c b/src/set_si_2exp.c index b9d0d5b87..fa32ccfa6 100644 --- a/src/set_si_2exp.c +++ b/src/set_si_2exp.c @@ -1,7 +1,7 @@ /* mpfr_set_si_2exp -- set a MPFR number from a machine signed integer with a shift -Copyright 2004, 2006-2018 Free Software Foundation, Inc. +Copyright 2004, 2006-2019 Free Software Foundation, Inc. Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. |