diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2008-01-01 03:30:20 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2008-01-01 03:30:20 +0000 |
commit | 561ec46719c09429e6d7eaf67a8bb194b79bc729 (patch) | |
tree | c58630f9040ca3c9994265d6f1dc5d89de5121f5 /subnormal.c | |
parent | d2d4e0d4ba952e9c8c08a0a04d15dcd63c88a04b (diff) | |
download | mpfr-561ec46719c09429e6d7eaf67a8bb194b79bc729.tar.gz |
Copyright notice update: added 2008 with
perl -pi -e 's/2007 Free Software/2007, 2008 Free Software/' **/*(^/)
under zsh.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/2.3@5153 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'subnormal.c')
-rw-r--r-- | subnormal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subnormal.c b/subnormal.c index fbbe24326..1ca2e427b 100644 --- a/subnormal.c +++ b/subnormal.c @@ -1,7 +1,7 @@ /* mpfr_subnormalize -- Subnormalize a floating point number emulating sub-normal numbers. -Copyright 2005, 2006, 2007 Free Software Foundation, Inc. +Copyright 2005, 2006, 2007, 2008 Free Software Foundation, Inc. Contributed by the Arenaire and Cacao projects, INRIA. This file is part of the MPFR Library. |