summaryrefslogtreecommitdiff
path: root/src/minmax.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-01-03 20:33:38 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-01-03 20:33:38 +0000
commit6106c0bb3b691aef5ef81bc9b247d3aaa107f287 (patch)
treefec4840f808ae564cd187f7982db0dab36270e77 /src/minmax.c
parentea3448d5ec4d565711b2810a08469f816d7e1975 (diff)
downloadmpfr-6106c0bb3b691aef5ef81bc9b247d3aaa107f287.tar.gz
Copyright notice update: added 2014 with
perl -pi -e 's/ (\d{4}-)?(2013)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh (the tools/mbench directory was not modified). Removed 2013 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8723 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/minmax.c')
-rw-r--r--src/minmax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minmax.c b/src/minmax.c
index 385af3254..01cdf4a15 100644
--- a/src/minmax.c
+++ b/src/minmax.c
@@ -1,6 +1,6 @@
/* mpfr_min -- min and max of x, y
-Copyright 2001, 2003-2004, 2006-2013 Free Software Foundation, Inc.
+Copyright 2001, 2003-2004, 2006-2014 Free Software Foundation, Inc.
Contributed by the AriC and Caramel projects, INRIA.
This file is part of the GNU MPFR Library.