diff options
-rw-r--r-- | src/diffraction-gpu.h | 2 | ||||
-rw-r--r-- | src/diffraction.c | 2 | ||||
-rw-r--r-- | src/diffraction.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/diffraction-gpu.h b/src/diffraction-gpu.h index 02115317..639455a6 100644 --- a/src/diffraction-gpu.h +++ b/src/diffraction-gpu.h @@ -3,7 +3,7 @@ * * Calculate diffraction patterns by Fourier methods (GPU version) * - * (c) 2006-2010 Thomas White <taw@physics.org> + * (c) 2006-2011 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/diffraction.c b/src/diffraction.c index 76dce6b6..e3d7435c 100644 --- a/src/diffraction.c +++ b/src/diffraction.c @@ -3,7 +3,7 @@ * * Calculate diffraction patterns by Fourier methods * - * (c) 2006-2010 Thomas White <taw@physics.org> + * (c) 2006-2011 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * diff --git a/src/diffraction.h b/src/diffraction.h index f21147b9..14a84197 100644 --- a/src/diffraction.h +++ b/src/diffraction.h @@ -3,7 +3,7 @@ * * Calculate diffraction patterns by Fourier methods * - * (c) 2006-2010 Thomas White <taw@physics.org> + * (c) 2006-2011 Thomas White <taw@physics.org> * * Part of CrystFEL - crystallography with a FEL * |