diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2017-01-01 01:34:35 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2017-01-01 01:34:35 +0000 |
commit | 469b902861fbcb3c7b003424646abded0ba53b67 (patch) | |
tree | dded87dd524aa07631ef8451c19f1fa95cc9ee2b /src/mparam_h.in | |
parent | 8ac5f85ca4a2d6b789cfff4d803af8d4c6ca2c01 (diff) | |
download | mpfr-469b902861fbcb3c7b003424646abded0ba53b67.tar.gz |
Copyright notice update: added 2017 with
perl -pi -e 's/ (\d{4}-)?(2016)(?= Free Software)/
" ".($1||"$2-").($2+1)/e' **/*(^/)
under zsh, reverting the tools/mbench directory (not distributed with
MPFR). Removed 2016 from the example in the doc/README.dev file.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@11117 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/mparam_h.in')
-rw-r--r-- | src/mparam_h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mparam_h.in b/src/mparam_h.in index e23911791..d6452ec7f 100644 --- a/src/mparam_h.in +++ b/src/mparam_h.in @@ -1,6 +1,6 @@ /* Various Thresholds of MPFR, not exported. -*- mode: C -*- -Copyright 2005-2016 Free Software Foundation, Inc. +Copyright 2005-2017 Free Software Foundation, Inc. This file is part of the GNU MPFR Library. |