summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/mpc-tests.h2
-rw-r--r--tests/tdiv.c2
-rw-r--r--tests/tdot.c2
-rw-r--r--tests/tmul.c2
-rw-r--r--tests/tsqrt.c2
-rw-r--r--tests/ttan.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/mpc-tests.h b/tests/mpc-tests.h
index 4c2c260..673e4e3 100644
--- a/tests/mpc-tests.h
+++ b/tests/mpc-tests.h
@@ -1,6 +1,6 @@
/* mpc-tests.h -- Tests helper functions.
-Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014 INRIA
+Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2020 INRIA
This file is part of GNU MPC.
diff --git a/tests/tdiv.c b/tests/tdiv.c
index 6ca3115..56b0996 100644
--- a/tests/tdiv.c
+++ b/tests/tdiv.c
@@ -1,6 +1,6 @@
/* tdiv -- test file for mpc_div.
-Copyright (C) 2002, 2008, 2009, 2011, 2013 INRIA
+Copyright (C) 2002, 2008, 2009, 2011, 2013, 2020 INRIA
This file is part of GNU MPC.
diff --git a/tests/tdot.c b/tests/tdot.c
index ce31482..3d289fc 100644
--- a/tests/tdot.c
+++ b/tests/tdot.c
@@ -1,6 +1,6 @@
/* tdot -- test file for mpc_dot.
-Copyright (C) 2018 INRIA
+Copyright (C) 2018, 2020 INRIA
This file is part of GNU MPC.
diff --git a/tests/tmul.c b/tests/tmul.c
index ee9a0f7..46e5a05 100644
--- a/tests/tmul.c
+++ b/tests/tmul.c
@@ -1,6 +1,6 @@
/* tmul -- test file for mpc_mul.
-Copyright (C) 2002, 2005, 2008, 2009, 2010, 2011, 2012, 2013 INRIA
+Copyright (C) 2002, 2005, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2020 INRIA
This file is part of GNU MPC.
diff --git a/tests/tsqrt.c b/tests/tsqrt.c
index 15f9888..3bcde33 100644
--- a/tests/tsqrt.c
+++ b/tests/tsqrt.c
@@ -1,6 +1,6 @@
/* tsqrt -- test file for mpc_sqrt.
-Copyright (C) 2008, 2013 INRIA
+Copyright (C) 2008, 2013, 2020 INRIA
This file is part of GNU MPC.
diff --git a/tests/ttan.c b/tests/ttan.c
index c5714f2..2f42ca3 100644
--- a/tests/ttan.c
+++ b/tests/ttan.c
@@ -1,6 +1,6 @@
/* ttan -- test file for mpc_tan.
-Copyright (C) 2008, 2011, 2012, 2013 INRIA
+Copyright (C) 2008, 2011, 2012, 2013, 2020 INRIA
This file is part of GNU MPC.