diff --git a/src/caosdb/apiutils.py b/src/caosdb/apiutils.py index f9c4148f76cc6b3ddcaa75b31c242968bacabf91..bd279fcfe5c394b9b5cff787169cff5b9f2d3031 100644 --- a/src/caosdb/apiutils.py +++ b/src/caosdb/apiutils.py @@ -5,6 +5,8 @@ # # Copyright (C) 2018 Research Group Biomedical Physics, # Max-Planck-Institute for Dynamics and Self-Organization Göttingen +# Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> +# Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as diff --git a/unittests/test_apiutils.py b/unittests/test_apiutils.py index cdf82ed3a223be878565120159ac800a3b35906c..6d7581478e377ce6b41e8a00a2d47bb404d55a0b 100644 --- a/unittests/test_apiutils.py +++ b/unittests/test_apiutils.py @@ -5,6 +5,8 @@ # # Copyright (C) 2018 Research Group Biomedical Physics, # Max-Planck-Institute for Dynamics and Self-Organization Göttingen +# Copyright (C) 2020 Timm Fitschen <t.fitschen@indiscale.com> +# Copyright (C) 2020 IndiScale GmbH <info@indiscale.com> # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as