aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2013-03-11 17:41:52 +0100
committerThomas White <taw@physics.org>2013-03-11 17:45:48 +0100
commit6af905071a4865bc4481226d9319a3f5740efae8 (patch)
treebd1c405659425ca9d04dbab60952eb2e36fb0613
parent26b9d5227a96e5f5a607df98622df83f0f944bcc (diff)
Update copyright
-rw-r--r--AUTHORS3
-rw-r--r--README1
-rw-r--r--libcrystfel/src/filters.c7
3 files changed, 8 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 5a0fd10f..b0d920e8 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -27,3 +27,6 @@
* Karol Nass <karol.nass@desy.de>
General bug finding and fixing
+
+* Anton Barty <anton.barty@desy.de>
+ Median filter
diff --git a/README b/README
index 8828808a..5efd8886 100644
--- a/README
+++ b/README
@@ -15,6 +15,7 @@ Authors:
Kenneth Beyerlein <kenneth.beyerlein@desy.de>
Karol Nass <karol.nass@desy.de>
Nadia Zatsepin <nadia.zatsepin@asu.edu>
+ Anton Barty <anton.barty@desy.de>
Please read the AUTHORS file for a full list of contributions and contributors.
See the COPYING file for licence conditions. Summary: GPLv3+.
diff --git a/libcrystfel/src/filters.c b/libcrystfel/src/filters.c
index 041b9686..fc8738c8 100644
--- a/libcrystfel/src/filters.c
+++ b/libcrystfel/src/filters.c
@@ -3,11 +3,12 @@
*
* Image filtering
*
- * Copyright © 2012 Deutsches Elektronen-Synchrotron DESY,
- * a research centre of the Helmholtz Association.
+ * Copyright © 2012-2013 Deutsches Elektronen-Synchrotron DESY,
+ * a research centre of the Helmholtz Association.
*
* Authors:
- * 2010-2012 Thomas White <taw@physics.org>
+ * 2010-2013 Thomas White <taw@physics.org>
+ * 2013 Anton Barty <anton.barty@desy.de>
*
* This file is part of CrystFEL.
*