aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
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 /libcrystfel
parentc436476bf872bebb551b974de2c68b2fed2640af (diff)
Mass update of copyright dates
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/asdf.c2
-rw-r--r--libcrystfel/src/asdf.h2
-rw-r--r--libcrystfel/src/cell-utils.c2
-rw-r--r--libcrystfel/src/cell-utils.h2
-rw-r--r--libcrystfel/src/cell.c2
-rw-r--r--libcrystfel/src/cell.h2
-rw-r--r--libcrystfel/src/crystal.c2
-rw-r--r--libcrystfel/src/crystal.h2
-rw-r--r--libcrystfel/src/detector.c2
-rw-r--r--libcrystfel/src/detector.h2
-rw-r--r--libcrystfel/src/dirax.c2
-rw-r--r--libcrystfel/src/dirax.h2
-rw-r--r--libcrystfel/src/events.c2
-rw-r--r--libcrystfel/src/events.h2
-rw-r--r--libcrystfel/src/felix.c2
-rw-r--r--libcrystfel/src/felix.h2
-rw-r--r--libcrystfel/src/filters.c2
-rw-r--r--libcrystfel/src/filters.h2
-rw-r--r--libcrystfel/src/geometry.c2
-rw-r--r--libcrystfel/src/geometry.h2
-rw-r--r--libcrystfel/src/hdf5-file.c2
-rw-r--r--libcrystfel/src/hdf5-file.h2
-rw-r--r--libcrystfel/src/image.c2
-rw-r--r--libcrystfel/src/image.h2
-rw-r--r--libcrystfel/src/index.c2
-rw-r--r--libcrystfel/src/index.h2
-rw-r--r--libcrystfel/src/integer_matrix.c4
-rw-r--r--libcrystfel/src/integer_matrix.h4
-rw-r--r--libcrystfel/src/integration.c2
-rw-r--r--libcrystfel/src/integration.h2
-rw-r--r--libcrystfel/src/mosflm.c2
-rw-r--r--libcrystfel/src/mosflm.h2
-rw-r--r--libcrystfel/src/peakfinder8.c2
-rw-r--r--libcrystfel/src/peakfinder8.h2
-rw-r--r--libcrystfel/src/peaks.c2
-rw-r--r--libcrystfel/src/peaks.h2
-rw-r--r--libcrystfel/src/pinkindexer.c2
-rw-r--r--libcrystfel/src/pinkindexer.h2
-rw-r--r--libcrystfel/src/predict-refine.c2
-rw-r--r--libcrystfel/src/predict-refine.h2
-rw-r--r--libcrystfel/src/rational.c4
-rw-r--r--libcrystfel/src/rational.h4
-rw-r--r--libcrystfel/src/reflist-utils.c2
-rw-r--r--libcrystfel/src/reflist-utils.h2
-rw-r--r--libcrystfel/src/reflist.c2
-rw-r--r--libcrystfel/src/reflist.h2
-rw-r--r--libcrystfel/src/render.c2
-rw-r--r--libcrystfel/src/render.h4
-rw-r--r--libcrystfel/src/spectrum.c4
-rw-r--r--libcrystfel/src/spectrum.h4
-rw-r--r--libcrystfel/src/stream.c2
-rw-r--r--libcrystfel/src/stream.h2
-rw-r--r--libcrystfel/src/symmetry.c2
-rw-r--r--libcrystfel/src/symmetry.h2
-rw-r--r--libcrystfel/src/symop.l4
-rw-r--r--libcrystfel/src/symop.y4
-rw-r--r--libcrystfel/src/taketwo.c2
-rw-r--r--libcrystfel/src/taketwo.h2
-rw-r--r--libcrystfel/src/thread-pool.c4
-rw-r--r--libcrystfel/src/thread-pool.h4
-rw-r--r--libcrystfel/src/utils.c2
-rw-r--r--libcrystfel/src/utils.h2
-rw-r--r--libcrystfel/src/xds.c2
-rw-r--r--libcrystfel/src/xds.h2
-rw-r--r--libcrystfel/src/xgandalf.c2
-rw-r--r--libcrystfel/src/xgandalf.h2
66 files changed, 77 insertions, 77 deletions
diff --git a/libcrystfel/src/asdf.c b/libcrystfel/src/asdf.c
index 6c9e6ca0..7185172d 100644
--- a/libcrystfel/src/asdf.c
+++ b/libcrystfel/src/asdf.c
@@ -4,7 +4,7 @@
* Alexandra's Superior Direction Finder, or
* Algorithm Similar to DirAx, FFT-based
*
- * Copyright © 2014-2017 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2014-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/libcrystfel/src/asdf.h b/libcrystfel/src/asdf.h
index 59dc6a86..d900c192 100644
--- a/libcrystfel/src/asdf.h
+++ b/libcrystfel/src/asdf.h
@@ -4,7 +4,7 @@
* Alexandra's Superior Direction Finder, or
* Algorithm Similar to DirAx, FFT-based
*
- * Copyright © 2014-2017 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2014-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/libcrystfel/src/cell-utils.c b/libcrystfel/src/cell-utils.c
index f9ef3218..d1276c5a 100644
--- a/libcrystfel/src/cell-utils.c
+++ b/libcrystfel/src/cell-utils.c
@@ -3,7 +3,7 @@
*
* Unit Cell utility functions
*
- * Copyright © 2012-2019 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
* Copyright © 2012 Lorenzo Galli
*
diff --git a/libcrystfel/src/cell-utils.h b/libcrystfel/src/cell-utils.h
index 5b705247..1c356588 100644
--- a/libcrystfel/src/cell-utils.h
+++ b/libcrystfel/src/cell-utils.h
@@ -3,7 +3,7 @@
*
* Unit Cell utility functions
*
- * Copyright © 2012-2019 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
* Copyright © 2012 Lorenzo Galli
*
diff --git a/libcrystfel/src/cell.c b/libcrystfel/src/cell.c
index e785c1c8..f6ed412d 100644
--- a/libcrystfel/src/cell.c
+++ b/libcrystfel/src/cell.c
@@ -3,7 +3,7 @@
*
* A class representing a unit cell
*
- * Copyright © 2012-2017 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
* Copyright © 2012 Richard Kirian
* Copyright © 2012 Lorenzo Galli
diff --git a/libcrystfel/src/cell.h b/libcrystfel/src/cell.h
index e12fc209..3deb92ff 100644
--- a/libcrystfel/src/cell.h
+++ b/libcrystfel/src/cell.h
@@ -3,7 +3,7 @@
*
* A class representing a unit cell
*
- * Copyright © 2012-2017 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
* Copyright © 2012 Richard Kirian
* Copyright © 2012 Lorenzo Galli
diff --git a/libcrystfel/src/crystal.c b/libcrystfel/src/crystal.c
index f6e881de..9202c668 100644
--- a/libcrystfel/src/crystal.c
+++ b/libcrystfel/src/crystal.c
@@ -3,7 +3,7 @@
*
* A class representing a single crystal
*
- * 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/libcrystfel/src/crystal.h b/libcrystfel/src/crystal.h
index f246ab35..669c173f 100644
--- a/libcrystfel/src/crystal.h
+++ b/libcrystfel/src/crystal.h
@@ -3,7 +3,7 @@
*
* A class representing a single crystal
*
- * Copyright © 2013-2015 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2013-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/libcrystfel/src/detector.c b/libcrystfel/src/detector.c
index 4d008e65..cefad709 100644
--- a/libcrystfel/src/detector.c
+++ b/libcrystfel/src/detector.c
@@ -3,7 +3,7 @@
*
* Detector properties
*
- * Copyright © 2012-2019 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
* Copyright © 2012 Richard Kirian
*
diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h
index b6181292..2176861f 100644
--- a/libcrystfel/src/detector.h
+++ b/libcrystfel/src/detector.h
@@ -3,7 +3,7 @@
*
* Detector properties
*
- * Copyright © 2012-2019 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
* Copyright © 2012 Richard Kirian
*
diff --git a/libcrystfel/src/dirax.c b/libcrystfel/src/dirax.c
index 3e02d5b5..24be87ba 100644
--- a/libcrystfel/src/dirax.c
+++ b/libcrystfel/src/dirax.c
@@ -3,7 +3,7 @@
*
* Invoke the DirAx auto-indexing program
*
- * Copyright © 2012-2017 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/libcrystfel/src/dirax.h b/libcrystfel/src/dirax.h
index e3b03565..33dc1189 100644
--- a/libcrystfel/src/dirax.h
+++ b/libcrystfel/src/dirax.h
@@ -3,7 +3,7 @@
*
* Invoke the DirAx auto-indexing program
*
- * Copyright © 2012-2017 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/libcrystfel/src/events.c b/libcrystfel/src/events.c
index b1cd5d11..491f7811 100644
--- a/libcrystfel/src/events.c
+++ b/libcrystfel/src/events.c
@@ -3,7 +3,7 @@
*
* Event properties
*
- * Copyright © 2012-2017 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/libcrystfel/src/events.h b/libcrystfel/src/events.h
index 6e9204b3..b743f827 100644
--- a/libcrystfel/src/events.h
+++ b/libcrystfel/src/events.h
@@ -3,7 +3,7 @@
*
* Event properties
*
- * 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/libcrystfel/src/felix.c b/libcrystfel/src/felix.c
index cac12410..2e4898e6 100644
--- a/libcrystfel/src/felix.c
+++ b/libcrystfel/src/felix.c
@@ -3,7 +3,7 @@
*
* Invoke Felix for multi-crystal autoindexing.
*
- * Copyright © 2015-2018 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2015-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/libcrystfel/src/felix.h b/libcrystfel/src/felix.h
index 8cec9754..4a992548 100644
--- a/libcrystfel/src/felix.h
+++ b/libcrystfel/src/felix.h
@@ -3,7 +3,7 @@
*
* Invoke Felix for multi-crystal autoindexing
*
- * Copyright © 2013-2017 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2013-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/libcrystfel/src/filters.c b/libcrystfel/src/filters.c
index 2f802dd3..352046aa 100644
--- a/libcrystfel/src/filters.c
+++ b/libcrystfel/src/filters.c
@@ -3,7 +3,7 @@
*
* Image filtering
*
- * 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/libcrystfel/src/filters.h b/libcrystfel/src/filters.h
index 5738726e..17c235b1 100644
--- a/libcrystfel/src/filters.h
+++ b/libcrystfel/src/filters.h
@@ -3,7 +3,7 @@
*
* Image filtering
*
- * 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/libcrystfel/src/geometry.c b/libcrystfel/src/geometry.c
index ef75199a..8f8a9672 100644
--- a/libcrystfel/src/geometry.c
+++ b/libcrystfel/src/geometry.c
@@ -3,7 +3,7 @@
*
* Geometry of diffraction
*
- * 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/libcrystfel/src/geometry.h b/libcrystfel/src/geometry.h
index dea27e02..afaa9d6c 100644
--- a/libcrystfel/src/geometry.h
+++ b/libcrystfel/src/geometry.h
@@ -3,7 +3,7 @@
*
* Geometry of diffraction
*
- * Copyright © 2013-2017 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2013-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
* Copyright © 2012 Richard Kirian
*
diff --git a/libcrystfel/src/hdf5-file.c b/libcrystfel/src/hdf5-file.c
index 8451c68a..d6f25729 100644
--- a/libcrystfel/src/hdf5-file.c
+++ b/libcrystfel/src/hdf5-file.c
@@ -3,7 +3,7 @@
*
* Read/write HDF5 data files
*
- * 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/libcrystfel/src/hdf5-file.h b/libcrystfel/src/hdf5-file.h
index 793d83cd..99f231e1 100644
--- a/libcrystfel/src/hdf5-file.h
+++ b/libcrystfel/src/hdf5-file.h
@@ -3,7 +3,7 @@
*
* Read/write HDF5 data files
*
- * Copyright © 2012-2017 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/libcrystfel/src/image.c b/libcrystfel/src/image.c
index 7c04d7f7..9768e15d 100644
--- a/libcrystfel/src/image.c
+++ b/libcrystfel/src/image.c
@@ -3,7 +3,7 @@
*
* Handle images and image features
*
- * Copyright © 2012-2017 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index 04fb18a0..d3bb56e5 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -3,7 +3,7 @@
*
* Handle images and image features
*
- * 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/libcrystfel/src/index.c b/libcrystfel/src/index.c
index 9e006ef7..dc689df2 100644
--- a/libcrystfel/src/index.c
+++ b/libcrystfel/src/index.c
@@ -3,7 +3,7 @@
*
* Perform indexing (somehow)
*
- * Copyright © 2012-2017 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
* Copyright © 2012 Lorenzo Galli
*
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h
index 5e9e40ad..0c899199 100644
--- a/libcrystfel/src/index.h
+++ b/libcrystfel/src/index.h
@@ -3,7 +3,7 @@
*
* Perform indexing (somehow)
*
- * Copyright © 2012-2017 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
* Copyright © 2012 Richard Kirian
* Copyright © 2012 Lorenzo Galli
diff --git a/libcrystfel/src/integer_matrix.c b/libcrystfel/src/integer_matrix.c
index 16aff5bc..43f41eeb 100644
--- a/libcrystfel/src/integer_matrix.c
+++ b/libcrystfel/src/integer_matrix.c
@@ -3,8 +3,8 @@
*
* A small integer matrix library
*
- * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
- * a research centre of the Helmholtz Association.
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
*
* Authors:
* 2012 Thomas White <taw@physics.org>
diff --git a/libcrystfel/src/integer_matrix.h b/libcrystfel/src/integer_matrix.h
index 25c0fb99..024480c3 100644
--- a/libcrystfel/src/integer_matrix.h
+++ b/libcrystfel/src/integer_matrix.h
@@ -3,8 +3,8 @@
*
* A small integer matrix library
*
- * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
- * a research centre of the Helmholtz Association.
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
*
* Authors:
* 2012 Thomas White <taw@physics.org>
diff --git a/libcrystfel/src/integration.c b/libcrystfel/src/integration.c
index 1384c20b..c922f703 100644
--- a/libcrystfel/src/integration.c
+++ b/libcrystfel/src/integration.c
@@ -3,7 +3,7 @@
*
* Integration of intensities
*
- * 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/libcrystfel/src/integration.h b/libcrystfel/src/integration.h
index 99945198..11e67dbe 100644
--- a/libcrystfel/src/integration.h
+++ b/libcrystfel/src/integration.h
@@ -3,7 +3,7 @@
*
* Integration of intensities
*
- * Copyright © 2012-2015 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/libcrystfel/src/mosflm.c b/libcrystfel/src/mosflm.c
index 44761e47..ef282cbe 100644
--- a/libcrystfel/src/mosflm.c
+++ b/libcrystfel/src/mosflm.c
@@ -3,7 +3,7 @@
*
* Invoke the DPS auto-indexing algorithm through MOSFLM
*
- * Copyright © 2012-2018 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
* Copyright © 2012 Richard Kirian
*
diff --git a/libcrystfel/src/mosflm.h b/libcrystfel/src/mosflm.h
index d39f0854..b6d708f5 100644
--- a/libcrystfel/src/mosflm.h
+++ b/libcrystfel/src/mosflm.h
@@ -3,7 +3,7 @@
*
* Invoke the DPS auto-indexing algorithm through MOSFLM
*
- * Copyright © 2012-2017 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
* Copyright © 2012 Richard Kirian
*
diff --git a/libcrystfel/src/peakfinder8.c b/libcrystfel/src/peakfinder8.c
index 30082580..c3f7c391 100644
--- a/libcrystfel/src/peakfinder8.c
+++ b/libcrystfel/src/peakfinder8.c
@@ -3,7 +3,7 @@
*
* The peakfinder8 algorithm
*
- * Copyright © 2012-2017 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/libcrystfel/src/peakfinder8.h b/libcrystfel/src/peakfinder8.h
index e25cf0ec..b4d54fd1 100644
--- a/libcrystfel/src/peakfinder8.h
+++ b/libcrystfel/src/peakfinder8.h
@@ -3,7 +3,7 @@
*
* The peakfinder8 algorithm
*
- * Copyright © 2012-2017 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/libcrystfel/src/peaks.c b/libcrystfel/src/peaks.c
index cd65a0c7..7f2526bc 100644
--- a/libcrystfel/src/peaks.c
+++ b/libcrystfel/src/peaks.c
@@ -3,7 +3,7 @@
*
* Peak search and other image analysis
*
- * Copyright © 2012-2018 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
* Copyright © 2012 Richard Kirian
*
diff --git a/libcrystfel/src/peaks.h b/libcrystfel/src/peaks.h
index 65c3a1ef..6e61758c 100644
--- a/libcrystfel/src/peaks.h
+++ b/libcrystfel/src/peaks.h
@@ -3,7 +3,7 @@
*
* Peak search and other image analysis
*
- * Copyright © 2012-2018 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/libcrystfel/src/pinkindexer.c b/libcrystfel/src/pinkindexer.c
index be48ecff..8941080a 100644
--- a/libcrystfel/src/pinkindexer.c
+++ b/libcrystfel/src/pinkindexer.c
@@ -3,7 +3,7 @@
*
* Interface to PinkIndexer
*
- * Copyright © 2017-2019 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2017-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/libcrystfel/src/pinkindexer.h b/libcrystfel/src/pinkindexer.h
index fed04917..f1c4f5b0 100644
--- a/libcrystfel/src/pinkindexer.h
+++ b/libcrystfel/src/pinkindexer.h
@@ -3,7 +3,7 @@
*
* Interface to PinkIndexer
*
- * Copyright © 2017-2019 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2017-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/libcrystfel/src/predict-refine.c b/libcrystfel/src/predict-refine.c
index 84e3c5bf..aff5fc22 100644
--- a/libcrystfel/src/predict-refine.c
+++ b/libcrystfel/src/predict-refine.c
@@ -3,7 +3,7 @@
*
* 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/libcrystfel/src/predict-refine.h b/libcrystfel/src/predict-refine.h
index 5b3c05e1..6396df8a 100644
--- a/libcrystfel/src/predict-refine.h
+++ b/libcrystfel/src/predict-refine.h
@@ -3,7 +3,7 @@
*
* Prediction refinement
*
- * Copyright © 2012-2015 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/libcrystfel/src/rational.c b/libcrystfel/src/rational.c
index d59da59c..05bca429 100644
--- a/libcrystfel/src/rational.c
+++ b/libcrystfel/src/rational.c
@@ -3,8 +3,8 @@
*
* A small rational number library
*
- * 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/libcrystfel/src/rational.h b/libcrystfel/src/rational.h
index 880bdbeb..f8aaa537 100644
--- a/libcrystfel/src/rational.h
+++ b/libcrystfel/src/rational.h
@@ -3,8 +3,8 @@
*
* A small rational number library
*
- * 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/libcrystfel/src/reflist-utils.c b/libcrystfel/src/reflist-utils.c
index d514990a..7a41f335 100644
--- a/libcrystfel/src/reflist-utils.c
+++ b/libcrystfel/src/reflist-utils.c
@@ -3,7 +3,7 @@
*
* Utilities to complement the core reflist.c
*
- * Copyright © 2012-2018 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/libcrystfel/src/reflist-utils.h b/libcrystfel/src/reflist-utils.h
index 68695ae2..9eb21ecb 100644
--- a/libcrystfel/src/reflist-utils.h
+++ b/libcrystfel/src/reflist-utils.h
@@ -3,7 +3,7 @@
*
* Utilities to complement the core reflist.c
*
- * Copyright © 2012-2018 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/libcrystfel/src/reflist.c b/libcrystfel/src/reflist.c
index ee601018..9cedfc86 100644
--- a/libcrystfel/src/reflist.c
+++ b/libcrystfel/src/reflist.c
@@ -3,7 +3,7 @@
*
* Fast reflection/peak list
*
- * Copyright © 2012-2018 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/libcrystfel/src/reflist.h b/libcrystfel/src/reflist.h
index 110280d6..3085a2aa 100644
--- a/libcrystfel/src/reflist.h
+++ b/libcrystfel/src/reflist.h
@@ -3,7 +3,7 @@
*
* Fast reflection/peak list
*
- * Copyright © 2012-2018 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/libcrystfel/src/render.c b/libcrystfel/src/render.c
index f7dd86fc..284f4c46 100644
--- a/libcrystfel/src/render.c
+++ b/libcrystfel/src/render.c
@@ -3,7 +3,7 @@
*
* Render a high dynamic range buffer in some sensible way
*
- * 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/libcrystfel/src/render.h b/libcrystfel/src/render.h
index 0c2360b1..a3292515 100644
--- a/libcrystfel/src/render.h
+++ b/libcrystfel/src/render.h
@@ -3,8 +3,8 @@
*
* Render a high dynamic range buffer in some sensible way
*
- * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
- * a research centre of the Helmholtz Association.
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
*
* Authors:
* 2009-2012 Thomas White <taw@physics.org>
diff --git a/libcrystfel/src/spectrum.c b/libcrystfel/src/spectrum.c
index 62dab7b0..e00b697f 100644
--- a/libcrystfel/src/spectrum.c
+++ b/libcrystfel/src/spectrum.c
@@ -3,8 +3,8 @@
*
* A class representing a radiation spectrum
*
- * 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/libcrystfel/src/spectrum.h b/libcrystfel/src/spectrum.h
index 21f1e087..55578974 100644
--- a/libcrystfel/src/spectrum.h
+++ b/libcrystfel/src/spectrum.h
@@ -3,8 +3,8 @@
*
* A class representing a radiation spectrum
*
- * 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/libcrystfel/src/stream.c b/libcrystfel/src/stream.c
index 3007c855..bfe4a50a 100644
--- a/libcrystfel/src/stream.c
+++ b/libcrystfel/src/stream.c
@@ -3,7 +3,7 @@
*
* Stream tools
*
- * Copyright © 2013-2019 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2013-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
* Copyright © 2012 Richard Kirian
*
diff --git a/libcrystfel/src/stream.h b/libcrystfel/src/stream.h
index da2d40f8..f3e4d7e8 100644
--- a/libcrystfel/src/stream.h
+++ b/libcrystfel/src/stream.h
@@ -3,7 +3,7 @@
*
* Stream tools
*
- * Copyright © 2013-2019 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2013-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/libcrystfel/src/symmetry.c b/libcrystfel/src/symmetry.c
index e834e357..32c5f6c3 100644
--- a/libcrystfel/src/symmetry.c
+++ b/libcrystfel/src/symmetry.c
@@ -3,7 +3,7 @@
*
* Symmetry
*
- * 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/libcrystfel/src/symmetry.h b/libcrystfel/src/symmetry.h
index 42a2b9fb..f71cadb9 100644
--- a/libcrystfel/src/symmetry.h
+++ b/libcrystfel/src/symmetry.h
@@ -3,7 +3,7 @@
*
* Symmetry
*
- * 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/libcrystfel/src/symop.l b/libcrystfel/src/symop.l
index ed38a65e..f4b2a79e 100644
--- a/libcrystfel/src/symop.l
+++ b/libcrystfel/src/symop.l
@@ -3,8 +3,8 @@
*
* Lexical scanner for symmetry operations
*
- * 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/libcrystfel/src/symop.y b/libcrystfel/src/symop.y
index be31c21d..08584594 100644
--- a/libcrystfel/src/symop.y
+++ b/libcrystfel/src/symop.y
@@ -3,8 +3,8 @@
*
* Parser for symmetry operations
*
- * 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/libcrystfel/src/taketwo.c b/libcrystfel/src/taketwo.c
index 63840d2b..a67d372c 100644
--- a/libcrystfel/src/taketwo.c
+++ b/libcrystfel/src/taketwo.c
@@ -4,7 +4,7 @@
* Rewrite of TakeTwo algorithm (Acta D72 (8) 956-965) for CrystFEL
*
* Copyright © 2016-2017 Helen Ginn
- * Copyright © 2016-2017 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2016-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/libcrystfel/src/taketwo.h b/libcrystfel/src/taketwo.h
index b1479faa..2239a77a 100644
--- a/libcrystfel/src/taketwo.h
+++ b/libcrystfel/src/taketwo.h
@@ -4,7 +4,7 @@
* Rewrite of TakeTwo algorithm (Acta D72 (8) 956-965) for CrystFEL
*
* Copyright © 2016-2017 Helen Ginn
- * Copyright © 2016-2017 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2016-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors:
diff --git a/libcrystfel/src/thread-pool.c b/libcrystfel/src/thread-pool.c
index 936baf92..67645b1e 100644
--- a/libcrystfel/src/thread-pool.c
+++ b/libcrystfel/src/thread-pool.c
@@ -3,8 +3,8 @@
*
* A thread pool implementation
*
- * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
- * a research centre of the Helmholtz Association.
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
*
* Authors:
* 2010-2012 Thomas White <taw@physics.org>
diff --git a/libcrystfel/src/thread-pool.h b/libcrystfel/src/thread-pool.h
index d1def8b9..16fb38bf 100644
--- a/libcrystfel/src/thread-pool.h
+++ b/libcrystfel/src/thread-pool.h
@@ -3,8 +3,8 @@
*
* A thread pool implementation
*
- * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
- * a research centre of the Helmholtz Association.
+ * Copyright © 2012-2020 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
*
* Authors:
* 2010-2012 Thomas White <taw@physics.org>
diff --git a/libcrystfel/src/utils.c b/libcrystfel/src/utils.c
index ba6f44c3..4873b050 100644
--- a/libcrystfel/src/utils.c
+++ b/libcrystfel/src/utils.c
@@ -3,7 +3,7 @@
*
* Utility stuff
*
- * 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/libcrystfel/src/utils.h b/libcrystfel/src/utils.h
index 02aca4c7..beb05ee0 100644
--- a/libcrystfel/src/utils.h
+++ b/libcrystfel/src/utils.h
@@ -3,7 +3,7 @@
*
* Utility stuff
*
- * 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/libcrystfel/src/xds.c b/libcrystfel/src/xds.c
index cae7ce71..ab6335db 100644
--- a/libcrystfel/src/xds.c
+++ b/libcrystfel/src/xds.c
@@ -3,7 +3,7 @@
*
* Invoke xds for crystal autoindexing
*
- * Copyright © 2013-2018 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2013-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
* Copyright © 2013 Cornelius Gati
*
diff --git a/libcrystfel/src/xds.h b/libcrystfel/src/xds.h
index 811c0dc9..bb96feca 100644
--- a/libcrystfel/src/xds.h
+++ b/libcrystfel/src/xds.h
@@ -3,7 +3,7 @@
*
* Invoke xds for crystal autoindexing
*
- * Copyright © 2013-2017 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2013-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
* Copyright © 2013 Cornelius Gati
*
diff --git a/libcrystfel/src/xgandalf.c b/libcrystfel/src/xgandalf.c
index 2b5bd512..9135c2f3 100644
--- a/libcrystfel/src/xgandalf.c
+++ b/libcrystfel/src/xgandalf.c
@@ -3,7 +3,7 @@
*
* Interface to XGANDALF indexer
*
- * 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/libcrystfel/src/xgandalf.h b/libcrystfel/src/xgandalf.h
index 7cc85388..07fcba01 100644
--- a/libcrystfel/src/xgandalf.h
+++ b/libcrystfel/src/xgandalf.h
@@ -3,7 +3,7 @@
*
* Interface to XGANDALF indexer
*
- * Copyright © 2017-2018 Deutsches Elektronen-Synchrotron DESY,
+ * Copyright © 2017-2020 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
*
* Authors: