aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-03-09 18:48:21 +0100
committerThomas White <taw@physics.org>2012-03-09 18:48:21 +0100
commit29d658bb5d5fdc40791d659c857e977c5d3f2441 (patch)
tree0cc1b9a4680f6a00938a3120bcb978816b0c79e1 /libcrystfel
parent01c4ccd0c52f463a58d12f645be5147140447bf8 (diff)
Update licence notices in line with recommendations from TT
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/beam-parameters.c6
-rw-r--r--libcrystfel/src/beam-parameters.h6
-rw-r--r--libcrystfel/src/cell.c6
-rw-r--r--libcrystfel/src/cell.h6
-rw-r--r--libcrystfel/src/detector.c8
-rw-r--r--libcrystfel/src/detector.h8
-rw-r--r--libcrystfel/src/dirax.c6
-rw-r--r--libcrystfel/src/dirax.h6
-rw-r--r--libcrystfel/src/filters.c6
-rw-r--r--libcrystfel/src/filters.h6
-rw-r--r--libcrystfel/src/geometry.c6
-rw-r--r--libcrystfel/src/geometry.h6
-rw-r--r--libcrystfel/src/hdf5-file.c6
-rw-r--r--libcrystfel/src/hdf5-file.h6
-rw-r--r--libcrystfel/src/image.c6
-rw-r--r--libcrystfel/src/image.h6
-rw-r--r--libcrystfel/src/index-priv.h6
-rw-r--r--libcrystfel/src/index.c8
-rw-r--r--libcrystfel/src/index.h6
-rw-r--r--libcrystfel/src/mosflm.c8
-rw-r--r--libcrystfel/src/mosflm.h8
-rw-r--r--libcrystfel/src/peaks.h6
-rw-r--r--libcrystfel/src/reax.c6
-rw-r--r--libcrystfel/src/reax.h6
-rw-r--r--libcrystfel/src/reflist-utils.c6
-rw-r--r--libcrystfel/src/reflist-utils.h6
-rw-r--r--libcrystfel/src/reflist.c6
-rw-r--r--libcrystfel/src/reflist.h6
-rw-r--r--libcrystfel/src/render.c6
-rw-r--r--libcrystfel/src/render.h6
-rw-r--r--libcrystfel/src/statistics.c6
-rw-r--r--libcrystfel/src/statistics.h6
-rw-r--r--libcrystfel/src/stream.c8
-rw-r--r--libcrystfel/src/stream.h6
-rw-r--r--libcrystfel/src/symmetry.c6
-rw-r--r--libcrystfel/src/symmetry.h6
-rw-r--r--libcrystfel/src/thread-pool.c6
-rw-r--r--libcrystfel/src/thread-pool.h6
-rw-r--r--libcrystfel/src/utils.c6
-rw-r--r--libcrystfel/src/utils.h6
40 files changed, 206 insertions, 46 deletions
diff --git a/libcrystfel/src/beam-parameters.c b/libcrystfel/src/beam-parameters.c
index 654d7550..282a4806 100644
--- a/libcrystfel/src/beam-parameters.c
+++ b/libcrystfel/src/beam-parameters.c
@@ -3,7 +3,11 @@
*
* Beam parameters
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-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 2cf1bf39..e49b7d26 100644
--- a/libcrystfel/src/beam-parameters.h
+++ b/libcrystfel/src/beam-parameters.h
@@ -3,7 +3,11 @@
*
* Beam parameters
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-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 63843b50..d6cceb67 100644
--- a/libcrystfel/src/cell.c
+++ b/libcrystfel/src/cell.c
@@ -3,7 +3,11 @@
*
* Unit Cell Calculations
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/cell.h b/libcrystfel/src/cell.h
index 1225b517..b15eaa97 100644
--- a/libcrystfel/src/cell.h
+++ b/libcrystfel/src/cell.h
@@ -3,7 +3,11 @@
*
* Unit Cell Calculations
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/detector.c b/libcrystfel/src/detector.c
index 6c4dcbb6..491f7e8a 100644
--- a/libcrystfel/src/detector.c
+++ b/libcrystfel/src/detector.c
@@ -3,8 +3,12 @@
*
* Detector properties
*
- * Copyright © 2012 Thomas White <taw@physics.org>
- * Copyright © 2012 Richard Kirian <rkirian@asu.edu>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-2012 Thomas White <taw@physics.org>
+ * 2012 Richard Kirian <rkirian@asu.edu>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/detector.h b/libcrystfel/src/detector.h
index b3743935..7214ac29 100644
--- a/libcrystfel/src/detector.h
+++ b/libcrystfel/src/detector.h
@@ -3,8 +3,12 @@
*
* Detector properties
*
- * Copyright © 2012 Thomas White <taw@physics.org>
- * Copyright © 2012 Richard Kirian <rkirian@asu.edu>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-2012 Thomas White <taw@physics.org>
+ * 2011 Richard Kirian <rkirian@asu.edu>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/dirax.c b/libcrystfel/src/dirax.c
index b6276fbd..9460ee0d 100644
--- a/libcrystfel/src/dirax.c
+++ b/libcrystfel/src/dirax.c
@@ -3,7 +3,11 @@
*
* Invoke the DirAx auto-indexing program
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-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 5b89196d..70bd6e69 100644
--- a/libcrystfel/src/dirax.h
+++ b/libcrystfel/src/dirax.h
@@ -3,7 +3,11 @@
*
* Invoke the DirAx auto-indexing program
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-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 3c5d91b3..88480544 100644
--- a/libcrystfel/src/filters.c
+++ b/libcrystfel/src/filters.c
@@ -3,7 +3,11 @@
*
* Image filtering
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-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 1cf8a80c..2153fe9e 100644
--- a/libcrystfel/src/filters.h
+++ b/libcrystfel/src/filters.h
@@ -3,7 +3,11 @@
*
* Image filtering
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-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 1aa834ec..e1dfa8cb 100644
--- a/libcrystfel/src/geometry.c
+++ b/libcrystfel/src/geometry.c
@@ -3,7 +3,11 @@
*
* Geometry of diffraction
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-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 5264e4ee..3a333794 100644
--- a/libcrystfel/src/geometry.h
+++ b/libcrystfel/src/geometry.h
@@ -3,7 +3,11 @@
*
* Geometry of diffraction
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/hdf5-file.c b/libcrystfel/src/hdf5-file.c
index 0310465c..c1b38507 100644
--- a/libcrystfel/src/hdf5-file.c
+++ b/libcrystfel/src/hdf5-file.c
@@ -3,7 +3,11 @@
*
* Read/write HDF5 data files
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/hdf5-file.h b/libcrystfel/src/hdf5-file.h
index eec71554..2ef76304 100644
--- a/libcrystfel/src/hdf5-file.h
+++ b/libcrystfel/src/hdf5-file.h
@@ -3,7 +3,11 @@
*
* Read/write HDF5 data files
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/image.c b/libcrystfel/src/image.c
index c46f5056..1ff7eb29 100644
--- a/libcrystfel/src/image.c
+++ b/libcrystfel/src/image.c
@@ -3,7 +3,11 @@
*
* Handle images and image features
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/image.h b/libcrystfel/src/image.h
index bdf4b18a..ac011d14 100644
--- a/libcrystfel/src/image.h
+++ b/libcrystfel/src/image.h
@@ -3,7 +3,11 @@
*
* Handle images and image features
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-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 566c72fa..35789551 100644
--- a/libcrystfel/src/index-priv.h
+++ b/libcrystfel/src/index-priv.h
@@ -3,7 +3,11 @@
*
* Indexing private data
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-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 fd9bb931..49d9218e 100644
--- a/libcrystfel/src/index.c
+++ b/libcrystfel/src/index.c
@@ -3,8 +3,12 @@
*
* Perform indexing (somehow)
*
- * Copyright © 2012 Thomas White <taw@physics.org>
- * Copyright © 2012 Richard Kirian <rkirian@asu.edu>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-2012 Thomas White <taw@physics.org>
+ * 2010-2011 Richard Kirian <rkirian@asu.edu>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/index.h b/libcrystfel/src/index.h
index 464e754a..e8af1735 100644
--- a/libcrystfel/src/index.h
+++ b/libcrystfel/src/index.h
@@ -3,7 +3,11 @@
*
* Perform indexing (somehow)
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/mosflm.c b/libcrystfel/src/mosflm.c
index c344dd53..096810de 100644
--- a/libcrystfel/src/mosflm.c
+++ b/libcrystfel/src/mosflm.c
@@ -3,8 +3,12 @@
*
* Invoke the DPS auto-indexing algorithm through MOSFLM
*
- * Copyright © 2012 Thomas White <taw@physics.org>
- * Copyright © 2012 Richard Kirian <rkirian@asu.edu>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-2012 Thomas White <taw@physics.org>
+ * 2010-2011 Richard Kirian <rkirian@asu.edu>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/mosflm.h b/libcrystfel/src/mosflm.h
index 0580dae8..808dc2c2 100644
--- a/libcrystfel/src/mosflm.h
+++ b/libcrystfel/src/mosflm.h
@@ -3,8 +3,12 @@
*
* Invoke the DPS auto-indexing algorithm through MOSFLM
*
- * Copyright © 2012 Thomas White <taw@physics.org>
- * Copyright © 2012 Richard Kirian <rkirian@asu.edu>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-2012 Thomas White <taw@physics.org>
+ * 2010-2011 Richard Kirian <rkirian@asu.edu>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/peaks.h b/libcrystfel/src/peaks.h
index 8940a62e..05ef8ff1 100644
--- a/libcrystfel/src/peaks.h
+++ b/libcrystfel/src/peaks.h
@@ -3,7 +3,11 @@
*
* Peak search and other image analysis
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-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 057a89aa..64864dce 100644
--- a/libcrystfel/src/reax.c
+++ b/libcrystfel/src/reax.c
@@ -3,7 +3,11 @@
*
* A new auto-indexer
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-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 af514b89..713cfb73 100644
--- a/libcrystfel/src/reax.h
+++ b/libcrystfel/src/reax.h
@@ -3,7 +3,11 @@
*
* A new auto-indexer
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-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 a84371f3..bd6705f7 100644
--- a/libcrystfel/src/reflist-utils.c
+++ b/libcrystfel/src/reflist-utils.c
@@ -3,7 +3,11 @@
*
* Utilities to complement the core reflist.c
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-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 7e0742a9..ce7db7bd 100644
--- a/libcrystfel/src/reflist-utils.h
+++ b/libcrystfel/src/reflist-utils.h
@@ -3,7 +3,11 @@
*
* Utilities to complement the core reflist.c
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-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 69335781..041c02b8 100644
--- a/libcrystfel/src/reflist.c
+++ b/libcrystfel/src/reflist.c
@@ -3,7 +3,11 @@
*
* Fast reflection/peak list
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-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 401201e5..2a74cf64 100644
--- a/libcrystfel/src/reflist.h
+++ b/libcrystfel/src/reflist.h
@@ -3,7 +3,11 @@
*
* Fast reflection/peak list
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/render.c b/libcrystfel/src/render.c
index 2d61a399..c9e1f01e 100644
--- a/libcrystfel/src/render.c
+++ b/libcrystfel/src/render.c
@@ -3,7 +3,11 @@
*
* Render a high dynamic range buffer in some sensible way
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/render.h b/libcrystfel/src/render.h
index 836909ad..c49483dc 100644
--- a/libcrystfel/src/render.h
+++ b/libcrystfel/src/render.h
@@ -3,7 +3,11 @@
*
* Render a high dynamic range buffer in some sensible way
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/statistics.c b/libcrystfel/src/statistics.c
index 24def424..6ddf2850 100644
--- a/libcrystfel/src/statistics.c
+++ b/libcrystfel/src/statistics.c
@@ -3,7 +3,11 @@
*
* Structure-factor statistics
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/statistics.h b/libcrystfel/src/statistics.h
index 8b2c957c..52ebc383 100644
--- a/libcrystfel/src/statistics.h
+++ b/libcrystfel/src/statistics.h
@@ -3,7 +3,11 @@
*
* Structure-factor statistics
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-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 486049bf..d4286bd4 100644
--- a/libcrystfel/src/stream.c
+++ b/libcrystfel/src/stream.c
@@ -3,8 +3,12 @@
*
* Stream tools
*
- * Copyright © 2012 Thomas White <taw@physics.org>
- * Copyright © 2012 Richard Kirian <rkirian@asu.edu>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-2012 Thomas White <taw@physics.org>
+ * 2011 Richard Kirian <rkirian@asu.edu>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/stream.h b/libcrystfel/src/stream.h
index f3958097..ed9ed563 100644
--- a/libcrystfel/src/stream.h
+++ b/libcrystfel/src/stream.h
@@ -3,7 +3,11 @@
*
* Stream tools
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/symmetry.c b/libcrystfel/src/symmetry.c
index d46614a6..d14b4f09 100644
--- a/libcrystfel/src/symmetry.c
+++ b/libcrystfel/src/symmetry.c
@@ -3,7 +3,11 @@
*
* Symmetry
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-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 ac61b7f1..1c874eda 100644
--- a/libcrystfel/src/symmetry.h
+++ b/libcrystfel/src/symmetry.h
@@ -3,7 +3,11 @@
*
* Symmetry
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-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 cd092351..dc53a50e 100644
--- a/libcrystfel/src/thread-pool.c
+++ b/libcrystfel/src/thread-pool.c
@@ -3,7 +3,11 @@
*
* A thread pool implementation
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-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 33849e25..0bb20fc8 100644
--- a/libcrystfel/src/thread-pool.h
+++ b/libcrystfel/src/thread-pool.h
@@ -3,7 +3,11 @@
*
* A thread pool implementation
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/utils.c b/libcrystfel/src/utils.c
index 1572aceb..7f8882a2 100644
--- a/libcrystfel/src/utils.c
+++ b/libcrystfel/src/utils.c
@@ -3,7 +3,11 @@
*
* Utility stuff
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*
diff --git a/libcrystfel/src/utils.h b/libcrystfel/src/utils.h
index 8c11abd6..951d9d03 100644
--- a/libcrystfel/src/utils.h
+++ b/libcrystfel/src/utils.h
@@ -3,7 +3,11 @@
*
* Utility stuff
*
- * Copyright © 2012 Thomas White <taw@physics.org>
+ * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
+ *
+ * Authors:
+ * 2009-2012 Thomas White <taw@physics.org>
*
* This file is part of CrystFEL.
*