summaryrefslogtreecommitdiff
path: root/src/cmp_si.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-05-20 08:00:07 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2015-05-20 08:00:07 +0000
commit804bcb19db2f7171a08c9fd685257dbf18e59ce9 (patch)
treec7ed6d5d3a5d9c47fa3f778c5d8955267f5e183a /src/cmp_si.c
parente306e54590bcb595760cfdf5750a9759f5ea6f3c (diff)
downloadmpfr-804bcb19db2f7171a08c9fd685257dbf18e59ce9.tar.gz
Copyright notice update: added 2015 with
perl -pi -e 's/ (\d{4}-)?(2014)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh (the m4 and tools/mbench directories were not modified). Removed 2014 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@9403 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/cmp_si.c')
-rw-r--r--src/cmp_si.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmp_si.c b/src/cmp_si.c
index 9e1d9190c..1bd8e7b5a 100644
--- a/src/cmp_si.c
+++ b/src/cmp_si.c
@@ -1,7 +1,7 @@
/* mpfr_cmp_si_2exp -- compare a floating-point number with a signed
machine integer multiplied by a power of 2
-Copyright 1999, 2001-2014 Free Software Foundation, Inc.
+Copyright 1999, 2001-2015 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.