diff --git a/src/caosdb/common/administration.py b/src/caosdb/common/administration.py index 157518f82294257d7267b881e96d225ecce4304f..7997088a102e86cbf2daeb42a996a1b6ae57f446 100644 --- a/src/caosdb/common/administration.py +++ b/src/caosdb/common/administration.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_record.py b/unittests/test_record.py index 2738d79265a3d0845f0296bd2da548559244bee1..c08a3eb1605d25ce4a9f142895e50647fe02cc3a 100644 --- a/unittests/test_record.py +++ b/unittests/test_record.py @@ -6,6 +6,8 @@ # Copyright (C) 2018 Research Group Biomedical Physics, # Max-Planck-Institute for Dynamics and Self-Organization Göttingen # Copyright (C) 2019 Henrik tom Wörden +# 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_server_side_scripting.py b/unittests/test_server_side_scripting.py index 952b4e08f52e5031f772eee402cf318a72bf96e0..1fb24d7e40bb843391a971c5f69680b541e1de0e 100644 --- a/unittests/test_server_side_scripting.py +++ b/unittests/test_server_side_scripting.py @@ -1,3 +1,27 @@ +# -*- coding: utf-8 -*- +# +# ** header v3.0 +# This file is a part of the CaosDB Project. +# +# 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 +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. +# +# ** end header +# + import json from urllib.parse import parse_qs from unittest.mock import Mock