summaryrefslogtreecommitdiff
path: root/src/sin_cos.c
diff options
context:
space:
mode:
authorAndreas Enge <andreas.enge@inria.fr>2020-07-23 11:55:30 +0200
committerAndreas Enge <andreas.enge@inria.fr>2020-07-23 12:05:30 +0200
commit9cbf08acfd5224c3fc71d4122a034dc649afe655 (patch)
tree9abd747e54639330bfed879f8a454c3c7d488a9a /src/sin_cos.c
parent493f9abacdd16a3de4793ab05cfe37e849f90fb7 (diff)
downloadmpc-git-9cbf08acfd5224c3fc71d4122a034dc649afe655.tar.gz
Add copyright dates.
* src/acos.c, src/atan.c, src/div.c, src/dot.c, src/exp.c, src/get_x.c, src/mpc-impl.h, src/sin_cos.c, src/sqrt.c, tests/mpc-tests.h, tests/tdiv.c, tests/tdot.c, tests/tmul.c, tests/tsqrt.c, tests/ttan.c: Add years to copyright notice.
Diffstat (limited to 'src/sin_cos.c')
-rw-r--r--src/sin_cos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sin_cos.c b/src/sin_cos.c
index a1be8a6..f50d5bf 100644
--- a/src/sin_cos.c
+++ b/src/sin_cos.c
@@ -1,6 +1,6 @@
/* mpc_sin_cos -- combined sine and cosine of a complex number.
-Copyright (C) 2010, 2011, 2012 INRIA
+Copyright (C) 2010, 2011, 2012, 2020 INRIA
This file is part of GNU MPC.