From 29d658bb5d5fdc40791d659c857e977c5d3f2441 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 9 Mar 2012 18:48:21 +0100 Subject: Update licence notices in line with recommendations from TT --- README | 14 +++++++++----- doc/man/check_hkl.1 | 4 ++-- doc/man/compare_hkl.1 | 4 ++-- doc/man/crystfel.7 | 10 +--------- doc/man/crystfel_geometry.5 | 2 +- doc/man/get_hkl.1 | 4 ++-- doc/man/hdfsee.1 | 4 ++-- doc/man/indexamajig.1 | 4 ++-- doc/man/partial_sim.1 | 4 ++-- doc/man/partialator.1 | 4 ++-- doc/man/pattern_sim.1 | 4 ++-- doc/man/powder_plot.1 | 7 ++----- doc/man/process_hkl.1 | 4 ++-- doc/man/render_hkl.1 | 4 ++-- libcrystfel/src/beam-parameters.c | 6 +++++- libcrystfel/src/beam-parameters.h | 6 +++++- libcrystfel/src/cell.c | 6 +++++- libcrystfel/src/cell.h | 6 +++++- libcrystfel/src/detector.c | 8 ++++++-- libcrystfel/src/detector.h | 8 ++++++-- libcrystfel/src/dirax.c | 6 +++++- libcrystfel/src/dirax.h | 6 +++++- libcrystfel/src/filters.c | 6 +++++- libcrystfel/src/filters.h | 6 +++++- libcrystfel/src/geometry.c | 6 +++++- libcrystfel/src/geometry.h | 6 +++++- libcrystfel/src/hdf5-file.c | 6 +++++- libcrystfel/src/hdf5-file.h | 6 +++++- libcrystfel/src/image.c | 6 +++++- libcrystfel/src/image.h | 6 +++++- libcrystfel/src/index-priv.h | 6 +++++- libcrystfel/src/index.c | 8 ++++++-- libcrystfel/src/index.h | 6 +++++- libcrystfel/src/mosflm.c | 8 ++++++-- libcrystfel/src/mosflm.h | 8 ++++++-- libcrystfel/src/peaks.h | 6 +++++- libcrystfel/src/reax.c | 6 +++++- libcrystfel/src/reax.h | 6 +++++- libcrystfel/src/reflist-utils.c | 6 +++++- libcrystfel/src/reflist-utils.h | 6 +++++- libcrystfel/src/reflist.c | 6 +++++- libcrystfel/src/reflist.h | 6 +++++- libcrystfel/src/render.c | 6 +++++- libcrystfel/src/render.h | 6 +++++- libcrystfel/src/statistics.c | 6 +++++- libcrystfel/src/statistics.h | 6 +++++- libcrystfel/src/stream.c | 8 ++++++-- libcrystfel/src/stream.h | 6 +++++- libcrystfel/src/symmetry.c | 6 +++++- libcrystfel/src/symmetry.h | 6 +++++- libcrystfel/src/thread-pool.c | 6 +++++- libcrystfel/src/thread-pool.h | 6 +++++- libcrystfel/src/utils.c | 6 +++++- libcrystfel/src/utils.h | 6 +++++- src/check_hkl.c | 6 +++++- src/cl-utils.c | 6 +++++- src/cl-utils.h | 6 +++++- src/compare_hkl.c | 6 +++++- src/diffraction-gpu.c | 6 +++++- src/diffraction-gpu.h | 6 +++++- src/diffraction.c | 6 +++++- src/diffraction.h | 6 +++++- src/dw-hdfsee.c | 6 +++++- src/dw-hdfsee.h | 6 +++++- src/get_hkl.c | 6 +++++- src/hdfsee-render.c | 6 +++++- src/hdfsee-render.h | 6 +++++- src/hdfsee.c | 6 +++++- src/hdfsee.h | 6 +++++- src/hrs-scaling.c | 6 +++++- src/hrs-scaling.h | 6 +++++- src/indexamajig.c | 6 +++++- src/list_tmp.h | 6 +++++- src/partial_sim.c | 6 +++++- src/partialator.c | 6 +++++- src/pattern_sim.c | 6 +++++- src/pattern_sim.h | 6 +++++- src/post-refinement.c | 6 +++++- src/post-refinement.h | 6 +++++- src/powder_plot.c | 8 ++++++-- src/process_hkl.c | 10 +++++++--- src/render_hkl.c | 6 +++++- src/render_hkl.h | 6 +++++- src/scaling-report.c | 6 +++++- src/scaling-report.h | 6 +++++- 85 files changed, 397 insertions(+), 120 deletions(-) diff --git a/README b/README index 9a27d9c3..6a16d13a 100644 --- a/README +++ b/README @@ -1,11 +1,15 @@ CrystFEL - Crystallography with a FEL ------------------------------------- -Copyright © 2012 Thomas White -Copyright © 2012 Richard Kirian -Copyright © 2012 Andrew Aquila -Copyright © 2012 Andrew Martin -Copyright © 2012 Lorenzo Galli +Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + a research centre of the Helmholtz Association. + +Authors: + Thomas White + Richard Kirian + Andrew Aquila + Andrew Martin + Lorenzo Galli Please read the AUTHORS file for a full list of contributions and contributors. See the COPYING file for licence conditions. Summary: GPLv3+. diff --git a/doc/man/check_hkl.1 b/doc/man/check_hkl.1 index 6b8aeeaf..df1f857e 100644 --- a/doc/man/check_hkl.1 +++ b/doc/man/check_hkl.1 @@ -59,9 +59,9 @@ This page was written by Thomas White. Report bugs to , or visit . .SH COPYRIGHT AND DISCLAIMER -Copyright © 2012 Thomas White +Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, a research centre of the Helmholtz Association. .P -check_hkl is part of CrystFEL. +check_hkl, and this manual, are part of CrystFEL. .P CrystFEL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. .P diff --git a/doc/man/compare_hkl.1 b/doc/man/compare_hkl.1 index fa248012..a02cbd9c 100644 --- a/doc/man/compare_hkl.1 +++ b/doc/man/compare_hkl.1 @@ -78,9 +78,9 @@ This page was written by Thomas White. Report bugs to , or visit . .SH COPYRIGHT AND DISCLAIMER -Copyright © 2012 Thomas White +Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, a research centre of the Helmholtz Association. .P -compare_hkl is part of CrystFEL. +compare_hkl, and this manual, are part of CrystFEL. .P CrystFEL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. .P diff --git a/doc/man/crystfel.7 b/doc/man/crystfel.7 index b96fb958..9de9d93c 100644 --- a/doc/man/crystfel.7 +++ b/doc/man/crystfel.7 @@ -119,15 +119,7 @@ Report bugs to , or visit .SH COPYRIGHT AND DISCLAIMER .PD 0 -Copyright © 2012 Thomas White -.LP -Copyright © 2012 Richard Kirian -.LP -Copyright © 2012 Andrew Aquila -.LP -Copyright © 2012 Andrew Martin -.LP -Copyright © 2012 Lorenzo Galli +Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, a research centre of the Helmholtz Association. .PD .PP Please read the AUTHORS file in the CrystFEL source code distribution for a full list of contributions and contributors. diff --git a/doc/man/crystfel_geometry.5 b/doc/man/crystfel_geometry.5 index abf52acc..3254232b 100644 --- a/doc/man/crystfel_geometry.5 +++ b/doc/man/crystfel_geometry.5 @@ -208,7 +208,7 @@ This page was written by Thomas White. Report bugs to , or visit . .SH COPYRIGHT AND DISCLAIMER -Copyright © 2012 Thomas White +Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, a research centre of the Helmholtz Association. .P CrystFEL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. .P diff --git a/doc/man/get_hkl.1 b/doc/man/get_hkl.1 index d16b42e7..4bdfc822 100644 --- a/doc/man/get_hkl.1 +++ b/doc/man/get_hkl.1 @@ -74,9 +74,9 @@ This page was written by Thomas White. Report bugs to , or visit . .SH COPYRIGHT AND DISCLAIMER -Copyright © 2012 Thomas White +Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, a research centre of the Helmholtz Association. .P -get_hkl is part of CrystFEL. +get_hkl, and this manual, are part of CrystFEL. .P CrystFEL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. .P diff --git a/doc/man/hdfsee.1 b/doc/man/hdfsee.1 index 3d88d46c..e362a0a0 100644 --- a/doc/man/hdfsee.1 +++ b/doc/man/hdfsee.1 @@ -89,9 +89,9 @@ This page was written by Thomas White. Report bugs to , or visit . .SH COPYRIGHT AND DISCLAIMER -Copyright © 2012 Thomas White +Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, a research centre of the Helmholtz Association. .P -hdfsee is part of CrystFEL. +hdfsee, and this manual, are part of CrystFEL. .P CrystFEL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. .P diff --git a/doc/man/indexamajig.1 b/doc/man/indexamajig.1 index aa4355a9..5469174a 100644 --- a/doc/man/indexamajig.1 +++ b/doc/man/indexamajig.1 @@ -384,9 +384,9 @@ This page was written by Thomas White. Report bugs to , or visit . .SH COPYRIGHT AND DISCLAIMER -Copyright © 2012 Thomas White +Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, a research centre of the Helmholtz Association. .P -indexamajig is part of CrystFEL. +indexamajig, and this manual, are part of CrystFEL. .P CrystFEL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. .P diff --git a/doc/man/partial_sim.1 b/doc/man/partial_sim.1 index 6a6e9a97..5b44d34f 100644 --- a/doc/man/partial_sim.1 +++ b/doc/man/partial_sim.1 @@ -78,9 +78,9 @@ This page was written by Thomas White. Report bugs to , or visit . .SH COPYRIGHT AND DISCLAIMER -Copyright © 2012 Thomas White +Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, a research centre of the Helmholtz Association. .P -partial_sim is part of CrystFEL. +partial_sim, and this manaul, are part of CrystFEL. .P CrystFEL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. .P diff --git a/doc/man/partialator.1 b/doc/man/partialator.1 index 51dde617..6d675ae8 100644 --- a/doc/man/partialator.1 +++ b/doc/man/partialator.1 @@ -103,9 +103,9 @@ This page was written by Thomas White. Report bugs to , or visit . .SH COPYRIGHT AND DISCLAIMER -Copyright © 2012 Thomas White +Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, a research centre of the Helmholtz Association. .P -partialator is part of CrystFEL. +partialator, and this manual, are part of CrystFEL. .P CrystFEL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. .P diff --git a/doc/man/pattern_sim.1 b/doc/man/pattern_sim.1 index e4e6bea5..b0d2fa06 100644 --- a/doc/man/pattern_sim.1 +++ b/doc/man/pattern_sim.1 @@ -83,9 +83,9 @@ This page was written by Thomas White. Report bugs to , or visit . .SH COPYRIGHT AND DISCLAIMER -Copyright © 2012 Thomas White +Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, a research centre of the Helmholtz Association. .P -pattern_sim is part of CrystFEL. +pattern_sim, and this manual, are part of CrystFEL. .P CrystFEL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. .P diff --git a/doc/man/powder_plot.1 b/doc/man/powder_plot.1 index ca83ff24..6dac163f 100644 --- a/doc/man/powder_plot.1 +++ b/doc/man/powder_plot.1 @@ -139,13 +139,10 @@ This page was written by Andrew Aquila and Thomas White. Report bugs to , or visit . .SH COPYRIGHT AND DISCLAIMER -Copyright © 2012 Andrew Aquila -.PD 0 -.LP -Copyright © 2012 Thomas White +Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, a research centre of the Helmholtz Association. .PD .P -powder_plot is part of CrystFEL. +powder_plot, and this manual, are part of CrystFEL. .P CrystFEL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. .P diff --git a/doc/man/process_hkl.1 b/doc/man/process_hkl.1 index cb9d19ed..db191d4b 100644 --- a/doc/man/process_hkl.1 +++ b/doc/man/process_hkl.1 @@ -116,9 +116,9 @@ This page was written by Thomas White. Report bugs to , or visit . .SH COPYRIGHT AND DISCLAIMER -Copyright © 2012 Thomas White +Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, a research centre of the Helmholtz Association. .P -process_hkl is part of CrystFEL. +process_hkl, and this manual, are part of CrystFEL. .P CrystFEL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. .P diff --git a/doc/man/render_hkl.1 b/doc/man/render_hkl.1 index 1683841e..5a254155 100644 --- a/doc/man/render_hkl.1 +++ b/doc/man/render_hkl.1 @@ -95,9 +95,9 @@ This page was written by Thomas White. Report bugs to , or visit . .SH COPYRIGHT AND DISCLAIMER -Copyright © 2012 Thomas White +Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, a research centre of the Helmholtz Association. .P -render_hkl is part of CrystFEL. +render_hkl, and this manual, are part of CrystFEL. .P CrystFEL is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. .P 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 - * Copyright © 2012 Richard Kirian + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White + * 2012 Richard Kirian * * 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 - * Copyright © 2012 Richard Kirian + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White + * 2011 Richard Kirian * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 - * Copyright © 2012 Richard Kirian + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White + * 2010-2011 Richard Kirian * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 - * Copyright © 2012 Richard Kirian + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White + * 2010-2011 Richard Kirian * * 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 - * Copyright © 2012 Richard Kirian + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White + * 2010-2011 Richard Kirian * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 - * Copyright © 2012 Richard Kirian + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White + * 2011 Richard Kirian * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * 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 + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/check_hkl.c b/src/check_hkl.c index 9473f9f6..9698ffc2 100644 --- a/src/check_hkl.c +++ b/src/check_hkl.c @@ -3,7 +3,11 @@ * * Characterise reflection lists * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/cl-utils.c b/src/cl-utils.c index 3c45978a..d533a249 100644 --- a/src/cl-utils.c +++ b/src/cl-utils.c @@ -3,7 +3,11 @@ * * OpenCL utility functions * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/cl-utils.h b/src/cl-utils.h index 6b88e61e..ca8357e2 100644 --- a/src/cl-utils.h +++ b/src/cl-utils.h @@ -3,7 +3,11 @@ * * OpenCL utility functions * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/compare_hkl.c b/src/compare_hkl.c index dde90990..bafc5cdd 100644 --- a/src/compare_hkl.c +++ b/src/compare_hkl.c @@ -3,7 +3,11 @@ * * Compare reflection lists * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/diffraction-gpu.c b/src/diffraction-gpu.c index cfb3c187..56ae179f 100644 --- a/src/diffraction-gpu.c +++ b/src/diffraction-gpu.c @@ -3,7 +3,11 @@ * * Calculate diffraction patterns by Fourier methods (GPU version) * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/diffraction-gpu.h b/src/diffraction-gpu.h index dc95a43f..3be979b7 100644 --- a/src/diffraction-gpu.h +++ b/src/diffraction-gpu.h @@ -3,7 +3,11 @@ * * Calculate diffraction patterns by Fourier methods (GPU version) * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/diffraction.c b/src/diffraction.c index 429931c2..9c6509e1 100644 --- a/src/diffraction.c +++ b/src/diffraction.c @@ -3,7 +3,11 @@ * * Calculate diffraction patterns by Fourier methods * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/diffraction.h b/src/diffraction.h index 8f33c2c1..b7e34a0e 100644 --- a/src/diffraction.h +++ b/src/diffraction.h @@ -3,7 +3,11 @@ * * Calculate diffraction patterns by Fourier methods * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/dw-hdfsee.c b/src/dw-hdfsee.c index 7870e60f..2abdafcc 100644 --- a/src/dw-hdfsee.c +++ b/src/dw-hdfsee.c @@ -3,7 +3,11 @@ * * Quick yet non-crappy HDF viewer * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/dw-hdfsee.h b/src/dw-hdfsee.h index 23584723..448db582 100644 --- a/src/dw-hdfsee.h +++ b/src/dw-hdfsee.h @@ -3,7 +3,11 @@ * * Quick yet non-crappy HDF viewer * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/get_hkl.c b/src/get_hkl.c index cec55495..9f86f0f7 100644 --- a/src/get_hkl.c +++ b/src/get_hkl.c @@ -3,7 +3,11 @@ * * Small program to manipulate reflection lists * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/hdfsee-render.c b/src/hdfsee-render.c index e5af371f..9576f349 100644 --- a/src/hdfsee-render.c +++ b/src/hdfsee-render.c @@ -3,7 +3,11 @@ * * Rendering bits for hdfsee * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/hdfsee-render.h b/src/hdfsee-render.h index c825bcf0..488694f5 100644 --- a/src/hdfsee-render.h +++ b/src/hdfsee-render.h @@ -3,7 +3,11 @@ * * Rendering bits for hdfsee * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/hdfsee.c b/src/hdfsee.c index 05c9e1dd..5e1ac75f 100644 --- a/src/hdfsee.c +++ b/src/hdfsee.c @@ -3,7 +3,11 @@ * * Quick yet non-crappy HDF viewer * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/hdfsee.h b/src/hdfsee.h index e159d49b..41b6258b 100644 --- a/src/hdfsee.h +++ b/src/hdfsee.h @@ -3,7 +3,11 @@ * * Quick yet non-crappy HDF viewer * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/hrs-scaling.c b/src/hrs-scaling.c index 21a34bbf..7e47acef 100644 --- a/src/hrs-scaling.c +++ b/src/hrs-scaling.c @@ -3,7 +3,11 @@ * * Intensity scaling using generalised HRS target function * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/hrs-scaling.h b/src/hrs-scaling.h index d13ef66d..acb0f24a 100644 --- a/src/hrs-scaling.h +++ b/src/hrs-scaling.h @@ -3,7 +3,11 @@ * * Intensity scaling using generalised HRS target function * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/indexamajig.c b/src/indexamajig.c index 859b475e..9e44f8dc 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -3,7 +3,11 @@ * * Index patterns, output hkl+intensity etc. * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/list_tmp.h b/src/list_tmp.h index 064efc8d..70e9a32c 100644 --- a/src/list_tmp.h +++ b/src/list_tmp.h @@ -19,7 +19,11 @@ */ /* - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/partial_sim.c b/src/partial_sim.c index 90e29ce4..e05c392e 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -3,7 +3,11 @@ * * Generate partials for testing scaling * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/partialator.c b/src/partialator.c index eb2a8e52..a7a9af8c 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -3,7 +3,11 @@ * * Scaling and post refinement for coherent nanocrystallography * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/pattern_sim.c b/src/pattern_sim.c index 1ed6b8ba..c207e0dc 100644 --- a/src/pattern_sim.c +++ b/src/pattern_sim.c @@ -3,7 +3,11 @@ * * Simulate diffraction patterns from small crystals * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/pattern_sim.h b/src/pattern_sim.h index 496dcfa7..1a7b3d09 100644 --- a/src/pattern_sim.h +++ b/src/pattern_sim.h @@ -3,7 +3,11 @@ * * Simulate diffraction patterns from small crystals * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/post-refinement.c b/src/post-refinement.c index 783ee238..5a6b2e82 100644 --- a/src/post-refinement.c +++ b/src/post-refinement.c @@ -3,7 +3,11 @@ * * Post refinement * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/post-refinement.h b/src/post-refinement.h index 364dc1a6..3917eec4 100644 --- a/src/post-refinement.h +++ b/src/post-refinement.h @@ -3,7 +3,11 @@ * * Post refinement * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/powder_plot.c b/src/powder_plot.c index 82890a02..74349a95 100644 --- a/src/powder_plot.c +++ b/src/powder_plot.c @@ -3,8 +3,12 @@ * * Plot powder patterns * - * Copyright © 2012 Thomas White - * Copyright © 2012 Andrew Aquila + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White + * 2010-2012 Andrew Aquila * * This file is part of CrystFEL. * diff --git a/src/process_hkl.c b/src/process_hkl.c index e0318489..2beeace2 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -3,9 +3,13 @@ * * Assemble and process FEL Bragg intensities * - * Copyright © 2012 Thomas White - * Copyright © 2012 Andrew Martin - * Copyright © 2012 Lorenzo Galli + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White + * 2010-2011 Andrew Martin + * 2012 Lorenzo Galli * * This file is part of CrystFEL. * diff --git a/src/render_hkl.c b/src/render_hkl.c index 64d3bf4e..d2872c8c 100644 --- a/src/render_hkl.c +++ b/src/render_hkl.c @@ -3,7 +3,11 @@ * * Draw pretty renderings of reflection lists * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/render_hkl.h b/src/render_hkl.h index 02ed040f..7d40295f 100644 --- a/src/render_hkl.h +++ b/src/render_hkl.h @@ -3,7 +3,11 @@ * * Draw pretty renderings of reflection lists * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/scaling-report.c b/src/scaling-report.c index b18f76cd..d3d5e26b 100644 --- a/src/scaling-report.c +++ b/src/scaling-report.c @@ -3,7 +3,11 @@ * * Write a nice PDF of scaling parameters * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * diff --git a/src/scaling-report.h b/src/scaling-report.h index 529544a9..d3b3bc4a 100644 --- a/src/scaling-report.h +++ b/src/scaling-report.h @@ -3,7 +3,11 @@ * * Write a nice PDF of scaling parameters * - * Copyright © 2012 Thomas White + * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * + * Authors: + * 2009-2012 Thomas White * * This file is part of CrystFEL. * -- cgit v1.2.3