From 7a1f38a51d3f793f5ee014b5d96e64b2ace1b8c4 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Fri, 24 Jul 2020 14:47:33 +0200 Subject: [PATCH] DOC: updated copyright notice --- src/caosdb/common/administration.py | 2 ++ unittests/test_record.py | 2 ++ unittests/test_server_side_scripting.py | 24 ++++++++++++++++++++++++ 3 files changed, 28 insertions(+) diff --git a/src/caosdb/common/administration.py b/src/caosdb/common/administration.py index 157518f8..7997088a 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 2738d792..c08a3eb1 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 952b4e08..1fb24d7e 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 -- GitLab