aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/beam-parameters.c2
-rw-r--r--libcrystfel/src/beam-parameters.h2
-rw-r--r--libcrystfel/src/cell.c4
-rw-r--r--libcrystfel/src/cell.h4
-rw-r--r--libcrystfel/src/detector.c4
-rw-r--r--libcrystfel/src/detector.h4
-rw-r--r--libcrystfel/src/dirax.c2
-rw-r--r--libcrystfel/src/dirax.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.h4
-rw-r--r--libcrystfel/src/image.c2
-rw-r--r--libcrystfel/src/index-priv.h2
-rw-r--r--libcrystfel/src/index.c4
-rw-r--r--libcrystfel/src/index.h6
-rw-r--r--libcrystfel/src/mosflm.c5
-rw-r--r--libcrystfel/src/mosflm.h5
-rw-r--r--libcrystfel/src/peaks.c4
-rw-r--r--libcrystfel/src/peaks.h2
-rw-r--r--libcrystfel/src/reax.c2
-rw-r--r--libcrystfel/src/reax.h2
-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/stream.c6
-rw-r--r--libcrystfel/src/stream.h3
-rw-r--r--libcrystfel/src/symmetry.c2
-rw-r--r--libcrystfel/src/symmetry.h2
-rw-r--r--libcrystfel/src/thread-pool.c2
-rw-r--r--libcrystfel/src/thread-pool.h2
32 files changed, 60 insertions, 33 deletions
diff --git a/libcrystfel/src/beam-parameters.c b/libcrystfel/src/beam-parameters.c
index 282a4806..bc5ee67c 100644
--- a/libcrystfel/src/beam-parameters.c
+++ b/libcrystfel/src/beam-parameters.c
@@ -7,7 +7,7 @@
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2010,2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/beam-parameters.h b/libcrystfel/src/beam-parameters.h
index e49b7d26..fe3d3c56 100644
--- a/libcrystfel/src/beam-parameters.h
+++ b/libcrystfel/src/beam-parameters.h
@@ -7,7 +7,7 @@
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2010,2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/cell.c b/libcrystfel/src/cell.c
index d6cceb67..8412fc62 100644
--- a/libcrystfel/src/cell.c
+++ b/libcrystfel/src/cell.c
@@ -5,9 +5,13 @@
*
* Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
+ * Copyright © 2012 Richard Kirian
+ * Copyright © 2012 Lorenzo Galli
*
* Authors:
* 2009-2012 Thomas White <taw@physics.org>
+ * 2010 Richard Kirian
+ * 2012 Lorenzo Galli
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/cell.h b/libcrystfel/src/cell.h
index b15eaa97..cbe84772 100644
--- a/libcrystfel/src/cell.h
+++ b/libcrystfel/src/cell.h
@@ -5,9 +5,13 @@
*
* Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
+ * Copyright © 2012 Richard Kirian
+ * Copyright © 2012 Lorenzo Galli
*
* Authors:
* 2009-2012 Thomas White <taw@physics.org>
+ * 2010,2012 Richard Kirian
+ * 2012 Lorenzo Galli
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/detector.c b/libcrystfel/src/detector.c
index 685767c0..50874efd 100644
--- a/libcrystfel/src/detector.c
+++ b/libcrystfel/src/detector.c
@@ -5,10 +5,12 @@
*
* Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
+ * Copyright © 2012 Richard Kirian
*
* Authors:
* 2009-2012 Thomas White <taw@physics.org>
- * 2012 Richard Kirian <rkirian@asu.edu>
+ * 2011 Andrew Aquila
+ * 2011 Richard Kirian <rkirian@asu.edu>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h
index 799719f8..02d66cd4 100644
--- a/libcrystfel/src/detector.h
+++ b/libcrystfel/src/detector.h
@@ -5,10 +5,12 @@
*
* Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
+ * Copyright © 2012 Richard Kirian
*
* Authors:
* 2009-2012 Thomas White <taw@physics.org>
- * 2011 Richard Kirian <rkirian@asu.edu>
+ * 2011-2012 Richard Kirian <rkirian@asu.edu>
+ * 2011 Andrew Aquila
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/dirax.c b/libcrystfel/src/dirax.c
index 9460ee0d..20f48bd3 100644
--- a/libcrystfel/src/dirax.c
+++ b/libcrystfel/src/dirax.c
@@ -7,7 +7,7 @@
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2010-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/dirax.h b/libcrystfel/src/dirax.h
index 70bd6e69..ce3cd4b0 100644
--- a/libcrystfel/src/dirax.h
+++ b/libcrystfel/src/dirax.h
@@ -7,7 +7,7 @@
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2010,2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/filters.c b/libcrystfel/src/filters.c
index 88480544..0b84eb14 100644
--- a/libcrystfel/src/filters.c
+++ b/libcrystfel/src/filters.c
@@ -7,7 +7,7 @@
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2010-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/filters.h b/libcrystfel/src/filters.h
index 2153fe9e..bda480c9 100644
--- a/libcrystfel/src/filters.h
+++ b/libcrystfel/src/filters.h
@@ -7,7 +7,7 @@
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2010,2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/geometry.c b/libcrystfel/src/geometry.c
index e1dfa8cb..6a807d3b 100644
--- a/libcrystfel/src/geometry.c
+++ b/libcrystfel/src/geometry.c
@@ -7,7 +7,7 @@
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2010-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/geometry.h b/libcrystfel/src/geometry.h
index 3a333794..94b496e6 100644
--- a/libcrystfel/src/geometry.h
+++ b/libcrystfel/src/geometry.h
@@ -5,9 +5,11 @@
*
* Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
+ * Copyright © 2012 Richard Kirian
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2010-2012 Thomas White <taw@physics.org>
+ * 2012 Richard Kirian
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/image.c b/libcrystfel/src/image.c
index 1ff7eb29..093e20f2 100644
--- a/libcrystfel/src/image.c
+++ b/libcrystfel/src/image.c
@@ -7,7 +7,7 @@
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2011-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/index-priv.h b/libcrystfel/src/index-priv.h
index 35789551..6fccee9f 100644
--- a/libcrystfel/src/index-priv.h
+++ b/libcrystfel/src/index-priv.h
@@ -7,7 +7,7 @@
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2010,2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c
index 49d9218e..3d0f164b 100644
--- a/libcrystfel/src/index.c
+++ b/libcrystfel/src/index.c
@@ -5,10 +5,12 @@
*
* Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
+ * Copyright © 2012 Lorenzo Galli
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2010-2012 Thomas White <taw@physics.org>
* 2010-2011 Richard Kirian <rkirian@asu.edu>
+ * 2012 Lorenzo Galli
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h
index e8af1735..c4e15f09 100644
--- a/libcrystfel/src/index.h
+++ b/libcrystfel/src/index.h
@@ -5,9 +5,13 @@
*
* Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
+ * Copyright © 2012 Richard Kirian
+ * Copyright © 2012 Lorenzo Galli
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2010-2012 Thomas White <taw@physics.org>
+ * 2010 Richard Kirian
+ * 2012 Lorenzo Galli
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/mosflm.c b/libcrystfel/src/mosflm.c
index 096810de..3e29a4f8 100644
--- a/libcrystfel/src/mosflm.c
+++ b/libcrystfel/src/mosflm.c
@@ -5,10 +5,11 @@
*
* Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
+ * Copyright © 2012 Richard Kirian
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
- * 2010-2011 Richard Kirian <rkirian@asu.edu>
+ * 2010 Richard Kirian <rkirian@asu.edu>
+ * 2010-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/mosflm.h b/libcrystfel/src/mosflm.h
index 808dc2c2..ba1eb73d 100644
--- a/libcrystfel/src/mosflm.h
+++ b/libcrystfel/src/mosflm.h
@@ -5,10 +5,11 @@
*
* Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
+ * Copyright © 2012 Richard Kirian
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
- * 2010-2011 Richard Kirian <rkirian@asu.edu>
+ * 2010 Richard Kirian <rkirian@asu.edu>
+ * 2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/peaks.c b/libcrystfel/src/peaks.c
index 4d095b13..544dd777 100644
--- a/libcrystfel/src/peaks.c
+++ b/libcrystfel/src/peaks.c
@@ -5,10 +5,12 @@
*
* Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
+ * Copyright © 2012 Richard Kirian
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2010-2012 Thomas White <taw@physics.org>
* 2011 Andrew Martin <andrew.martin@desy.de>
+ * 2011 Richard Kirian
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/peaks.h b/libcrystfel/src/peaks.h
index 05ef8ff1..afc7b868 100644
--- a/libcrystfel/src/peaks.h
+++ b/libcrystfel/src/peaks.h
@@ -7,7 +7,7 @@
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2010-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/reax.c b/libcrystfel/src/reax.c
index 64864dce..58dce40a 100644
--- a/libcrystfel/src/reax.c
+++ b/libcrystfel/src/reax.c
@@ -7,7 +7,7 @@
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2011-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/reax.h b/libcrystfel/src/reax.h
index 713cfb73..01dfe649 100644
--- a/libcrystfel/src/reax.h
+++ b/libcrystfel/src/reax.h
@@ -7,7 +7,7 @@
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2011-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/reflist-utils.c b/libcrystfel/src/reflist-utils.c
index bd6705f7..1af48507 100644
--- a/libcrystfel/src/reflist-utils.c
+++ b/libcrystfel/src/reflist-utils.c
@@ -7,7 +7,7 @@
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2011-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/reflist-utils.h b/libcrystfel/src/reflist-utils.h
index ce7db7bd..f371c64d 100644
--- a/libcrystfel/src/reflist-utils.h
+++ b/libcrystfel/src/reflist-utils.h
@@ -7,7 +7,7 @@
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2011-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/reflist.c b/libcrystfel/src/reflist.c
index 041c02b8..24550012 100644
--- a/libcrystfel/src/reflist.c
+++ b/libcrystfel/src/reflist.c
@@ -7,7 +7,7 @@
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2011-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/reflist.h b/libcrystfel/src/reflist.h
index 2a74cf64..c9bb8f0d 100644
--- a/libcrystfel/src/reflist.h
+++ b/libcrystfel/src/reflist.h
@@ -7,7 +7,7 @@
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2011-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c
index d4286bd4..0b6765fb 100644
--- a/libcrystfel/src/stream.c
+++ b/libcrystfel/src/stream.c
@@ -5,10 +5,12 @@
*
* Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
* a research centre of the Helmholtz Association.
+ * Copyright © 2012 Richard Kirian
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
- * 2011 Richard Kirian <rkirian@asu.edu>
+ * 2010-2012 Thomas White <taw@physics.org>
+ * 2011 Richard Kirian
+ * 2011 Andrew Aquila
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/stream.h b/libcrystfel/src/stream.h
index ed9ed563..a544798f 100644
--- a/libcrystfel/src/stream.h
+++ b/libcrystfel/src/stream.h
@@ -7,7 +7,8 @@
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2010-2012 Thomas White <taw@physics.org>
+ * 2011 Andrew Aquila
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/symmetry.c b/libcrystfel/src/symmetry.c
index d14b4f09..ab837ec0 100644
--- a/libcrystfel/src/symmetry.c
+++ b/libcrystfel/src/symmetry.c
@@ -7,7 +7,7 @@
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2010-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/symmetry.h b/libcrystfel/src/symmetry.h
index 1c874eda..b600bbc0 100644
--- a/libcrystfel/src/symmetry.h
+++ b/libcrystfel/src/symmetry.h
@@ -7,7 +7,7 @@
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2010-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/thread-pool.c b/libcrystfel/src/thread-pool.c
index dc53a50e..6824947c 100644
--- a/libcrystfel/src/thread-pool.c
+++ b/libcrystfel/src/thread-pool.c
@@ -7,7 +7,7 @@
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2010-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/thread-pool.h b/libcrystfel/src/thread-pool.h
index 0bb20fc8..7f07f78d 100644
--- a/libcrystfel/src/thread-pool.h
+++ b/libcrystfel/src/thread-pool.h
@@ -7,7 +7,7 @@
* a research centre of the Helmholtz Association.
*
* Authors:
- * 2009-2012 Thomas White <taw@physics.org>
+ * 2010-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*