aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-01-10 09:51:55 +0100
committerThomas White <taw@physics.org>2020-01-10 09:51:55 +0100
commit25b0d6f6d04d00b4208f89c07e70ef49218bb290 (patch)
treea55c3e76247747fb827c222164bc7cfa811dd80d /tests
parentc436476bf872bebb551b974de2c68b2fed2640af (diff)
Mass update of copyright dates
Diffstat (limited to 'tests')
-rw-r--r--tests/ambi_check.c2
-rw-r--r--tests/cell_check.c2
-rw-r--r--tests/cellcompare_check.c4
-rw-r--r--tests/centering_check.c2
-rw-r--r--tests/gpu_sim_check.c2
-rw-r--r--tests/histogram.c2
-rw-r--r--tests/histogram.h2
-rw-r--r--tests/integration_check.c2
-rw-r--r--tests/list_check.c2
-rw-r--r--tests/polarisation_check.c4
-rw-r--r--tests/prediction_gradient_check.c2
-rw-r--r--tests/prof2d_check.c2
-rw-r--r--tests/rational_check.c2
-rw-r--r--tests/ring_check.c2
-rw-r--r--tests/scaling_check.c2
-rw-r--r--tests/spectrum_check.c4
-rw-r--r--tests/symmetry_check.c2
-rw-r--r--tests/transformation_check.c2
18 files changed, 21 insertions, 21 deletions
diff --git a/tests/ambi_check.c b/tests/ambi_check.c
index c25d006a..03224ce6 100644
--- a/tests/ambi_check.c
+++ b/tests/ambi_check.c
@@ -3,7 +3,7 @@
*
* Check indexing ambiguities
*
- * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/tests/cell_check.c b/tests/cell_check.c
index 009b4c1f..23f7245f 100644
--- a/tests/cell_check.c
+++ b/tests/cell_check.c
@@ -3,7 +3,7 @@
*
* Check that unit cells work correctly
*
- * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/tests/cellcompare_check.c b/tests/cellcompare_check.c
index f674a7f2..beb1d844 100644
--- a/tests/cellcompare_check.c
+++ b/tests/cellcompare_check.c
@@ -3,8 +3,8 @@
*
* Check that unit cell comparison works
*
- * Copyright © 2019 Deutsches Elektronen-Synchrotron DESY,
- * a research centre of the Helmholtz Association.
+ * Copyright © 2019-2020 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
*
* Authors:
* 2019 Thomas White <taw@physics.org>
diff --git a/tests/centering_check.c b/tests/centering_check.c
index cc553dd0..f418da50 100644
--- a/tests/centering_check.c
+++ b/tests/centering_check.c
@@ -3,7 +3,7 @@
*
* Check that centering of cells works
*
- * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/tests/gpu_sim_check.c b/tests/gpu_sim_check.c
index c864e9c6..4424b68e 100644
--- a/tests/gpu_sim_check.c
+++ b/tests/gpu_sim_check.c
@@ -3,7 +3,7 @@
*
* Check that GPU simulation agrees with CPU version
*
- * Copyright © 2012-2019 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/tests/histogram.c b/tests/histogram.c
index 69acd987..3cccfaea 100644
--- a/tests/histogram.c
+++ b/tests/histogram.c
@@ -3,7 +3,7 @@
*
* Quick histogram functions
*
- * Copyright © 2013-2014 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2013-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/tests/histogram.h b/tests/histogram.h
index 2b9d4928..f0091bd7 100644
--- a/tests/histogram.h
+++ b/tests/histogram.h
@@ -3,7 +3,7 @@
*
* Quick histogram functions
*
- * Copyright © 2013-2014 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2013-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/tests/integration_check.c b/tests/integration_check.c
index a6ceb2c4..da808cce 100644
--- a/tests/integration_check.c
+++ b/tests/integration_check.c
@@ -3,7 +3,7 @@
*
* Check reflection integration
*
- * Copyright © 2013-2016 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2013-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/tests/list_check.c b/tests/list_check.c
index a83de455..4a98e20d 100644
--- a/tests/list_check.c
+++ b/tests/list_check.c
@@ -3,7 +3,7 @@
*
* Unit test for the reflection list module
*
- * Copyright © 2012-2013 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/tests/polarisation_check.c b/tests/polarisation_check.c
index 56bfc0e9..f8660e32 100644
--- a/tests/polarisation_check.c
+++ b/tests/polarisation_check.c
@@ -3,8 +3,8 @@
*
* Check polarisation correction
*
- * Copyright © 2019 Deutsches Elektronen-Synchrotron DESY,
- * a research centre of the Helmholtz Association.
+ * Copyright © 2019-2020 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
*
* Authors:
* 2019 Thomas White <taw@physics.org>
diff --git a/tests/prediction_gradient_check.c b/tests/prediction_gradient_check.c
index d61b7a8a..8c5cb1e4 100644
--- a/tests/prediction_gradient_check.c
+++ b/tests/prediction_gradient_check.c
@@ -3,7 +3,7 @@
*
* Check partiality gradients for prediction refinement
*
- * Copyright © 2012-2016 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/tests/prof2d_check.c b/tests/prof2d_check.c
index ed87ae30..d6b1d475 100644
--- a/tests/prof2d_check.c
+++ b/tests/prof2d_check.c
@@ -3,7 +3,7 @@
*
* Check 2D profile fitting
*
- * Copyright © 2013-2016 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2013-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/tests/rational_check.c b/tests/rational_check.c
index 6d4e247a..fc48b709 100644
--- a/tests/rational_check.c
+++ b/tests/rational_check.c
@@ -3,7 +3,7 @@
*
* Check that rational numbers work
*
- * Copyright © 2012-2019 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/tests/ring_check.c b/tests/ring_check.c
index 0997447f..e0667e37 100644
--- a/tests/ring_check.c
+++ b/tests/ring_check.c
@@ -3,7 +3,7 @@
*
* Check peak integration
*
- * Copyright © 2012-2016 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/tests/scaling_check.c b/tests/scaling_check.c
index 96df9cf0..5a60bf46 100644
--- a/tests/scaling_check.c
+++ b/tests/scaling_check.c
@@ -3,7 +3,7 @@
*
* Check that scaling works
*
- * Copyright © 2017-2018 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2017-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/tests/spectrum_check.c b/tests/spectrum_check.c
index b5092199..b20aa06e 100644
--- a/tests/spectrum_check.c
+++ b/tests/spectrum_check.c
@@ -3,8 +3,8 @@
*
* Check that Spectrum object works
*
- * Copyright © 2019 Deutsches Elektronen-Synchrotron DESY,
- * a research centre of the Helmholtz Association.
+ * Copyright © 2019-2020 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
*
* Authors:
* 2019 Thomas White <taw@physics.org>
diff --git a/tests/symmetry_check.c b/tests/symmetry_check.c
index a90ed0fb..5309206c 100644
--- a/tests/symmetry_check.c
+++ b/tests/symmetry_check.c
@@ -3,7 +3,7 @@
*
* Check symmetry
*
- * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/tests/transformation_check.c b/tests/transformation_check.c
index 8c8f7fa0..bb835f4d 100644
--- a/tests/transformation_check.c
+++ b/tests/transformation_check.c
@@ -3,7 +3,7 @@
*
* Check that unit cell transformations work
*
- * Copyright © 2012-2014 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors: