aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2008-01-08 17:43:00 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2008-01-08 17:43:00 +0000
commit62ff78887f98ca6f7e4cd0788671ea3c2da60120 (patch)
tree2807de4bab2af622f3c3200111cbb269cea031b3
parenta48ab02eddace230f198ae8445c45190a8f1c179 (diff)
Boilerplate
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@242 bf6ca9ba-c028-0410-8290-897cf20841d1
-rw-r--r--src/intensities.c2
-rw-r--r--src/reflections.c2
-rw-r--r--src/reflections.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/intensities.c b/src/intensities.c
index 2d56b30..a2ef301 100644
--- a/src/intensities.c
+++ b/src/intensities.c
@@ -3,7 +3,7 @@
*
* Extract integrated intensities by relrod estimation
*
- * (c) 2007 Thomas White <taw27@cam.ac.uk>
+ * (c) 2007-2008 Thomas White <taw27@cam.ac.uk>
*
* dtr - Diffraction Tomography Reconstruction
*
diff --git a/src/reflections.c b/src/reflections.c
index 0f25e2a..8bfa7ff 100644
--- a/src/reflections.c
+++ b/src/reflections.c
@@ -3,7 +3,7 @@
*
* Data structures in 3D space
*
- * (c) 2007 Thomas White <taw27@cam.ac.uk>
+ * (c) 2007-2008 Thomas White <taw27@cam.ac.uk>
*
* dtr - Diffraction Tomography Reconstruction
*
diff --git a/src/reflections.h b/src/reflections.h
index 8a0afef..8fafe4b 100644
--- a/src/reflections.h
+++ b/src/reflections.h
@@ -3,7 +3,7 @@
*
* Data structures in 3D space
*
- * (c) 2007 Thomas White <taw27@cam.ac.uk>
+ * (c) 2007-2008 Thomas White <taw27@cam.ac.uk>
*
* dtr - Diffraction Tomography Reconstruction
*