diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2006-01-05 02:02:47 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2006-01-05 02:02:47 +0000 |
commit | 47eb12e3a3933588fce421ae42704d3fa6dbd515 (patch) | |
tree | 4b49f2fbd5d2462ad667cee34f53b85d0cc33c0c /set_si_2exp.c | |
parent | cf5067222e8f74c261e63e01c460b371b724f96f (diff) | |
download | mpfr-47eb12e3a3933588fce421ae42704d3fa6dbd515.tar.gz |
Updated the copyright notices according to the new GNU rules on:
http://www.gnu.org/prep/maintain/maintain.html#Copyright-Notices
i.e. added 2006 to every MPFR file.
Note: the copyright notices (currently 336) should match the regexp
Copyright.* 2006 Free Software
so that it will be easier to update them for the next year...
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3983 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'set_si_2exp.c')
-rw-r--r-- | set_si_2exp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/set_si_2exp.c b/set_si_2exp.c index 53e85b416..215ce8183 100644 --- a/set_si_2exp.c +++ b/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 Free Software Foundation. +Copyright 2004, 2006 Free Software Foundation. This file is part of the MPFR Library. |