summaryrefslogtreecommitdiff
path: root/src/csc.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-02-01 12:32:29 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2018-02-01 12:32:29 +0000
commit42bc83502a1552f6f4af7d92faa7f2f36dcd9aee (patch)
tree097f1f417630c16f447fe5ad389b3e1499d811cf /src/csc.c
parent8355911df0b7e77a5d771307e12dce3de6d4741d (diff)
downloadmpfr-42bc83502a1552f6f4af7d92faa7f2f36dcd9aee.tar.gz
Copyright notice update: added 2018 with
perl -pi -e 's/ (\d{4}-)?(2017)(?= Free Software)/ " ".($1||"$2-").($2+1)/e' **/*(^/) under zsh. About tools/ck-mparam, just keep the year 2011 like in the trunk since this file is not part of the tarball (just used by mpfrlint). Removed 2017 from the example in the doc/README.dev file. git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/3.1@12171 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/csc.c')
-rw-r--r--src/csc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/csc.c b/src/csc.c
index cd0a274da..18e23ce2b 100644
--- a/src/csc.c
+++ b/src/csc.c
@@ -1,6 +1,6 @@
/* mpfr_csc - cosecant function.
-Copyright 2005-2017 Free Software Foundation, Inc.
+Copyright 2005-2018 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.