From 5e17c1718234b2e7aea37cdb59081ed1d79e8914 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 31 Mar 2021 16:28:05 +0200 Subject: FromFile indexer, stream2sol.py: Add/update copyright comments --- scripts/stream2sol.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts') diff --git a/scripts/stream2sol.py b/scripts/stream2sol.py index d913b32e..1a9f31ec 100755 --- a/scripts/stream2sol.py +++ b/scripts/stream2sol.py @@ -1,4 +1,16 @@ #!/usr/bin/env python + +# Create solution file for '--indexing=file' from a stream +# +# Copyright © 2020-2021 Max-Planck-Gesellschaft +# zur Förderung der Wissenschaften e.V. +# Copyright © 2021 Deutsches Elektronen-Synchrotron DESY, +# a research centre of the Helmholtz Association. +# +# Authors: +# 2020 Pascal Hogan-Lamarre +# 2021 Thomas White + from io import StringIO import re from warnings import warn -- cgit v1.2.3