diff options
author | Thomas White <taw@physics.org> | 2021-03-19 14:09:26 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-03-19 14:11:00 +0100 |
commit | b49baa8da32331cf1880d3eeab0d51560a0efca3 (patch) | |
tree | e39a0c54e8ffe1a3841806c75e76a520dbf32945 /libcrystfel | |
parent | 4084ac4ad8d745b12f97c9881e0fb50a0ac21da4 (diff) |
FromFile indexer: add copyright notice
There is presumably an MPSD that also needs to be added.
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/indexers/fromfile.c | 3 | ||||
-rw-r--r-- | libcrystfel/src/indexers/fromfile.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/libcrystfel/src/indexers/fromfile.c b/libcrystfel/src/indexers/fromfile.c index f39a717b..782934d7 100644 --- a/libcrystfel/src/indexers/fromfile.c +++ b/libcrystfel/src/indexers/fromfile.c @@ -3,6 +3,9 @@ * * Perform indexing from solution file * + * Copyright © 2021 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * * Authors: * 2020 Pascal Hogan-Lamarre <pascal.hogan.lamarre@mail.utoronto.ca> * 2021 Thomas White <thomas.white@desy.de> diff --git a/libcrystfel/src/indexers/fromfile.h b/libcrystfel/src/indexers/fromfile.h index ba7e1ee4..5f1d24d9 100644 --- a/libcrystfel/src/indexers/fromfile.h +++ b/libcrystfel/src/indexers/fromfile.h @@ -3,6 +3,9 @@ * * Perform indexing from solution file * + * Copyright © 2021 Deutsches Elektronen-Synchrotron DESY, + * a research centre of the Helmholtz Association. + * * Authors: * 2020 Pascal Hogan-Lamarre <pascal.hogan.lamarre@mail.utoronto.ca> * 2021 Thomas White <thomas.white@desy.de> |