diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-01-10 12:51:56 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2007-01-10 12:51:56 +0000 |
commit | 5ccc1c8b25da336f375811eeb0731b5ba1df1975 (patch) | |
tree | 6c1cd5488b64618fc02cd38c3d7b69bb1324cec4 /pow_ui.c | |
parent | 54da7d4a1144b2b129bfcecfd4069ece9bdec101 (diff) | |
download | mpfr-5ccc1c8b25da336f375811eeb0731b5ba1df1975.tar.gz |
Copyright notice update: added 2007.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@4326 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'pow_ui.c')
-rw-r--r-- | pow_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ /* mpfr_pow_ui-- compute the power of a floating-point by a machine integer -Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. This file is part of the MPFR Library. |