aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-04-07 18:56:19 +0200
committerThomas White <taw@physics.org>2012-02-22 15:27:23 +0100
commit2cad5d99bfb93d49d94b2794b9c79d866c28d572 (patch)
tree1287fcdc4c729761ec5a235e294a47590bfe9a20
parent24f41c91d079d261b186683844e873cd7a7f0fea (diff)
Update copyright
-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
*