diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2013-05-30 15:53:34 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2013-05-30 15:53:34 +0000 |
commit | bd6d3783b472cd1a5d9556f2ddfcebe433c84afc (patch) | |
tree | ce22e682435ac24a9cfae124db57cf0059573a37 /src/pow.c | |
parent | 6e8f31708a868c85e7d67988c60d9f929e065857 (diff) | |
download | mpfr-bd6d3783b472cd1a5d9556f2ddfcebe433c84afc.tar.gz |
Use copyright year ranges, following
http://www.gnu.org/prep/maintain/maintain.html#Copyright-Notices
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@8541 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/pow.c')
-rw-r--r-- | src/pow.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ /* mpfr_pow -- power function x^y -Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. +Copyright 2001-2013 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. |