diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2020-01-08 18:11:13 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2020-01-08 18:11:13 +0000 |
commit | 18792699d04ff76a16856d82b826c5b5aa80f99e (patch) | |
tree | a2d404de61e540eef894d7aad09e1e885fd7ffca /tests/tabort_defalloc1.c | |
parent | 76a7050c7d68f55ee374f259edbbd0cbe456e673 (diff) | |
download | mpfr-18792699d04ff76a16856d82b826c5b5aa80f99e.tar.gz |
Copyright notice update: added 2020 with
perl -pi -e 's/ (\d{4}-)?(2019)(?= Free Software)/
" ".($1||"$2-").($2+1)/e' **/*(^/)
under zsh. Removed 2019 from the example in the doc/README.dev file.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@13652 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/tabort_defalloc1.c')
-rw-r--r-- | tests/tabort_defalloc1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tabort_defalloc1.c b/tests/tabort_defalloc1.c index 4f96ffe0a..d4c903863 100644 --- a/tests/tabort_defalloc1.c +++ b/tests/tabort_defalloc1.c @@ -1,6 +1,6 @@ /* tabort_defalloc1 -- Test for abort due to reaching out of memory -Copyright 2012-2019 Free Software Foundation, Inc. +Copyright 2012-2020 Free Software Foundation, Inc. Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. |