diff options
Diffstat (limited to 'src/pow_si.c')
-rw-r--r-- | src/pow_si.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pow_si.c b/src/pow_si.c index dff90daf4..41cfaaf5d 100644 --- a/src/pow_si.c +++ b/src/pow_si.c @@ -1,6 +1,6 @@ /* mpfr_pow_si -- power function x^y with y a signed int -Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc. Contributed by the Arenaire and Caramel projects, INRIA. This file is part of the GNU MPFR Library. |