diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2013-05-30 15:53:07 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2013-05-30 15:53:07 +0000 |
commit | 74d0b734b48af2d8b318b013e28f72b68b39126d (patch) | |
tree | d6bdd1b3fec4485f2609643b43463c0549395350 /tests/tsi_op.c | |
parent | 5c100d60ee96258dd0dbcfdd58467f98eb67553c (diff) | |
download | mpfr-74d0b734b48af2d8b318b013e28f72b68b39126d.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/trunk@8540 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tsi_op.c')
-rw-r--r-- | tests/tsi_op.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tsi_op.c b/tests/tsi_op.c index dd3fe5a94..50838a9d0 100644 --- a/tests/tsi_op.c +++ b/tests/tsi_op.c @@ -1,7 +1,7 @@ /* Test file for mpfr_add_si, mpfr_sub_si, mpfr_si_sub, mpfr_mul_si, mpfr_div_si, mpfr_si_div -Copyright 2004, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc. +Copyright 2004, 2006-2013 Free Software Foundation, Inc. Contributed by the AriC and Caramel projects, INRIA. This file is part of the GNU MPFR Library. |