diff options
40 files changed, 41 insertions, 41 deletions
@@ -3,7 +3,7 @@ * * Unit Cell Calculations * - * (c) 2007-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * @@ -3,7 +3,7 @@ * * Unit Cell Calculations * - * (c) 2007-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/detector.c b/src/detector.c index ce01352c..9b39a6b9 100644 --- a/src/detector.c +++ b/src/detector.c @@ -3,7 +3,7 @@ * * Detector properties * - * (c) 2007-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/detector.h b/src/detector.h index e441b453..06922d56 100644 --- a/src/detector.h +++ b/src/detector.h @@ -3,7 +3,7 @@ * * Detector properties * - * (c) 2007-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/diffraction.c b/src/diffraction.c index be5fb014..36717cfd 100644 --- a/src/diffraction.c +++ b/src/diffraction.c @@ -3,7 +3,7 @@ * * Calculate diffraction patterns by Fourier methods * - * (c) 2007-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/diffraction.h b/src/diffraction.h index dfed4d4c..cc5f89b1 100644 --- a/src/diffraction.h +++ b/src/diffraction.h @@ -3,7 +3,7 @@ * * Calculate diffraction patterns by Fourier methods * - * (c) 2007-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/dirax.c b/src/dirax.c index 991a3813..f7a4853c 100644 --- a/src/dirax.c +++ b/src/dirax.c @@ -3,7 +3,7 @@ * * Invoke the DirAx auto-indexing program * - * (c) 2006-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/dirax.h b/src/dirax.h index 58a0416e..b3bc0a36 100644 --- a/src/dirax.h +++ b/src/dirax.h @@ -3,7 +3,7 @@ * * Invoke the DirAx auto-indexing program * - * (c) 2006-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/displaywindow.c b/src/displaywindow.c index 3f4a7f31..06884d64 100644 --- a/src/displaywindow.c +++ b/src/displaywindow.c @@ -3,7 +3,7 @@ * * Quick yet non-crappy HDF viewer * - * (c) 2006-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * @@ -480,7 +480,7 @@ static gint displaywindow_about(GtkWidget *widget, DisplayWindow *dw) gtk_about_dialog_set_comments(GTK_ABOUT_DIALOG(window), "Quick viewer for HDF files"); gtk_about_dialog_set_license(GTK_ABOUT_DIALOG(window), - "(c) 2006-2009 Thomas White <taw@physics.org>\n"); + "(c) 2006-2010 Thomas White <taw@physics.org>\n"); gtk_about_dialog_set_website(GTK_ABOUT_DIALOG(window), "http://www.bitwiz.org.uk/"); gtk_about_dialog_set_authors(GTK_ABOUT_DIALOG(window), authors); diff --git a/src/displaywindow.h b/src/displaywindow.h index dfd79fb9..8902bcbd 100644 --- a/src/displaywindow.h +++ b/src/displaywindow.h @@ -3,7 +3,7 @@ * * Quick yet non-crappy HDF viewer * - * (c) 2006-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/ewald.c b/src/ewald.c index b5b61f1c..19ce301e 100644 --- a/src/ewald.c +++ b/src/ewald.c @@ -3,7 +3,7 @@ * * Calculate q-vector arrays * - * (c) 2007-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/ewald.h b/src/ewald.h index 2dded15f..75ebb44d 100644 --- a/src/ewald.h +++ b/src/ewald.h @@ -3,7 +3,7 @@ * * Calculate q-vector arrays * - * (c) 2007-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/get_hkl.c b/src/get_hkl.c index 1fedc73e..e79cd9a0 100644 --- a/src/get_hkl.c +++ b/src/get_hkl.c @@ -3,7 +3,7 @@ * * Small program to write out a list of h,k,l,I values given a structure * - * (c) 2006-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/hdf5-file.c b/src/hdf5-file.c index 0ff98913..bc7552ec 100644 --- a/src/hdf5-file.c +++ b/src/hdf5-file.c @@ -3,7 +3,7 @@ * * Read/write HDF5 data files * - * (c) 2006-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/hdf5-file.h b/src/hdf5-file.h index f0954fbd..32a76505 100644 --- a/src/hdf5-file.h +++ b/src/hdf5-file.h @@ -3,7 +3,7 @@ * * Read/write HDF5 data files * - * (c) 2006-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/hdfsee.c b/src/hdfsee.c index 081769d3..3d578fbf 100644 --- a/src/hdfsee.c +++ b/src/hdfsee.c @@ -3,7 +3,7 @@ * * Quick yet non-crappy HDF viewer * - * (c) 2006-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/hdfsee.h b/src/hdfsee.h index 66b3779f..3404ab23 100644 --- a/src/hdfsee.h +++ b/src/hdfsee.h @@ -3,7 +3,7 @@ * * Quick yet non-crappy HDF viewer * - * (c) 2006-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/image.c b/src/image.c index 755baa26..b2eaa6e3 100644 --- a/src/image.c +++ b/src/image.c @@ -3,7 +3,7 @@ * * Handle images and image features * - * (c) 2006-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/image.h b/src/image.h index d01fb24e..bb3ab438 100644 --- a/src/image.h +++ b/src/image.h @@ -3,7 +3,7 @@ * * Handle images and image features * - * (c) 2006-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/index.c b/src/index.c index b90a3c0b..4191ca0b 100644 --- a/src/index.c +++ b/src/index.c @@ -3,7 +3,7 @@ * * Perform indexing (somehow) * - * (c) 2006-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/index.h b/src/index.h index ea0b4485..3f92b96b 100644 --- a/src/index.h +++ b/src/index.h @@ -3,7 +3,7 @@ * * Perform indexing (somehow) * - * (c) 2006-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/indexamajig.c b/src/indexamajig.c index 1b77b455..732c6ac1 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -3,7 +3,7 @@ * * Find hits, index patterns, output hkl+intensity etc. * - * (c) 2006-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/intensities.c b/src/intensities.c index 1fb4cc5b..8b100d9f 100644 --- a/src/intensities.c +++ b/src/intensities.c @@ -3,7 +3,7 @@ * * Extract intensities from patterns * - * (c) 2007-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/intensities.h b/src/intensities.h index 31f3d597..8f863287 100644 --- a/src/intensities.h +++ b/src/intensities.h @@ -3,7 +3,7 @@ * * Extract intensities from patterns * - * (c) 2007-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/pattern_sim.c b/src/pattern_sim.c index 255ba736..7aba8074 100644 --- a/src/pattern_sim.c +++ b/src/pattern_sim.c @@ -1,7 +1,7 @@ /* * main.c * - * (c) 2006-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/peaks.c b/src/peaks.c index 60849d0e..d414c912 100644 --- a/src/peaks.c +++ b/src/peaks.c @@ -3,7 +3,7 @@ * * Peak search and other image analysis * - * (c) 2006-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/peaks.h b/src/peaks.h index e914f9b4..85501af2 100644 --- a/src/peaks.h +++ b/src/peaks.h @@ -3,7 +3,7 @@ * * Peak search and other image analysis * - * (c) 2006-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/process_hkl.c b/src/process_hkl.c index 0b444611..4c66f53a 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -3,7 +3,7 @@ * * Assemble and process FEL Bragg intensities * - * (c) 2006-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/reflections.c b/src/reflections.c index a9e1388d..4379e25f 100644 --- a/src/reflections.c +++ b/src/reflections.c @@ -3,7 +3,7 @@ * * Utilities for handling reflections * - * (c) 2007-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/reflections.h b/src/reflections.h index 9a84346e..7bc426ca 100644 --- a/src/reflections.h +++ b/src/reflections.h @@ -3,7 +3,7 @@ * * Utilities for handling reflections * - * (c) 2007-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/relrod.c b/src/relrod.c index ec1473d8..4c850310 100644 --- a/src/relrod.c +++ b/src/relrod.c @@ -3,7 +3,7 @@ * * Calculate reflection positions via line-sphere intersection test * - * (c) 2007-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/relrod.h b/src/relrod.h index f34a32f3..9e664392 100644 --- a/src/relrod.h +++ b/src/relrod.h @@ -3,7 +3,7 @@ * * Calculate reflection positions via line-sphere intersection test * - * (c) 2007-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/render.c b/src/render.c index bd5d25a6..ab9f39e1 100644 --- a/src/render.c +++ b/src/render.c @@ -3,7 +3,7 @@ * * Render a high dynamic range buffer in some sensible way * - * (c) 2008-2009 Thomas White <taw27@cam.ac.uk> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/render.h b/src/render.h index 61660a78..e687da72 100644 --- a/src/render.h +++ b/src/render.h @@ -3,7 +3,7 @@ * * Render a high dynamic range buffer in some sensible way * - * (c) 2008 Thomas White <taw27@cam.ac.uk> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * @@ -3,7 +3,7 @@ * * Scattering factors * - * (c) 2007-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * @@ -3,7 +3,7 @@ * * Scattering factors * - * (c) 2007-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/statistics.c b/src/statistics.c index e9aaff98..be499814 100644 --- a/src/statistics.c +++ b/src/statistics.c @@ -3,7 +3,7 @@ * * Structure-factor statistics * - * (c) 2007-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/statistics.h b/src/statistics.h index b2f87f1f..5db7b045 100644 --- a/src/statistics.h +++ b/src/statistics.h @@ -3,7 +3,7 @@ * * Structure-factor statistics * - * (c) 2007-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/utils.c b/src/utils.c index de02ee6e..75cdd884 100644 --- a/src/utils.c +++ b/src/utils.c @@ -3,7 +3,7 @@ * * Utility stuff * - * (c) 2006-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/utils.h b/src/utils.h index 081d5a71..2026879a 100644 --- a/src/utils.h +++ b/src/utils.h @@ -3,7 +3,7 @@ * * Utility stuff * - * (c) 2006-2009 Thomas White <taw@physics.org> + * (c) 2006-2010 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * |