diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2014-01-03 20:33:38 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2014-01-03 20:33:38 +0000 |
commit | 6106c0bb3b691aef5ef81bc9b247d3aaa107f287 (patch) | |
tree | fec4840f808ae564cd187f7982db0dab36270e77 /src/rndna.c | |
parent | ea3448d5ec4d565711b2810a08469f816d7e1975 (diff) | |
download | mpfr-6106c0bb3b691aef5ef81bc9b247d3aaa107f287.tar.gz |
Copyright notice update: added 2014 with
perl -pi -e 's/ (\d{4}-)?(2013)(?= Free Software)/
" ".($1||"$2-").($2+1)/e' **/*(^/)
under zsh (the tools/mbench directory was not modified).
Removed 2013 from the example in the doc/README.dev file.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8723 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/rndna.c')
-rw-r--r-- | src/rndna.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rndna.c b/src/rndna.c index e45ce9404..ba2f06028 100644 --- a/src/rndna.c +++ b/src/rndna.c @@ -1,6 +1,6 @@ /* mpfr_round_nearest_away -- round to nearest away -Copyright 2012-2013 Free Software Foundation, Inc. +Copyright 2012-2014 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. |