summaryrefslogtreecommitdiff
path: root/src/pow.c
diff options
context:
space:
mode:
authorAndreas Enge <andreas.enge@inria.fr>2020-07-23 11:41:24 +0200
committerAndreas Enge <andreas.enge@inria.fr>2020-07-23 11:41:24 +0200
commit493f9abacdd16a3de4793ab05cfe37e849f90fb7 (patch)
tree59961a332006586961e1c96bb93ded1bfdc7cd44 /src/pow.c
parentbb1ffeb129af9deef97949d077872769d78cb9ef (diff)
downloadmpc-git-493f9abacdd16a3de4793ab05cfe37e849f90fb7.tar.gz
src: Restore more precise copyright years following "git blame".
* src/asin.c, src/log10.c, src/pow.c, src/tan.c: Use single years instead of ranges of years for the copyright notice.
Diffstat (limited to 'src/pow.c')
-rw-r--r--src/pow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pow.c b/src/pow.c
index 25e2d1b..4fc90ae 100644
--- a/src/pow.c
+++ b/src/pow.c
@@ -1,6 +1,6 @@
/* mpc_pow -- Raise a complex number to the power of another complex number.
-Copyright (C) 2009-2015 INRIA
+Copyright (C) 2009, 2010, 2011, 2012, 2014, 2015, 2016, 2018, 2020 INRIA
This file is part of GNU MPC.