summaryrefslogtreecommitdiff
path: root/src/get_x.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/get_x.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/get_x.c')
-rw-r--r--src/get_x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/get_x.c b/src/get_x.c
index deac8fe..54374c3 100644
--- a/src/get_x.c
+++ b/src/get_x.c
@@ -1,7 +1,7 @@
/* mpc_get_dc, mpc_get_ldc -- Transform mpc number into C complex number
mpc_get_str -- Convert a complex number into a string.
-Copyright (C) 2009, 2010, 2011 INRIA
+Copyright (C) 2009, 2010, 2011, 2020 INRIA
This file is part of GNU MPC.