summaryrefslogtreecommitdiff
path: root/src/set_si_2exp.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-01-01 01:34:35 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2017-01-01 01:34:35 +0000
commit469b902861fbcb3c7b003424646abded0ba53b67 (patch)
treedded87dd524aa07631ef8451c19f1fa95cc9ee2b /src/set_si_2exp.c
parent8ac5f85ca4a2d6b789cfff4d803af8d4c6ca2c01 (diff)
downloadmpfr-469b902861fbcb3c7b003424646abded0ba53b67.tar.gz
Copyright notice update: added 2017 with
perl -pi -e 's/ (\d{4}-)?(2016)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh, reverting the tools/mbench directory (not distributed with MPFR). Removed 2016 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11117 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/set_si_2exp.c')
-rw-r--r--src/set_si_2exp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/set_si_2exp.c b/src/set_si_2exp.c
index dff263dbf..5b59d1311 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-2016 Free Software Foundation, Inc.
+Copyright 2004, 2006-2017 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.