From 457075d22ac0803bf6c7f5d890fd70c0c1cf93cc Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Mon, 30 Nov 2020 10:52:33 +0100 Subject: [PATCH] VC/Zoom: Add missing file headers --- vc_zoom/conftest.py | 7 +++++++ vc_zoom/setup.py | 7 +++++++ vc_zoom/tests/operation_test.py | 6 ++++++ 3 files changed, 20 insertions(+) diff --git a/vc_zoom/conftest.py b/vc_zoom/conftest.py index 7c568e8..2dba5e3 100644 --- a/vc_zoom/conftest.py +++ b/vc_zoom/conftest.py @@ -1 +1,8 @@ +# This file is part of the Indico plugins. +# Copyright (C) 2020 CERN and ENEA +# +# The Indico plugins are free software; you can redistribute +# them and/or modify them under the terms of the MIT License; +# see the LICENSE file for more details. + pytest_plugins = 'indico' diff --git a/vc_zoom/setup.py b/vc_zoom/setup.py index 58af122..1460a9c 100644 --- a/vc_zoom/setup.py +++ b/vc_zoom/setup.py @@ -1,3 +1,10 @@ +# This file is part of the Indico plugins. +# Copyright (C) 2020 CERN and ENEA +# +# The Indico plugins are free software; you can redistribute +# them and/or modify them under the terms of the MIT License; +# see the LICENSE file for more details. + from __future__ import unicode_literals from setuptools import find_packages, setup diff --git a/vc_zoom/tests/operation_test.py b/vc_zoom/tests/operation_test.py index 7e809a7..1483528 100644 --- a/vc_zoom/tests/operation_test.py +++ b/vc_zoom/tests/operation_test.py @@ -1,3 +1,9 @@ +# This file is part of the Indico plugins. +# Copyright (C) 2020 CERN and ENEA +# +# The Indico plugins are free software; you can redistribute +# them and/or modify them under the terms of the MIT License; +# see the LICENSE file for more details. import pytest