diff options
author | pelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-01-12 10:00:52 +0000 |
---|---|---|
committer | pelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4> | 2005-01-12 10:00:52 +0000 |
commit | fd41b2240a1792c61803f18bf3136fd9796cb9c5 (patch) | |
tree | 8f2d1f615c163539f63418de088d80a312e3a4ac /mpfr-gmp.c | |
parent | c60044e5aa692b0c87186b0ecaadc0b0ac6e9d64 (diff) | |
download | mpfr-fd41b2240a1792c61803f18bf3136fd9796cb9c5.tar.gz |
Add forgotten 2005 copyright line.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3182 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'mpfr-gmp.c')
-rw-r--r-- | mpfr-gmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpfr-gmp.c b/mpfr-gmp.c index c2132599d..52448cdcf 100644 --- a/mpfr-gmp.c +++ b/mpfr-gmp.c @@ -1,7 +1,7 @@ /* mpfr_gmp -- Limited gmp-impl emulator Modified version of the GMP files. -Copyright 2004 Free Software Foundation. +Copyright 2004, 2005 Free Software Foundation. This file is part of the MPFR Library. |