aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/calibrate_detector.c1
-rw-r--r--src/detector.c4
-rw-r--r--src/detector.h1
-rw-r--r--src/stream.c1
4 files changed, 4 insertions, 3 deletions
diff --git a/src/calibrate_detector.c b/src/calibrate_detector.c
index c9c23f7e..43013c40 100644
--- a/src/calibrate_detector.c
+++ b/src/calibrate_detector.c
@@ -3,6 +3,7 @@
*
* Attempt to refine detector geometry
*
+ * (c) 2011 Rick Kirian <rkirian@asu.edu>
* (c) 2006-2011 Thomas White <taw@physics.org>
*
* Part of CrystFEL - crystallography with a FEL
diff --git a/src/detector.c b/src/detector.c
index 76c3c96c..f705430d 100644
--- a/src/detector.c
+++ b/src/detector.c
@@ -4,6 +4,7 @@
* Detector properties
*
* (c) 2006-2011 Thomas White <taw@physics.org>
+ * (c) 2011 Rick Kirian <rkirian@asu.edu>
*
* Part of CrystFEL - crystallography with a FEL
*
@@ -992,6 +993,3 @@ int print_detector_geometry(FILE * file, struct image * image) {
return 0;
}
-
-
-
diff --git a/src/detector.h b/src/detector.h
index afbf93b2..4c5166a8 100644
--- a/src/detector.h
+++ b/src/detector.h
@@ -4,6 +4,7 @@
* Detector properties
*
* (c) 2006-2011 Thomas White <taw@physics.org>
+ * (c) 2011 Rick Kirian <rkirian@asu.edu>
*
* Part of CrystFEL - crystallography with a FEL
*
diff --git a/src/stream.c b/src/stream.c
index 7733aae9..2ca8e3f3 100644
--- a/src/stream.c
+++ b/src/stream.c
@@ -4,6 +4,7 @@
* Stream tools
*
* (c) 2006-2011 Thomas White <taw@physics.org>
+ * (c) 2011 Rick Kirian <rkirian@asu.edu>
*
* Part of CrystFEL - crystallography with a FEL
*